Skip to content

Commit

Permalink
Merge pull request #126 from ynput/bugfix/unreal_from_published
Browse files Browse the repository at this point in the history
Fixed missing argument
  • Loading branch information
kalisp authored Feb 13, 2025
2 parents f9556b3 + 8c0595d commit d451697
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def get_plugin_info(self):

return asdict(deadline_plugin_info)

def from_published_scene(self):
def from_published_scene(self, replace_in_path=True):
""" Do not overwrite expected files.
Use published is set to True, so rendering will be triggered
Expand Down

0 comments on commit d451697

Please sign in to comment.