Reply To: Code snippets: Enum

FlowCanvas Forums Nodes, Macros & Examples Code snippets: Enum Reply To: Code snippets: Enum

#2308
Enrique
Participant

Just as a clarification, this can be done with pretty much ANY script.

No need to stick to enums: I was able to modify the position weight of Final IK’s FBBIK component (full Body Biped IK or something like that) by simply adding such script through the described above method.

After adding it to the collection, I was able to instantiate on the graph a reference to it and simply get the necessary values and method calls to the things I needed.

It really is a game changer – one of the best things about this package as it allows one to prototype things pretty quickly – and more often than not these don’t even need to be ported to actual C# code. At least I haven’t felt much of a hit in performance.

THISISAMAZING.COM.