Display:
Master Commits
Branch Commits
All Commits
Blender
Git "temp-greasepencil-object-stacksplit" branch commits.
Page: 36 / 137
March 20, 2018, 04:01 (GMT)
More Brush Appearance Panel tweaks * Always show this panel. Previously, it wouldn't get shown for the Eraser, meaning that if you accidentally changed a brush to an eraser, you couldn't change it back * Always allow changing the brush icon. Previously, this could only be done for "Draw" brushes, but there isn't really any reason why this shouldn't be allowed.
March 20, 2018, 03:58 (GMT)
Brush Appearance Panel - Cleanup + Tweaks * The "Draw" case was discarding the settings.brush value and redefining its own brush variable. Reoranised code so that this doesn't need to happen * Reorganised order of properties - all brush type/icon related stuff comes first now * Remove extra/excess layout elements/lines
March 20, 2018, 03:37 (GMT)
Don't collapse "Brush Appearance" panel It's in a tab by itself already, so there's no need to make ti even harder to access its settings.
March 20, 2018, 03:14 (GMT)
Merge branch 'blender2.8' into greasepencil-object
March 19, 2018, 19:35 (GMT)
Change library order
March 19, 2018, 18:46 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: build_files/cmake/macros.cmake
March 19, 2018, 18:43 (GMT)
UI: Move brush type to appearance panel This option is not used all the time and putting in the main panel, near of the brush selector, can be weird for the user.
March 19, 2018, 08:56 (GMT)
Cleanup: use MEM_SAFE_FREE
March 19, 2018, 08:39 (GMT)
Merge branch 'blender2.8' into greasepencil-object
March 19, 2018, 08:38 (GMT)
Do not draw fill control lines in multiwindow If enable the fill control lines, these must be drawn only in the current window.
March 18, 2018, 11:10 (GMT)
Cleanup: Warnings and Codepage errors
March 18, 2018, 10:48 (GMT)
Merge branch 'blender2.8' into greasepencil-object
March 18, 2018, 10:48 (GMT)
Enable Loop Onion in Relative mode
March 17, 2018, 16:01 (GMT)
Fix link Palette error with textures The link was not loading the referenced images.
March 17, 2018, 15:48 (GMT)
New Onion Skinning Loop option When draw an animation with a loop it's very useful to have an indication of the first frame. Some changes in the order of the parameters too.
March 16, 2018, 17:54 (GMT)
UI: Move angle factor to top of the panel
March 16, 2018, 17:07 (GMT)
Merge branch 'blender2.8' into greasepencil-object
March 16, 2018, 17:07 (GMT)
Replace Random checkboxes by Factors As we have a new Random section in the stroke panel, it's not logic to have buttons in the main panel. Now, these random parameters work equal to other random factors.
March 16, 2018, 14:44 (GMT)
UI: Remove unlink text for default palette This is not standard and we remove while we found a better solution.
March 16, 2018, 14:09 (GMT)
Outliner: Clicking on GP Layers will activate them