Blender Git Commits

Blender Git "greasepencil-experimental" branch commits.

Page: 41 / 184

July 10, 2018, 06:52 (GMT)
Fix: Pinning GP Object data in Properties Editor wasn't showing the GP Data tab
July 10, 2018, 06:05 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 10, 2018, 06:04 (GMT)
Fix building & linking on Linux
July 10, 2018, 05:25 (GMT)
Cleanup: Remove GPENCIL_OT_color_choose

This isn't used anywhere, and should really even need to be
used for any purpose.
July 10, 2018, 05:21 (GMT)
Annotations: Don't display Annotations properties panel when GP data in context is for GP Object
July 10, 2018, 03:44 (GMT)
Fix: Don't allow Annotation tool to paint on GP Objects and vice versa
July 10, 2018, 02:49 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 9, 2018, 18:35 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 9, 2018, 15:17 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
release/scripts/startup/bl_ui/space_view3d.py
July 9, 2018, 13:45 (GMT)
Make Ruler works with Annotations not Grease Pencil object

Now, the ruler is using the annotation datablock (scene) and not a object with materials
July 9, 2018, 12:20 (GMT)
Tweaks to GPENCIL_OT_new operator

* Correctly tag Annotation datablocks as such when adding them
* Add new layer by default. It saves users from having to manually
add one after adding the datablock anyway.
July 9, 2018, 11:47 (GMT)
Fix: "New Note" didn't tag newly-created GP datablock for annotations when creating a new datablock
July 9, 2018, 11:28 (GMT)
Cleanup: Use GPU_* calls instead of gl* in annotate_draw.c
July 9, 2018, 11:15 (GMT)
Annotations: Change "New Layer" label to "New Note"
July 9, 2018, 08:47 (GMT)
Make Annotations toggleable with main overlay switch
July 9, 2018, 08:37 (GMT)
Rename Grease Pencil to Annotation

Some properties and flags are more clear if the name is annotation.

Also changed some text and tooltips.
July 9, 2018, 07:49 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 9, 2018, 07:45 (GMT)
User Prefs: Make it clearer which properties affect Annotations only vs GP + Annotations
July 9, 2018, 07:42 (GMT)
Annotations: Change default color for new annotation layers

Although we've had a default color for new Grease Pencil layers for
years, hardly anyone ever changed the default color from the old
default of black. This commit changes this default to match the
color used in the annotation pencil icons, giving it a stronger
connection to the tool, and giving users a better default color
that will make the new strokes actually visible with the default
theme.
July 9, 2018, 07:26 (GMT)
Annotations: WIP access to tool settings in topbar

Lots of stuff to fix still - Not final UI at all
(in terms of widgets + properties exposed)

What works now:
* Exposed access to the setting controlling the default color to use
when adding new layers
* Exposed access to change which color (layer) and thickness new strokes
get drawn with (as per the current implementation). Now all annotation
tools have tool settings exposed.

Big Todo's:
* Find a way to display color previews of GP Layers as icons
(e.g. how to register all the necessary icon_id's, etc.)
* Replace the prop_search() with an enum prop
* Separate annotation RNA type defines? Context issues? etc.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021