Hi,
Currently, when we expose a param in a blackbox, it’s getting exposed in the magma interface in the command panel.
Would be great if we could expose to the blackbox interface in Magma!
Thanks
Hi,
Currently, when we expose a param in a blackbox, it’s getting exposed in the magma interface in the command panel.
Would be great if we could expose to the blackbox interface in Magma!
Thanks
Thanks for the idea, I will have to think about it.
Thanks This would make BLOPs much more useful for us.
I don’t have to think whether it is a good idea. I have to think how to implement it (it is not trivial).
Oh well when we can’t do that, we’re forced to use lots of outside nodes to get the BLOP to work we can provide test scenes where necessary.
I prototyped something quickly for Float and Integer InputValue nodes, and it works pretty nicely.
Now I have to implement all the other node types, including vectors/colors, curves, inputObject/inputGeometry etc.
Do you have a priority list which ones you are using the most from inside a BLOP?
Yes, that should be:
Float
Vector
Curve
InputGeo
InputObject
I think these will do for now