Eyeon Talk:Script/Reference/Applications/Fuse/Functions/FuRegisterClass

From VFXPedia

Jump to: navigation, search

Weird...

FuRegisterClass("AbsolutelyAwesomeTool", CT_Tool, {
The above would not work, while the following does.
FuRegisterClass("MajorlyAwesomeTool", CT_Tool, {
But
FuRegisterClass("PrivateTool", CT_Tool, {
or
FuRegisterClass("SqrtOfAwesomeTool", CT_Tool, {
do.

--Chad 15:13, 2 September 2009 (EDT)


Is it possible to utilize REGS_Category with CT_Modifier? --Chad 11:59, 7 April 2010 (EDT)