Error displayed on .connect token.
dgovil opened this issue · 1 comments
dgovil commented
Here's a sample usda (nothing functional, just a stripped back example) using the 0.2.2 version of the plugin.
The first connection shows an error saying it expects it to be named alpha instead of connect.
.connect
however is valid. This error also stops on the first instance, but not any others.
#usda 1.0
def "Foo"
{
def "MyShader"
{
token outputa.connect = </path>
token outputb.connect = </path>
}
}
Also great work!