rmrl
rmrl copied to clipboard
UnboundLocalError
For some files, I get this error:
Traceback (most recent call last):
File "/home/xxx/Downloads/rmirro-main/render_rmrl.py", line 31, in
apply_ocg is set a few lines above, however inside a for-loop. So I assume there's nothing to loop through at this point and hence the variable is not being set. Setting it just before line 157 removed the error, but the resulting file is broken, so something more is going on...