Display:
Master Commits
Branch Commits
All Commits
Blender
Git "UI-experiments" branch commits.
Page: 5 / 20
August 20, 2015, 20:58 (GMT)
Cleanup
August 20, 2015, 19:34 (GMT)
Merge branch 'master' into wiggly-widgets
August 20, 2015, 19:31 (GMT)
Initialize manipulator widgets in different order (affects drawing order)
August 20, 2015, 13:09 (GMT)
Various Cleanup
August 18, 2015, 21:10 (GMT)
Support and use custom arrow line drawing verts This gives us enough flexibility for some special manipulator drawing with combined axis types (like translate, rotate, scale manipulators enabled all together) Now we also don't have to use immediate mode drawing. It might also be interesting to support custom drawing callbacks, but for now this isn't really needed. Let's see! Based on feedback by @psy-fi
August 18, 2015, 10:11 (GMT)
Implement scaling manipulator
August 18, 2015, 07:11 (GMT)
Fix rotation manipulator not hidden completely with all axes locked
Similar fix as
rB6885d316b1b4e275 , but had to fix it here too since we've duplicated that code.
Also removed unused defines.
August 18, 2015, 07:03 (GMT)
Allow widgets to define custom line width (and use for manipulator)
August 18, 2015, 06:40 (GMT)
Bring back manipulator circle widget for free transformation
August 18, 2015, 05:44 (GMT)
Fade manipulator widgets out when hiding them because of angle to view Aaaaand minor cleanup.
August 18, 2015, 05:02 (GMT)
Get axes colors from theme setting again (and update theme colors to be the colors we used previously for the new manipulator)
August 18, 2015, 04:36 (GMT)
Hide manipulator axes that point towards the view And of course more cleanup ;)
August 18, 2015, 03:39 (GMT)
Moar cleanup (and some minor optimization)
August 18, 2015, 02:48 (GMT)
Cleanup, cleanup and more cleanup!
August 17, 2015, 23:29 (GMT)
More Adjustments to manipulator widget drawing
August 17, 2015, 23:15 (GMT)
Corrections to previous commit
August 17, 2015, 23:04 (GMT)
New, thinner drawing for circle widgets as well Also minor cleanup
August 17, 2015, 22:36 (GMT)
Draw widgets with multi-sampling
August 17, 2015, 22:25 (GMT)
Fix compilation after latest merge from master
August 17, 2015, 22:04 (GMT)
Merge branch 'master' into wiggly-widgets