fake-bpy-module 20240228__py3-none-any.whl → 20240229__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bpy/ops/export_scene/__init__.pyi +2 -2
- bpy/ops/nla/__init__.pyi +2 -2
- bpy/ops/object/__init__.pyi +18 -0
- bpy/ops/sculpt/__init__.pyi +2 -2
- bpy/types/__init__.pyi +313 -2
- {fake_bpy_module-20240228.dist-info → fake_bpy_module-20240229.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240228.dist-info → fake_bpy_module-20240229.dist-info}/RECORD +9 -9
- {fake_bpy_module-20240228.dist-info → fake_bpy_module-20240229.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240228.dist-info → fake_bpy_module-20240229.dist-info}/top_level.txt +0 -0
|
@@ -20,10 +20,10 @@ def fbx(
|
|
|
20
20
|
use_space_transform: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
21
21
|
bake_space_transform: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
22
22
|
object_types: typing.Optional[typing.Any] = {
|
|
23
|
-
'"EMPTY"',
|
|
24
23
|
'"LIGHT"',
|
|
25
|
-
'"
|
|
24
|
+
'"EMPTY"',
|
|
26
25
|
'"MESH"',
|
|
26
|
+
'"CAMERA"',
|
|
27
27
|
'"ARMATURE"',
|
|
28
28
|
'"OTHER"',
|
|
29
29
|
},
|
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -102,11 +102,11 @@ def bake(
|
|
|
102
102
|
clean_curves: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
103
103
|
bake_types: typing.Optional[typing.Any] = {'"POSE"'},
|
|
104
104
|
channel_types: typing.Optional[typing.Any] = {
|
|
105
|
-
'"
|
|
105
|
+
'"LOCATION"',
|
|
106
106
|
'"SCALE"',
|
|
107
107
|
'"BBONE"',
|
|
108
|
-
'"LOCATION"',
|
|
109
108
|
'"ROTATION"',
|
|
109
|
+
'"PROPS"',
|
|
110
110
|
},
|
|
111
111
|
):
|
|
112
112
|
"""Bake all selected objects location/scale/rotation animation to an action
|
bpy/ops/object/__init__.pyi
CHANGED
|
@@ -1581,6 +1581,10 @@ def grease_pencil_add(
|
|
|
1581
1581
|
undo=None,
|
|
1582
1582
|
*,
|
|
1583
1583
|
type: typing.Optional[typing.Any] = "EMPTY",
|
|
1584
|
+
use_in_front: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1585
|
+
stroke_depth_offset: typing.Optional[typing.Any] = 0.05,
|
|
1586
|
+
use_lights: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1587
|
+
stroke_depth_order: typing.Optional[typing.Any] = "3D",
|
|
1584
1588
|
radius: typing.Optional[typing.Any] = 1.0,
|
|
1585
1589
|
align: typing.Optional[typing.Any] = "WORLD",
|
|
1586
1590
|
location: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
@@ -1594,6 +1598,20 @@ def grease_pencil_add(
|
|
|
1594
1598
|
:type undo: typing.Optional[bool]
|
|
1595
1599
|
:param type: Type
|
|
1596
1600
|
:type type: typing.Optional[typing.Any]
|
|
1601
|
+
:param use_in_front: Show In Front, Show line art grease pencil in front of everything
|
|
1602
|
+
:type use_in_front: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1603
|
+
:param stroke_depth_offset: Stroke Offset, Stroke offset for the line art modifier
|
|
1604
|
+
:type stroke_depth_offset: typing.Optional[typing.Any]
|
|
1605
|
+
:param use_lights: Use Lights, Use lights for this grease pencil object
|
|
1606
|
+
:type use_lights: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1607
|
+
:param stroke_depth_order: Stroke Depth Order, Defines how the strokes are ordered in 3D space (for objects not displayed 'In Front')
|
|
1608
|
+
|
|
1609
|
+
2D
|
|
1610
|
+
2D Layers -- Display strokes using grease pencil layers to define order.
|
|
1611
|
+
|
|
1612
|
+
3D
|
|
1613
|
+
3D Location -- Display strokes using real 3D position in 3D space.
|
|
1614
|
+
:type stroke_depth_order: typing.Optional[typing.Any]
|
|
1597
1615
|
:param radius: Radius
|
|
1598
1616
|
:type radius: typing.Optional[typing.Any]
|
|
1599
1617
|
:param align: Align, The alignment of the new object
|
bpy/ops/sculpt/__init__.pyi
CHANGED
|
@@ -51,7 +51,7 @@ def cloth_filter(
|
|
|
51
51
|
bpy.types.bpy_prop_collection["bpy.types.OperatorStrokeElement"]
|
|
52
52
|
] = None,
|
|
53
53
|
type: typing.Optional[typing.Any] = "GRAVITY",
|
|
54
|
-
force_axis: typing.Optional[typing.Any] = {'"
|
|
54
|
+
force_axis: typing.Optional[typing.Any] = {'"X"', '"Z"', '"Y"'},
|
|
55
55
|
orientation: typing.Optional[typing.Any] = "LOCAL",
|
|
56
56
|
cloth_mass: typing.Optional[typing.Any] = 1.0,
|
|
57
57
|
cloth_damping: typing.Optional[typing.Any] = 0.0,
|
|
@@ -610,7 +610,7 @@ def mesh_filter(
|
|
|
610
610
|
bpy.types.bpy_prop_collection["bpy.types.OperatorStrokeElement"]
|
|
611
611
|
] = None,
|
|
612
612
|
type: typing.Optional[typing.Any] = "INFLATE",
|
|
613
|
-
deform_axis: typing.Optional[typing.Any] = {'"
|
|
613
|
+
deform_axis: typing.Optional[typing.Any] = {'"X"', '"Z"', '"Y"'},
|
|
614
614
|
orientation: typing.Optional[typing.Any] = "LOCAL",
|
|
615
615
|
surface_smooth_shape_preservation: typing.Optional[typing.Any] = 0.5,
|
|
616
616
|
surface_smooth_current_vertex: typing.Optional[typing.Any] = 0.5,
|
bpy/types/__init__.pyi
CHANGED
|
@@ -67850,9 +67850,9 @@ class KeyConfigurations(bpy_prop_collection[KeyConfig], bpy_struct):
|
|
|
67850
67850
|
properties: typing.Optional["OperatorProperties"] = None,
|
|
67851
67851
|
include: typing.Optional[typing.Any] = {
|
|
67852
67852
|
'"NDOF"',
|
|
67853
|
+
'"KEYBOARD"',
|
|
67853
67854
|
'"MOUSE"',
|
|
67854
67855
|
'"ACTIONZONE"',
|
|
67855
|
-
'"KEYBOARD"',
|
|
67856
67856
|
},
|
|
67857
67857
|
exclude: typing.Optional[typing.Any] = {},
|
|
67858
67858
|
):
|
|
@@ -68137,9 +68137,9 @@ class KeyMapItems(bpy_prop_collection[KeyMapItem], bpy_struct):
|
|
|
68137
68137
|
properties: typing.Optional["OperatorProperties"] = None,
|
|
68138
68138
|
include: typing.Optional[typing.Any] = {
|
|
68139
68139
|
'"NDOF"',
|
|
68140
|
+
'"KEYBOARD"',
|
|
68140
68141
|
'"MOUSE"',
|
|
68141
68142
|
'"ACTIONZONE"',
|
|
68142
|
-
'"KEYBOARD"',
|
|
68143
68143
|
},
|
|
68144
68144
|
exclude: typing.Optional[typing.Any] = {},
|
|
68145
68145
|
) -> "KeyMapItem":
|
|
@@ -117049,6 +117049,73 @@ class GeometryNodeDeleteGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
117049
117049
|
"""
|
|
117050
117050
|
...
|
|
117051
117051
|
|
|
117052
|
+
class GeometryNodeDistributePointsInGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
117053
|
+
"""Generate points inside a volume grid"""
|
|
117054
|
+
|
|
117055
|
+
mode: typing.Union[int, str]
|
|
117056
|
+
""" Method to use for scattering points
|
|
117057
|
+
|
|
117058
|
+
:type: typing.Union[int, str]
|
|
117059
|
+
"""
|
|
117060
|
+
|
|
117061
|
+
def is_registered_node_type(self) -> bool:
|
|
117062
|
+
"""True if a registered node type
|
|
117063
|
+
|
|
117064
|
+
:rtype: bool
|
|
117065
|
+
:return: Result
|
|
117066
|
+
"""
|
|
117067
|
+
...
|
|
117068
|
+
|
|
117069
|
+
def input_template(
|
|
117070
|
+
self, index: typing.Optional[int]
|
|
117071
|
+
) -> "NodeInternalSocketTemplate":
|
|
117072
|
+
"""Input socket template
|
|
117073
|
+
|
|
117074
|
+
:param index: Index
|
|
117075
|
+
:type index: typing.Optional[int]
|
|
117076
|
+
:rtype: 'NodeInternalSocketTemplate'
|
|
117077
|
+
:return: result
|
|
117078
|
+
"""
|
|
117079
|
+
...
|
|
117080
|
+
|
|
117081
|
+
def output_template(
|
|
117082
|
+
self, index: typing.Optional[int]
|
|
117083
|
+
) -> "NodeInternalSocketTemplate":
|
|
117084
|
+
"""Output socket template
|
|
117085
|
+
|
|
117086
|
+
:param index: Index
|
|
117087
|
+
:type index: typing.Optional[int]
|
|
117088
|
+
:rtype: 'NodeInternalSocketTemplate'
|
|
117089
|
+
:return: result
|
|
117090
|
+
"""
|
|
117091
|
+
...
|
|
117092
|
+
|
|
117093
|
+
def bl_rna_get_subclass(self, id: typing.Optional[str], default=None) -> "Struct":
|
|
117094
|
+
"""
|
|
117095
|
+
|
|
117096
|
+
:param id: The RNA type identifier.
|
|
117097
|
+
:type id: typing.Optional[str]
|
|
117098
|
+
:param default:
|
|
117099
|
+
:type default:
|
|
117100
|
+
:rtype: 'Struct'
|
|
117101
|
+
:return: The RNA type or default when not found.
|
|
117102
|
+
"""
|
|
117103
|
+
...
|
|
117104
|
+
|
|
117105
|
+
def bl_rna_get_subclass_py(
|
|
117106
|
+
self, id: typing.Optional[str], default=None
|
|
117107
|
+
) -> typing.Any:
|
|
117108
|
+
"""
|
|
117109
|
+
|
|
117110
|
+
:param id: The RNA type identifier.
|
|
117111
|
+
:type id: typing.Optional[str]
|
|
117112
|
+
:param default:
|
|
117113
|
+
:type default:
|
|
117114
|
+
:rtype: typing.Any
|
|
117115
|
+
:return: The class or default when not found.
|
|
117116
|
+
"""
|
|
117117
|
+
...
|
|
117118
|
+
|
|
117052
117119
|
class GeometryNodeDistributePointsInVolume(
|
|
117053
117120
|
GeometryNode, NodeInternal, Node, bpy_struct
|
|
117054
117121
|
):
|
|
@@ -118221,6 +118288,67 @@ class GeometryNodeGetNamedGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
118221
118288
|
"""
|
|
118222
118289
|
...
|
|
118223
118290
|
|
|
118291
|
+
class GeometryNodeGridToMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
118292
|
+
"""Generate a mesh on the "surface" of a volume grid"""
|
|
118293
|
+
|
|
118294
|
+
def is_registered_node_type(self) -> bool:
|
|
118295
|
+
"""True if a registered node type
|
|
118296
|
+
|
|
118297
|
+
:rtype: bool
|
|
118298
|
+
:return: Result
|
|
118299
|
+
"""
|
|
118300
|
+
...
|
|
118301
|
+
|
|
118302
|
+
def input_template(
|
|
118303
|
+
self, index: typing.Optional[int]
|
|
118304
|
+
) -> "NodeInternalSocketTemplate":
|
|
118305
|
+
"""Input socket template
|
|
118306
|
+
|
|
118307
|
+
:param index: Index
|
|
118308
|
+
:type index: typing.Optional[int]
|
|
118309
|
+
:rtype: 'NodeInternalSocketTemplate'
|
|
118310
|
+
:return: result
|
|
118311
|
+
"""
|
|
118312
|
+
...
|
|
118313
|
+
|
|
118314
|
+
def output_template(
|
|
118315
|
+
self, index: typing.Optional[int]
|
|
118316
|
+
) -> "NodeInternalSocketTemplate":
|
|
118317
|
+
"""Output socket template
|
|
118318
|
+
|
|
118319
|
+
:param index: Index
|
|
118320
|
+
:type index: typing.Optional[int]
|
|
118321
|
+
:rtype: 'NodeInternalSocketTemplate'
|
|
118322
|
+
:return: result
|
|
118323
|
+
"""
|
|
118324
|
+
...
|
|
118325
|
+
|
|
118326
|
+
def bl_rna_get_subclass(self, id: typing.Optional[str], default=None) -> "Struct":
|
|
118327
|
+
"""
|
|
118328
|
+
|
|
118329
|
+
:param id: The RNA type identifier.
|
|
118330
|
+
:type id: typing.Optional[str]
|
|
118331
|
+
:param default:
|
|
118332
|
+
:type default:
|
|
118333
|
+
:rtype: 'Struct'
|
|
118334
|
+
:return: The RNA type or default when not found.
|
|
118335
|
+
"""
|
|
118336
|
+
...
|
|
118337
|
+
|
|
118338
|
+
def bl_rna_get_subclass_py(
|
|
118339
|
+
self, id: typing.Optional[str], default=None
|
|
118340
|
+
) -> typing.Any:
|
|
118341
|
+
"""
|
|
118342
|
+
|
|
118343
|
+
:param id: The RNA type identifier.
|
|
118344
|
+
:type id: typing.Optional[str]
|
|
118345
|
+
:param default:
|
|
118346
|
+
:type default:
|
|
118347
|
+
:rtype: typing.Any
|
|
118348
|
+
:return: The class or default when not found.
|
|
118349
|
+
"""
|
|
118350
|
+
...
|
|
118351
|
+
|
|
118224
118352
|
class GeometryNodeGroup(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
118225
118353
|
node_tree: "NodeTree"
|
|
118226
118354
|
"""
|
|
@@ -121562,6 +121690,67 @@ class GeometryNodeMeshToCurve(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
121562
121690
|
"""
|
|
121563
121691
|
...
|
|
121564
121692
|
|
|
121693
|
+
class GeometryNodeMeshToDensityGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
121694
|
+
"""Create a filled volume grid from a mesh"""
|
|
121695
|
+
|
|
121696
|
+
def is_registered_node_type(self) -> bool:
|
|
121697
|
+
"""True if a registered node type
|
|
121698
|
+
|
|
121699
|
+
:rtype: bool
|
|
121700
|
+
:return: Result
|
|
121701
|
+
"""
|
|
121702
|
+
...
|
|
121703
|
+
|
|
121704
|
+
def input_template(
|
|
121705
|
+
self, index: typing.Optional[int]
|
|
121706
|
+
) -> "NodeInternalSocketTemplate":
|
|
121707
|
+
"""Input socket template
|
|
121708
|
+
|
|
121709
|
+
:param index: Index
|
|
121710
|
+
:type index: typing.Optional[int]
|
|
121711
|
+
:rtype: 'NodeInternalSocketTemplate'
|
|
121712
|
+
:return: result
|
|
121713
|
+
"""
|
|
121714
|
+
...
|
|
121715
|
+
|
|
121716
|
+
def output_template(
|
|
121717
|
+
self, index: typing.Optional[int]
|
|
121718
|
+
) -> "NodeInternalSocketTemplate":
|
|
121719
|
+
"""Output socket template
|
|
121720
|
+
|
|
121721
|
+
:param index: Index
|
|
121722
|
+
:type index: typing.Optional[int]
|
|
121723
|
+
:rtype: 'NodeInternalSocketTemplate'
|
|
121724
|
+
:return: result
|
|
121725
|
+
"""
|
|
121726
|
+
...
|
|
121727
|
+
|
|
121728
|
+
def bl_rna_get_subclass(self, id: typing.Optional[str], default=None) -> "Struct":
|
|
121729
|
+
"""
|
|
121730
|
+
|
|
121731
|
+
:param id: The RNA type identifier.
|
|
121732
|
+
:type id: typing.Optional[str]
|
|
121733
|
+
:param default:
|
|
121734
|
+
:type default:
|
|
121735
|
+
:rtype: 'Struct'
|
|
121736
|
+
:return: The RNA type or default when not found.
|
|
121737
|
+
"""
|
|
121738
|
+
...
|
|
121739
|
+
|
|
121740
|
+
def bl_rna_get_subclass_py(
|
|
121741
|
+
self, id: typing.Optional[str], default=None
|
|
121742
|
+
) -> typing.Any:
|
|
121743
|
+
"""
|
|
121744
|
+
|
|
121745
|
+
:param id: The RNA type identifier.
|
|
121746
|
+
:type id: typing.Optional[str]
|
|
121747
|
+
:param default:
|
|
121748
|
+
:type default:
|
|
121749
|
+
:rtype: typing.Any
|
|
121750
|
+
:return: The class or default when not found.
|
|
121751
|
+
"""
|
|
121752
|
+
...
|
|
121753
|
+
|
|
121565
121754
|
class GeometryNodeMeshToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
121566
121755
|
"""Generate a point cloud from a mesh's vertices"""
|
|
121567
121756
|
|
|
@@ -121629,6 +121818,67 @@ class GeometryNodeMeshToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
121629
121818
|
"""
|
|
121630
121819
|
...
|
|
121631
121820
|
|
|
121821
|
+
class GeometryNodeMeshToSDFGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
121822
|
+
"""Create a signed distance volume grid from a mesh"""
|
|
121823
|
+
|
|
121824
|
+
def is_registered_node_type(self) -> bool:
|
|
121825
|
+
"""True if a registered node type
|
|
121826
|
+
|
|
121827
|
+
:rtype: bool
|
|
121828
|
+
:return: Result
|
|
121829
|
+
"""
|
|
121830
|
+
...
|
|
121831
|
+
|
|
121832
|
+
def input_template(
|
|
121833
|
+
self, index: typing.Optional[int]
|
|
121834
|
+
) -> "NodeInternalSocketTemplate":
|
|
121835
|
+
"""Input socket template
|
|
121836
|
+
|
|
121837
|
+
:param index: Index
|
|
121838
|
+
:type index: typing.Optional[int]
|
|
121839
|
+
:rtype: 'NodeInternalSocketTemplate'
|
|
121840
|
+
:return: result
|
|
121841
|
+
"""
|
|
121842
|
+
...
|
|
121843
|
+
|
|
121844
|
+
def output_template(
|
|
121845
|
+
self, index: typing.Optional[int]
|
|
121846
|
+
) -> "NodeInternalSocketTemplate":
|
|
121847
|
+
"""Output socket template
|
|
121848
|
+
|
|
121849
|
+
:param index: Index
|
|
121850
|
+
:type index: typing.Optional[int]
|
|
121851
|
+
:rtype: 'NodeInternalSocketTemplate'
|
|
121852
|
+
:return: result
|
|
121853
|
+
"""
|
|
121854
|
+
...
|
|
121855
|
+
|
|
121856
|
+
def bl_rna_get_subclass(self, id: typing.Optional[str], default=None) -> "Struct":
|
|
121857
|
+
"""
|
|
121858
|
+
|
|
121859
|
+
:param id: The RNA type identifier.
|
|
121860
|
+
:type id: typing.Optional[str]
|
|
121861
|
+
:param default:
|
|
121862
|
+
:type default:
|
|
121863
|
+
:rtype: 'Struct'
|
|
121864
|
+
:return: The RNA type or default when not found.
|
|
121865
|
+
"""
|
|
121866
|
+
...
|
|
121867
|
+
|
|
121868
|
+
def bl_rna_get_subclass_py(
|
|
121869
|
+
self, id: typing.Optional[str], default=None
|
|
121870
|
+
) -> typing.Any:
|
|
121871
|
+
"""
|
|
121872
|
+
|
|
121873
|
+
:param id: The RNA type identifier.
|
|
121874
|
+
:type id: typing.Optional[str]
|
|
121875
|
+
:param default:
|
|
121876
|
+
:type default:
|
|
121877
|
+
:rtype: typing.Any
|
|
121878
|
+
:return: The class or default when not found.
|
|
121879
|
+
"""
|
|
121880
|
+
...
|
|
121881
|
+
|
|
121632
121882
|
class GeometryNodeMeshToVolume(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
121633
121883
|
"""Create a fog volume with the shape of the input mesh's surface"""
|
|
121634
121884
|
|
|
@@ -122129,6 +122379,67 @@ class GeometryNodePointsToCurves(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
122129
122379
|
"""
|
|
122130
122380
|
...
|
|
122131
122381
|
|
|
122382
|
+
class GeometryNodePointsToSDFGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
122383
|
+
"""Create a signed distance volume grid from points"""
|
|
122384
|
+
|
|
122385
|
+
def is_registered_node_type(self) -> bool:
|
|
122386
|
+
"""True if a registered node type
|
|
122387
|
+
|
|
122388
|
+
:rtype: bool
|
|
122389
|
+
:return: Result
|
|
122390
|
+
"""
|
|
122391
|
+
...
|
|
122392
|
+
|
|
122393
|
+
def input_template(
|
|
122394
|
+
self, index: typing.Optional[int]
|
|
122395
|
+
) -> "NodeInternalSocketTemplate":
|
|
122396
|
+
"""Input socket template
|
|
122397
|
+
|
|
122398
|
+
:param index: Index
|
|
122399
|
+
:type index: typing.Optional[int]
|
|
122400
|
+
:rtype: 'NodeInternalSocketTemplate'
|
|
122401
|
+
:return: result
|
|
122402
|
+
"""
|
|
122403
|
+
...
|
|
122404
|
+
|
|
122405
|
+
def output_template(
|
|
122406
|
+
self, index: typing.Optional[int]
|
|
122407
|
+
) -> "NodeInternalSocketTemplate":
|
|
122408
|
+
"""Output socket template
|
|
122409
|
+
|
|
122410
|
+
:param index: Index
|
|
122411
|
+
:type index: typing.Optional[int]
|
|
122412
|
+
:rtype: 'NodeInternalSocketTemplate'
|
|
122413
|
+
:return: result
|
|
122414
|
+
"""
|
|
122415
|
+
...
|
|
122416
|
+
|
|
122417
|
+
def bl_rna_get_subclass(self, id: typing.Optional[str], default=None) -> "Struct":
|
|
122418
|
+
"""
|
|
122419
|
+
|
|
122420
|
+
:param id: The RNA type identifier.
|
|
122421
|
+
:type id: typing.Optional[str]
|
|
122422
|
+
:param default:
|
|
122423
|
+
:type default:
|
|
122424
|
+
:rtype: 'Struct'
|
|
122425
|
+
:return: The RNA type or default when not found.
|
|
122426
|
+
"""
|
|
122427
|
+
...
|
|
122428
|
+
|
|
122429
|
+
def bl_rna_get_subclass_py(
|
|
122430
|
+
self, id: typing.Optional[str], default=None
|
|
122431
|
+
) -> typing.Any:
|
|
122432
|
+
"""
|
|
122433
|
+
|
|
122434
|
+
:param id: The RNA type identifier.
|
|
122435
|
+
:type id: typing.Optional[str]
|
|
122436
|
+
:param default:
|
|
122437
|
+
:type default:
|
|
122438
|
+
:rtype: typing.Any
|
|
122439
|
+
:return: The class or default when not found.
|
|
122440
|
+
"""
|
|
122441
|
+
...
|
|
122442
|
+
|
|
122132
122443
|
class GeometryNodePointsToVertices(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
122133
122444
|
"""Generate a mesh vertex for each point cloud point"""
|
|
122134
122445
|
|
|
@@ -199,7 +199,7 @@ bpy/ops/dpaint/__init__.pyi,sha256=f68AefeI15BnIR_tf5mVbfrAbaly83_RIBznTGmrTSo,2
|
|
|
199
199
|
bpy/ops/ed/__init__.pyi,sha256=O354iq6Wg0tNzTDiLkXU7agqD6e6DoywuAKuAajDLGE,9974
|
|
200
200
|
bpy/ops/export_anim/__init__.pyi,sha256=AnV2l6UH64F1xxXF9rWLXZv3EJmSzI6WsP0ICv0j6Sc,2420
|
|
201
201
|
bpy/ops/export_mesh/__init__.pyi,sha256=agxQTGbW405r7WZOu-bBgNDJbahufUvBqfBSqLVKGe0,2913
|
|
202
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
202
|
+
bpy/ops/export_scene/__init__.pyi,sha256=g48oFgQ8ZOunDsFZuX6yLznOF5AIRnkpwMkJey1Z48Y,46435
|
|
203
203
|
bpy/ops/file/__init__.pyi,sha256=AOLAU6yIqsVvw4Ga9h77DvKdn0o-kOyAnG5Lmib1vI0,26137
|
|
204
204
|
bpy/ops/fluid/__init__.pyi,sha256=LIkJyMJMAC5WH1ZKJ6eZGu7cB42FRLLiTeUAXy9j9cU,5094
|
|
205
205
|
bpy/ops/font/__init__.pyi,sha256=5kN9cQw9Mcc2sUNRR8_9sHbFLswfyEcJ4Dg2EgcwR1M,20180
|
|
@@ -220,9 +220,9 @@ bpy/ops/mask/__init__.pyi,sha256=idXFdZ4Bfm4hF3-C0cPFDh5DUMGfDL-Zwc0LzmRG0DU,222
|
|
|
220
220
|
bpy/ops/material/__init__.pyi,sha256=4u36fuqh_UeA9ZHX6lZp1yrcxvdPRjKjcEOzN2LX9F0,1049
|
|
221
221
|
bpy/ops/mball/__init__.pyi,sha256=qpO_MAD_wUFIdb6Ky2lMrdVNsufZNfDRnuaixg6tVCw,5313
|
|
222
222
|
bpy/ops/mesh/__init__.pyi,sha256=nDN8oKLTEOs1ZR-XMyVMg0Uni4slWy460dVzajXAJKE,162497
|
|
223
|
-
bpy/ops/nla/__init__.pyi,sha256=
|
|
223
|
+
bpy/ops/nla/__init__.pyi,sha256=BqsolCTYle9qBx-UxHMv0r_XOcMzSzY0fqslaVx6_HA,24744
|
|
224
224
|
bpy/ops/node/__init__.pyi,sha256=NEtaFcYvlfH5BhYR1JdYR-4Jpb1AuzOgWMTtrxLpfKY,63060
|
|
225
|
-
bpy/ops/object/__init__.pyi,sha256=
|
|
225
|
+
bpy/ops/object/__init__.pyi,sha256=514I-XR8WQNWR21EV7Thzeh9nRAeDzNubaSZoohTsXY,205750
|
|
226
226
|
bpy/ops/outliner/__init__.pyi,sha256=ohgJm1n2tBnSU88O5FyXNUp9dTB_Sqb28_86gFjp79s,35759
|
|
227
227
|
bpy/ops/paint/__init__.pyi,sha256=ifHUx1YLPOkBs4amOwFu6vuNBJ6yW90nj2Qqfgy4328,38276
|
|
228
228
|
bpy/ops/paintcurve/__init__.pyi,sha256=wsQNQtYErdEKvk7QRtNy2Z31UJ4YEpwuZopE8fmiPd0,4258
|
|
@@ -237,7 +237,7 @@ bpy/ops/rigidbody/__init__.pyi,sha256=Gs2OZGl4NUXQ0wLPQImK9sVSg4FNHckHSfBnqKoyE8
|
|
|
237
237
|
bpy/ops/scene/__init__.pyi,sha256=ZEpwgRw6gc6dWCIEsVFMAJK5gOsWGKWb8dOi2EItBuY,19495
|
|
238
238
|
bpy/ops/screen/__init__.pyi,sha256=QwLMLVzQGagLKPPhBCZRH7xUeQcb2oLuY97zwTh2qt4,28074
|
|
239
239
|
bpy/ops/script/__init__.pyi,sha256=pn2CKXaea19HjHsrF-SdWrDLfO9yDo0StYYhFYnYmTI,1508
|
|
240
|
-
bpy/ops/sculpt/__init__.pyi,sha256=
|
|
240
|
+
bpy/ops/sculpt/__init__.pyi,sha256=6terCC1ndnPTwFMNj7QzXEhRzoaR4Vevoo7VSLhSpRs,39912
|
|
241
241
|
bpy/ops/sculpt_curves/__init__.pyi,sha256=VSftg3xozMLjVm43j51TDfEIvglcC_TlN2BZ1MMbh8E,3336
|
|
242
242
|
bpy/ops/sequencer/__init__.pyi,sha256=4g6lIr_5oWw71xMdnCCpSHWXVRllvD9dNl3Qehhqank,93251
|
|
243
243
|
bpy/ops/sound/__init__.pyi,sha256=jsnI0SFHoBtnf73dJwNl79fFScHjOhUWr2tcq2ymyzY,21562
|
|
@@ -257,7 +257,7 @@ bpy/ops/workspace/__init__.pyi,sha256=cfTHpfhZok-9W-Cv6xpLYIh1LaqCQB4RAeZNnNev_H
|
|
|
257
257
|
bpy/ops/world/__init__.pyi,sha256=Jex-4HYHQCGb1L18edEx0_Bi6LLewdSOK0FRSMfR4a8,398
|
|
258
258
|
bpy/path/__init__.pyi,sha256=QxWy6N5-7KFQWppjuhDhEV-3XNodrAcFXA6JvbbTbXQ,6388
|
|
259
259
|
bpy/props/__init__.pyi,sha256=vG0dYQzpuh5QnOwqNwz8W-2yKdclHbNkC2jtXkgx4rQ,29405
|
|
260
|
-
bpy/types/__init__.pyi,sha256=
|
|
260
|
+
bpy/types/__init__.pyi,sha256=fQ4tP_SFd3jO_nk4iTA_nOon-kO1o_a3ASAni-UQCLg,3455961
|
|
261
261
|
bpy/utils/__init__.pyi,sha256=tXg7jhIyeJmLMHrU85XbRTSYex_YJi8siXMvAiWamd0,10365
|
|
262
262
|
bpy/utils/previews/__init__.pyi,sha256=gOgnSWVc0SRdn5n768T2WxDNYhJgTZdNwQnrSQv2D_0,2159
|
|
263
263
|
bpy/utils/units/__init__.pyi,sha256=AzFFYMVq6akTZ3AHGW4GzA_n6jfeKV7O9qvqvBasBgY,2684
|
|
@@ -343,7 +343,7 @@ rna_xml/__init__.pyi,sha256=oMdXh2K4vb_KNNhyhehXJPH20RJkrUExWFoGX6_8IoI,471
|
|
|
343
343
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
344
344
|
sys_info/__init__.pyi,sha256=8dAUaATaRsjhkMMCN8lWAlnEo_Z0qzeYMjashL-525k,93
|
|
345
345
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
346
|
-
fake_bpy_module-
|
|
347
|
-
fake_bpy_module-
|
|
348
|
-
fake_bpy_module-
|
|
349
|
-
fake_bpy_module-
|
|
346
|
+
fake_bpy_module-20240229.dist-info/METADATA,sha256=g42EPNfe93eN_yk508nnYJ7zFU5iQfs8ckxN-4vkQDE,7008
|
|
347
|
+
fake_bpy_module-20240229.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
348
|
+
fake_bpy_module-20240229.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
|
|
349
|
+
fake_bpy_module-20240229.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|