This is a prerequisite for D10210. Also it allows scripts to access bool attributes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
I tested this by adding self.add_standard_attribute(layout, pointcloud, 'Boolean', 'BOOLEAN', 'POINT') in properties_data_pointcloud.py. Might as well include that in this patch?
In the outliner data API mode I could even affect a point separate node, though I had to trigger the recalculation manually.
Comment Actions
Might as well include that in this patch?
Why should that be included?
I had to trigger the recalculation manually.
Sounds like something we could fix separately.