Display:
Master Commits
Branch Commits
All Commits
Blender
Git "temp-greasepencil-object-stacksplit" branch commits.
Page: 11 / 137
June 1, 2018, 08:02 (GMT)
More fixes after merge
June 1, 2018, 07:19 (GMT)
Fix parameter values after merge This python function needs different settings after merge.
June 1, 2018, 07:13 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: release/scripts/startup/bl_ui/space_topbar.py
May 31, 2018, 21:09 (GMT)
UI: Hide weight tools for non GP Objects This poll method was missing in previous commit
May 31, 2018, 17:26 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 31, 2018, 16:19 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 31, 2018, 15:03 (GMT)
Fix color picker panel position This is ahack to avoid the panel is shifted to the right. It looks the function to calculate the visible rect is using the toolbar size, but the view is full width.
May 31, 2018, 14:50 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 31, 2018, 14:46 (GMT)
UI: Back edit line button to previous place
May 31, 2018, 14:11 (GMT)
UI: Remove redundanrt options moved to Top Bar
May 31, 2018, 14:06 (GMT)
UI: Replace icon
May 31, 2018, 14:02 (GMT)
UI: Move Multiframe ON/OFF to Topbar Before it was inside the panel. Thanks Pablo Vazquez for his help.
May 31, 2018, 13:22 (GMT)
Do not hide grease pencil when disable Overlays After adding the new grease pencil context modes, the draw must be done always.
May 31, 2018, 11:29 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 31, 2018, 10:13 (GMT)
UI: Fix multiframe ON/OFF option
May 31, 2018, 09:58 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 31, 2018, 09:58 (GMT)
UI: Fix curve controls The template_curve_mapping is not working inside a box layout..
May 31, 2018, 09:49 (GMT)
UI: Undo move to Top Bar for some panels with operators The Top Bar must be used for settings only and never for operators.
May 31, 2018, 09:47 (GMT)
Undo previous context change These operators cannot be used in Top Bar, so this context is not required.
May 31, 2018, 09:07 (GMT)
UI: Move panels to Top Bar Still some problems with operators using context data.