Grammar+typos

This commit is contained in:
Roy Nieterau 2023-01-18 01:29:47 +01:00
parent 67d8ab27fd
commit 8ea0888076
3 changed files with 4 additions and 4 deletions

View file

@ -226,7 +226,7 @@ class CollectAnatomyInstanceData(pyblish.api.ContextPlugin):
"version": version_number
}
# Hiearchy
# Hierarchy
asset_doc = instance.data.get("assetEntity")
if (
asset_doc

View file

@ -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

View file

@ -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.