Hi. I really like what you are doing with the nuke2fusion toolset development efforts!
Cylinder Macro
I noticed the cylinder macro has the name cyllinder.setting.txt. Possibly you might want to rename it to cylinder.setting.
The extra .txt file extension on the end would result in it not being active in Fusion. Also the double letter l's in the name is likely a typo.
Adding Macros to Hotkey Entries
If you were wondering how to map a .setting file to a Config:/nuke2fusion.fu entry in a Fusion that would be done with a code chunk like:
C = "AddSetting{filename = 'Macros:/nuke2fusion/cylinder.setting'}",
Cheers,
Andrew Hazelden
Hi. I really like what you are doing with the nuke2fusion toolset development efforts!
Cylinder Macro
I noticed the cylinder macro has the name
cyllinder.setting.txt. Possibly you might want to rename it tocylinder.setting.The extra .txt file extension on the end would result in it not being active in Fusion. Also the double letter l's in the name is likely a typo.
Adding Macros to Hotkey Entries
If you were wondering how to map a .setting file to a
Config:/nuke2fusion.fuentry in a Fusion that would be done with a code chunk like:C = "AddSetting{filename = 'Macros:/nuke2fusion/cylinder.setting'}",Cheers,
Andrew Hazelden