Page 1 of 1
Hypershade error
Posted: Thu Mar 27, 2014 5:20 am
by Jozvex
Hi guys!
I downloaded the demo and tried it out for a while, but after uninstalling it again I now cannot open the Hypershade. I get this error:
Code: Select all
// Error: line 0: Cannot find procedure "octaneInsertNodeDir". //
I've had a look around for left over scripts etc but can't find where the problem is coming from. The error happens in a brand new scene, and turning on Echo All Commands doesn't reveal anything further.

Re: Hypershade error
Posted: Thu Mar 27, 2014 5:38 am
by Jozvex
Of course I then figure it out 10 minutes later!
In the file C:\Users\Username\Documents\maya\2014-x64\prefs\userPrefs.mel I just had to remove the lines:
Code: Select all
-sv "renderNodeTreeInitializeUserProc" "octaneInsertNodeDir \"\" \"\""
-sv "renderNodeTypeTreeInitializeUserProc" "octaneInsertNodeDir \"\" \"\""
Which appear in two sections.
Re: Hypershade error
Posted: Thu Mar 27, 2014 10:37 am
by tailorstore
Jozvex wrote:Of course I then figure it out 10 minutes later!
In the file C:\Users\Username\Documents\maya\2014-x64\prefs\userPrefs.mel I just had to remove the lines:
Code: Select all
-sv "renderNodeTreeInitializeUserProc" "octaneInsertNodeDir \"\" \"\""
-sv "renderNodeTypeTreeInitializeUserProc" "octaneInsertNodeDir \"\" \"\""
Which appear in two sections.
Same here, I'm unable to open the Hypershade at all, with the same error, unless I load Octane before I do anything. Guess I'll have to try your method, even though I feel it shouldn't be needed. Thanks!