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. |
July 9, 2018, 07:06 (GMT) |
Cycles: Moved get_aov_rect method to make things easeir for git merge |
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 |
July 9, 2018, 01:43 (GMT) |
Fix: reorder variable initialization and usage |
July 9, 2018, 01:30 (GMT) |
Fix: X Randomization -> Random X |
July 9, 2018, 01:14 (GMT) |
Fix: set a default brown for Direct coloring |
July 9, 2018, 00:54 (GMT) |
Fix: rename PrincipledHairBsdfNode's melanin stuff |
July 9, 2018, 00:36 (GMT) |
Fix: lower_case OSL variables |
July 9, 2018, 00:33 (GMT) |
Fix: remove random value from closure |
July 9, 2018, 00:32 (GMT) |
Fix: hide Random value if unused |
July 8, 2018, 23:57 (GMT) |
Cleanup |
|