You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a bit of trouble getting going from the command line inside Fusion 8.2_b2, Python2.7
import fusionless as fu
c = fu.Comp()
Traceback (most recent call last):
File "<nofile>", line 1, in <module>
File "C:\Python27\lib\site-packages\fusionless-master\fusionless\core.py", line 62, in __new__
"{0}".format(type(reference).__name__))
RuntimeError: No default reference for: NoneType
The text was updated successfully, but these errors were encountered:
Nevertheless the "fusion" variable is accessible, so I added a fallback to get the currently active comp from the fusion variable.
Note that it is actually possible to overwrite the "fusion" and "comp" variables in the console. So even though we're currently mostly relying on getting the variables from __main__ it's not a completely secure solution. Keeping this open for now to investigate options later.
I'm having a bit of trouble getting going from the command line inside Fusion 8.2_b2, Python2.7
The text was updated successfully, but these errors were encountered: