Blender Git Commits

Blender Git "temp_widgets_files_refactor" branch commits.

Page: 2 / 22

January 5, 2016, 15:17 (GMT)
Add keymap basic initializer

WidgetGroups can now be registered without crashing.
January 5, 2016, 14:56 (GMT)
Adjustments to widget registration

- use wmWidgetMapType_Params struct instead of passing around same args (not always in same order).
- split WM_widgetgrouptype_find create behavior into WM_widgetgrouptype_ensure
- rename WM_widgetgrouptype_new to WM_widgetgrouptype_register
(since it has an unregister argument)
- add WM_widgetgrouptype_register_ptr argument, which doesn't need to perform a search.
January 5, 2016, 11:19 (GMT)
Merge branch 'master' into wiggly-widgets
January 5, 2016, 07:48 (GMT)
RNA subclass widgets, one step closer to working again

- expose '3D' flag via bl_options.
- expose 'Label' via bl_label
- create new widget-group map when its not already existing.

This still misses new keymap callback, will add next.
January 5, 2016, 06:24 (GMT)
Move struct member 'is_3d' to a flag

Means we don't have to add new args for each type-option and
makes is useful for RNA-subclassing.
January 5, 2016, 05:25 (GMT)
Minor rename/cleanup

avoid hard-coded array sizes
January 5, 2016, 05:24 (GMT)
Fix leak freeing widget which was highlighted
January 4, 2016, 17:53 (GMT)
Correct fix for widget memory leak
January 4, 2016, 17:44 (GMT)
Fix out-of-bounds access in manipulator_get_axis_color
January 4, 2016, 17:35 (GMT)
Pass in named of variables to macros

Avoids confusion as to where vars are declared.
January 4, 2016, 17:32 (GMT)
Previous commit was wrong

this is leaking still, but this free call is redundant - needs further investigation.
January 4, 2016, 17:30 (GMT)
Fix memory leak w/ widget operator properties
January 4, 2016, 17:22 (GMT)
Fix leak w/ GLU quadrics
January 4, 2016, 17:06 (GMT)
Sync /w master
January 4, 2016, 16:32 (GMT)
Sync with master
January 4, 2016, 16:22 (GMT)
Merge branch 'master' into wiggly-widgets
January 4, 2016, 16:16 (GMT)
Merge branch 'master' into wiggly-widgets
January 4, 2016, 16:10 (GMT)
Merge branch 'master' into wiggly-widgets
January 4, 2016, 16:03 (GMT)
Merge branch 'master' into wiggly-widgets
December 21, 2015, 19:42 (GMT)
Cleanup: Move around functions
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021