Recomputing from one script doesn t allow others to run
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm working on some changes to the ExportIt addin, to make it so that configuration names can be a part of the generated file name. That part works fine. The next step is to make it so that it will automatically cycle through all the configurations and generate export files for each. The problem I'm running into is that the design I'm testing on is using the ParametricText addin to stamp the configuration name on the part. I'm calling:
configItem['row'].activate()
ao.design.computeAll()
However, even with the computeAll() call, ParametricText isn't running during the recompute, so all my output files have the same stamp, regardless of the various other parameters being applied properly. I.e., the part is resizing, but the text isn't changing.
Is there something I can do to allow other plugins to be included in the computeAll()?