Revision 7ded480 by Antonio Vazquez (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, 09:51 (GMT) |
Reset color name only if not valid for the palette |
Revision a107b3d by Antonio Vazquez (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, 09:48 (GMT) |
Fix compiler error (field name wrong) |
Revision 8084075 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, 06:33 (GMT) |
GP Color Picker - Make the highlight cover the names of each color too This makes it more consistent with the normal big-icon popup menus |
Revision be53b9a 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, 06:19 (GMT) |
Fix: Adding GP Monkey didn't refresh Properties Editor |
Revision b9090d9 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, 06:06 (GMT) |
Fix: Prevent GP Primitives (Rectangle/Circle) from getting added when active layer is locked/hidden |
Revision 6cdba88 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, 05:50 (GMT) |
GP "Add Monkey" - Shift-A can now be used in EditMode to bring up the "Add GPencil Object" menu TODO: It shouldn't trigger in other editors, but right now, the keymaps are shared, so there's not much that can be done about that. |
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. |
Revision a5e8b36 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, 03:09 (GMT) |
GP "Add Monkey" - Make this behave like a standard "Add Object" operator * "Add GP Object" operator now works in Edit/Paint modes (so the button in the Create tab works) * Multiple "Suzanne" objects can be added within the same GP datablock now (if in Edit/Paint modes when activating the "Add GP Object" operator) * "Radius" operator property is respected, albeit, setting this to values other than 1.0 may result in weirdness as the line thickness values do not get adjusted. |
Revision 0481990 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, 03:09 (GMT) |
GP "Add Monkey" - Primitive geometry can now have arbitrary transforms applied to it when created |
Revision d00b952 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 15, 2018, 17:49 (GMT) |
Remove duplicate RNA name set This broke the name property of the layer. |
Revision 9c0eb5f by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 15, 2018, 16:38 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 1c58439 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 15, 2018, 16:24 (GMT) |
Save Simplify flags at drawing start As the simplify can change during play, the cache was not initializated and could get an error. Saving the flags at the start solves this issue and improve the play animation in few mseconds. |
Revision b3638bd by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 15, 2018, 12:23 (GMT) |
Missing copy curves for brushes |
Revision 1730ef7 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 15, 2018, 12:07 (GMT) |
Fix simplify bug due cache corruption When enable/disable simplify options, the cache must be set as dirty. Now, the update is done using depsgraph. |
Revision 3b11365 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 15, 2018, 11:41 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 37e8dd2 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 15, 2018, 11:02 (GMT) |
Add filter by View Layer when render (F12) Now it's possible to filter the grease pencil layers by view layer for render. The filter can be inverted. This is an additional level of object visibility. This is used for compositing. |
Revision c1cd722 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 14, 2018, 18:44 (GMT) |
Fix assert error linking palettes Must check if the hash key was inserted before. |
Revision c05da35 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 14, 2018, 17:59 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 3c9c9dc by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 14, 2018, 09:21 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 7ac4a31 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 14, 2018, 09:10 (GMT) |
UI: Add icon selector Now it's possible to select the standard icon used by brush. This can be required when change the brush type and want to back to old icon. |
|