Revision 117d304 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) 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. |
Revision c56e3bc by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 9, 2018, 11:47 (GMT) |
Fix: "New Note" didn't tag newly-created GP datablock for annotations when creating a new datablock |
Revision 60d2ff1 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 9, 2018, 11:28 (GMT) |
Cleanup: Use GPU_* calls instead of gl* in annotate_draw.c |
Revision d884d41 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 9, 2018, 11:15 (GMT) |
Annotations: Change "New Layer" label to "New Note" |
Revision 85f7f0f by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 9, 2018, 08:47 (GMT) |
Make Annotations toggleable with main overlay switch |
Revision c894392 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) 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. |
Revision ff20577 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 9, 2018, 07:49 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 995a573 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 9, 2018, 07:45 (GMT) |
User Prefs: Make it clearer which properties affect Annotations only vs GP + Annotations |
Revision 9cfd0c1 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) 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. |
Revision 4a09bb1 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) 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. |
Revision 6e05dc6 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 9, 2018, 04:05 (GMT) |
Annotation Eraser: Only operate on the active layer Since we aren't exposing per-layer locks here (as we want to avoid having lots of work enabling/disabling locks), the eraser now only erases strokes on the active layer |
Revision 3a53b24 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 9, 2018, 03:54 (GMT) |
Cleanup: Assorted little tweaks/moving code around |
Revision 2d2c03b by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 9, 2018, 03:34 (GMT) |
Annotation Eraser Tweaks * Remove the "soft" modes from the annotation eraser. Now, erasing strokes will immediately remove the stroke points. This works better for annotation use cases, as when erasing strokes, you usually just want to get rid of the notes quickly. * Show eraser brush size setting in the topbar/tool settings when the eraser tool is active. (Note: This setting still uses the userpref setting, which we should move to the scene toolsettings instead so that it doesn't get reset with each session) |
Revision 7e6beb7 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 9, 2018, 02:55 (GMT) |
Cleanup: Deduplicate stroke freeing code |
Revision 85d61df by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 9, 2018, 02:32 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 129c8fd by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 8, 2018, 18:43 (GMT) |
Fix error when render The v3d pointer is null when renders, so need to be checked before use it. |
Revision 8fde165 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 8, 2018, 14:45 (GMT) |
Fix errors and changes after merge |
Revision 534c715 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 8, 2018, 14:17 (GMT) |
Merge branch 'blender2.8' into greasepencil-object Conflicts: source/blender/editors/gpencil/drawgpencil.c source/blender/editors/gpencil/gpencil_brush.c |
Revision 90a8ecc by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 8, 2018, 10:37 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 646e90d by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 8, 2018, 10:36 (GMT) |
Move Vertex Opacity from Tolsettings to View3D The vertex opacity is a parameter of the view and not of toolsettings as it was defined before. With this commit we moved the last parameter to control the view look to the right place. |
|