carson-katri / carson-katri/geometry-script

Support panels in Blender 4.x

Open
#36 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
339
Forks
33
PR merge metrics
No merged PRs in 30d

Description

Using the `InputGroup` API for this could work well.

```python
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 `InputGroup`s that are used as the last arguments in the signature.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.