Skip to content

Commit

Permalink
chore: LayerCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Aug 10, 2024
1 parent 0175aec commit fa939aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions typings/bpy-stubs/types/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,12 @@ class Driver(bpy_struct):
@property
def variables(self) -> ChannelDriverVariables: ...

class LayerCollection(bpy_struct):
@property
def collection(self) -> Collection: ...

class ViewLayer(bpy_struct):
active_layer_collection: LayerCollection
@property
def objects(self) -> LayerObjects: ...
@property
Expand Down

0 comments on commit fa939aa

Please sign in to comment.