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
IMPORTANT Chaos License Server update January 28th 2025.
If you have not yet updated your License Server to version 6.1 or above and are unable to access your license please follow these simple instructions HERE.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