Show messages: All
1
2-7
From: Michael Gibson
Hi Axel,
re:
> do you think it would be possible to include the background images scaled together with
> whole objects arrangements?
I'm not sure how I could set that up - the Transform > Scale command handles scaling objects and background images are not regular objects.
I could set up a script that could scale the background images to a given scale factor, would that be useful?
- Michael
From: Axel
Hi Michael,
I suspected that maybe the feature "embed image data in 3dm file" could be extended to that idea to scale the images together with the curves/objects.
If I have several images as background images and want to scale the whole file then I would have to scale each image single by single and align to the exact position. There could be always little discrepancies after manual scaling each image.
Such a script I guess would be of help. I don't know if the image would need to be shifted to its original position after the scale.
Thank you,
Axel
From: Michael Gibson
Hi Axel, here's a TransformBackgroundImages script which has a move function and a scale function which will transform all background images together.
- Michael
Attachments:
TransformBackgroundImages.zip
From: Axel
Hi Michael,
many thanks!!
Thats really great, because it reduces discrepancies and saves time.
One request: is it possible to get it with undo ability?
Best regards,
Axel
From: Michael Gibson
Hi Axel,
re:
> One request: is it possible to get it with undo ability?
Unfortunately since background images are separate from regular objects there isn't the same undo infrastructure for them. So it's complicated for a script like this to support undo on them.
- Michael
From: Axel
Hi Michael,
thanks anyway for that script!
Best regards,
Axel
Show messages: All
1
2-7