Blender Git Commit Log

Git Commits -> Revision 3a6bf17

Revision 3a6bf17 by Brecht Van Lommel (master)
September 16, 2009, 18:47 (GMT)
UI
* Fix problem with curve mapping / color ramps not updating
things like previews propertly. Now it uses the RNA update
of the pointer from the material/texture/.. so each of those
can define their own update, but still share the RNA struct.
* Code for these templates is now in interface_templates.c
* Fix exception for "axis" property, now it always shows normal
widget with the PROP_DIRECTION subtype.
* Remove context from uiBlockLayoutResolve, no longer needed.

Commit Details:

Full Hash: 3a6bf17b3ef696c572207d5af3381c6327fe6a92
SVN Revision: 23285
Parent Commit: de59f34
Lines Changed: +546, -93

16 Modified Paths:

/release/ui/buttons_data_lamp.py (+1, -1) (Diff)
/release/ui/buttons_material.py (+3, -3) (Diff)
/release/ui/buttons_scene.py (+2, -1) (Diff)
/release/ui/buttons_texture.py (+4, -4) (Diff)
/release/ui/space_userpref.py (+1, -1) (Diff)
/release/ui/space_view3d_toolbar.py (+2, -2) (Diff)
/source/blender/editors/include/UI_interface.h (+5, -3) (Diff)
/source/blender/editors/interface/interface.c (+23, -1) (Diff)
/source/blender/editors/interface/interface_handlers.c (+7, -1) (Diff)
/source/blender/editors/interface/interface_intern.h (+3, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+13, -35) (Diff)
/source/blender/editors/interface/interface_regions.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_templates.c (+474, -31) (Diff)
/source/blender/editors/screen/area.c (+3, -3) (Diff)
/source/blender/editors/space_action/action_header.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+3, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021