Blender Git Commit Log
Git Commits -> Revision 81c302b
Revision 81c302b by Joshua Leung (master) May 8, 2016, 12:53 (GMT) |
Action Editor: Initial support for a Properties Region This commit adds some of the initial support for a properties region in the Action Editor. There are currently no panels to display, as there is still a lot of work required to port over the required internal architecture to support the panels seen in the Graph Editor. |
Commit Details:
Full Hash: 81c302bbff48b391b7f62ef7db233e9c7bd2adb2
Parent Commit: 9dbe7bb
Lines Changed: +296, -0
1 Added Path:
/source/blender/editors/space_action/action_buttons.c (+132, -0) (View)
6 Modified Paths:
/release/scripts/startup/bl_ui/space_dopesheet.py (+3, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+41, -0) (Diff)
/source/blender/editors/space_action/action_intern.h (+10, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+10, -0) (Diff)
/source/blender/editors/space_action/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_action/space_action.c (+99, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+41, -0) (Diff)
/source/blender/editors/space_action/action_intern.h (+10, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+10, -0) (Diff)
/source/blender/editors/space_action/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_action/space_action.c (+99, -0) (Diff)