Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Oct 2, 2024
1 parent 71c47f8 commit 1987bfc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions client/ayon_cinema4d/api/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@ def iter_instance_objects(doc):
def cache_instance_data(shared_data):
"""Cache instances for Creators shared data.
Create `blender_cached_instances` key when needed in shared data and
Create `cinema4d_cached_instances` key when needed in shared data and
fill it with all collected instances from the scene under its
respective creator identifiers.
If legacy instances are detected in the scene, create
`blender_cached_legacy_instances` key and fill it with
all legacy products from this family as a value. # key or value?
Args:
shared_data(Dict[str, Any]): Shared data.
Expand Down

0 comments on commit 1987bfc

Please sign in to comment.