Blender Git Commit Log
Git Commits -> Revision fabfa5a
Revision fabfa5a by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 16, 2018, 04:16 (GMT) |
GP "Add Monkey" - Check if there's an existing palette/colors with the required names before adding new ones Now, when adding a Monkey primitive to the same GP object more than once, you won't get two separate palettes (with two separate sets of colors) created - one for each instance. Instead, the second (and subsequent) copies will all use the initial/existing palette instance. Note: For layers, we still just create new ones, as it makes it easier to isolate the instances. |
Commit Details:
Full Hash: fabfa5a95992c4000e1ae6d470be59cdc57c3c07
Parent Commit: a5e8b36
Lines Changed: +95, -22