Blender Git Commit Log
Git Commits -> Revision 6b8ebd6
Revision 6b8ebd6 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) December 15, 2014, 11:09 (GMT) |
Hook up facemap property to bones. A bone using a facemap will not be displayed at all, rather it will use the facemap of the mesh as an interaction area. The facemap still does nothing since it's not yet hooked up to the customdata and widget code. That will come next. |
Commit Details:
Full Hash: 6b8ebd6bd6eb39dea4a6f06ccd151dc760ee5e9b
Parent Commit: 74308df
Lines Changed: +21, -3
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_bone.py (+3, -1) (Diff)
/source/blender/blenkernel/intern/action.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/armature.c (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -1) (Diff)
/source/blender/editors/armature/pose_edit.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/drawarmature.c (+6, -1) (Diff)
/source/blender/makesdna/DNA_action_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+6, -0) (Diff)
/source/blender/blenkernel/intern/action.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/armature.c (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -1) (Diff)
/source/blender/editors/armature/pose_edit.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/drawarmature.c (+6, -1) (Diff)
/source/blender/makesdna/DNA_action_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+6, -0) (Diff)