-
Set guideLayer property for shapeLayer not working for me
Hi, I’ve seen a number of pages on setting guideLayer e.g.Dan Ebberts on this forum.
All the examples show people making new solids and setting guideLayer no problem.
When I try doing the same on a shapeLayer nothing happens.
c=this.app.project.activeItem.layers.addShape();
c.guideLayer=true;Is this just another one of those things that doesn’t work on shapeLayers in CS4 (like motion paths) ?