Go to file
Campbell Barton 09ee59c669 bmesh minor api refactor
* BM_vert_in_face now loops over a vert's faces rather then every vert in the face.
* rename bmesh_radial_find_first_facevert --> bmesh_radial_find_first_faceloop
* rename bmesh_radial_find_next_facevert --> bmesh_radial_find_next_faceloop
* rename BM_vert_collapse_edges --> BM_vert_collapse_edge (only collapses one)
2012-02-23 09:26:53 +00:00
build_files XDND support now can be disabled using WITH_GHOST_XDND=OFF with CMake and WITH_GHOST_XDND=False with SCons 2012-02-17 20:51:39 +00:00
doc remove section in gotcha's doc about matrix col/row order since this has been changed. 2012-02-17 20:41:41 +00:00
extern Somehow typo was made just before commit in previous patch. 2012-02-21 13:00:58 +00:00
intern Cycles: 2012-02-23 09:11:17 +00:00
release Fix #30276: mesh subdivision shorcut with maya preset 2012-02-22 08:25:14 +00:00
source bmesh minor api refactor 2012-02-23 09:26:53 +00:00
CMakeLists.txt Fix #30270, #30265: cycles not displaying textured objects, and not rendering 2012-02-21 14:39:59 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Correct mathutils documentation, also correct some python spelling errors and add makefile target check_spelling 2012-02-08 04:37:37 +00:00
SConstruct Reverting changes made to build systems when was upgrading OpenAL. 2012-02-17 16:58:34 +00:00