Closed ghost closed 6 years ago
To run blender on linux would be like this.
def exec_linux(self): system(dir_ + '/blender') logger.info('Executing ' + dir_ + '/blender')
Greetings.
Will test tomorrow - cheers!
Is there a place to post proposals or suggestions?
Just open another issue here
Fixed with latest commit
To run blender on linux would be like this.
Greetings.