Display:
Master Commits
Branch Commits
All Commits
Blender
Git "temp-greasepencil-vfx" branch commits.
Page: 20 / 145
May 30, 2018, 18:33 (GMT)
UI: Move some panels to toolbar
May 30, 2018, 18:15 (GMT)
Add new context modes for grease pencil These modes were missing.
May 30, 2018, 17:28 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: release/scripts/startup/bl_ui/properties_scene.py source/blender/makesrna/intern/rna_object.c
May 30, 2018, 15:47 (GMT)
Cleanup inactive code
May 30, 2018, 14:57 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 30, 2018, 14:52 (GMT)
Rework in modifers apply parameters Instead to pass the Context variable that it was used to get bmain pointer,now bmain is passed as parameter to reduce data and avoid any use of Context.
May 30, 2018, 14:34 (GMT)
Merge branch 'greasepencil-object' of git.blender.org:blender into greasepencil-object
May 30, 2018, 14:33 (GMT)
Remove context parameter This parameter is removed because Context must be avoided.
May 30, 2018, 14:28 (GMT)
Redo mode settings after merge This code section was changed in the last merge
May 30, 2018, 14:25 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: source/blender/editors/include/ED_object.h source/blender/editors/object/object_edit.c source/blender/editors/object/object_ops.c
May 30, 2018, 14:01 (GMT)
Cleanup: shadowed var
May 30, 2018, 14:00 (GMT)
Modify mode set routine to enable grease pencil modes Now, when you press the numeric key to change mode, if the object is grease pencil, the grease pencil mode is enabled.
May 30, 2018, 13:46 (GMT)
Remove keymap for changing brush using numbers This brush selection wil be replaced with spacebar and a menu.
May 30, 2018, 08:27 (GMT)
Remove old mode switching Keymaps These keymaps are conflicted with new mode switching keymaps.
May 30, 2018, 08:27 (GMT)
Disable old mode switching code
May 30, 2018, 06:47 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: release/scripts/addons release/scripts/addons_contrib source/blender/editors/object/object_edit.c
May 29, 2018, 15:59 (GMT)
Fix parameter list for some functions after merge
May 29, 2018, 15:38 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 29, 2018, 15:34 (GMT)
Filter dopesheet channel to OB_GPENCIL only This filter using ob->data is evaluated for any object type and this can produce problems. In the future, when grease pencil dopesheet will be merge with "normal" dopesheet, this section must be recoded.
May 29, 2018, 10:49 (GMT)
Cleanup: Rename depsgraph variable