Blender Git Commits

Blender Git "greasepencil-experimental" branch commits.

Page: 46 / 184

June 29, 2018, 08:58 (GMT)
Cleanup code
June 29, 2018, 08:13 (GMT)
Fix draw back error due z-depth precission

The value 1.0 makes the image disappear.
June 29, 2018, 07:55 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 29, 2018, 07:52 (GMT)
Fix problem when increase viewport qualitty

The reason of the problem was the precission of the background buffer. The original value was not enough when viewport qualitty was > 0.1
June 29, 2018, 07:43 (GMT)
Cleanup unused extern definition

This was part of old VFX modifiers.
June 29, 2018, 07:42 (GMT)
Fix again the pointer name for textures
June 28, 2018, 15:45 (GMT)
UI: Rename Grease Pencil Simplify Panel
June 28, 2018, 15:44 (GMT)
Fix merge errors
June 28, 2018, 15:33 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
release/datafiles/userdef/userdef_default_theme.c
release/scripts/startup/bl_ui/properties_scene.py
source/blender/editors/gpencil/drawgpencil.c
source/blender/editors/gpencil/gpencil_brush.c
source/blender/editors/gpencil/gpencil_paint.c
June 28, 2018, 15:25 (GMT)
Move GPD runtime fields to runtime struct
June 28, 2018, 14:48 (GMT)
Annotations: Set better default name for new annotation layers

Note: Many of the add layer operators still need tweaks,
but this is a good start for the main ones.
June 28, 2018, 14:29 (GMT)
Annotations: Restore color selector per layer

This shows up in the layer list, making it possible to quickly change it
inline, and to see what color the strokes in the layer are using.
June 28, 2018, 09:32 (GMT)
GP/Annotations: Provide usage hints about the "Poly" tool
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021