I wanted to mod the create shape tool so I can add multiple shapes to the same points, but I am having trouble with figuring out where in the script it replaces the existing shapes instead of simply adding additional shapes. Is this a functionality completely removed from the app or is it possible to modify the create shape tool to do this?
The functionality I want is to be able to add as many shapes as I want to the same points. This works for strokes and unclosed vectors but not for closed vectors and fills.
Create shape tool add multiple shapes same vectors
Moderators: Víctor Paredes, Belgarath, slowtiger
- synthsin75
- Posts: 10269
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
Re: Create shape tool add multiple shapes same vectors
I think I tried that, and if I remember correctly, this limitation is in the app, not the tool. What you could try is to create a stroke-only shape first and then enable the fill.
- Wes
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Re: Create shape tool add multiple shapes same vectors
Yeah, that won't work. The multiple stroke shape only works on unclosed vectors. If you try to add multiple stroke shapes to a closed vector they just get replaced. Thanks for the info though. I thought it might be only in the tool.
I just thought of a possible way around this. You can have multiple shapes on the same points but the "new" shape has to have a different set of points than the existing shape. That's how I have been doing it "by hand" but it is a pain. I may try and script a tool that creates new points adds them to the new shape before creation, creates the shape, then deletes the extra points.
I just thought of a possible way around this. You can have multiple shapes on the same points but the "new" shape has to have a different set of points than the existing shape. That's how I have been doing it "by hand" but it is a pain. I may try and script a tool that creates new points adds them to the new shape before creation, creates the shape, then deletes the extra points.