This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
f06bbaed9263fbcc00a91ca47edcaace288efe9c
test
/
source
/
blender
/
bmesh
History
Campbell Barton
f06bbaed92
split BMFlags_To_MEFlags & MEFlags_To_BMFlags into type specific calls, since we always know the types with these functions theres not much point in having generic calls with a type switch.
2011-12-01 01:41:56 +00:00
..
intern
split BMFlags_To_MEFlags & MEFlags_To_BMFlags into type specific calls, since we always know the types with these functions theres not much point in having generic calls with a type switch.
2011-12-01 01:41:56 +00:00
operators
split BMFlags_To_MEFlags & MEFlags_To_BMFlags into type specific calls, since we always know the types with these functions theres not much point in having generic calls with a type switch.
2011-12-01 01:41:56 +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
split BMFlags_To_MEFlags & MEFlags_To_BMFlags into type specific calls, since we always know the types with these functions theres not much point in having generic calls with a type switch.
2011-12-01 01:41:56 +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
…