Skip to content

Commit

Permalink
clean up unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
moonyuet authored and iLLiCiTiT committed Jul 15, 2024
1 parent 386be61 commit e887872
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions client/ayon_unreal/api/rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def start_rendering():

for i in inst_data:
sequence = ar.get_asset_by_object_path(i["sequence"]).get_asset()

sequences = [{
"sequence": sequence,
"output": f"{i['output']}",
Expand Down Expand Up @@ -195,10 +196,3 @@ def start_rendering():
executor.on_individual_job_finished_delegate.add_callable_unique(
_job_finish_callback) # Only available on PIE Executor
executor.execute(queue)




# import unreal
# les = unreal.get_editor_subsystem(unreal.LevelEditorSubsystem)
# current_level = les.get_current_level()

0 comments on commit e887872

Please sign in to comment.