Blender Git Commit Log

Git Commits -> Revision b26ef33

Revision b26ef33 by Brecht Van Lommel (master)
October 1, 2009, 23:32 (GMT)
Fix #19311: adding/opening datablocks did not always make the right
one active. Now there's a function to get the pointer + property from
the UI, just like for the animation operators.

Also two fixes for fileselect events, regions are now preserved so that
context is restored to the old region, and the cancel callback is called
when the operator is cancelled.

Commit Details:

Full Hash: b26ef33b8ed68ba3b5a5a78a3f23fcade4035f31
SVN Revision: 23598
Parent Commit: bc942ec
Lines Changed: +249, -80

11 Modified Paths:

/source/blender/blenkernel/intern/world.c (+8, -3) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+33, -7) (Diff)
/source/blender/editors/physics/particle_boids.c (+0, -4) (Diff)
/source/blender/editors/render/render_shading.c (+36, -36) (Diff)
/source/blender/editors/screen/area.c (+15, -10) (Diff)
/source/blender/editors/space_action/action_edit.c (+17, -4) (Diff)
/source/blender/editors/space_image/image_ops.c (+63, -9) (Diff)
/source/blender/editors/space_text/text_ops.c (+56, -2) (Diff)
/source/blender/makesrna/RNA_types.h (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+15, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021