mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Update openpype/hosts/maya/plugins/create/create_review.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
685f2a9243
commit
9593c3bc22
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class CreateReview(plugin.MayaCreator):
|
|||
if pre_create_data.get("use_selection"):
|
||||
members = cmds.ls(selection=True)
|
||||
|
||||
project_name = get_current_project_name()
|
||||
project_name = self.project_name
|
||||
asset_doc = get_asset_by_name(project_name, instance_data["asset"])
|
||||
task_name = instance_data["task"]
|
||||
preset = lib.get_capture_preset(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue