carson-katri / carson-katri/geometry-script
Support panels in Blender 4.x
Open
- 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
```
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.