Blender Git Commits

Blender Git "greasepencil-refactor" branch commits.

Page: 146 / 287

June 28, 2018, 09:27 (GMT)
Annotations: Don't respect the "on back" option

This is too complicated for an annotation tool
June 28, 2018, 09:25 (GMT)
Remove "Continuous Drawing" flag/mode

* GP Object doesn't need this as it has a proper "Draw Mode"

* For Annotations, it just got in the way and was a confusing
modal+blocking nuissance that randomly activates when you just
want to draw a quick line
June 28, 2018, 09:15 (GMT)
Annotations Fix: "Freehand" mode now works

Was over-zealous when removing code from the drawing operator
to remove all the non-essential additions here.

Now annotations work in some of the 2D views:
* Nodes/Image Editor are confirmed to work
* Sequencer Preview needs further work
* Movie Clip editor works
June 28, 2018, 08:19 (GMT)
Fix stabilizer cursor after annotations

The cursor was drawn to wrong position after use annotations.
June 28, 2018, 07:13 (GMT)
Cleanup: Change "Drawing Tools" panel to use the annotation tools, not old GP drawing operator

This panel is going away soon, to be replaced by the active tools system.
But in the meantime, we need to stop using this old panel as it will
cause crashes when used.
June 28, 2018, 07:13 (GMT)
Fix: Errors in console when using annotations in viewport

Was caused by a missing poll callback for a GP object panel
June 28, 2018, 07:13 (GMT)
Annotations: Put in place basic building blocks for Annoations UI (WIP)

This is still a rough draft, just restoring all the essential bits and
pieces to have a workable system.
June 28, 2018, 07:13 (GMT)
Cleanup: Remove unused stuff
June 28, 2018, 07:13 (GMT)
Cleanup: Move GP-Object specific UI panels to the appropriate file
June 28, 2018, 07:13 (GMT)
3D Annotations: Restore ability to access annotations from the 3D view

For now, the "gpencil" context properties work as follows:
* If the active object is a GP Object, the GP data associated with
that is returned
* Otherwise, the Scene's GP data (i.e. annotations) are used

We may need to revise this later. But in the meantime, I'm restoring
this so that we have a quick way of figuring out what parts of the
annotation tool workflow are currently broken.
June 28, 2018, 07:13 (GMT)
TODO: Note some struct members that should be moved to runtime data struct
June 28, 2018, 07:13 (GMT)
Annotations: Properly initialise annotation datablocks
June 28, 2018, 07:13 (GMT)
Annotations: Repurpose an ancient/rarely-used flag to indicate that a GP datablock is used for annotations
June 28, 2018, 07:13 (GMT)
Cleanup: Move comments to sit above the right structs
June 28, 2018, 07:13 (GMT)
Annotations: First steps towards having working annotations again

Copy-back (from 2.8) and split out "Annotations" drawing operator/rendering
code from the "GP Object" versions of the same code.

Notes:
* All "annotation" related things are now in the annotate_*.c files,
while "drawgpencil.c" and "gpencil_paint.c" are for the GP Object only
now. This will simplify maintenance of the two different usecases,
as the GP Object versions are significantly more complicated and filled
with extra cruft.

* The general "Grease Pencil" keymap (i.e. the one that allows DKEY+LMB-drag
to draw) is now for annotation usage only. For GP Objects, you can add a
blank GP Object, enter Draw Mode, and start drawing.

Code Changes:
* Removed all 2D drawing-code entrypoints from drawgpencil.c

* Cleaned up most of the annotate_paint.c and annotate_draw.c code
to remove stuff that annotations won't use (e.g. brushes, palettes,
fancy line effects, etc.) As much as possible, these have been restored
back to a pre 2.77 state - with the notable exception of per-layer
Onion Skinning, for which the settings were removed already.
June 28, 2018, 07:13 (GMT)
Cleanup: Remove all mention of annotations from GP drawing operator
June 28, 2018, 07:12 (GMT)
Set again mix pass to DEPTH_LESS

Using ALWAYS for this pass is wrong because when using several objects, only the less z-depth object is drawn.
June 28, 2018, 05:46 (GMT)
Modified triangulator function
June 28, 2018, 04:30 (GMT)
Fixed normal matrix error. obmat needs double to produce better result.
June 28, 2018, 01:31 (GMT)
Fixed save/reading error on line style thing...
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021