Hi,
-I install 2019.1 and I can't display Depot in particle view window. (it is checked in the display menu)
-after installing 2019.1, some script working fine in 2019 give error :
"-- Runtime error : registerRedrawViewsCallback() expected function, got : undefined"
I solve it by removing the line "unRegisterRedrawViewsCallback function_name" but as I a poor scripter I don't understand what the problem is...
Hope somebody can help.
Solved! Go to Solution.
Solved by Swordslayer. Go to Solution.
Depot should be there, but zero height - try dragging the bottom edge to show it.
The problem with the script is that it tries to remove function that is not defined yet. In previous versions, this was silently ignored, update 1 added more checking (and more verbose messages at other places). If it's a script that's only run once at startup, removing the offending line is a good solution, if it's being run repeatedly (doesn't sound like that but just to be sure) moving the line after the function and before assigning the callback would it solve it as well.
Can't find what you're looking for? Ask the community or share your knowledge.