Changeset View
Changeset View
Standalone View
Standalone View
oscurart_tools/oscurart_render.py
| Context not available. | |||||
| class oscPythonBatchMaker (Operator): | class oscPythonBatchMaker (Operator): | ||||
| """It creates a file as “Make Render Batch” but it requires Phyton installed and """ \ | """It creates a file as “Make Render Batch” but it requires Phyton installed and """ \ | ||||
| """the respective environment variables set up. """ \ | """the respective environment variables set up. """ \ | ||||
| """If the render crahses, the batch automatically erase the broken frame and writes it again. """ \ | """If the render crashes, the batch automatically erase the broken frame and writes it again. """ \ | ||||
| """Its not recommended if there is more than one machine rendering""" | """Its not recommended if there is more than one machine rendering""" | ||||
| bl_idname = "file.create_batch_python" | bl_idname = "file.create_batch_python" | ||||
| bl_label = "Make Batch Python" | bl_label = "Make Batch Python" | ||||
| Context not available. | |||||