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
ebbfcd71e5ea35a64759ecbf9bc0f34d582a6bde
test
/
source
/
blender
/
bmesh
History
Joseph Eagar
ebbfcd71e5
Fixed crash in iter api, triggered by calling index_update() on the loop py seq in the py api. Note, I didn't fix the underlying problem (bad iter type) so loops.index_update() still isn't working (it's just not crashing).
2012-04-19 21:14:11 +00:00
..
intern
Fixed crash in iter api, triggered by calling index_update() on the loop py seq in the py api. Note, I didn't fix the underlying problem (bad iter type) so loops.index_update() still isn't working (it's just not crashing).
2012-04-19 21:14:11 +00:00
operators
bmesh inset: add depth option (make use of relative and even offset options)
2012-04-19 19:03:15 +00:00
tools
code cleanup: remove unused BMesh args.
2012-04-19 14:38:09 +00:00
bmesh_class.h
code cleanup: no functional changes
2012-04-07 12:37:15 +00:00
bmesh.h
code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).
2012-03-24 01:24:58 +00:00
CMakeLists.txt
Added Vertex Slide: Slides a vertex along a selected and connected edge (Shift+Ctrl+V)
2012-04-07 03:15:20 +00:00
SConscript
fix for building bmesh bevel with scons (source file was left out)
2012-03-16 05:25:02 +00:00