
AG
Moderator: Paul Tuersley
A workaround is to give the layer another name. But I thought I'd mention it.After Effects warning: Bad argument: couldn't find layer named 'Something Super.seq' Expression disabled.
Error occurred at line 1.
Comp: 'OUTPUT'
Layer: 1 ('Tracker 2')
Property: 'Position'
Redsandro wrote:Currently, trackerdata is linked to the layer that holds the data by using code like this:[code]L = thisComp.layer("layerName");[/code]
If this could be changed to:[code]L = comp("compName").layer("layerName");[/code]we make manual editing more intuitive in cases where the compositor precomposes the source layer and thus breaks the expression layer.
I have to get back on that.. they both have downsides, depending on what you want to do with the layers.hype wrote:So the only difference that scripting change makes is that it doesn't break when you precompose? That sounds like a great change to me if that's the case.
Yeah, layers should have different names anyway when using TrackerViz for it to work properly, but it's interesting that it didn't offer to automatically rename it for you, since it should be doing that. Thanks for posting it.A workaround is to give the layer another name. But I thought I'd mention it.
But there is no ScriptUI folder. You have to make it yourself. Where? In the scriptsfolder. And how do you spell "ScriptUI"? Wrong, it is "ScriptUI Panels"Adobe Live Help wrote:If a script has been written to provide a user interface in a dockable panel, the script should be put in the ScriptUI folder. ScriptUI panels work much the same as the default panels in the After Effects user interface.