fake-bpy-module 20240517__py3-none-any.whl → 20240518__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_internal/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +5 -30
- animsys_refactor/__init__.pyi +5 -25
- aud/__init__.pyi +1 -4
- bgl/__init__.pyi +0 -1629
- bl_app_override/__init__.pyi +3 -14
- bl_app_override/helpers/__init__.pyi +2 -22
- bl_app_template_utils/__init__.pyi +3 -15
- bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +2 -22
- bl_i18n_utils/utils/__init__.pyi +8 -65
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_keymap_utils/io/__init__.pyi +8 -39
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +2 -18
- bl_operators/anim/__init__.pyi +0 -70
- bl_operators/assets/__init__.pyi +0 -29
- bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
- bl_operators/clip/__init__.pyi +5 -114
- bl_operators/console/__init__.pyi +0 -37
- bl_operators/constraint/__init__.pyi +0 -36
- bl_operators/file/__init__.pyi +0 -27
- bl_operators/freestyle/__init__.pyi +0 -36
- bl_operators/geometry_nodes/__init__.pyi +13 -102
- bl_operators/image/__init__.pyi +0 -51
- bl_operators/mesh/__init__.pyi +0 -27
- bl_operators/node/__init__.pyi +0 -104
- bl_operators/object/__init__.pyi +0 -137
- bl_operators/object_align/__init__.pyi +3 -23
- bl_operators/object_quick_effects/__init__.pyi +2 -48
- bl_operators/object_randomize_transform/__init__.pyi +3 -13
- bl_operators/presets/__init__.pyi +2 -375
- bl_operators/rigidbody/__init__.pyi +0 -27
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
- bl_operators/sequencer/__init__.pyi +1 -103
- bl_operators/spreadsheet/__init__.pyi +0 -9
- bl_operators/userpref/__init__.pyi +1 -200
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
- bl_operators/uvcalc_transform/__init__.pyi +11 -72
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
- bl_operators/view3d/__init__.pyi +0 -63
- bl_operators/wm/__init__.pyi +14 -450
- bl_operators/world/__init__.pyi +0 -9
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +30 -140
- bl_ui/anim/__init__.pyi +1 -11
- bl_ui/asset_shelf/__init__.pyi +1 -15
- bl_ui/generic_ui_list/__init__.pyi +2 -30
- bl_ui/node_add_menu/__init__.pyi +4 -27
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
- bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
- bl_ui/node_add_menu_shader/__init__.pyi +18 -169
- bl_ui/node_add_menu_texture/__init__.pyi +9 -117
- bl_ui/properties_animviz/__init__.pyi +0 -14
- bl_ui/properties_collection/__init__.pyi +7 -111
- bl_ui/properties_constraint/__init__.pyi +79 -1523
- bl_ui/properties_data_armature/__init__.pyi +12 -213
- bl_ui/properties_data_bone/__init__.pyi +10 -197
- bl_ui/properties_data_camera/__init__.pyi +15 -311
- bl_ui/properties_data_curve/__init__.pyi +15 -318
- bl_ui/properties_data_curves/__init__.pyi +6 -107
- bl_ui/properties_data_empty/__init__.pyi +2 -43
- bl_ui/properties_data_gpencil/__init__.pyi +18 -349
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
- bl_ui/properties_data_lattice/__init__.pyi +3 -64
- bl_ui/properties_data_light/__init__.pyi +12 -263
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
- bl_ui/properties_data_mesh/__init__.pyi +21 -324
- bl_ui/properties_data_metaball/__init__.pyi +5 -102
- bl_ui/properties_data_modifier/__init__.pyi +8 -177
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
- bl_ui/properties_data_speaker/__init__.pyi +5 -110
- bl_ui/properties_data_volume/__init__.pyi +8 -155
- bl_ui/properties_freestyle/__init__.pyi +29 -614
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
- bl_ui/properties_mask_common/__init__.pyi +8 -110
- bl_ui/properties_material/__init__.pyi +18 -330
- bl_ui/properties_material_gpencil/__init__.pyi +10 -181
- bl_ui/properties_object/__init__.pyi +14 -275
- bl_ui/properties_output/__init__.pyi +18 -369
- bl_ui/properties_paint_common/__init__.pyi +12 -105
- bl_ui/properties_particle/__init__.pyi +56 -1158
- bl_ui/properties_physics_cloth/__init__.pyi +15 -313
- bl_ui/properties_physics_common/__init__.pyi +7 -57
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
- bl_ui/properties_physics_field/__init__.pyi +11 -217
- bl_ui/properties_physics_fluid/__init__.pyi +28 -625
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
- bl_ui/properties_physics_softbody/__init__.pyi +16 -352
- bl_ui/properties_render/__init__.pyi +54 -1145
- bl_ui/properties_scene/__init__.pyi +15 -297
- bl_ui/properties_texture/__init__.pyi +28 -576
- bl_ui/properties_view_layer/__init__.pyi +18 -345
- bl_ui/properties_workspace/__init__.pyi +4 -79
- bl_ui/properties_world/__init__.pyi +10 -219
- bl_ui/space_clip/__init__.pyi +71 -1089
- bl_ui/space_console/__init__.pyi +7 -72
- bl_ui/space_dopesheet/__init__.pyi +31 -484
- bl_ui/space_filebrowser/__init__.pyi +34 -430
- bl_ui/space_graph/__init__.pyi +20 -236
- bl_ui/space_image/__init__.pyi +68 -1088
- bl_ui/space_info/__init__.pyi +6 -70
- bl_ui/space_nla/__init__.pyi +17 -209
- bl_ui/space_node/__init__.pyi +30 -435
- bl_ui/space_outliner/__init__.pyi +15 -164
- bl_ui/space_properties/__init__.pyi +3 -41
- bl_ui/space_sequencer/__init__.pyi +77 -1141
- bl_ui/space_spreadsheet/__init__.pyi +1 -11
- bl_ui/space_statusbar/__init__.pyi +1 -11
- bl_ui/space_text/__init__.pyi +16 -192
- bl_ui/space_time/__init__.pyi +8 -110
- bl_ui/space_toolsystem_common/__init__.pyi +40 -199
- bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
- bl_ui/space_topbar/__init__.pyi +27 -334
- bl_ui/space_userpref/__init__.pyi +92 -1575
- bl_ui/space_view3d/__init__.pyi +269 -3437
- bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
- bl_ui/temp_anim_layers/__init__.pyi +2 -21
- bl_ui/utils/__init__.pyi +0 -7
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- blend_render_info/__init__.pyi +2 -9
- bmesh/types/__init__.pyi +1 -18
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +295 -4653
- bpy/utils/__init__.pyi +14 -70
- bpy_extras/anim_utils/__init__.pyi +0 -1
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +1 -4
- bpy_extras/extensions/junction_module/__init__.pyi +1 -6
- bpy_extras/io_utils/__init__.pyi +4 -24
- bpy_extras/keyconfig_utils/__init__.pyi +2 -9
- bpy_extras/node_shader_utils/__init__.pyi +44 -285
- bpy_extras/node_utils/__init__.pyi +2 -9
- bpy_extras/object_utils/__init__.pyi +0 -2
- bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +8 -274
- console_python/__init__.pyi +6 -36
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +10 -40
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +0 -10
- freestyle/utils/__init__.pyi +3 -15
- graphviz_export/__init__.pyi +2 -9
- idprop/types/__init__.pyi +6 -33
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2 -156
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/bvhtree/__init__.pyi +0 -2
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +22 -200
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +9 -49
- rna_xml/__init__.pyi +6 -29
- sys_info/__init__.pyi +1 -4
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
bpy_types/__init__.pyi
CHANGED
|
@@ -5,13 +5,8 @@ import mathutils
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
class AddonPreferences:
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
8
|
bl_rna: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
9
|
id_data: typing.Any
|
|
14
|
-
""" """
|
|
15
10
|
|
|
16
11
|
def as_pointer(self) -> int:
|
|
17
12
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -194,13 +189,8 @@ class AddonPreferences:
|
|
|
194
189
|
...
|
|
195
190
|
|
|
196
191
|
class AssetShelf:
|
|
197
|
-
""" """
|
|
198
|
-
|
|
199
192
|
bl_rna: typing.Any
|
|
200
|
-
""" """
|
|
201
|
-
|
|
202
193
|
id_data: typing.Any
|
|
203
|
-
""" """
|
|
204
194
|
|
|
205
195
|
def as_pointer(self) -> int:
|
|
206
196
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -388,31 +378,14 @@ class _GenericBone:
|
|
|
388
378
|
"""
|
|
389
379
|
|
|
390
380
|
basename: typing.Any
|
|
391
|
-
""" """
|
|
392
|
-
|
|
393
381
|
center: typing.Any
|
|
394
|
-
""" """
|
|
395
|
-
|
|
396
382
|
children_recursive: typing.Any
|
|
397
|
-
""" """
|
|
398
|
-
|
|
399
383
|
children_recursive_basename: typing.Any
|
|
400
|
-
""" """
|
|
401
|
-
|
|
402
384
|
parent_recursive: typing.Any
|
|
403
|
-
""" """
|
|
404
|
-
|
|
405
385
|
vector: typing.Any
|
|
406
|
-
""" """
|
|
407
|
-
|
|
408
386
|
x_axis: typing.Any
|
|
409
|
-
""" """
|
|
410
|
-
|
|
411
387
|
y_axis: typing.Any
|
|
412
|
-
""" """
|
|
413
|
-
|
|
414
388
|
z_axis: typing.Any
|
|
415
|
-
""" """
|
|
416
389
|
|
|
417
390
|
def parent_index(self, parent_test):
|
|
418
391
|
"""The same as 'bone in other_bone.parent_recursive'
|
|
@@ -430,16 +403,9 @@ class _GenericBone:
|
|
|
430
403
|
...
|
|
431
404
|
|
|
432
405
|
class BoneCollection:
|
|
433
|
-
""" """
|
|
434
|
-
|
|
435
406
|
bl_rna: typing.Any
|
|
436
|
-
""" """
|
|
437
|
-
|
|
438
407
|
bones_recursive: typing.Any
|
|
439
|
-
""" """
|
|
440
|
-
|
|
441
408
|
id_data: typing.Any
|
|
442
|
-
""" """
|
|
443
409
|
|
|
444
410
|
def as_pointer(self) -> int:
|
|
445
411
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -622,13 +588,8 @@ class BoneCollection:
|
|
|
622
588
|
...
|
|
623
589
|
|
|
624
590
|
class Node:
|
|
625
|
-
""" """
|
|
626
|
-
|
|
627
591
|
bl_rna: typing.Any
|
|
628
|
-
""" """
|
|
629
|
-
|
|
630
592
|
id_data: typing.Any
|
|
631
|
-
""" """
|
|
632
593
|
|
|
633
594
|
def as_pointer(self) -> int:
|
|
634
595
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -825,13 +786,8 @@ class Node:
|
|
|
825
786
|
...
|
|
826
787
|
|
|
827
788
|
class Context:
|
|
828
|
-
""" """
|
|
829
|
-
|
|
830
789
|
bl_rna: typing.Any
|
|
831
|
-
""" """
|
|
832
|
-
|
|
833
790
|
id_data: typing.Any
|
|
834
|
-
""" """
|
|
835
791
|
|
|
836
792
|
def as_pointer(self) -> int:
|
|
837
793
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -857,10 +813,7 @@ class Context:
|
|
|
857
813
|
"""
|
|
858
814
|
...
|
|
859
815
|
|
|
860
|
-
def copy(self):
|
|
861
|
-
""" """
|
|
862
|
-
...
|
|
863
|
-
|
|
816
|
+
def copy(self): ...
|
|
864
817
|
def driver_add(self) -> bpy.types.FCurve:
|
|
865
818
|
"""Adds driver(s) to the given property
|
|
866
819
|
|
|
@@ -1031,13 +984,8 @@ class Context:
|
|
|
1031
984
|
...
|
|
1032
985
|
|
|
1033
986
|
class FileHandler:
|
|
1034
|
-
""" """
|
|
1035
|
-
|
|
1036
987
|
bl_rna: typing.Any
|
|
1037
|
-
""" """
|
|
1038
|
-
|
|
1039
988
|
id_data: typing.Any
|
|
1040
|
-
""" """
|
|
1041
989
|
|
|
1042
990
|
def as_pointer(self) -> int:
|
|
1043
991
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -1220,10 +1168,7 @@ class FileHandler:
|
|
|
1220
1168
|
...
|
|
1221
1169
|
|
|
1222
1170
|
class Gizmo:
|
|
1223
|
-
""" """
|
|
1224
|
-
|
|
1225
1171
|
id_data: typing.Any
|
|
1226
|
-
""" """
|
|
1227
1172
|
|
|
1228
1173
|
def as_pointer(self) -> int:
|
|
1229
1174
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -1454,10 +1399,7 @@ class Gizmo:
|
|
|
1454
1399
|
...
|
|
1455
1400
|
|
|
1456
1401
|
class GizmoGroup:
|
|
1457
|
-
""" """
|
|
1458
|
-
|
|
1459
1402
|
id_data: typing.Any
|
|
1460
|
-
""" """
|
|
1461
1403
|
|
|
1462
1404
|
def as_pointer(self) -> int:
|
|
1463
1405
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -1640,8 +1582,6 @@ class GizmoGroup:
|
|
|
1640
1582
|
...
|
|
1641
1583
|
|
|
1642
1584
|
class _GenericUI:
|
|
1643
|
-
""" """
|
|
1644
|
-
|
|
1645
1585
|
def append(self, draw_func):
|
|
1646
1586
|
"""Append a draw function to this menu,
|
|
1647
1587
|
takes the same arguments as the menus draw function
|
|
@@ -1650,10 +1590,7 @@ class _GenericUI:
|
|
|
1650
1590
|
"""
|
|
1651
1591
|
...
|
|
1652
1592
|
|
|
1653
|
-
def is_extended(self):
|
|
1654
|
-
""" """
|
|
1655
|
-
...
|
|
1656
|
-
|
|
1593
|
+
def is_extended(self): ...
|
|
1657
1594
|
def prepend(self, draw_func):
|
|
1658
1595
|
"""Prepend a draw function to this menu, takes the same arguments as
|
|
1659
1596
|
the menus draw function
|
|
@@ -1670,13 +1607,8 @@ class _GenericUI:
|
|
|
1670
1607
|
...
|
|
1671
1608
|
|
|
1672
1609
|
class RenderEngine:
|
|
1673
|
-
""" """
|
|
1674
|
-
|
|
1675
1610
|
bl_rna: typing.Any
|
|
1676
|
-
""" """
|
|
1677
|
-
|
|
1678
1611
|
id_data: typing.Any
|
|
1679
|
-
""" """
|
|
1680
1612
|
|
|
1681
1613
|
def as_pointer(self) -> int:
|
|
1682
1614
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -1859,13 +1791,8 @@ class RenderEngine:
|
|
|
1859
1791
|
...
|
|
1860
1792
|
|
|
1861
1793
|
class KeyingSetInfo:
|
|
1862
|
-
""" """
|
|
1863
|
-
|
|
1864
1794
|
bl_rna: typing.Any
|
|
1865
|
-
""" """
|
|
1866
|
-
|
|
1867
1795
|
id_data: typing.Any
|
|
1868
|
-
""" """
|
|
1869
1796
|
|
|
1870
1797
|
def as_pointer(self) -> int:
|
|
1871
1798
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -2048,10 +1975,7 @@ class KeyingSetInfo:
|
|
|
2048
1975
|
...
|
|
2049
1976
|
|
|
2050
1977
|
class Macro:
|
|
2051
|
-
""" """
|
|
2052
|
-
|
|
2053
1978
|
id_data: typing.Any
|
|
2054
|
-
""" """
|
|
2055
1979
|
|
|
2056
1980
|
def as_pointer(self) -> int:
|
|
2057
1981
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -2241,13 +2165,8 @@ class Macro:
|
|
|
2241
2165
|
...
|
|
2242
2166
|
|
|
2243
2167
|
class MeshEdge:
|
|
2244
|
-
""" """
|
|
2245
|
-
|
|
2246
2168
|
id_data: typing.Any
|
|
2247
|
-
""" """
|
|
2248
|
-
|
|
2249
2169
|
key: typing.Any
|
|
2250
|
-
""" """
|
|
2251
2170
|
|
|
2252
2171
|
def as_pointer(self) -> int:
|
|
2253
2172
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -2430,16 +2349,9 @@ class MeshEdge:
|
|
|
2430
2349
|
...
|
|
2431
2350
|
|
|
2432
2351
|
class MeshLoopTriangle:
|
|
2433
|
-
""" """
|
|
2434
|
-
|
|
2435
2352
|
center: typing.Any
|
|
2436
|
-
""" """
|
|
2437
|
-
|
|
2438
2353
|
edge_keys: typing.Any
|
|
2439
|
-
""" """
|
|
2440
|
-
|
|
2441
2354
|
id_data: typing.Any
|
|
2442
|
-
""" """
|
|
2443
2355
|
|
|
2444
2356
|
def as_pointer(self) -> int:
|
|
2445
2357
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -2622,16 +2534,9 @@ class MeshLoopTriangle:
|
|
|
2622
2534
|
...
|
|
2623
2535
|
|
|
2624
2536
|
class MeshPolygon:
|
|
2625
|
-
""" """
|
|
2626
|
-
|
|
2627
2537
|
edge_keys: typing.Any
|
|
2628
|
-
""" """
|
|
2629
|
-
|
|
2630
2538
|
id_data: typing.Any
|
|
2631
|
-
""" """
|
|
2632
|
-
|
|
2633
2539
|
loop_indices: typing.Any
|
|
2634
|
-
""" """
|
|
2635
2540
|
|
|
2636
2541
|
def as_pointer(self) -> int:
|
|
2637
2542
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -2814,16 +2719,9 @@ class MeshPolygon:
|
|
|
2814
2719
|
...
|
|
2815
2720
|
|
|
2816
2721
|
class NodeSocket:
|
|
2817
|
-
""" """
|
|
2818
|
-
|
|
2819
2722
|
bl_rna: typing.Any
|
|
2820
|
-
""" """
|
|
2821
|
-
|
|
2822
2723
|
id_data: typing.Any
|
|
2823
|
-
""" """
|
|
2824
|
-
|
|
2825
2724
|
links: typing.Any
|
|
2826
|
-
""" """
|
|
2827
2725
|
|
|
2828
2726
|
def as_pointer(self) -> int:
|
|
2829
2727
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -3006,10 +2904,7 @@ class NodeSocket:
|
|
|
3006
2904
|
...
|
|
3007
2905
|
|
|
3008
2906
|
class NodeTreeInterfaceItem:
|
|
3009
|
-
""" """
|
|
3010
|
-
|
|
3011
2907
|
id_data: typing.Any
|
|
3012
|
-
""" """
|
|
3013
2908
|
|
|
3014
2909
|
def as_pointer(self) -> int:
|
|
3015
2910
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -3192,13 +3087,8 @@ class NodeTreeInterfaceItem:
|
|
|
3192
3087
|
...
|
|
3193
3088
|
|
|
3194
3089
|
class Operator:
|
|
3195
|
-
""" """
|
|
3196
|
-
|
|
3197
3090
|
bl_rna: typing.Any
|
|
3198
|
-
""" """
|
|
3199
|
-
|
|
3200
3091
|
id_data: typing.Any
|
|
3201
|
-
""" """
|
|
3202
3092
|
|
|
3203
3093
|
def as_keywords(self, ignore=()):
|
|
3204
3094
|
"""Return a copy of the properties as a dictionary
|
|
@@ -3392,13 +3282,8 @@ class Operator:
|
|
|
3392
3282
|
...
|
|
3393
3283
|
|
|
3394
3284
|
class PropertyGroup:
|
|
3395
|
-
""" """
|
|
3396
|
-
|
|
3397
3285
|
bl_rna: typing.Any
|
|
3398
|
-
""" """
|
|
3399
|
-
|
|
3400
3286
|
id_data: typing.Any
|
|
3401
|
-
""" """
|
|
3402
3287
|
|
|
3403
3288
|
def as_pointer(self) -> int:
|
|
3404
3289
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -3581,20 +3466,14 @@ class PropertyGroup:
|
|
|
3581
3466
|
...
|
|
3582
3467
|
|
|
3583
3468
|
class RNAMeta:
|
|
3584
|
-
""" """
|
|
3585
|
-
|
|
3586
3469
|
is_registered: typing.Any
|
|
3587
|
-
""" """
|
|
3588
3470
|
|
|
3589
3471
|
def mro(self):
|
|
3590
3472
|
"""Return a type's method resolution order."""
|
|
3591
3473
|
...
|
|
3592
3474
|
|
|
3593
3475
|
class USDHook:
|
|
3594
|
-
""" """
|
|
3595
|
-
|
|
3596
3476
|
id_data: typing.Any
|
|
3597
|
-
""" """
|
|
3598
3477
|
|
|
3599
3478
|
def as_pointer(self) -> int:
|
|
3600
3479
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -3782,37 +3661,16 @@ class Bone(_GenericBone):
|
|
|
3782
3661
|
"""
|
|
3783
3662
|
|
|
3784
3663
|
basename: typing.Any
|
|
3785
|
-
""" """
|
|
3786
|
-
|
|
3787
3664
|
bl_rna: typing.Any
|
|
3788
|
-
""" """
|
|
3789
|
-
|
|
3790
3665
|
center: typing.Any
|
|
3791
|
-
""" """
|
|
3792
|
-
|
|
3793
3666
|
children_recursive: typing.Any
|
|
3794
|
-
""" """
|
|
3795
|
-
|
|
3796
3667
|
children_recursive_basename: typing.Any
|
|
3797
|
-
""" """
|
|
3798
|
-
|
|
3799
3668
|
id_data: typing.Any
|
|
3800
|
-
""" """
|
|
3801
|
-
|
|
3802
3669
|
parent_recursive: typing.Any
|
|
3803
|
-
""" """
|
|
3804
|
-
|
|
3805
3670
|
vector: typing.Any
|
|
3806
|
-
""" """
|
|
3807
|
-
|
|
3808
3671
|
x_axis: typing.Any
|
|
3809
|
-
""" """
|
|
3810
|
-
|
|
3811
3672
|
y_axis: typing.Any
|
|
3812
|
-
""" """
|
|
3813
|
-
|
|
3814
3673
|
z_axis: typing.Any
|
|
3815
|
-
""" """
|
|
3816
3674
|
|
|
3817
3675
|
def AxisRollFromMatrix(self):
|
|
3818
3676
|
"""Bone.AxisRollFromMatrix(matrix, axis=(0, 0, 0))
|
|
@@ -4029,40 +3887,17 @@ class EditBone(_GenericBone):
|
|
|
4029
3887
|
"""
|
|
4030
3888
|
|
|
4031
3889
|
basename: typing.Any
|
|
4032
|
-
""" """
|
|
4033
|
-
|
|
4034
3890
|
bl_rna: typing.Any
|
|
4035
|
-
""" """
|
|
4036
|
-
|
|
4037
3891
|
center: typing.Any
|
|
4038
|
-
""" """
|
|
4039
|
-
|
|
4040
3892
|
children: typing.Any
|
|
4041
|
-
""" """
|
|
4042
|
-
|
|
4043
3893
|
children_recursive: typing.Any
|
|
4044
|
-
""" """
|
|
4045
|
-
|
|
4046
3894
|
children_recursive_basename: typing.Any
|
|
4047
|
-
""" """
|
|
4048
|
-
|
|
4049
3895
|
id_data: typing.Any
|
|
4050
|
-
""" """
|
|
4051
|
-
|
|
4052
3896
|
parent_recursive: typing.Any
|
|
4053
|
-
""" """
|
|
4054
|
-
|
|
4055
3897
|
vector: typing.Any
|
|
4056
|
-
""" """
|
|
4057
|
-
|
|
4058
3898
|
x_axis: typing.Any
|
|
4059
|
-
""" """
|
|
4060
|
-
|
|
4061
3899
|
y_axis: typing.Any
|
|
4062
|
-
""" """
|
|
4063
|
-
|
|
4064
3900
|
z_axis: typing.Any
|
|
4065
|
-
""" """
|
|
4066
3901
|
|
|
4067
3902
|
def align_orientation(self, other):
|
|
4068
3903
|
"""Align this bone to another by moving its tail and settings its roll
|
|
@@ -4292,40 +4127,17 @@ class PoseBone(_GenericBone):
|
|
|
4292
4127
|
"""
|
|
4293
4128
|
|
|
4294
4129
|
basename: typing.Any
|
|
4295
|
-
""" """
|
|
4296
|
-
|
|
4297
4130
|
bl_rna: typing.Any
|
|
4298
|
-
""" """
|
|
4299
|
-
|
|
4300
4131
|
center: typing.Any
|
|
4301
|
-
""" """
|
|
4302
|
-
|
|
4303
4132
|
children: typing.Any
|
|
4304
|
-
""" """
|
|
4305
|
-
|
|
4306
4133
|
children_recursive: typing.Any
|
|
4307
|
-
""" """
|
|
4308
|
-
|
|
4309
4134
|
children_recursive_basename: typing.Any
|
|
4310
|
-
""" """
|
|
4311
|
-
|
|
4312
4135
|
id_data: typing.Any
|
|
4313
|
-
""" """
|
|
4314
|
-
|
|
4315
4136
|
parent_recursive: typing.Any
|
|
4316
|
-
""" """
|
|
4317
|
-
|
|
4318
4137
|
vector: typing.Any
|
|
4319
|
-
""" """
|
|
4320
|
-
|
|
4321
4138
|
x_axis: typing.Any
|
|
4322
|
-
""" """
|
|
4323
|
-
|
|
4324
4139
|
y_axis: typing.Any
|
|
4325
|
-
""" """
|
|
4326
|
-
|
|
4327
4140
|
z_axis: typing.Any
|
|
4328
|
-
""" """
|
|
4329
4141
|
|
|
4330
4142
|
def as_pointer(self) -> int:
|
|
4331
4143
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -4523,13 +4335,8 @@ class PoseBone(_GenericBone):
|
|
|
4523
4335
|
...
|
|
4524
4336
|
|
|
4525
4337
|
class NodeInternal(Node):
|
|
4526
|
-
""" """
|
|
4527
|
-
|
|
4528
4338
|
bl_rna: typing.Any
|
|
4529
|
-
""" """
|
|
4530
|
-
|
|
4531
4339
|
id_data: typing.Any
|
|
4532
|
-
""" """
|
|
4533
4340
|
|
|
4534
4341
|
def as_pointer(self) -> int:
|
|
4535
4342
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -4726,13 +4533,8 @@ class NodeInternal(Node):
|
|
|
4726
4533
|
...
|
|
4727
4534
|
|
|
4728
4535
|
class Header(_GenericUI):
|
|
4729
|
-
""" """
|
|
4730
|
-
|
|
4731
4536
|
bl_rna: typing.Any
|
|
4732
|
-
""" """
|
|
4733
|
-
|
|
4734
4537
|
id_data: typing.Any
|
|
4735
|
-
""" """
|
|
4736
4538
|
|
|
4737
4539
|
def append(self, draw_func):
|
|
4738
4540
|
"""Append a draw function to this menu,
|
|
@@ -4810,10 +4612,7 @@ class Header(_GenericUI):
|
|
|
4810
4612
|
"""
|
|
4811
4613
|
...
|
|
4812
4614
|
|
|
4813
|
-
def is_extended(self):
|
|
4814
|
-
""" """
|
|
4815
|
-
...
|
|
4816
|
-
|
|
4615
|
+
def is_extended(self): ...
|
|
4817
4616
|
def is_property_hidden(self) -> bool:
|
|
4818
4617
|
"""Check if a property is hidden.
|
|
4819
4618
|
|
|
@@ -4942,13 +4741,8 @@ class Header(_GenericUI):
|
|
|
4942
4741
|
...
|
|
4943
4742
|
|
|
4944
4743
|
class Menu(_GenericUI):
|
|
4945
|
-
""" """
|
|
4946
|
-
|
|
4947
4744
|
bl_rna: typing.Any
|
|
4948
|
-
""" """
|
|
4949
|
-
|
|
4950
4745
|
id_data: typing.Any
|
|
4951
|
-
""" """
|
|
4952
4746
|
|
|
4953
4747
|
def append(self, draw_func):
|
|
4954
4748
|
"""Append a draw function to this menu,
|
|
@@ -5046,10 +4840,7 @@ class Menu(_GenericUI):
|
|
|
5046
4840
|
"""
|
|
5047
4841
|
...
|
|
5048
4842
|
|
|
5049
|
-
def is_extended(self):
|
|
5050
|
-
""" """
|
|
5051
|
-
...
|
|
5052
|
-
|
|
4843
|
+
def is_extended(self): ...
|
|
5053
4844
|
def is_property_hidden(self) -> bool:
|
|
5054
4845
|
"""Check if a property is hidden.
|
|
5055
4846
|
|
|
@@ -5212,13 +5003,8 @@ class Menu(_GenericUI):
|
|
|
5212
5003
|
...
|
|
5213
5004
|
|
|
5214
5005
|
class Panel(_GenericUI):
|
|
5215
|
-
""" """
|
|
5216
|
-
|
|
5217
5006
|
bl_rna: typing.Any
|
|
5218
|
-
""" """
|
|
5219
|
-
|
|
5220
5007
|
id_data: typing.Any
|
|
5221
|
-
""" """
|
|
5222
5008
|
|
|
5223
5009
|
def append(self, draw_func):
|
|
5224
5010
|
"""Append a draw function to this menu,
|
|
@@ -5296,10 +5082,7 @@ class Panel(_GenericUI):
|
|
|
5296
5082
|
"""
|
|
5297
5083
|
...
|
|
5298
5084
|
|
|
5299
|
-
def is_extended(self):
|
|
5300
|
-
""" """
|
|
5301
|
-
...
|
|
5302
|
-
|
|
5085
|
+
def is_extended(self): ...
|
|
5303
5086
|
def is_property_hidden(self) -> bool:
|
|
5304
5087
|
"""Check if a property is hidden.
|
|
5305
5088
|
|
|
@@ -5428,13 +5211,8 @@ class Panel(_GenericUI):
|
|
|
5428
5211
|
...
|
|
5429
5212
|
|
|
5430
5213
|
class UIList(_GenericUI):
|
|
5431
|
-
""" """
|
|
5432
|
-
|
|
5433
5214
|
bl_rna: typing.Any
|
|
5434
|
-
""" """
|
|
5435
|
-
|
|
5436
5215
|
id_data: typing.Any
|
|
5437
|
-
""" """
|
|
5438
5216
|
|
|
5439
5217
|
def append(self, draw_func):
|
|
5440
5218
|
"""Append a draw function to this menu,
|
|
@@ -5512,10 +5290,7 @@ class UIList(_GenericUI):
|
|
|
5512
5290
|
"""
|
|
5513
5291
|
...
|
|
5514
5292
|
|
|
5515
|
-
def is_extended(self):
|
|
5516
|
-
""" """
|
|
5517
|
-
...
|
|
5518
|
-
|
|
5293
|
+
def is_extended(self): ...
|
|
5519
5294
|
def is_property_hidden(self) -> bool:
|
|
5520
5295
|
"""Check if a property is hidden.
|
|
5521
5296
|
|
|
@@ -5644,19 +5419,10 @@ class UIList(_GenericUI):
|
|
|
5644
5419
|
...
|
|
5645
5420
|
|
|
5646
5421
|
class HydraRenderEngine(RenderEngine):
|
|
5647
|
-
""" """
|
|
5648
|
-
|
|
5649
5422
|
bl_delegate_id: typing.Any
|
|
5650
|
-
""" """
|
|
5651
|
-
|
|
5652
5423
|
bl_rna: typing.Any
|
|
5653
|
-
""" """
|
|
5654
|
-
|
|
5655
5424
|
bl_use_shading_nodes_custom: typing.Any
|
|
5656
|
-
""" """
|
|
5657
|
-
|
|
5658
5425
|
id_data: typing.Any
|
|
5659
|
-
""" """
|
|
5660
5426
|
|
|
5661
5427
|
def as_pointer(self) -> int:
|
|
5662
5428
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -5877,10 +5643,7 @@ class HydraRenderEngine(RenderEngine):
|
|
|
5877
5643
|
...
|
|
5878
5644
|
|
|
5879
5645
|
class NodeTreeInterfaceSocket(NodeTreeInterfaceItem):
|
|
5880
|
-
""" """
|
|
5881
|
-
|
|
5882
5646
|
id_data: typing.Any
|
|
5883
|
-
""" """
|
|
5884
5647
|
|
|
5885
5648
|
def as_pointer(self) -> int:
|
|
5886
5649
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -6063,23 +5826,15 @@ class NodeTreeInterfaceSocket(NodeTreeInterfaceItem):
|
|
|
6063
5826
|
...
|
|
6064
5827
|
|
|
6065
5828
|
class RNAMetaPropGroup(RNAMeta):
|
|
6066
|
-
""" """
|
|
6067
|
-
|
|
6068
5829
|
is_registered: typing.Any
|
|
6069
|
-
""" """
|
|
6070
5830
|
|
|
6071
5831
|
def mro(self):
|
|
6072
5832
|
"""Return a type's method resolution order."""
|
|
6073
5833
|
...
|
|
6074
5834
|
|
|
6075
5835
|
class CompositorNode(NodeInternal, Node):
|
|
6076
|
-
""" """
|
|
6077
|
-
|
|
6078
5836
|
bl_rna: typing.Any
|
|
6079
|
-
""" """
|
|
6080
|
-
|
|
6081
5837
|
id_data: typing.Any
|
|
6082
|
-
""" """
|
|
6083
5838
|
|
|
6084
5839
|
def as_pointer(self) -> int:
|
|
6085
5840
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -6267,10 +6022,7 @@ class CompositorNode(NodeInternal, Node):
|
|
|
6267
6022
|
"""
|
|
6268
6023
|
...
|
|
6269
6024
|
|
|
6270
|
-
def update(self):
|
|
6271
|
-
""" """
|
|
6272
|
-
...
|
|
6273
|
-
|
|
6025
|
+
def update(self): ...
|
|
6274
6026
|
def values(self):
|
|
6275
6027
|
"""Returns the values of this objects custom properties (matches Python's
|
|
6276
6028
|
dictionary function of the same name).
|
|
@@ -6280,13 +6032,8 @@ class CompositorNode(NodeInternal, Node):
|
|
|
6280
6032
|
...
|
|
6281
6033
|
|
|
6282
6034
|
class GeometryNode(NodeInternal, Node):
|
|
6283
|
-
""" """
|
|
6284
|
-
|
|
6285
6035
|
bl_rna: typing.Any
|
|
6286
|
-
""" """
|
|
6287
|
-
|
|
6288
6036
|
id_data: typing.Any
|
|
6289
|
-
""" """
|
|
6290
6037
|
|
|
6291
6038
|
def as_pointer(self) -> int:
|
|
6292
6039
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -6483,13 +6230,8 @@ class GeometryNode(NodeInternal, Node):
|
|
|
6483
6230
|
...
|
|
6484
6231
|
|
|
6485
6232
|
class ShaderNode(NodeInternal, Node):
|
|
6486
|
-
""" """
|
|
6487
|
-
|
|
6488
6233
|
bl_rna: typing.Any
|
|
6489
|
-
""" """
|
|
6490
|
-
|
|
6491
6234
|
id_data: typing.Any
|
|
6492
|
-
""" """
|
|
6493
6235
|
|
|
6494
6236
|
def as_pointer(self) -> int:
|
|
6495
6237
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -6686,13 +6428,8 @@ class ShaderNode(NodeInternal, Node):
|
|
|
6686
6428
|
...
|
|
6687
6429
|
|
|
6688
6430
|
class TextureNode(NodeInternal, Node):
|
|
6689
|
-
""" """
|
|
6690
|
-
|
|
6691
6431
|
bl_rna: typing.Any
|
|
6692
|
-
""" """
|
|
6693
|
-
|
|
6694
6432
|
id_data: typing.Any
|
|
6695
|
-
""" """
|
|
6696
6433
|
|
|
6697
6434
|
def as_pointer(self) -> int:
|
|
6698
6435
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -6888,7 +6625,4 @@ class TextureNode(NodeInternal, Node):
|
|
|
6888
6625
|
"""
|
|
6889
6626
|
...
|
|
6890
6627
|
|
|
6891
|
-
def ord_ind(i1, i2):
|
|
6892
|
-
""" """
|
|
6893
|
-
|
|
6894
|
-
...
|
|
6628
|
+
def ord_ind(i1, i2): ...
|