-
Updating Scripts/Macros for new version.
Do you have to change the [IConfig,X.X] code at the beginning of your scripts if you are migrating all the ones you created in a previous version to the updated Zbrush?
Also, I have seen a couple scripts (not created by me) that have multiple [IConfig,X.X] at the beginning. Does this make it more compatible with other versions?
-
I may be missing something but I've never found that the [IConfig] does anything. If you update your zscript/macro then certainly change it. Not doing so won't necessarily mean that code written for an earlier version of ZBrush will run correctly, and multiple [IConfig]s would simply execute one after another, the last run being the version set. But as I say, if there are (for example) interface items which have changed you'll still get an error. For most of my plugins I leave it out altogether.
-
Great thank you. I was just curious if it did anything. That answered my question!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules