Blender Git Commit Log

Git Commits -> Revision b3a7a75

Revision b3a7a75 by Bastien Montagne (master)
June 7, 2018, 10:48 (GMT)
Cleanup: remove moar G.main usages.

Notes:
* Really need to address RNA setters case, end up adding way too much
G.main here these days... :/
* Added Main pointer into bAnimContext, helps a lot in anim code ;)

Commit Details:

Full Hash: b3a7a75a266de6765d8c04953c0dabce3c30c359
Parent Commit: 1601717
Lines Changed: +149, -113

31 Modified Paths:

/source/blender/collada/AnimationImporter.cpp (+18, -19) (Diff)
/source/blender/collada/AnimationImporter.h (+5, -5) (Diff)
/source/blender/collada/DocumentImporter.cpp (+2, -2) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+3, -1) (Diff)
/source/blender/editors/animation/anim_deps.c (+8, -8) (Diff)
/source/blender/editors/animation/anim_filter.c (+8, -6) (Diff)
/source/blender/editors/animation/keyframes_general.c (+5, -3) (Diff)
/source/blender/editors/animation/keyframing.c (+15, -11) (Diff)
/source/blender/editors/animation/keyingsets.c (+2, -1) (Diff)
/source/blender/editors/armature/armature_naming.c (+11, -9) (Diff)
/source/blender/editors/armature/armature_relations.c (+3, -3) (Diff)
/source/blender/editors/armature/pose_edit.c (+5, -2) (Diff)
/source/blender/editors/armature/pose_lib.c (+9, -6) (Diff)
/source/blender/editors/armature/pose_transform.c (+3, -3) (Diff)
/source/blender/editors/gpencil/gpencil_convert.c (+3, -1) (Diff)
/source/blender/editors/include/ED_anim_api.h (+3, -1) (Diff)
/source/blender/editors/include/ED_armature.h (+2, -2) (Diff)
/source/blender/editors/include/ED_keyframing.h (+4, -2) (Diff)
/source/blender/editors/interface/interface_anim.c (+3, -1) (Diff)
/source/blender/editors/object/object_constraint.c (+3, -2) (Diff)
/source/blender/editors/object/object_relations.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+4, -2) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+4, -2) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+4, -4) (Diff)
/source/blender/editors/transform/transform_conversions.c (+4, -2) (Diff)
/source/blender/editors/transform/transform_generics.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+2, -1) (Diff)
/source/blender/python/intern/bpy_rna_anim.c (+4, -3) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+3, -3) (Diff)
/source/gameengine/Converter/KX_BlenderSceneConverter.cpp (+3, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021