Blender Git Commit Log

Git Commits -> Revision 1e18da3

Revision 1e18da3 by Campbell Barton (master)
January 2, 2012, 17:15 (GMT)
replace:
CTX_data_pointer_get_type(C, "object", &RNA_Object).data
with api call:
ED_object_context(C)

... since getting the context object is such a common operation.

Commit Details:

Full Hash: 1e18da32fb3df5d491201770d10992f0b975650b
SVN Revision: 43082
Parent Commit: aa43cab
Lines Changed: +83, -71

12 Modified Paths:

/source/blender/editors/armature/editarmature.c (+2, -3) (Diff)
/source/blender/editors/armature/poselib.c (+2, -1) (Diff)
/source/blender/editors/armature/poseobject.c (+12, -11) (Diff)
/source/blender/editors/include/ED_object.h (+2, -1) (Diff)
/source/blender/editors/mesh/mesh_data.c (+7, -7) (Diff)
/source/blender/editors/object/object_edit.c (+5, -1) (Diff)
/source/blender/editors/object/object_group.c (+4, -3) (Diff)
/source/blender/editors/object/object_shapekey.c (+8, -7) (Diff)
/source/blender/editors/object/object_vgroup.c (+24, -23) (Diff)
/source/blender/editors/physics/dynamicpaint_ops.c (+6, -5) (Diff)
/source/blender/editors/physics/particle_object.c (+5, -4) (Diff)
/source/blender/editors/render/render_shading.c (+6, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021