Notifications
Clear all

[Closed] "global space" in scene for scripts

you can add CA to the script controller.


_ca = attributes _ca
(
  parameters main
  (
  )
  fn test = ()
)
c = float_script()
custattributes.add c _ca
c.setexpression "this._ca.test()"

no chance for me to test it now.

Page 2 / 2