mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Minor changes to FBX camera extractor to improve clarity
This commit is contained in:
parent
7e04350181
commit
225cbd2ffe
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ from openpype.hosts.blender.api import plugin
|
|||
class ExtractCamera(publish.Extractor):
|
||||
"""Extract as the camera as FBX."""
|
||||
|
||||
label = "Extract Camera"
|
||||
label = "Extract Camera (FBX)"
|
||||
hosts = ["blender"]
|
||||
families = ["camera"]
|
||||
optional = True
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
},
|
||||
{
|
||||
"key": "ExtractCamera",
|
||||
"label": "Extract FBX Camera as FBX"
|
||||
"label": "Extract Camera as FBX"
|
||||
},
|
||||
{
|
||||
"key": "ExtractCameraABC",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue