hi all,
i wish that i could save/load settings in vray properties.
best regards
Jonas
i wish that i could save/load settings in vray properties.
best regards
Jonas
macroScript CopyUserProperties category:"sushidelictools" toolTip:"CopyUserProperties" ( global thesearemyuserprops try (thesearemyuserprops = getuserpropbuffer $) catch(messagebox "Copying UserProperties failed") )
macroScript PasteUserProperties category:"sushidelictools" toolTip:"PasteUserProperties" ( global thesearemyuserprops try (setuserpropbuffer $ thesearemyuserprops) catch(messagebox "Unable to paste UserProperties") )
Comment