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
649743dfd6720bcf788abf041e3cf60a4bbcccce
test2
/
source
/
blender
/
bmesh
History
Campbell Barton
649743dfd6
mesh duplication was doing a loop & hash lookup for every loop corner, when there is no need since the faces are aligned.
...
was also initializing and stepping an iterator for no reason.
2013-08-21 11:27:18 +00:00
..
intern
bmesh api cleanup, face creation args now accept an example face (as with vertex and edge),
2013-08-21 07:51:47 +00:00
operators
mesh duplication was doing a loop & hash lookup for every loop corner, when there is no need since the faces are aligned.
2013-08-21 11:27:18 +00:00
tools
bmesh api cleanup, face creation args now accept an example face (as with vertex and edge),
2013-08-21 07:51:47 +00:00
bmesh_class.h
improved BM_face_copy_shared to copy from more possible connected loops and add filter function (not used yet).
2013-08-18 11:44:51 +00:00
bmesh.h
bmesh api cleanup, face creation args now accept an example face (as with vertex and edge),
2013-08-21 07:51:47 +00:00
CMakeLists.txt
bmesh improvements to face creation.
2013-08-18 15:14:55 +00:00
SConscript
Merged changes in the trunk up to revision 55357.
2013-03-18 00:48:59 +00:00