[Blender_Kitsu] Publish VSE Edit as Revision on Kitsu #7
@ -330,10 +330,6 @@ class KITSU_OT_sqe_push_new_edit(bpy.types.Operator):
|
||||
name="Render Directory",
|
||||
subtype="DIR_PATH",
|
||||
)
|
||||
render_name: bpy.props.StringProperty(
|
||||
name="Render Name",
|
||||
description="Name of Render file WITHOUT extension",
|
||||
)
|
||||
|
||||
@classmethod
|
||||
def poll(cls, context: bpy.types.Context) -> bool:
|
||||
@ -354,7 +350,6 @@ class KITSU_OT_sqe_push_new_edit(bpy.types.Operator):
|
||||
layout.prop(self, "task")
|
||||
layout.prop(self, "comment")
|
||||
layout.prop(self, "render_dir")
|
||||
layout.prop(self, "render_name")
|
||||
|
||||
def execute(self, context: bpy.types.Context) -> Set[str]:
|
||||
if self.task == "":
|
||||
|
Loading…
Reference in New Issue
Block a user