Skip to content

Commit

Permalink
Update default product type for the VDB cache simple creator
Browse files Browse the repository at this point in the history
The 'vdbcache' product type is used for product types filtering currently for Houdini and Maya based loaders so is a way more sensible default.
  • Loading branch information
BigRoy committed Sep 9, 2024
1 parent b23b749 commit a6e464f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings/simple_creators.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class SimpleCreatorPlugin(BaseSettingsModel):
]
},
{
"product_type": "vdb",
"product_type": "vdbcache",
"identifier": "",
"label": "VDB Volumes",
"icon": "fa.cloud",
Expand Down

0 comments on commit a6e464f

Please sign in to comment.