Display:
Master Commits
Branch Commits
All Commits
Blender
Git "wiggly-widgets" branch commits.
Page: 12 / 26
September 8, 2015, 13:59 (GMT)
Remove redundant transform flag for transform manipulator
September 7, 2015, 23:28 (GMT)
Correct registration/draw order of 3D View widget
September 7, 2015, 23:25 (GMT)
Allow custom arrow range per widget
September 6, 2015, 12:21 (GMT)
Merge branch 'master' into wiggly-widgets
September 2, 2015, 12:31 (GMT)
Resurrect level 7 of GPU upload function for facemaps, eaten by code elf at some point. Resurrect spell also took care of rewriting function for the new mpoly GPU scheme. Subsurf code will also need the same as well. Note: Untested code still!
August 29, 2015, 17:36 (GMT)
Cleanup: Typos
August 29, 2015, 17:30 (GMT)
Support for aborting widget interaction using RMB/Esc Would be much better if we could add a modal handler for widgets, so we don't need to hardcode the keymap, but supporting this isn't easy (I tried it today :/)
August 28, 2015, 23:12 (GMT)
Actually, increase arrow widget range even more In future it might also be worth supporting a custom range per widget.
August 28, 2015, 23:02 (GMT)
Increase range for force field widget
August 28, 2015, 22:58 (GMT)
Increase arrow widget range Meaning the distance between max and min values is larger -> more precision
August 28, 2015, 22:52 (GMT)
Add offset to force field strength widget
August 28, 2015, 22:47 (GMT)
Correction to previous commit
August 28, 2015, 22:39 (GMT)
Make offset a property for all widgets, not only certain widget types
August 28, 2015, 22:04 (GMT)
Add initial widget for wind force field strength Requested by @gottfried
August 28, 2015, 18:03 (GMT)
Fix lamp spot size widget drawing arrow head inverted
August 28, 2015, 02:03 (GMT)
Merge branch 'master' into wiggly-widgets
August 28, 2015, 02:01 (GMT)
Tweaks for shaded widget drawing And cleanup :)
August 26, 2015, 23:36 (GMT)
Tweaks to arrow line drawing * Rotate arrow heads based on line vecs * Fix lines drawing into geometry * Cleanup
August 26, 2015, 16:03 (GMT)
Remove redundant fix (view matrix update)
August 26, 2015, 15:59 (GMT)
Cleanup for previous commit