mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Grammar+typos
This commit is contained in:
parent
67d8ab27fd
commit
8ea0888076
3 changed files with 4 additions and 4 deletions
|
|
@ -226,7 +226,7 @@ class CollectAnatomyInstanceData(pyblish.api.ContextPlugin):
|
|||
"version": version_number
|
||||
}
|
||||
|
||||
# Hiearchy
|
||||
# Hierarchy
|
||||
asset_doc = instance.data.get("assetEntity")
|
||||
if (
|
||||
asset_doc
|
||||
|
|
|
|||
|
|
@ -581,7 +581,7 @@ def load_jsons_from_dir(path, *args, **kwargs):
|
|||
Data are loaded recursively from a directory and recreate the
|
||||
hierarchy as a dictionary.
|
||||
|
||||
Entered path hiearchy:
|
||||
Entered path hierarchy:
|
||||
|_ folder1
|
||||
| |_ data1.json
|
||||
|_ folder2
|
||||
|
|
|
|||
|
|
@ -86,9 +86,9 @@ class CreateWidgetAssetsWidget(SingleSelectAssetsWidget):
|
|||
|
||||
|
||||
class AssetsHierarchyModel(QtGui.QStandardItemModel):
|
||||
"""Assets hiearrchy model.
|
||||
"""Assets hierarchy model.
|
||||
|
||||
For selecting asset for which should beinstance created.
|
||||
For selecting asset for which an instance should be created.
|
||||
|
||||
Uses controller to load asset hierarchy. All asset documents are stored by
|
||||
their parents.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue