geometry-script icon indicating copy to clipboard operation
geometry-script copied to clipboard

Support panels in Blender 4.x

Open carson-katri opened this issue 2 years ago • 0 comments
trafficstars

Using the InputGroup API for this could work well.

class MyInputGroup:
  value1: Float
  value2: Bool

@tree("Test")
def test(geometry: Geometry, my_panel: MyInputGroup):
  pass
Screenshot 2023-11-15 at 6 48 28 PM

This would only be supported for InputGroups that are used as the last arguments in the signature.

carson-katri avatar Nov 15 '23 23:11 carson-katri