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