1xinghuan / usdNodeGraph

A Node Graph editor for USD.
124 stars 14 forks source link

missing addNodeCallback #6

Closed suesauer closed 4 years ago

suesauer commented 4 years ago

Hey there,

Cloned down your repo today 8/24/2020.

When I run from usdNodeGraph.api import addNodeCallback in Maya 2020.2 using USD 20.08. It says:

`import usdNodeGraph.ui.nodeGraph as usdNodeGraph from usdNodeGraph.api import addNodeCallback

Error: ImportError: file line 20: cannot import name addNodeCallback # `

I tried to manually find addNodeCallback but cant find it in the repo. Has this been removed?

Thanks for cool little tool Sue

1xinghuan commented 4 years ago

Sorry for that issue. I need to add a branch 'dev' and put all internal changes into that branch, also fix errors on 'master'. I will do it soon.

1xinghuan commented 4 years ago

You can download the latest master branch and test. Thank you~

suesauer commented 4 years ago

thanks will do 👍