I created a vector layer to create a misty mountain.
Using color points made it extremely laggy so I instead went with a gradient and deleted the color point layer,
but the lagging was still there. Started a new project and only used gradient and there was no lag.
Somehow the cacheing or memory management is not correct in my opinion.
Anyone else experiencing this?
Here's a video of the problem:
https://youtu.be/p3MtZGFEyEs
Color Points induce lagging even after deleting layer
Moderators: Víctor Paredes, Belgarath, slowtiger
- synthsin75
- Posts: 10266
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
Re: Color Points induce lagging even after deleting layer
Did you select all the points and hit the "Clear" button on the color points tool?
- 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: Color Points induce lagging even after deleting layer
yes, that works for a test file.
But on the other file that's not possible now since I deleted that layer.
But programming wise, deleting a layer should also clear them.
But on the other file that's not possible now since I deleted that layer.
But programming wise, deleting a layer should also clear them.
- synthsin75
- Posts: 10266
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
Re: Color Points induce lagging even after deleting layer
Can you try it on your existing layer anyway?
- 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/
- Víctor Paredes
- Site Admin
- Posts: 5814
- Joined: Wed Jan 26, 2005 12:18 am
- Location: Barcelona/Chile
- Contact:
Re: Color Points induce lagging even after deleting layer
I think you are misunderstanding Synthsin. When you duplicate a layer, you duplicate all its proprieties too. If you didn't clear the Point Color in the original layer before duplicating it, then the new layer will also have that Color proprieties.FloridaJo wrote:yes, that works for a test file.
But on the other file that's not possible now since I deleted that layer.
But programming wise, deleting a layer should also clear them.






Moho co-owner
Previously Rigged animation supervisor: My father's dragon, Wolfwalkers & Star Wars Visions "Screecher's Reach"
My personal Youtube Channel
Re: Color Points induce lagging even after deleting layer
synthsin75 wrote:Can you try it on your existing layer anyway?
Yep, that worked.
Lag is gone now.
Thanks.
Re: Color Points induce lagging even after deleting layer
Víctor Paredes wrote:I think you are misunderstanding Synthsin. When you duplicate a layer, you duplicate all its proprieties too. If you didn't clear the Point Color in the original layer before duplicating it, then the new layer will also have that Color proprieties.FloridaJo wrote:yes, that works for a test file.
But on the other file that's not possible now since I deleted that layer.
But programming wise, deleting a layer should also clear them.
Actually I didn't duplicate the layer, I just copied the object and pasted it in a new layer.
Probably the same thing though since it was the only object in that layer.