This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
198113b232a407a1fcd5282b998564f656df9680
test2
/
source
/
blender
/
bmesh
History
Campbell Barton
e3c6e47a38
macro for defining a fixed size array which may be heap or stack allocated, replaces inline code.
...
BLI_array_fixedstack_declare() BLI_array_fixedstack_free()
2011-11-29 06:06:59 +00:00
..
intern
macro for defining a fixed size array which may be heap or stack allocated, replaces inline code.
2011-11-29 06:06:59 +00:00
operators
- add BM_NGON_STACK_SIZE define to use wherever ngon stack arrays are used.
2011-11-29 04:11:17 +00:00
tools
…
bmesh_class.h
gpl header cleanup, some files didnt have a gpl header.
2011-11-28 19:49:05 +00:00
bmesh_error.h
…
bmesh_filters.h
…
bmesh_iterators.h
inline BMIter_Step() and BMIter_New() since the compiler can optimize out the switch statement when BMIter_New() is called with the define (which is common).
2011-11-28 20:21:44 +00:00
bmesh_marking.h
…
bmesh_operator_api.h
…
bmesh_operators.h
…
bmesh_queries.h
…
bmesh_walkers.h
…
bmesh.h
Rename DM *_face_* funcs to be either *_tessface_* or *_poly_* to avoid confusion
2011-11-29 05:09:54 +00:00
CMakeLists.txt
gpl header cleanup, some files didnt have a gpl header.
2011-11-28 19:49:05 +00:00
editmesh_tools.c
svn merge ^/trunk/blender -r42197:42221
2011-11-28 17:09:13 +00:00
SConscript
…