mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Changed name and writeTimeRange of multiverse usd creator
This commit is contained in:
parent
8ab9a14652
commit
ab4849ab96
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ from openpype.hosts.maya.api import plugin, lib
|
|||
class CreateMultiverseUsd(plugin.Creator):
|
||||
"""Multiverse USD data"""
|
||||
|
||||
name = "usd"
|
||||
name = "usdMain"
|
||||
label = "Multiverse USD"
|
||||
family = "usd"
|
||||
icon = "cubes"
|
||||
|
|
@ -46,7 +46,7 @@ class CreateMultiverseUsd(plugin.Creator):
|
|||
self.data["customMaterialNamespace"] = ''
|
||||
|
||||
# The attributes below are about animated cache.
|
||||
self.data["writeTimeRange"] = False
|
||||
self.data["writeTimeRange"] = True
|
||||
self.data["timeRangeNumTimeSamples"] = 0
|
||||
self.data["timeRangeSamplesSpan"] = 0.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue