- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
We currently use python scripts for custom supports. I have been trying to find a way to add new 'primitive' shapes that I can use in the scripts. For example, instead of creating 3 BOXES every time I need to make a channel shape, I just want to write a script creating our most used channel sizes, then call that channel script once in the final support script. Is this possible?
I have called OOTB python scripts into my custom support scripts just by including, for example, "from varmain.divsub.cbolt6_001 import CBOLT6_001". But I am not sure how to translate that to use a script from the custom path. I have also tried to add my own compiled custom scripts to the 'variants.zip' folder and then calling them using the same import style but didn't have success. I'm assuming because the activation of the OOTB and custom scripts are different.
If anyone could offer assistance it would be greatly appreciated!
Solved! Go to Solution.
