mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
Scheduled_job work
This commit is contained in:
@@ -27,12 +27,6 @@ class Blender(BaseRenderEngine):
|
||||
formats = re.findall(r"'([A-Z_0-9]+)'", format_string)
|
||||
return formats
|
||||
|
||||
@classmethod
|
||||
def full_report(cls):
|
||||
return {'version': cls.version(),
|
||||
'help_text': cls.get_help(),
|
||||
'formats': cls.get_formats()}
|
||||
|
||||
@classmethod
|
||||
def run_python_expression(cls, project_path, python_expression):
|
||||
if os.path.exists(project_path):
|
||||
|
||||
Reference in New Issue
Block a user