28.09.2017, 20:22
(This post was last modified: 28.09.2017, 20:33 by Erwin van der Zwart.)
Hi,
Yes i could, but i don't see the point (:
You can change grp.address = '1/1/' .. counter to grp.address = '1/2/' .. counter and run it again, the script checks already if a object is already mapped and skips it then, so it will resume on the unmapped objects.
If you have 900 objects just run it 4 times and change the grp.address range between each run.
also add script.disable(_SCRIPTNAME) at the end of the above script to avoid it from running multiple times when using it from a resident script
BR,
Erwin
Yes i could, but i don't see the point (:
You can change grp.address = '1/1/' .. counter to grp.address = '1/2/' .. counter and run it again, the script checks already if a object is already mapped and skips it then, so it will resume on the unmapped objects.
If you have 900 objects just run it 4 times and change the grp.address range between each run.
also add script.disable(_SCRIPTNAME) at the end of the above script to avoid it from running multiple times when using it from a resident script
BR,
Erwin