Date/Time: Invalid date
Link: https://meet.google.com/xxo-tyin-rem
Attendees:
- Antonio Vazquez (Developer)
- Casey Bianco-Davis (Developer)
- Daniel Martinez Lara (Grease Pencil team)
- Falk David (Blender)
- Friedrich Schäper (Studio Huckepack)
- Wu Yiming (Blender)
Topics
- General updates
- Development updates
- Discussions
- Hole support for fill shapes
Meeting Notes
- General updates
- It wasn’t official up until this point, but Falk is now part of the module owners for Grease Pencil. The module page was updated accordingly: Module: Grease Pencil - blender - Blender Projects
- Development updates
- Most of the work in the past two weeks went into high severity bug reports and other topics of the winter quality project task.
Show all commits
- Cleanup: Remove unused Grease Pencil legacy functions by Hans Goudey
- Fix #131711: Grease Pencil: Null check when getting material passes by YimingWu
- Cleanup: Grease Pencil: Remove
using namespace math
by Falk David - Refactor: Grease Pencil: Remove legacy texture pool API usage by Clément Foucault
- Fix #130688: Grease Pencil: Multiframe Editing not applying falloff for rotation & scale by Laurynas Duburas
- Fix #131681: Grease Pencil: Build modifier concurrent mode div by zero by YimingWu
- Cleanup: Grease Pencil: Use
ensure_vertex_group
kernel function by Falk David - Grease Pencil: Add lasso/box erase operators in draw mode by Falk David
- Refactor: Grease Pencil: Port usage of
DRW_texture_create_*
toTexture
by Clément Foucault - Transform: Crazyspace support in edit mode for Curves and Grease Pencil by Lukas Tönne
- Fix #131226: Remove named attribute node skips Grease Pencil data by Hans Goudey
- Fix #131597: Grease Pencil: Active pivot point doesn’t work in edit mode by Pratik Borhade
- Grease Pencil: Add layer channel color property by Pratik Borhade
- Fix #131451: Crash moving Grease Pencil points by Laurynas Duburas
- Fix #130945: Grease Pencil: Crazyspace support in sculpt mode by Lukas Tönne
- Grease Pencil: “Set Start Point” operator by Sean
- Fix #130688: Grease Pencil: Multiframe Editing not applying falloff curve by Laurynas Duburas
- Fix #131367: Grease Pencil: Multiframe does not turn off in object mode by Pratik Borhade
- Fix #131429: Grease Pencil: Allow moving strokes into hidden layers by YimingWu
- Fix #130651: Tint tool does not show correct color in header by Falk David
- Fix #131415: Grease Pencil: Bone transform when setting layer parent by YimingWu
- Refactor: Restructure object type conversion code by YimingWu
- Fix: Grease Pencil: Separate by Selection issues by Falk David
- Fix #130262: Grease Pencil: Merge layers node skips copying properties by Aleš Jelovčan
- Fix: Grease Pencil: Show menu when invoking Move to Layer operator by YimingWu
- Fix #131299: Grease Pencil: Moving keyframes doesn’t update viewport by Sybren A. Stüvel
- Fix #131374: Grease pencil subdivide icon is not consistent by Pratik Borhade
- Fix #131107: Grease Pencil: Crash doing Grease Pencil Surface Reproject by Philipp Oeser
- Discussion: Hole support for fill shapes.
- The discussion was focused on user interaction.
- To add support for holes, we need a way to group strokes together.
- Idea is to add the concept of shapes.
- Shapes are a group of one or more strokes.
- There can be zero or more strokes within a shape that are holes.
- Casey: Gave a quick live demo of the current state of his branch adding hole support for fills:
- Q: How do users create shapes?
- Falk: Thinks that for a lot of cases, shapes should be created automatically. E.g. imagine using a boolean eraser on a fill. Even though the tool might create shapes with holes, all of this happens automatically. Or as another example, the user might clip two fill strokes to create a new one (which could be a shape with some holes).
- Antonio: Sometimes it’s useful to group strokes together, maybe when drawing an eye with multiple strokes.
- Casey: Showed a “join” operator that would join strokes into one shape. Similarly there’s a separate operator that separates a shape with multiple strokes into individual strokes.
- Q: How does the user select/interact with shapes?
- Idea: Add a shape selection mode. Selecting any part of a shape selects the whole shape.
- Falk: Thinks that other selection modes should still work as they do now. Selecting a stroke in stroke selection would only select that stroke.
- “Select linked” should select the whole shape (regardless of selection mode).
- Antonio: What about shapes with holes that have other shapes inside the hole, etc. ?
- Falk: Thinks that it’s probably best to only think about “outer” and “inner” boundaries for shapes. This means that shapes inside the hole of another shape are just smaller, separate shapes and don’t have any relation to the hole they are inside.
- Yiming: Does the winding order matter?
- No, it shouldn’t matter. What’s a hole and what isn’t should be defined by the data.
- Yiming: How do we visualize shapes? E.g. what could be ways for the user to see which strokes are in the same shape?
- Idea: Similar to how we show “edit points”/“edit lines” for selected strokes, we could have an overlay that outlines the current shape.
- Casey: What should happen when holes overlap the outer boundary? Currently this “cancels” the triangulation of the shape.
- Falk: Thinks that it’s probably fine for this to “fail” for now. But this means that we would break compatibility if we change that behavior.
- Falk had a discussion with Hans after the meeting and Hans suggested that holes could act as “substractive fills” and thus perform a boolean operation on the additive fills. If a hole overlaps a boundary it would cut into it cleanly. This would impact the performance of editing these holes, but the result of the boolean operation would be cached.
- Conclusion: Falk will write a design task for this that can be discussed further.
- Antonio: Brought up a topic about materials. Some time ago, the Grease Pencil team was thinking about having separate “Stroke” and “Fill” materials. Would have to include Clément in this discussion too. Maybe in the next meeting.
- Yiming: Is working on multiple tasks for the quality project, like object conversion. Wants to look again into lineart as nodes. Asked about closures which haven’t landed in main (yet).
Next Meeting
- Time/Date: 2025-01-06T15:00:00Z