Revision cd06b57 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) September 9, 2015, 23:33 (GMT) |
Add initial camera focal length widget Needs some more work still, especially, it should become a plane widget (currently it's just a new arrow style since it needs almost the same handling as an arrow). Was requested in IRC, and seemed like a nice project to tackle until we found a way to fix facemap drawing :P |
Revision bf10989 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) September 8, 2015, 20:59 (GMT) |
Update widgets attached to modal OP before handler might be freed Some people were experiencing crashes with transform manipulator handling, this should fix it (although I'm not sure why it worked fine for me). |
Revision a645535 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) September 8, 2015, 13:59 (GMT) |
Remove redundant transform flag for transform manipulator |
Revision 573c4fd by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) September 7, 2015, 23:28 (GMT) |
Correct registration/draw order of 3D View widget |
Revision c3bfe6d by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) September 7, 2015, 23:25 (GMT) |
Allow custom arrow range per widget |
Revision ca7f274 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) September 6, 2015, 12:21 (GMT) |
Merge branch 'master' into wiggly-widgets |
Revision 1be1136 by Antonis Ryakiotakis (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, 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! |
Revision 4b4c45c by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 29, 2015, 17:36 (GMT) |
Cleanup: Typos |
Revision 64d3a13 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) 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 :/) |
Revision c73b858 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) 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. |
Revision 91d8878 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 28, 2015, 23:02 (GMT) |
Increase range for force field widget |
Revision e9fd345 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 28, 2015, 22:58 (GMT) |
Increase arrow widget range Meaning the distance between max and min values is larger -> more precision |
Revision dfe2eb9 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 28, 2015, 22:52 (GMT) |
Add offset to force field strength widget |
Revision 7745773 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 28, 2015, 22:47 (GMT) |
Correction to previous commit |
Revision 313cfcb by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 28, 2015, 22:39 (GMT) |
Make offset a property for all widgets, not only certain widget types |
Revision 47da6a9 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 28, 2015, 22:04 (GMT) |
Add initial widget for wind force field strength Requested by @gottfried |
Revision 28b5f3f by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 28, 2015, 18:03 (GMT) |
Fix lamp spot size widget drawing arrow head inverted |
Revision d331306 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 28, 2015, 02:03 (GMT) |
Merge branch 'master' into wiggly-widgets |
Revision fd0b012 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 28, 2015, 02:01 (GMT) |
Tweaks for shaded widget drawing And cleanup :) |
Revision 408e89d by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 26, 2015, 23:36 (GMT) |
Tweaks to arrow line drawing * Rotate arrow heads based on line vecs * Fix lines drawing into geometry * Cleanup |
|