Page MenuHome

New 2D Animation template
AbandonedPublic

Authored by Antonio Vazquez (antoniov) on Sep 13 2019, 3:43 PM.

Details

Summary

2D Animation Template updates:

  1. Due to improvements and new properties in Grease Pencil brush settings, the default set of brushes have been updated for better drawing sensation. Also the names/Icons have been changed for clarity: Airbrush - Ink Pen - Ink Pen Rough - Marker Bold - Marker Chisel - Pen - Pen Soft - Pencil

  2. In Edit Mode the default selection mode is now Stroke. This mode is better for artist as a starting point to select drawings lines for adjustments.

Diff Detail

Repository
rB Blender
Branch
temp-gpencil-startup (branched from master)
Build Status
Buildable 4951
Build 4951: arc lint + arc unit

Event Timeline

Matias Mendiola (mendio) retitled this revision from New 2D template to New 2D Animation template.Sep 13 2019, 4:39 PM

I do a technical accept, but I cannot verify if LINUX o Mac paths are correct or any other issue related to other OS.

This revision is now accepted and ready to land.Sep 16 2019, 4:16 PM

@Antonio Vazquez (antoniov) is this something small/simple enough that could be done in the versioning_defaults.c file directly?

(see BLO_update_defaults_startup_blend and the blo_is_builtin_template call to see how to find if you are in the 2D Animation template)

@Dalai Felinto (dfelinto) I don't think so. The changes are not only parameters but new brushes, rename old ones, etc.

What is the status of this? next steps?

The idea is to have this before 2.81 release.

Brecht Van Lommel (brecht) requested changes to this revision.EditedSep 23 2019, 10:08 AM

The changes mentioned in the description should be done in versioning_defaults.c, since these should affect all templates, not just 2D Animation.

Adding and renaming brushes is possible there.

This revision now requires changes to proceed.Sep 23 2019, 10:08 AM

@Matias Mendiola (mendio) @Daniel Martinez Lara (pepeland) We need to know the exact changes done in the template to create the C code in versioning_defaults.c

Antonio Vazquez (antoniov) planned changes to this revision.

We are going to move all changes to versioning code.

We are going to create a new patch.