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: Update Your Chaos Licensing by January 28, 2025
To ensure uninterrupted access to your licenses, an essential update is required by January 28, 2025. Failure to update your Chaos licensing will result in the loss of access to your licenses.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