has anyone got an answer to this? i.e. I have a non-modal panel with a self.knobChanged(knob) that exec's a function with a nuke.execute() in it. and then i get a: 'RuntimeError: I'm already executing something else '.
Running the function from menu/script editor is ok. i have tried: - utils.executeInMainThread(): no error but the progress bar is frozen - threading.Thread(): error & the progress bar is frozen - nuke.executeInMainThreadWithResult(): error & the progress bar is frozen
_______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
