mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Remove redundant string format
This commit is contained in:
parent
ed2908353d
commit
b0aa53b52c
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ class VRaySceneLoader(api.Loader):
|
|||
mesh_node_name = "VRayScene_{}".format(name)
|
||||
|
||||
trans = cmds.createNode(
|
||||
"transform", name="{}".format(mesh_node_name))
|
||||
"transform", name=mesh_node_name)
|
||||
mesh = cmds.createNode(
|
||||
"mesh", name="{}_Shape".format(mesh_node_name), parent=trans)
|
||||
vray_scene = cmds.createNode(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue