fake-bpy-module 20240224__py3-none-any.whl → 20240326__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.
- addon_utils/__init__.pyi +54 -10
- animsys_refactor/__init__.pyi +36 -6
- aud/__init__.pyi +132 -125
- bgl/__init__.pyi +2545 -546
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +24 -2
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +53 -6
- bl_i18n_utils/utils/__init__.pyi +332 -44
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +171 -37
- bl_operators/anim/__init__.pyi +1065 -226
- bl_operators/assets/__init__.pyi +427 -92
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1342 -287
- bl_operators/console/__init__.pyi +647 -140
- bl_operators/constraint/__init__.pyi +524 -112
- bl_operators/file/__init__.pyi +396 -84
- bl_operators/freestyle/__init__.pyi +532 -113
- bl_operators/geometry_nodes/__init__.pyi +2412 -596
- bl_operators/image/__init__.pyi +380 -82
- bl_operators/mesh/__init__.pyi +401 -85
- bl_operators/node/__init__.pyi +1756 -384
- bl_operators/object/__init__.pyi +2022 -552
- bl_operators/object_align/__init__.pyi +145 -31
- bl_operators/object_quick_effects/__init__.pyi +555 -124
- bl_operators/object_randomize_transform/__init__.pyi +136 -32
- bl_operators/presets/__init__.pyi +3516 -708
- bl_operators/rigidbody/__init__.pyi +401 -85
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -29
- bl_operators/sequencer/__init__.pyi +731 -149
- bl_operators/spreadsheet/__init__.pyi +145 -30
- bl_operators/userpref/__init__.pyi +3416 -824
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -32
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -34
- bl_operators/uvcalc_transform/__init__.pyi +344 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -30
- bl_operators/view3d/__init__.pyi +697 -146
- bl_operators/wm/__init__.pyi +6287 -1533
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +504 -106
- bl_ui/anim/__init__.pyi +164 -33
- bl_ui/asset_shelf/__init__.pyi +146 -31
- bl_ui/generic_ui_list/__init__.pyi +471 -99
- bl_ui/node_add_menu/__init__.pyi +196 -40
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -621
- bl_ui/node_add_menu_geometry/__init__.pyi +8060 -1625
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -348
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -305
- bl_ui/properties_animviz/__init__.pyi +32 -2
- bl_ui/properties_collection/__init__.pyi +787 -179
- bl_ui/properties_constraint/__init__.pyi +28635 -5523
- bl_ui/properties_data_armature/__init__.pyi +1905 -448
- bl_ui/properties_data_bone/__init__.pyi +1560 -336
- bl_ui/properties_data_camera/__init__.pyi +2269 -494
- bl_ui/properties_data_curve/__init__.pyi +2362 -534
- bl_ui/properties_data_curves/__init__.pyi +951 -203
- bl_ui/properties_data_empty/__init__.pyi +317 -69
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -734
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -188
- bl_ui/properties_data_lattice/__init__.pyi +472 -104
- bl_ui/properties_data_light/__init__.pyi +1570 -337
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -208
- bl_ui/properties_data_mesh/__init__.pyi +3205 -767
- bl_ui/properties_data_metaball/__init__.pyi +774 -170
- bl_ui/properties_data_modifier/__init__.pyi +1554 -328
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -194
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -34
- bl_ui/properties_data_speaker/__init__.pyi +782 -168
- bl_ui/properties_data_volume/__init__.pyi +1243 -281
- bl_ui/properties_freestyle/__init__.pyi +4071 -1030
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -483
- bl_ui/properties_mask_common/__init__.pyi +1256 -249
- bl_ui/properties_material/__init__.pyi +2351 -542
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -365
- bl_ui/properties_object/__init__.pyi +2179 -512
- bl_ui/properties_output/__init__.pyi +2956 -705
- bl_ui/properties_paint_common/__init__.pyi +947 -140
- bl_ui/properties_particle/__init__.pyi +8322 -1970
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -508
- bl_ui/properties_physics_common/__init__.pyi +200 -44
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -965
- bl_ui/properties_physics_field/__init__.pyi +1695 -364
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1280
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -32
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -278
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -483
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -542
- bl_ui/properties_render/__init__.pyi +8312 -1933
- bl_ui/properties_scene/__init__.pyi +2211 -539
- bl_ui/properties_texture/__init__.pyi +4185 -1013
- bl_ui/properties_view_layer/__init__.pyi +2803 -664
- bl_ui/properties_workspace/__init__.pyi +626 -148
- bl_ui/properties_world/__init__.pyi +1092 -234
- bl_ui/space_clip/__init__.pyi +11475 -2805
- bl_ui/space_console/__init__.pyi +967 -202
- bl_ui/space_dopesheet/__init__.pyi +4260 -966
- bl_ui/space_filebrowser/__init__.pyi +4852 -1187
- bl_ui/space_graph/__init__.pyi +3251 -702
- bl_ui/space_image/__init__.pyi +12219 -2968
- bl_ui/space_info/__init__.pyi +964 -200
- bl_ui/space_nla/__init__.pyi +2756 -584
- bl_ui/space_node/__init__.pyi +5661 -1265
- bl_ui/space_outliner/__init__.pyi +2294 -478
- bl_ui/space_properties/__init__.pyi +417 -92
- bl_ui/space_sequencer/__init__.pyi +12436 -3009
- bl_ui/space_spreadsheet/__init__.pyi +184 -36
- bl_ui/space_statusbar/__init__.pyi +135 -30
- bl_ui/space_text/__init__.pyi +2556 -542
- bl_ui/space_time/__init__.pyi +1151 -243
- bl_ui/space_toolsystem_common/__init__.pyi +368 -66
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -228
- bl_ui/space_topbar/__init__.pyi +4214 -887
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +43701 -10599
- bl_ui/space_view3d_toolbar/__init__.pyi +16380 -3860
- bl_ui/utils/__init__.pyi +42 -4
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +268 -262
- bmesh/utils/__init__.pyi +55 -55
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +350 -305
- bpy/ops/anim/__init__.pyi +464 -426
- bpy/ops/armature/__init__.pyi +392 -360
- bpy/ops/asset/__init__.pyi +166 -129
- bpy/ops/boid/__init__.pyi +64 -37
- bpy/ops/brush/__init__.pyi +78 -72
- bpy/ops/buttons/__init__.pyi +136 -122
- bpy/ops/cachefile/__init__.pyi +128 -123
- bpy/ops/camera/__init__.pyi +22 -24
- bpy/ops/clip/__init__.pyi +844 -735
- bpy/ops/cloth/__init__.pyi +10 -11
- bpy/ops/collection/__init__.pyi +38 -38
- bpy/ops/console/__init__.pyi +170 -141
- bpy/ops/constraint/__init__.pyi +156 -159
- bpy/ops/curve/__init__.pyi +518 -461
- bpy/ops/curves/__init__.pyi +188 -159
- bpy/ops/cycles/__init__.pyi +20 -18
- bpy/ops/dpaint/__init__.pyi +40 -30
- bpy/ops/ed/__init__.pyi +136 -107
- bpy/ops/export_anim/__init__.pyi +18 -19
- bpy/ops/export_mesh/__init__.pyi +26 -27
- bpy/ops/export_scene/__init__.pyi +313 -334
- bpy/ops/file/__init__.pyi +394 -304
- bpy/ops/fluid/__init__.pyi +114 -63
- bpy/ops/font/__init__.pyi +272 -245
- bpy/ops/geometry/__init__.pyi +92 -87
- bpy/ops/gizmogroup/__init__.pyi +24 -21
- bpy/ops/gpencil/__init__.pyi +1530 -1476
- bpy/ops/graph/__init__.pyi +680 -659
- bpy/ops/grease_pencil/__init__.pyi +510 -390
- bpy/ops/image/__init__.pyi +650 -603
- bpy/ops/import_anim/__init__.pyi +26 -27
- bpy/ops/import_curve/__init__.pyi +6 -7
- bpy/ops/import_mesh/__init__.pyi +18 -21
- bpy/ops/import_scene/__init__.pyi +86 -95
- bpy/ops/info/__init__.pyi +68 -55
- bpy/ops/lattice/__init__.pyi +70 -63
- bpy/ops/marker/__init__.pyi +110 -111
- bpy/ops/mask/__init__.pyi +352 -308
- bpy/ops/material/__init__.pyi +24 -12
- bpy/ops/mball/__init__.pyi +72 -75
- bpy/ops/mesh/__init__.pyi +2052 -2088
- bpy/ops/nla/__init__.pyi +369 -313
- bpy/ops/node/__init__.pyi +944 -805
- bpy/ops/object/__init__.pyi +2662 -2461
- bpy/ops/outliner/__init__.pyi +582 -431
- bpy/ops/paint/__init__.pyi +605 -516
- bpy/ops/paintcurve/__init__.pyi +72 -60
- bpy/ops/palette/__init__.pyi +54 -46
- bpy/ops/particle/__init__.pyi +302 -245
- bpy/ops/pose/__init__.pyi +366 -330
- bpy/ops/poselib/__init__.pyi +78 -64
- bpy/ops/preferences/__init__.pyi +361 -341
- bpy/ops/ptcache/__init__.pyi +56 -38
- bpy/ops/render/__init__.pyi +120 -117
- bpy/ops/rigidbody/__init__.pyi +114 -97
- bpy/ops/scene/__init__.pyi +302 -240
- bpy/ops/screen/__init__.pyi +414 -363
- bpy/ops/script/__init__.pyi +20 -18
- bpy/ops/sculpt/__init__.pyi +414 -452
- bpy/ops/sculpt_curves/__init__.pyi +42 -43
- bpy/ops/sequencer/__init__.pyi +1094 -1053
- bpy/ops/sound/__init__.pyi +214 -206
- bpy/ops/spreadsheet/__init__.pyi +34 -28
- bpy/ops/surface/__init__.pyi +108 -114
- bpy/ops/text/__init__.pyi +432 -350
- bpy/ops/text_editor/__init__.pyi +10 -11
- bpy/ops/texture/__init__.pyi +32 -21
- bpy/ops/transform/__init__.pyi +801 -854
- bpy/ops/ui/__init__.pyi +254 -185
- bpy/ops/uilist/__init__.pyi +20 -23
- bpy/ops/uv/__init__.pyi +618 -626
- bpy/ops/view2d/__init__.pyi +162 -161
- bpy/ops/view3d/__init__.pyi +669 -658
- bpy/ops/wm/__init__.pyi +2433 -2415
- bpy/ops/workspace/__init__.pyi +54 -31
- bpy/ops/world/__init__.pyi +8 -4
- bpy/path/__init__.pyi +111 -68
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86789 -85719
- bpy/utils/__init__.pyi +265 -123
- bpy/utils/previews/__init__.pyi +103 -17
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/__init__.pyi +0 -4
- bpy_extras/anim_utils/__init__.pyi +11 -46
- bpy_extras/asset_utils/__init__.pyi +3 -12
- bpy_extras/id_map_utils/__init__.pyi +0 -2
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -3
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3873 -997
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +465 -472
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +28 -18
- gpu/capabilities/__init__.pyi +27 -19
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +27 -5
- gpu_extras/presets/__init__.pyi +52 -14
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +3149 -701
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +502 -427
- mathutils/bvhtree/__init__.pyi +28 -32
- mathutils/geometry/__init__.pyi +177 -186
- mathutils/kdtree/__init__.pyi +16 -18
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +50 -10
- nodeitems_utils/__init__.pyi +58 -10
- rna_info/__init__.pyi +230 -26
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +69 -12
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- bpy_extras/bmesh_utils/__init__.pyi +0 -6
- bpy_extras/extensions/__init__.pyi +0 -4
- bpy_extras/extensions/junction_module/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -131
- bpy_extras/wm_utils/__init__.pyi +0 -4
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -29
- fake_bpy_module-20240224.dist-info/RECORD +0 -349
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
|
@@ -3,671 +3,2487 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class
|
|
7
|
-
|
|
8
|
-
bl_label: typing.Any
|
|
9
|
-
bl_options: typing.Any
|
|
10
|
-
bl_rna: typing.Any
|
|
11
|
-
id_data: typing.Any
|
|
6
|
+
class BakeNodeItemAddOperator(bpy_types.Operator):
|
|
7
|
+
""" """
|
|
12
8
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
def bl_rna_get_subclass(self): ...
|
|
16
|
-
def bl_rna_get_subclass_py(self): ...
|
|
17
|
-
def driver_add(self): ...
|
|
18
|
-
def driver_remove(self): ...
|
|
19
|
-
def execute(self, context): ...
|
|
20
|
-
def get(self): ...
|
|
21
|
-
def id_properties_clear(self): ...
|
|
22
|
-
def id_properties_ensure(self): ...
|
|
23
|
-
def id_properties_ui(self): ...
|
|
24
|
-
def is_property_hidden(self): ...
|
|
25
|
-
def is_property_overridable_library(self): ...
|
|
26
|
-
def is_property_readonly(self): ...
|
|
27
|
-
def is_property_set(self): ...
|
|
28
|
-
def items(self): ...
|
|
29
|
-
def keyframe_delete(self): ...
|
|
30
|
-
def keyframe_insert(self): ...
|
|
31
|
-
def keys(self): ...
|
|
32
|
-
def path_from_id(self): ...
|
|
33
|
-
def path_resolve(self): ...
|
|
34
|
-
def poll(self, context): ...
|
|
35
|
-
def poll_message_set(self): ...
|
|
36
|
-
def pop(self): ...
|
|
37
|
-
def property_overridable_library_set(self): ...
|
|
38
|
-
def property_unset(self): ...
|
|
39
|
-
def type_recast(self): ...
|
|
40
|
-
def values(self): ...
|
|
9
|
+
active_index_name: typing.Any
|
|
10
|
+
""" """
|
|
41
11
|
|
|
42
|
-
class IndexSwitchItemRemoveOperator(bpy_types.Operator):
|
|
43
12
|
bl_idname: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
44
15
|
bl_label: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
45
18
|
bl_options: typing.Any
|
|
19
|
+
""" """
|
|
20
|
+
|
|
46
21
|
bl_rna: typing.Any
|
|
47
|
-
|
|
22
|
+
""" """
|
|
48
23
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
def bl_rna_get_subclass(self): ...
|
|
52
|
-
def bl_rna_get_subclass_py(self): ...
|
|
53
|
-
def driver_add(self): ...
|
|
54
|
-
def driver_remove(self): ...
|
|
55
|
-
def execute(self, context): ...
|
|
56
|
-
def get(self): ...
|
|
57
|
-
def id_properties_clear(self): ...
|
|
58
|
-
def id_properties_ensure(self): ...
|
|
59
|
-
def id_properties_ui(self): ...
|
|
60
|
-
def is_property_hidden(self): ...
|
|
61
|
-
def is_property_overridable_library(self): ...
|
|
62
|
-
def is_property_readonly(self): ...
|
|
63
|
-
def is_property_set(self): ...
|
|
64
|
-
def items(self): ...
|
|
65
|
-
def keyframe_delete(self): ...
|
|
66
|
-
def keyframe_insert(self): ...
|
|
67
|
-
def keys(self): ...
|
|
68
|
-
def path_from_id(self): ...
|
|
69
|
-
def path_resolve(self): ...
|
|
70
|
-
def poll(self, context): ...
|
|
71
|
-
def poll_message_set(self): ...
|
|
72
|
-
def pop(self): ...
|
|
73
|
-
def property_overridable_library_set(self): ...
|
|
74
|
-
def property_unset(self): ...
|
|
75
|
-
def type_recast(self): ...
|
|
76
|
-
def values(self): ...
|
|
24
|
+
default_socket_type: typing.Any
|
|
25
|
+
""" """
|
|
77
26
|
|
|
78
|
-
class MoveModifierToNodes(bpy_types.Operator):
|
|
79
|
-
bl_idname: typing.Any
|
|
80
|
-
bl_label: typing.Any
|
|
81
|
-
bl_options: typing.Any
|
|
82
|
-
bl_rna: typing.Any
|
|
83
27
|
id_data: typing.Any
|
|
28
|
+
""" """
|
|
84
29
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
def bl_rna_get_subclass(self): ...
|
|
88
|
-
def bl_rna_get_subclass_py(self): ...
|
|
89
|
-
def driver_add(self): ...
|
|
90
|
-
def driver_remove(self): ...
|
|
91
|
-
def execute(self, context): ...
|
|
92
|
-
def get(self): ...
|
|
93
|
-
def id_properties_clear(self): ...
|
|
94
|
-
def id_properties_ensure(self): ...
|
|
95
|
-
def id_properties_ui(self): ...
|
|
96
|
-
def is_property_hidden(self): ...
|
|
97
|
-
def is_property_overridable_library(self): ...
|
|
98
|
-
def is_property_readonly(self): ...
|
|
99
|
-
def is_property_set(self): ...
|
|
100
|
-
def items(self): ...
|
|
101
|
-
def keyframe_delete(self): ...
|
|
102
|
-
def keyframe_insert(self): ...
|
|
103
|
-
def keys(self): ...
|
|
104
|
-
def path_from_id(self): ...
|
|
105
|
-
def path_resolve(self): ...
|
|
106
|
-
def poll(self, context): ...
|
|
107
|
-
def poll_message_set(self): ...
|
|
108
|
-
def pop(self): ...
|
|
109
|
-
def property_overridable_library_set(self): ...
|
|
110
|
-
def property_unset(self): ...
|
|
111
|
-
def type_recast(self): ...
|
|
112
|
-
def values(self): ...
|
|
30
|
+
items_name: typing.Any
|
|
31
|
+
""" """
|
|
113
32
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
bl_label: typing.Any
|
|
117
|
-
bl_options: typing.Any
|
|
118
|
-
bl_rna: typing.Any
|
|
119
|
-
id_data: typing.Any
|
|
33
|
+
node_type: typing.Any
|
|
34
|
+
""" """
|
|
120
35
|
|
|
121
|
-
def as_keywords(self, ignore):
|
|
122
|
-
|
|
123
|
-
def bl_rna_get_subclass(self): ...
|
|
124
|
-
def bl_rna_get_subclass_py(self): ...
|
|
125
|
-
def driver_add(self): ...
|
|
126
|
-
def driver_remove(self): ...
|
|
127
|
-
def execute(self, context): ...
|
|
128
|
-
def get(self): ...
|
|
129
|
-
def id_properties_clear(self): ...
|
|
130
|
-
def id_properties_ensure(self): ...
|
|
131
|
-
def id_properties_ui(self): ...
|
|
132
|
-
def is_property_hidden(self): ...
|
|
133
|
-
def is_property_overridable_library(self): ...
|
|
134
|
-
def is_property_readonly(self): ...
|
|
135
|
-
def is_property_set(self): ...
|
|
136
|
-
def items(self): ...
|
|
137
|
-
def keyframe_delete(self): ...
|
|
138
|
-
def keyframe_insert(self): ...
|
|
139
|
-
def keys(self): ...
|
|
140
|
-
def path_from_id(self): ...
|
|
141
|
-
def path_resolve(self): ...
|
|
142
|
-
def poll(self, context): ...
|
|
143
|
-
def poll_message_set(self): ...
|
|
144
|
-
def pop(self): ...
|
|
145
|
-
def property_overridable_library_set(self): ...
|
|
146
|
-
def property_unset(self): ...
|
|
147
|
-
def type_recast(self): ...
|
|
148
|
-
def values(self): ...
|
|
36
|
+
def as_keywords(self, ignore):
|
|
37
|
+
"""
|
|
149
38
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
bl_options: typing.Any
|
|
154
|
-
bl_rna: typing.Any
|
|
155
|
-
id_data: typing.Any
|
|
39
|
+
:param ignore:
|
|
40
|
+
"""
|
|
41
|
+
...
|
|
156
42
|
|
|
157
|
-
def
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
def bl_rna_get_subclass_py(self): ...
|
|
161
|
-
def driver_add(self): ...
|
|
162
|
-
def driver_remove(self): ...
|
|
163
|
-
def execute(self, context): ...
|
|
164
|
-
def get(self): ...
|
|
165
|
-
def id_properties_clear(self): ...
|
|
166
|
-
def id_properties_ensure(self): ...
|
|
167
|
-
def id_properties_ui(self): ...
|
|
168
|
-
def is_property_hidden(self): ...
|
|
169
|
-
def is_property_overridable_library(self): ...
|
|
170
|
-
def is_property_readonly(self): ...
|
|
171
|
-
def is_property_set(self): ...
|
|
172
|
-
def items(self): ...
|
|
173
|
-
def keyframe_delete(self): ...
|
|
174
|
-
def keyframe_insert(self): ...
|
|
175
|
-
def keys(self): ...
|
|
176
|
-
def path_from_id(self): ...
|
|
177
|
-
def path_resolve(self): ...
|
|
178
|
-
def poll(self, context): ...
|
|
179
|
-
def poll_message_set(self): ...
|
|
180
|
-
def pop(self): ...
|
|
181
|
-
def property_overridable_library_set(self): ...
|
|
182
|
-
def property_unset(self): ...
|
|
183
|
-
def type_recast(self): ...
|
|
184
|
-
def values(self): ...
|
|
43
|
+
def as_pointer(self):
|
|
44
|
+
""" """
|
|
45
|
+
...
|
|
185
46
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
bl_options: typing.Any
|
|
190
|
-
bl_rna: typing.Any
|
|
191
|
-
id_data: typing.Any
|
|
47
|
+
def bl_rna_get_subclass(self):
|
|
48
|
+
""" """
|
|
49
|
+
...
|
|
192
50
|
|
|
193
|
-
def
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
def bl_rna_get_subclass_py(self): ...
|
|
197
|
-
def driver_add(self): ...
|
|
198
|
-
def driver_remove(self): ...
|
|
199
|
-
def execute(self, context): ...
|
|
200
|
-
def get(self): ...
|
|
201
|
-
def id_properties_clear(self): ...
|
|
202
|
-
def id_properties_ensure(self): ...
|
|
203
|
-
def id_properties_ui(self): ...
|
|
204
|
-
def is_property_hidden(self): ...
|
|
205
|
-
def is_property_overridable_library(self): ...
|
|
206
|
-
def is_property_readonly(self): ...
|
|
207
|
-
def is_property_set(self): ...
|
|
208
|
-
def items(self): ...
|
|
209
|
-
def keyframe_delete(self): ...
|
|
210
|
-
def keyframe_insert(self): ...
|
|
211
|
-
def keys(self): ...
|
|
212
|
-
def path_from_id(self): ...
|
|
213
|
-
def path_resolve(self): ...
|
|
214
|
-
def poll(self, context): ...
|
|
215
|
-
def poll_message_set(self): ...
|
|
216
|
-
def pop(self): ...
|
|
217
|
-
def property_overridable_library_set(self): ...
|
|
218
|
-
def property_unset(self): ...
|
|
219
|
-
def type_recast(self): ...
|
|
220
|
-
def values(self): ...
|
|
51
|
+
def bl_rna_get_subclass_py(self):
|
|
52
|
+
""" """
|
|
53
|
+
...
|
|
221
54
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
55
|
+
def driver_add(self):
|
|
56
|
+
""" """
|
|
57
|
+
...
|
|
225
58
|
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
items_name: typing.Any
|
|
59
|
+
def driver_remove(self):
|
|
60
|
+
""" """
|
|
61
|
+
...
|
|
230
62
|
|
|
231
|
-
def execute(self, context):
|
|
63
|
+
def execute(self, context):
|
|
64
|
+
"""
|
|
232
65
|
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
66
|
+
:param context:
|
|
67
|
+
"""
|
|
68
|
+
...
|
|
236
69
|
|
|
237
|
-
def
|
|
70
|
+
def get(self):
|
|
71
|
+
""" """
|
|
72
|
+
...
|
|
238
73
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
items_name: typing.Any
|
|
74
|
+
def get_node(self, context):
|
|
75
|
+
"""
|
|
242
76
|
|
|
243
|
-
|
|
77
|
+
:param context:
|
|
78
|
+
"""
|
|
79
|
+
...
|
|
244
80
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
81
|
+
def id_properties_clear(self):
|
|
82
|
+
""" """
|
|
83
|
+
...
|
|
248
84
|
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
node_type: typing.Any
|
|
85
|
+
def id_properties_ensure(self):
|
|
86
|
+
""" """
|
|
87
|
+
...
|
|
253
88
|
|
|
254
|
-
def
|
|
255
|
-
|
|
89
|
+
def id_properties_ui(self):
|
|
90
|
+
""" """
|
|
91
|
+
...
|
|
256
92
|
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
items_name: typing.Any
|
|
261
|
-
output_node_type: typing.Any
|
|
93
|
+
def is_property_hidden(self):
|
|
94
|
+
""" """
|
|
95
|
+
...
|
|
262
96
|
|
|
263
|
-
def
|
|
264
|
-
|
|
97
|
+
def is_property_overridable_library(self):
|
|
98
|
+
""" """
|
|
99
|
+
...
|
|
265
100
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
items_name: typing.Any
|
|
270
|
-
output_node_type: typing.Any
|
|
101
|
+
def is_property_readonly(self):
|
|
102
|
+
""" """
|
|
103
|
+
...
|
|
271
104
|
|
|
272
|
-
def
|
|
273
|
-
|
|
105
|
+
def is_property_set(self):
|
|
106
|
+
""" """
|
|
107
|
+
...
|
|
108
|
+
|
|
109
|
+
def items(self):
|
|
110
|
+
""" """
|
|
111
|
+
...
|
|
112
|
+
|
|
113
|
+
def keyframe_delete(self):
|
|
114
|
+
""" """
|
|
115
|
+
...
|
|
116
|
+
|
|
117
|
+
def keyframe_insert(self):
|
|
118
|
+
""" """
|
|
119
|
+
...
|
|
120
|
+
|
|
121
|
+
def keys(self):
|
|
122
|
+
""" """
|
|
123
|
+
...
|
|
124
|
+
|
|
125
|
+
def path_from_id(self):
|
|
126
|
+
""" """
|
|
127
|
+
...
|
|
128
|
+
|
|
129
|
+
def path_resolve(self):
|
|
130
|
+
""" """
|
|
131
|
+
...
|
|
132
|
+
|
|
133
|
+
def poll(self, context):
|
|
134
|
+
"""
|
|
135
|
+
|
|
136
|
+
:param context:
|
|
137
|
+
"""
|
|
138
|
+
...
|
|
139
|
+
|
|
140
|
+
def poll_message_set(self):
|
|
141
|
+
""" """
|
|
142
|
+
...
|
|
143
|
+
|
|
144
|
+
def pop(self):
|
|
145
|
+
""" """
|
|
146
|
+
...
|
|
147
|
+
|
|
148
|
+
def property_overridable_library_set(self):
|
|
149
|
+
""" """
|
|
150
|
+
...
|
|
151
|
+
|
|
152
|
+
def property_unset(self):
|
|
153
|
+
""" """
|
|
154
|
+
...
|
|
155
|
+
|
|
156
|
+
def type_recast(self):
|
|
157
|
+
""" """
|
|
158
|
+
...
|
|
159
|
+
|
|
160
|
+
def values(self):
|
|
161
|
+
""" """
|
|
162
|
+
...
|
|
163
|
+
|
|
164
|
+
class BakeNodeItemMoveOperator(bpy_types.Operator):
|
|
165
|
+
""" """
|
|
274
166
|
|
|
275
|
-
class BakeNodeItemAddOperator(
|
|
276
|
-
BakeNodeOperator, SocketItemAddOperator, NodeOperator, bpy_types.Operator
|
|
277
|
-
):
|
|
278
167
|
active_index_name: typing.Any
|
|
168
|
+
""" """
|
|
169
|
+
|
|
279
170
|
bl_idname: typing.Any
|
|
171
|
+
""" """
|
|
172
|
+
|
|
280
173
|
bl_label: typing.Any
|
|
174
|
+
""" """
|
|
175
|
+
|
|
281
176
|
bl_options: typing.Any
|
|
177
|
+
""" """
|
|
178
|
+
|
|
282
179
|
bl_rna: typing.Any
|
|
283
|
-
|
|
180
|
+
""" """
|
|
181
|
+
|
|
284
182
|
id_data: typing.Any
|
|
183
|
+
""" """
|
|
184
|
+
|
|
285
185
|
items_name: typing.Any
|
|
186
|
+
""" """
|
|
187
|
+
|
|
286
188
|
node_type: typing.Any
|
|
189
|
+
""" """
|
|
190
|
+
|
|
191
|
+
def as_keywords(self, ignore):
|
|
192
|
+
"""
|
|
193
|
+
|
|
194
|
+
:param ignore:
|
|
195
|
+
"""
|
|
196
|
+
...
|
|
197
|
+
|
|
198
|
+
def as_pointer(self):
|
|
199
|
+
""" """
|
|
200
|
+
...
|
|
201
|
+
|
|
202
|
+
def bl_rna_get_subclass(self):
|
|
203
|
+
""" """
|
|
204
|
+
...
|
|
205
|
+
|
|
206
|
+
def bl_rna_get_subclass_py(self):
|
|
207
|
+
""" """
|
|
208
|
+
...
|
|
209
|
+
|
|
210
|
+
def driver_add(self):
|
|
211
|
+
""" """
|
|
212
|
+
...
|
|
213
|
+
|
|
214
|
+
def driver_remove(self):
|
|
215
|
+
""" """
|
|
216
|
+
...
|
|
217
|
+
|
|
218
|
+
def execute(self, context):
|
|
219
|
+
"""
|
|
220
|
+
|
|
221
|
+
:param context:
|
|
222
|
+
"""
|
|
223
|
+
...
|
|
224
|
+
|
|
225
|
+
def get(self):
|
|
226
|
+
""" """
|
|
227
|
+
...
|
|
228
|
+
|
|
229
|
+
def get_node(self, context):
|
|
230
|
+
"""
|
|
231
|
+
|
|
232
|
+
:param context:
|
|
233
|
+
"""
|
|
234
|
+
...
|
|
235
|
+
|
|
236
|
+
def id_properties_clear(self):
|
|
237
|
+
""" """
|
|
238
|
+
...
|
|
239
|
+
|
|
240
|
+
def id_properties_ensure(self):
|
|
241
|
+
""" """
|
|
242
|
+
...
|
|
243
|
+
|
|
244
|
+
def id_properties_ui(self):
|
|
245
|
+
""" """
|
|
246
|
+
...
|
|
247
|
+
|
|
248
|
+
def is_property_hidden(self):
|
|
249
|
+
""" """
|
|
250
|
+
...
|
|
251
|
+
|
|
252
|
+
def is_property_overridable_library(self):
|
|
253
|
+
""" """
|
|
254
|
+
...
|
|
255
|
+
|
|
256
|
+
def is_property_readonly(self):
|
|
257
|
+
""" """
|
|
258
|
+
...
|
|
259
|
+
|
|
260
|
+
def is_property_set(self):
|
|
261
|
+
""" """
|
|
262
|
+
...
|
|
263
|
+
|
|
264
|
+
def items(self):
|
|
265
|
+
""" """
|
|
266
|
+
...
|
|
267
|
+
|
|
268
|
+
def keyframe_delete(self):
|
|
269
|
+
""" """
|
|
270
|
+
...
|
|
271
|
+
|
|
272
|
+
def keyframe_insert(self):
|
|
273
|
+
""" """
|
|
274
|
+
...
|
|
275
|
+
|
|
276
|
+
def keys(self):
|
|
277
|
+
""" """
|
|
278
|
+
...
|
|
279
|
+
|
|
280
|
+
def path_from_id(self):
|
|
281
|
+
""" """
|
|
282
|
+
...
|
|
283
|
+
|
|
284
|
+
def path_resolve(self):
|
|
285
|
+
""" """
|
|
286
|
+
...
|
|
287
|
+
|
|
288
|
+
def poll(self, context):
|
|
289
|
+
"""
|
|
290
|
+
|
|
291
|
+
:param context:
|
|
292
|
+
"""
|
|
293
|
+
...
|
|
294
|
+
|
|
295
|
+
def poll_message_set(self):
|
|
296
|
+
""" """
|
|
297
|
+
...
|
|
298
|
+
|
|
299
|
+
def pop(self):
|
|
300
|
+
""" """
|
|
301
|
+
...
|
|
302
|
+
|
|
303
|
+
def property_overridable_library_set(self):
|
|
304
|
+
""" """
|
|
305
|
+
...
|
|
306
|
+
|
|
307
|
+
def property_unset(self):
|
|
308
|
+
""" """
|
|
309
|
+
...
|
|
310
|
+
|
|
311
|
+
def type_recast(self):
|
|
312
|
+
""" """
|
|
313
|
+
...
|
|
314
|
+
|
|
315
|
+
def values(self):
|
|
316
|
+
""" """
|
|
317
|
+
...
|
|
318
|
+
|
|
319
|
+
class BakeNodeItemRemoveOperator(bpy_types.Operator):
|
|
320
|
+
""" """
|
|
287
321
|
|
|
288
|
-
def as_keywords(self, ignore): ...
|
|
289
|
-
def as_pointer(self): ...
|
|
290
|
-
def bl_rna_get_subclass(self): ...
|
|
291
|
-
def bl_rna_get_subclass_py(self): ...
|
|
292
|
-
def driver_add(self): ...
|
|
293
|
-
def driver_remove(self): ...
|
|
294
|
-
def execute(self, context): ...
|
|
295
|
-
def get(self): ...
|
|
296
|
-
def get_node(self, context): ...
|
|
297
|
-
def id_properties_clear(self): ...
|
|
298
|
-
def id_properties_ensure(self): ...
|
|
299
|
-
def id_properties_ui(self): ...
|
|
300
|
-
def is_property_hidden(self): ...
|
|
301
|
-
def is_property_overridable_library(self): ...
|
|
302
|
-
def is_property_readonly(self): ...
|
|
303
|
-
def is_property_set(self): ...
|
|
304
|
-
def items(self): ...
|
|
305
|
-
def keyframe_delete(self): ...
|
|
306
|
-
def keyframe_insert(self): ...
|
|
307
|
-
def keys(self): ...
|
|
308
|
-
def path_from_id(self): ...
|
|
309
|
-
def path_resolve(self): ...
|
|
310
|
-
def poll(self, context): ...
|
|
311
|
-
def poll_message_set(self): ...
|
|
312
|
-
def pop(self): ...
|
|
313
|
-
def property_overridable_library_set(self): ...
|
|
314
|
-
def property_unset(self): ...
|
|
315
|
-
def type_recast(self): ...
|
|
316
|
-
def values(self): ...
|
|
317
|
-
|
|
318
|
-
class BakeNodeItemMoveOperator(
|
|
319
|
-
BakeNodeOperator, SocketMoveItemOperator, NodeOperator, bpy_types.Operator
|
|
320
|
-
):
|
|
321
322
|
active_index_name: typing.Any
|
|
323
|
+
""" """
|
|
324
|
+
|
|
322
325
|
bl_idname: typing.Any
|
|
326
|
+
""" """
|
|
327
|
+
|
|
323
328
|
bl_label: typing.Any
|
|
329
|
+
""" """
|
|
330
|
+
|
|
324
331
|
bl_options: typing.Any
|
|
332
|
+
""" """
|
|
333
|
+
|
|
325
334
|
bl_rna: typing.Any
|
|
335
|
+
""" """
|
|
336
|
+
|
|
326
337
|
id_data: typing.Any
|
|
338
|
+
""" """
|
|
339
|
+
|
|
327
340
|
items_name: typing.Any
|
|
341
|
+
""" """
|
|
342
|
+
|
|
328
343
|
node_type: typing.Any
|
|
344
|
+
""" """
|
|
345
|
+
|
|
346
|
+
def as_keywords(self, ignore):
|
|
347
|
+
"""
|
|
348
|
+
|
|
349
|
+
:param ignore:
|
|
350
|
+
"""
|
|
351
|
+
...
|
|
352
|
+
|
|
353
|
+
def as_pointer(self):
|
|
354
|
+
""" """
|
|
355
|
+
...
|
|
356
|
+
|
|
357
|
+
def bl_rna_get_subclass(self):
|
|
358
|
+
""" """
|
|
359
|
+
...
|
|
360
|
+
|
|
361
|
+
def bl_rna_get_subclass_py(self):
|
|
362
|
+
""" """
|
|
363
|
+
...
|
|
364
|
+
|
|
365
|
+
def driver_add(self):
|
|
366
|
+
""" """
|
|
367
|
+
...
|
|
368
|
+
|
|
369
|
+
def driver_remove(self):
|
|
370
|
+
""" """
|
|
371
|
+
...
|
|
372
|
+
|
|
373
|
+
def execute(self, context):
|
|
374
|
+
"""
|
|
375
|
+
|
|
376
|
+
:param context:
|
|
377
|
+
"""
|
|
378
|
+
...
|
|
379
|
+
|
|
380
|
+
def get(self):
|
|
381
|
+
""" """
|
|
382
|
+
...
|
|
383
|
+
|
|
384
|
+
def get_node(self, context):
|
|
385
|
+
"""
|
|
386
|
+
|
|
387
|
+
:param context:
|
|
388
|
+
"""
|
|
389
|
+
...
|
|
390
|
+
|
|
391
|
+
def id_properties_clear(self):
|
|
392
|
+
""" """
|
|
393
|
+
...
|
|
394
|
+
|
|
395
|
+
def id_properties_ensure(self):
|
|
396
|
+
""" """
|
|
397
|
+
...
|
|
398
|
+
|
|
399
|
+
def id_properties_ui(self):
|
|
400
|
+
""" """
|
|
401
|
+
...
|
|
402
|
+
|
|
403
|
+
def is_property_hidden(self):
|
|
404
|
+
""" """
|
|
405
|
+
...
|
|
406
|
+
|
|
407
|
+
def is_property_overridable_library(self):
|
|
408
|
+
""" """
|
|
409
|
+
...
|
|
410
|
+
|
|
411
|
+
def is_property_readonly(self):
|
|
412
|
+
""" """
|
|
413
|
+
...
|
|
414
|
+
|
|
415
|
+
def is_property_set(self):
|
|
416
|
+
""" """
|
|
417
|
+
...
|
|
418
|
+
|
|
419
|
+
def items(self):
|
|
420
|
+
""" """
|
|
421
|
+
...
|
|
422
|
+
|
|
423
|
+
def keyframe_delete(self):
|
|
424
|
+
""" """
|
|
425
|
+
...
|
|
426
|
+
|
|
427
|
+
def keyframe_insert(self):
|
|
428
|
+
""" """
|
|
429
|
+
...
|
|
430
|
+
|
|
431
|
+
def keys(self):
|
|
432
|
+
""" """
|
|
433
|
+
...
|
|
434
|
+
|
|
435
|
+
def path_from_id(self):
|
|
436
|
+
""" """
|
|
437
|
+
...
|
|
438
|
+
|
|
439
|
+
def path_resolve(self):
|
|
440
|
+
""" """
|
|
441
|
+
...
|
|
442
|
+
|
|
443
|
+
def poll(self, context):
|
|
444
|
+
"""
|
|
445
|
+
|
|
446
|
+
:param context:
|
|
447
|
+
"""
|
|
448
|
+
...
|
|
449
|
+
|
|
450
|
+
def poll_message_set(self):
|
|
451
|
+
""" """
|
|
452
|
+
...
|
|
453
|
+
|
|
454
|
+
def pop(self):
|
|
455
|
+
""" """
|
|
456
|
+
...
|
|
457
|
+
|
|
458
|
+
def property_overridable_library_set(self):
|
|
459
|
+
""" """
|
|
460
|
+
...
|
|
461
|
+
|
|
462
|
+
def property_unset(self):
|
|
463
|
+
""" """
|
|
464
|
+
...
|
|
465
|
+
|
|
466
|
+
def type_recast(self):
|
|
467
|
+
""" """
|
|
468
|
+
...
|
|
469
|
+
|
|
470
|
+
def values(self):
|
|
471
|
+
""" """
|
|
472
|
+
...
|
|
473
|
+
|
|
474
|
+
class BakeNodeOperator(NodeOperator):
|
|
475
|
+
""" """
|
|
329
476
|
|
|
330
|
-
def as_keywords(self, ignore): ...
|
|
331
|
-
def as_pointer(self): ...
|
|
332
|
-
def bl_rna_get_subclass(self): ...
|
|
333
|
-
def bl_rna_get_subclass_py(self): ...
|
|
334
|
-
def driver_add(self): ...
|
|
335
|
-
def driver_remove(self): ...
|
|
336
|
-
def execute(self, context): ...
|
|
337
|
-
def get(self): ...
|
|
338
|
-
def get_node(self, context): ...
|
|
339
|
-
def id_properties_clear(self): ...
|
|
340
|
-
def id_properties_ensure(self): ...
|
|
341
|
-
def id_properties_ui(self): ...
|
|
342
|
-
def is_property_hidden(self): ...
|
|
343
|
-
def is_property_overridable_library(self): ...
|
|
344
|
-
def is_property_readonly(self): ...
|
|
345
|
-
def is_property_set(self): ...
|
|
346
|
-
def items(self): ...
|
|
347
|
-
def keyframe_delete(self): ...
|
|
348
|
-
def keyframe_insert(self): ...
|
|
349
|
-
def keys(self): ...
|
|
350
|
-
def path_from_id(self): ...
|
|
351
|
-
def path_resolve(self): ...
|
|
352
|
-
def poll(self, context): ...
|
|
353
|
-
def poll_message_set(self): ...
|
|
354
|
-
def pop(self): ...
|
|
355
|
-
def property_overridable_library_set(self): ...
|
|
356
|
-
def property_unset(self): ...
|
|
357
|
-
def type_recast(self): ...
|
|
358
|
-
def values(self): ...
|
|
359
|
-
|
|
360
|
-
class BakeNodeItemRemoveOperator(
|
|
361
|
-
BakeNodeOperator, SocketItemRemoveOperator, NodeOperator, bpy_types.Operator
|
|
362
|
-
):
|
|
363
477
|
active_index_name: typing.Any
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
bl_options: typing.Any
|
|
367
|
-
bl_rna: typing.Any
|
|
368
|
-
id_data: typing.Any
|
|
478
|
+
""" """
|
|
479
|
+
|
|
369
480
|
items_name: typing.Any
|
|
481
|
+
""" """
|
|
482
|
+
|
|
370
483
|
node_type: typing.Any
|
|
484
|
+
""" """
|
|
371
485
|
|
|
372
|
-
def
|
|
373
|
-
|
|
374
|
-
def bl_rna_get_subclass(self): ...
|
|
375
|
-
def bl_rna_get_subclass_py(self): ...
|
|
376
|
-
def driver_add(self): ...
|
|
377
|
-
def driver_remove(self): ...
|
|
378
|
-
def execute(self, context): ...
|
|
379
|
-
def get(self): ...
|
|
380
|
-
def get_node(self, context): ...
|
|
381
|
-
def id_properties_clear(self): ...
|
|
382
|
-
def id_properties_ensure(self): ...
|
|
383
|
-
def id_properties_ui(self): ...
|
|
384
|
-
def is_property_hidden(self): ...
|
|
385
|
-
def is_property_overridable_library(self): ...
|
|
386
|
-
def is_property_readonly(self): ...
|
|
387
|
-
def is_property_set(self): ...
|
|
388
|
-
def items(self): ...
|
|
389
|
-
def keyframe_delete(self): ...
|
|
390
|
-
def keyframe_insert(self): ...
|
|
391
|
-
def keys(self): ...
|
|
392
|
-
def path_from_id(self): ...
|
|
393
|
-
def path_resolve(self): ...
|
|
394
|
-
def poll(self, context): ...
|
|
395
|
-
def poll_message_set(self): ...
|
|
396
|
-
def pop(self): ...
|
|
397
|
-
def property_overridable_library_set(self): ...
|
|
398
|
-
def property_unset(self): ...
|
|
399
|
-
def type_recast(self): ...
|
|
400
|
-
def values(self): ...
|
|
401
|
-
|
|
402
|
-
class RepeatZoneItemAddOperator(
|
|
403
|
-
RepeatZoneOperator, ZoneOperator, SocketItemAddOperator, bpy_types.Operator
|
|
404
|
-
):
|
|
405
|
-
active_index_name: typing.Any
|
|
406
|
-
bl_idname: typing.Any
|
|
407
|
-
bl_label: typing.Any
|
|
408
|
-
bl_options: typing.Any
|
|
409
|
-
bl_rna: typing.Any
|
|
410
|
-
default_socket_type: typing.Any
|
|
411
|
-
id_data: typing.Any
|
|
412
|
-
input_node_type: typing.Any
|
|
413
|
-
items_name: typing.Any
|
|
414
|
-
output_node_type: typing.Any
|
|
486
|
+
def get_node(self, context):
|
|
487
|
+
"""
|
|
415
488
|
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
def bl_rna_get_subclass_py(self): ...
|
|
420
|
-
def driver_add(self): ...
|
|
421
|
-
def driver_remove(self): ...
|
|
422
|
-
def execute(self, context): ...
|
|
423
|
-
def get(self): ...
|
|
424
|
-
def get_node(self, context): ...
|
|
425
|
-
def id_properties_clear(self): ...
|
|
426
|
-
def id_properties_ensure(self): ...
|
|
427
|
-
def id_properties_ui(self): ...
|
|
428
|
-
def is_property_hidden(self): ...
|
|
429
|
-
def is_property_overridable_library(self): ...
|
|
430
|
-
def is_property_readonly(self): ...
|
|
431
|
-
def is_property_set(self): ...
|
|
432
|
-
def items(self): ...
|
|
433
|
-
def keyframe_delete(self): ...
|
|
434
|
-
def keyframe_insert(self): ...
|
|
435
|
-
def keys(self): ...
|
|
436
|
-
def path_from_id(self): ...
|
|
437
|
-
def path_resolve(self): ...
|
|
438
|
-
def poll(self, context): ...
|
|
439
|
-
def poll_message_set(self): ...
|
|
440
|
-
def pop(self): ...
|
|
441
|
-
def property_overridable_library_set(self): ...
|
|
442
|
-
def property_unset(self): ...
|
|
443
|
-
def type_recast(self): ...
|
|
444
|
-
def values(self): ...
|
|
445
|
-
|
|
446
|
-
class RepeatZoneItemMoveOperator(
|
|
447
|
-
RepeatZoneOperator, ZoneOperator, SocketMoveItemOperator, bpy_types.Operator
|
|
448
|
-
):
|
|
449
|
-
active_index_name: typing.Any
|
|
450
|
-
bl_idname: typing.Any
|
|
451
|
-
bl_label: typing.Any
|
|
452
|
-
bl_options: typing.Any
|
|
453
|
-
bl_rna: typing.Any
|
|
454
|
-
id_data: typing.Any
|
|
455
|
-
input_node_type: typing.Any
|
|
456
|
-
items_name: typing.Any
|
|
457
|
-
output_node_type: typing.Any
|
|
489
|
+
:param context:
|
|
490
|
+
"""
|
|
491
|
+
...
|
|
458
492
|
|
|
459
|
-
def
|
|
460
|
-
|
|
461
|
-
def bl_rna_get_subclass(self): ...
|
|
462
|
-
def bl_rna_get_subclass_py(self): ...
|
|
463
|
-
def driver_add(self): ...
|
|
464
|
-
def driver_remove(self): ...
|
|
465
|
-
def execute(self, context): ...
|
|
466
|
-
def get(self): ...
|
|
467
|
-
def get_node(self, context): ...
|
|
468
|
-
def id_properties_clear(self): ...
|
|
469
|
-
def id_properties_ensure(self): ...
|
|
470
|
-
def id_properties_ui(self): ...
|
|
471
|
-
def is_property_hidden(self): ...
|
|
472
|
-
def is_property_overridable_library(self): ...
|
|
473
|
-
def is_property_readonly(self): ...
|
|
474
|
-
def is_property_set(self): ...
|
|
475
|
-
def items(self): ...
|
|
476
|
-
def keyframe_delete(self): ...
|
|
477
|
-
def keyframe_insert(self): ...
|
|
478
|
-
def keys(self): ...
|
|
479
|
-
def path_from_id(self): ...
|
|
480
|
-
def path_resolve(self): ...
|
|
481
|
-
def poll(self, context): ...
|
|
482
|
-
def poll_message_set(self): ...
|
|
483
|
-
def pop(self): ...
|
|
484
|
-
def property_overridable_library_set(self): ...
|
|
485
|
-
def property_unset(self): ...
|
|
486
|
-
def type_recast(self): ...
|
|
487
|
-
def values(self): ...
|
|
488
|
-
|
|
489
|
-
class RepeatZoneItemRemoveOperator(
|
|
490
|
-
RepeatZoneOperator, ZoneOperator, SocketItemRemoveOperator, bpy_types.Operator
|
|
491
|
-
):
|
|
492
|
-
active_index_name: typing.Any
|
|
493
|
-
bl_idname: typing.Any
|
|
494
|
-
bl_label: typing.Any
|
|
495
|
-
bl_options: typing.Any
|
|
496
|
-
bl_rna: typing.Any
|
|
497
|
-
id_data: typing.Any
|
|
498
|
-
input_node_type: typing.Any
|
|
499
|
-
items_name: typing.Any
|
|
500
|
-
output_node_type: typing.Any
|
|
493
|
+
def poll(self, context):
|
|
494
|
+
"""
|
|
501
495
|
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
def execute(self, context): ...
|
|
509
|
-
def get(self): ...
|
|
510
|
-
def get_node(self, context): ...
|
|
511
|
-
def id_properties_clear(self): ...
|
|
512
|
-
def id_properties_ensure(self): ...
|
|
513
|
-
def id_properties_ui(self): ...
|
|
514
|
-
def is_property_hidden(self): ...
|
|
515
|
-
def is_property_overridable_library(self): ...
|
|
516
|
-
def is_property_readonly(self): ...
|
|
517
|
-
def is_property_set(self): ...
|
|
518
|
-
def items(self): ...
|
|
519
|
-
def keyframe_delete(self): ...
|
|
520
|
-
def keyframe_insert(self): ...
|
|
521
|
-
def keys(self): ...
|
|
522
|
-
def path_from_id(self): ...
|
|
523
|
-
def path_resolve(self): ...
|
|
524
|
-
def poll(self, context): ...
|
|
525
|
-
def poll_message_set(self): ...
|
|
526
|
-
def pop(self): ...
|
|
527
|
-
def property_overridable_library_set(self): ...
|
|
528
|
-
def property_unset(self): ...
|
|
529
|
-
def type_recast(self): ...
|
|
530
|
-
def values(self): ...
|
|
531
|
-
|
|
532
|
-
class SimulationZoneItemAddOperator(
|
|
533
|
-
SimulationZoneOperator, ZoneOperator, SocketItemAddOperator, bpy_types.Operator
|
|
534
|
-
):
|
|
535
|
-
active_index_name: typing.Any
|
|
536
|
-
bl_idname: typing.Any
|
|
537
|
-
bl_label: typing.Any
|
|
538
|
-
bl_options: typing.Any
|
|
539
|
-
bl_rna: typing.Any
|
|
540
|
-
default_socket_type: typing.Any
|
|
541
|
-
id_data: typing.Any
|
|
542
|
-
input_node_type: typing.Any
|
|
543
|
-
items_name: typing.Any
|
|
544
|
-
output_node_type: typing.Any
|
|
496
|
+
:param context:
|
|
497
|
+
"""
|
|
498
|
+
...
|
|
499
|
+
|
|
500
|
+
class IndexSwitchItemAddOperator(bpy_types.Operator):
|
|
501
|
+
""" """
|
|
545
502
|
|
|
546
|
-
def as_keywords(self, ignore): ...
|
|
547
|
-
def as_pointer(self): ...
|
|
548
|
-
def bl_rna_get_subclass(self): ...
|
|
549
|
-
def bl_rna_get_subclass_py(self): ...
|
|
550
|
-
def driver_add(self): ...
|
|
551
|
-
def driver_remove(self): ...
|
|
552
|
-
def execute(self, context): ...
|
|
553
|
-
def get(self): ...
|
|
554
|
-
def get_node(self, context): ...
|
|
555
|
-
def id_properties_clear(self): ...
|
|
556
|
-
def id_properties_ensure(self): ...
|
|
557
|
-
def id_properties_ui(self): ...
|
|
558
|
-
def is_property_hidden(self): ...
|
|
559
|
-
def is_property_overridable_library(self): ...
|
|
560
|
-
def is_property_readonly(self): ...
|
|
561
|
-
def is_property_set(self): ...
|
|
562
|
-
def items(self): ...
|
|
563
|
-
def keyframe_delete(self): ...
|
|
564
|
-
def keyframe_insert(self): ...
|
|
565
|
-
def keys(self): ...
|
|
566
|
-
def path_from_id(self): ...
|
|
567
|
-
def path_resolve(self): ...
|
|
568
|
-
def poll(self, context): ...
|
|
569
|
-
def poll_message_set(self): ...
|
|
570
|
-
def pop(self): ...
|
|
571
|
-
def property_overridable_library_set(self): ...
|
|
572
|
-
def property_unset(self): ...
|
|
573
|
-
def type_recast(self): ...
|
|
574
|
-
def values(self): ...
|
|
575
|
-
|
|
576
|
-
class SimulationZoneItemMoveOperator(
|
|
577
|
-
SimulationZoneOperator, ZoneOperator, SocketMoveItemOperator, bpy_types.Operator
|
|
578
|
-
):
|
|
579
|
-
active_index_name: typing.Any
|
|
580
503
|
bl_idname: typing.Any
|
|
504
|
+
""" """
|
|
505
|
+
|
|
581
506
|
bl_label: typing.Any
|
|
507
|
+
""" """
|
|
508
|
+
|
|
582
509
|
bl_options: typing.Any
|
|
510
|
+
""" """
|
|
511
|
+
|
|
583
512
|
bl_rna: typing.Any
|
|
513
|
+
""" """
|
|
514
|
+
|
|
584
515
|
id_data: typing.Any
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
516
|
+
""" """
|
|
517
|
+
|
|
518
|
+
def as_keywords(self, ignore):
|
|
519
|
+
"""
|
|
520
|
+
|
|
521
|
+
:param ignore:
|
|
522
|
+
"""
|
|
523
|
+
...
|
|
524
|
+
|
|
525
|
+
def as_pointer(self):
|
|
526
|
+
""" """
|
|
527
|
+
...
|
|
528
|
+
|
|
529
|
+
def bl_rna_get_subclass(self):
|
|
530
|
+
""" """
|
|
531
|
+
...
|
|
532
|
+
|
|
533
|
+
def bl_rna_get_subclass_py(self):
|
|
534
|
+
""" """
|
|
535
|
+
...
|
|
536
|
+
|
|
537
|
+
def driver_add(self):
|
|
538
|
+
""" """
|
|
539
|
+
...
|
|
540
|
+
|
|
541
|
+
def driver_remove(self):
|
|
542
|
+
""" """
|
|
543
|
+
...
|
|
544
|
+
|
|
545
|
+
def execute(self, context):
|
|
546
|
+
"""
|
|
547
|
+
|
|
548
|
+
:param context:
|
|
549
|
+
"""
|
|
550
|
+
...
|
|
551
|
+
|
|
552
|
+
def get(self):
|
|
553
|
+
""" """
|
|
554
|
+
...
|
|
555
|
+
|
|
556
|
+
def id_properties_clear(self):
|
|
557
|
+
""" """
|
|
558
|
+
...
|
|
559
|
+
|
|
560
|
+
def id_properties_ensure(self):
|
|
561
|
+
""" """
|
|
562
|
+
...
|
|
563
|
+
|
|
564
|
+
def id_properties_ui(self):
|
|
565
|
+
""" """
|
|
566
|
+
...
|
|
567
|
+
|
|
568
|
+
def is_property_hidden(self):
|
|
569
|
+
""" """
|
|
570
|
+
...
|
|
571
|
+
|
|
572
|
+
def is_property_overridable_library(self):
|
|
573
|
+
""" """
|
|
574
|
+
...
|
|
575
|
+
|
|
576
|
+
def is_property_readonly(self):
|
|
577
|
+
""" """
|
|
578
|
+
...
|
|
579
|
+
|
|
580
|
+
def is_property_set(self):
|
|
581
|
+
""" """
|
|
582
|
+
...
|
|
583
|
+
|
|
584
|
+
def items(self):
|
|
585
|
+
""" """
|
|
586
|
+
...
|
|
587
|
+
|
|
588
|
+
def keyframe_delete(self):
|
|
589
|
+
""" """
|
|
590
|
+
...
|
|
591
|
+
|
|
592
|
+
def keyframe_insert(self):
|
|
593
|
+
""" """
|
|
594
|
+
...
|
|
595
|
+
|
|
596
|
+
def keys(self):
|
|
597
|
+
""" """
|
|
598
|
+
...
|
|
599
|
+
|
|
600
|
+
def path_from_id(self):
|
|
601
|
+
""" """
|
|
602
|
+
...
|
|
603
|
+
|
|
604
|
+
def path_resolve(self):
|
|
605
|
+
""" """
|
|
606
|
+
...
|
|
607
|
+
|
|
608
|
+
def poll(self, context):
|
|
609
|
+
"""
|
|
610
|
+
|
|
611
|
+
:param context:
|
|
612
|
+
"""
|
|
613
|
+
...
|
|
614
|
+
|
|
615
|
+
def poll_message_set(self):
|
|
616
|
+
""" """
|
|
617
|
+
...
|
|
618
|
+
|
|
619
|
+
def pop(self):
|
|
620
|
+
""" """
|
|
621
|
+
...
|
|
622
|
+
|
|
623
|
+
def property_overridable_library_set(self):
|
|
624
|
+
""" """
|
|
625
|
+
...
|
|
626
|
+
|
|
627
|
+
def property_unset(self):
|
|
628
|
+
""" """
|
|
629
|
+
...
|
|
630
|
+
|
|
631
|
+
def type_recast(self):
|
|
632
|
+
""" """
|
|
633
|
+
...
|
|
634
|
+
|
|
635
|
+
def values(self):
|
|
636
|
+
""" """
|
|
637
|
+
...
|
|
638
|
+
|
|
639
|
+
class IndexSwitchItemRemoveOperator(bpy_types.Operator):
|
|
640
|
+
""" """
|
|
588
641
|
|
|
589
|
-
def as_keywords(self, ignore): ...
|
|
590
|
-
def as_pointer(self): ...
|
|
591
|
-
def bl_rna_get_subclass(self): ...
|
|
592
|
-
def bl_rna_get_subclass_py(self): ...
|
|
593
|
-
def driver_add(self): ...
|
|
594
|
-
def driver_remove(self): ...
|
|
595
|
-
def execute(self, context): ...
|
|
596
|
-
def get(self): ...
|
|
597
|
-
def get_node(self, context): ...
|
|
598
|
-
def id_properties_clear(self): ...
|
|
599
|
-
def id_properties_ensure(self): ...
|
|
600
|
-
def id_properties_ui(self): ...
|
|
601
|
-
def is_property_hidden(self): ...
|
|
602
|
-
def is_property_overridable_library(self): ...
|
|
603
|
-
def is_property_readonly(self): ...
|
|
604
|
-
def is_property_set(self): ...
|
|
605
|
-
def items(self): ...
|
|
606
|
-
def keyframe_delete(self): ...
|
|
607
|
-
def keyframe_insert(self): ...
|
|
608
|
-
def keys(self): ...
|
|
609
|
-
def path_from_id(self): ...
|
|
610
|
-
def path_resolve(self): ...
|
|
611
|
-
def poll(self, context): ...
|
|
612
|
-
def poll_message_set(self): ...
|
|
613
|
-
def pop(self): ...
|
|
614
|
-
def property_overridable_library_set(self): ...
|
|
615
|
-
def property_unset(self): ...
|
|
616
|
-
def type_recast(self): ...
|
|
617
|
-
def values(self): ...
|
|
618
|
-
|
|
619
|
-
class SimulationZoneItemRemoveOperator(
|
|
620
|
-
SimulationZoneOperator, ZoneOperator, SocketItemRemoveOperator, bpy_types.Operator
|
|
621
|
-
):
|
|
622
|
-
active_index_name: typing.Any
|
|
623
642
|
bl_idname: typing.Any
|
|
643
|
+
""" """
|
|
644
|
+
|
|
624
645
|
bl_label: typing.Any
|
|
646
|
+
""" """
|
|
647
|
+
|
|
625
648
|
bl_options: typing.Any
|
|
649
|
+
""" """
|
|
650
|
+
|
|
626
651
|
bl_rna: typing.Any
|
|
652
|
+
""" """
|
|
653
|
+
|
|
627
654
|
id_data: typing.Any
|
|
655
|
+
""" """
|
|
656
|
+
|
|
657
|
+
def as_keywords(self, ignore):
|
|
658
|
+
"""
|
|
659
|
+
|
|
660
|
+
:param ignore:
|
|
661
|
+
"""
|
|
662
|
+
...
|
|
663
|
+
|
|
664
|
+
def as_pointer(self):
|
|
665
|
+
""" """
|
|
666
|
+
...
|
|
667
|
+
|
|
668
|
+
def bl_rna_get_subclass(self):
|
|
669
|
+
""" """
|
|
670
|
+
...
|
|
671
|
+
|
|
672
|
+
def bl_rna_get_subclass_py(self):
|
|
673
|
+
""" """
|
|
674
|
+
...
|
|
675
|
+
|
|
676
|
+
def driver_add(self):
|
|
677
|
+
""" """
|
|
678
|
+
...
|
|
679
|
+
|
|
680
|
+
def driver_remove(self):
|
|
681
|
+
""" """
|
|
682
|
+
...
|
|
683
|
+
|
|
684
|
+
def execute(self, context):
|
|
685
|
+
"""
|
|
686
|
+
|
|
687
|
+
:param context:
|
|
688
|
+
"""
|
|
689
|
+
...
|
|
690
|
+
|
|
691
|
+
def get(self):
|
|
692
|
+
""" """
|
|
693
|
+
...
|
|
694
|
+
|
|
695
|
+
def id_properties_clear(self):
|
|
696
|
+
""" """
|
|
697
|
+
...
|
|
698
|
+
|
|
699
|
+
def id_properties_ensure(self):
|
|
700
|
+
""" """
|
|
701
|
+
...
|
|
702
|
+
|
|
703
|
+
def id_properties_ui(self):
|
|
704
|
+
""" """
|
|
705
|
+
...
|
|
706
|
+
|
|
707
|
+
def is_property_hidden(self):
|
|
708
|
+
""" """
|
|
709
|
+
...
|
|
710
|
+
|
|
711
|
+
def is_property_overridable_library(self):
|
|
712
|
+
""" """
|
|
713
|
+
...
|
|
714
|
+
|
|
715
|
+
def is_property_readonly(self):
|
|
716
|
+
""" """
|
|
717
|
+
...
|
|
718
|
+
|
|
719
|
+
def is_property_set(self):
|
|
720
|
+
""" """
|
|
721
|
+
...
|
|
722
|
+
|
|
723
|
+
def items(self):
|
|
724
|
+
""" """
|
|
725
|
+
...
|
|
726
|
+
|
|
727
|
+
def keyframe_delete(self):
|
|
728
|
+
""" """
|
|
729
|
+
...
|
|
730
|
+
|
|
731
|
+
def keyframe_insert(self):
|
|
732
|
+
""" """
|
|
733
|
+
...
|
|
734
|
+
|
|
735
|
+
def keys(self):
|
|
736
|
+
""" """
|
|
737
|
+
...
|
|
738
|
+
|
|
739
|
+
def path_from_id(self):
|
|
740
|
+
""" """
|
|
741
|
+
...
|
|
742
|
+
|
|
743
|
+
def path_resolve(self):
|
|
744
|
+
""" """
|
|
745
|
+
...
|
|
746
|
+
|
|
747
|
+
def poll(self, context):
|
|
748
|
+
"""
|
|
749
|
+
|
|
750
|
+
:param context:
|
|
751
|
+
"""
|
|
752
|
+
...
|
|
753
|
+
|
|
754
|
+
def poll_message_set(self):
|
|
755
|
+
""" """
|
|
756
|
+
...
|
|
757
|
+
|
|
758
|
+
def pop(self):
|
|
759
|
+
""" """
|
|
760
|
+
...
|
|
761
|
+
|
|
762
|
+
def property_overridable_library_set(self):
|
|
763
|
+
""" """
|
|
764
|
+
...
|
|
765
|
+
|
|
766
|
+
def property_unset(self):
|
|
767
|
+
""" """
|
|
768
|
+
...
|
|
769
|
+
|
|
770
|
+
def type_recast(self):
|
|
771
|
+
""" """
|
|
772
|
+
...
|
|
773
|
+
|
|
774
|
+
def values(self):
|
|
775
|
+
""" """
|
|
776
|
+
...
|
|
777
|
+
|
|
778
|
+
class MoveModifierToNodes(bpy_types.Operator):
|
|
779
|
+
""" """
|
|
780
|
+
|
|
781
|
+
bl_idname: typing.Any
|
|
782
|
+
""" """
|
|
783
|
+
|
|
784
|
+
bl_label: typing.Any
|
|
785
|
+
""" """
|
|
786
|
+
|
|
787
|
+
bl_options: typing.Any
|
|
788
|
+
""" """
|
|
789
|
+
|
|
790
|
+
bl_rna: typing.Any
|
|
791
|
+
""" """
|
|
792
|
+
|
|
793
|
+
id_data: typing.Any
|
|
794
|
+
""" """
|
|
795
|
+
|
|
796
|
+
def as_keywords(self, ignore):
|
|
797
|
+
"""
|
|
798
|
+
|
|
799
|
+
:param ignore:
|
|
800
|
+
"""
|
|
801
|
+
...
|
|
802
|
+
|
|
803
|
+
def as_pointer(self):
|
|
804
|
+
""" """
|
|
805
|
+
...
|
|
806
|
+
|
|
807
|
+
def bl_rna_get_subclass(self):
|
|
808
|
+
""" """
|
|
809
|
+
...
|
|
810
|
+
|
|
811
|
+
def bl_rna_get_subclass_py(self):
|
|
812
|
+
""" """
|
|
813
|
+
...
|
|
814
|
+
|
|
815
|
+
def driver_add(self):
|
|
816
|
+
""" """
|
|
817
|
+
...
|
|
818
|
+
|
|
819
|
+
def driver_remove(self):
|
|
820
|
+
""" """
|
|
821
|
+
...
|
|
822
|
+
|
|
823
|
+
def execute(self, context):
|
|
824
|
+
"""
|
|
825
|
+
|
|
826
|
+
:param context:
|
|
827
|
+
"""
|
|
828
|
+
...
|
|
829
|
+
|
|
830
|
+
def get(self):
|
|
831
|
+
""" """
|
|
832
|
+
...
|
|
833
|
+
|
|
834
|
+
def id_properties_clear(self):
|
|
835
|
+
""" """
|
|
836
|
+
...
|
|
837
|
+
|
|
838
|
+
def id_properties_ensure(self):
|
|
839
|
+
""" """
|
|
840
|
+
...
|
|
841
|
+
|
|
842
|
+
def id_properties_ui(self):
|
|
843
|
+
""" """
|
|
844
|
+
...
|
|
845
|
+
|
|
846
|
+
def is_property_hidden(self):
|
|
847
|
+
""" """
|
|
848
|
+
...
|
|
849
|
+
|
|
850
|
+
def is_property_overridable_library(self):
|
|
851
|
+
""" """
|
|
852
|
+
...
|
|
853
|
+
|
|
854
|
+
def is_property_readonly(self):
|
|
855
|
+
""" """
|
|
856
|
+
...
|
|
857
|
+
|
|
858
|
+
def is_property_set(self):
|
|
859
|
+
""" """
|
|
860
|
+
...
|
|
861
|
+
|
|
862
|
+
def items(self):
|
|
863
|
+
""" """
|
|
864
|
+
...
|
|
865
|
+
|
|
866
|
+
def keyframe_delete(self):
|
|
867
|
+
""" """
|
|
868
|
+
...
|
|
869
|
+
|
|
870
|
+
def keyframe_insert(self):
|
|
871
|
+
""" """
|
|
872
|
+
...
|
|
873
|
+
|
|
874
|
+
def keys(self):
|
|
875
|
+
""" """
|
|
876
|
+
...
|
|
877
|
+
|
|
878
|
+
def path_from_id(self):
|
|
879
|
+
""" """
|
|
880
|
+
...
|
|
881
|
+
|
|
882
|
+
def path_resolve(self):
|
|
883
|
+
""" """
|
|
884
|
+
...
|
|
885
|
+
|
|
886
|
+
def poll(self, context):
|
|
887
|
+
"""
|
|
888
|
+
|
|
889
|
+
:param context:
|
|
890
|
+
"""
|
|
891
|
+
...
|
|
892
|
+
|
|
893
|
+
def poll_message_set(self):
|
|
894
|
+
""" """
|
|
895
|
+
...
|
|
896
|
+
|
|
897
|
+
def pop(self):
|
|
898
|
+
""" """
|
|
899
|
+
...
|
|
900
|
+
|
|
901
|
+
def property_overridable_library_set(self):
|
|
902
|
+
""" """
|
|
903
|
+
...
|
|
904
|
+
|
|
905
|
+
def property_unset(self):
|
|
906
|
+
""" """
|
|
907
|
+
...
|
|
908
|
+
|
|
909
|
+
def type_recast(self):
|
|
910
|
+
""" """
|
|
911
|
+
...
|
|
912
|
+
|
|
913
|
+
def values(self):
|
|
914
|
+
""" """
|
|
915
|
+
...
|
|
916
|
+
|
|
917
|
+
class NewGeometryNodeGroupTool(bpy_types.Operator):
|
|
918
|
+
""" """
|
|
919
|
+
|
|
920
|
+
bl_idname: typing.Any
|
|
921
|
+
""" """
|
|
922
|
+
|
|
923
|
+
bl_label: typing.Any
|
|
924
|
+
""" """
|
|
925
|
+
|
|
926
|
+
bl_options: typing.Any
|
|
927
|
+
""" """
|
|
928
|
+
|
|
929
|
+
bl_rna: typing.Any
|
|
930
|
+
""" """
|
|
931
|
+
|
|
932
|
+
id_data: typing.Any
|
|
933
|
+
""" """
|
|
934
|
+
|
|
935
|
+
def as_keywords(self, ignore):
|
|
936
|
+
"""
|
|
937
|
+
|
|
938
|
+
:param ignore:
|
|
939
|
+
"""
|
|
940
|
+
...
|
|
941
|
+
|
|
942
|
+
def as_pointer(self):
|
|
943
|
+
""" """
|
|
944
|
+
...
|
|
945
|
+
|
|
946
|
+
def bl_rna_get_subclass(self):
|
|
947
|
+
""" """
|
|
948
|
+
...
|
|
949
|
+
|
|
950
|
+
def bl_rna_get_subclass_py(self):
|
|
951
|
+
""" """
|
|
952
|
+
...
|
|
953
|
+
|
|
954
|
+
def driver_add(self):
|
|
955
|
+
""" """
|
|
956
|
+
...
|
|
957
|
+
|
|
958
|
+
def driver_remove(self):
|
|
959
|
+
""" """
|
|
960
|
+
...
|
|
961
|
+
|
|
962
|
+
def execute(self, context):
|
|
963
|
+
"""
|
|
964
|
+
|
|
965
|
+
:param context:
|
|
966
|
+
"""
|
|
967
|
+
...
|
|
968
|
+
|
|
969
|
+
def get(self):
|
|
970
|
+
""" """
|
|
971
|
+
...
|
|
972
|
+
|
|
973
|
+
def id_properties_clear(self):
|
|
974
|
+
""" """
|
|
975
|
+
...
|
|
976
|
+
|
|
977
|
+
def id_properties_ensure(self):
|
|
978
|
+
""" """
|
|
979
|
+
...
|
|
980
|
+
|
|
981
|
+
def id_properties_ui(self):
|
|
982
|
+
""" """
|
|
983
|
+
...
|
|
984
|
+
|
|
985
|
+
def is_property_hidden(self):
|
|
986
|
+
""" """
|
|
987
|
+
...
|
|
988
|
+
|
|
989
|
+
def is_property_overridable_library(self):
|
|
990
|
+
""" """
|
|
991
|
+
...
|
|
992
|
+
|
|
993
|
+
def is_property_readonly(self):
|
|
994
|
+
""" """
|
|
995
|
+
...
|
|
996
|
+
|
|
997
|
+
def is_property_set(self):
|
|
998
|
+
""" """
|
|
999
|
+
...
|
|
1000
|
+
|
|
1001
|
+
def items(self):
|
|
1002
|
+
""" """
|
|
1003
|
+
...
|
|
1004
|
+
|
|
1005
|
+
def keyframe_delete(self):
|
|
1006
|
+
""" """
|
|
1007
|
+
...
|
|
1008
|
+
|
|
1009
|
+
def keyframe_insert(self):
|
|
1010
|
+
""" """
|
|
1011
|
+
...
|
|
1012
|
+
|
|
1013
|
+
def keys(self):
|
|
1014
|
+
""" """
|
|
1015
|
+
...
|
|
1016
|
+
|
|
1017
|
+
def path_from_id(self):
|
|
1018
|
+
""" """
|
|
1019
|
+
...
|
|
1020
|
+
|
|
1021
|
+
def path_resolve(self):
|
|
1022
|
+
""" """
|
|
1023
|
+
...
|
|
1024
|
+
|
|
1025
|
+
def poll(self, context):
|
|
1026
|
+
"""
|
|
1027
|
+
|
|
1028
|
+
:param context:
|
|
1029
|
+
"""
|
|
1030
|
+
...
|
|
1031
|
+
|
|
1032
|
+
def poll_message_set(self):
|
|
1033
|
+
""" """
|
|
1034
|
+
...
|
|
1035
|
+
|
|
1036
|
+
def pop(self):
|
|
1037
|
+
""" """
|
|
1038
|
+
...
|
|
1039
|
+
|
|
1040
|
+
def property_overridable_library_set(self):
|
|
1041
|
+
""" """
|
|
1042
|
+
...
|
|
1043
|
+
|
|
1044
|
+
def property_unset(self):
|
|
1045
|
+
""" """
|
|
1046
|
+
...
|
|
1047
|
+
|
|
1048
|
+
def type_recast(self):
|
|
1049
|
+
""" """
|
|
1050
|
+
...
|
|
1051
|
+
|
|
1052
|
+
def values(self):
|
|
1053
|
+
""" """
|
|
1054
|
+
...
|
|
1055
|
+
|
|
1056
|
+
class NewGeometryNodeTreeAssign(bpy_types.Operator):
|
|
1057
|
+
""" """
|
|
1058
|
+
|
|
1059
|
+
bl_idname: typing.Any
|
|
1060
|
+
""" """
|
|
1061
|
+
|
|
1062
|
+
bl_label: typing.Any
|
|
1063
|
+
""" """
|
|
1064
|
+
|
|
1065
|
+
bl_options: typing.Any
|
|
1066
|
+
""" """
|
|
1067
|
+
|
|
1068
|
+
bl_rna: typing.Any
|
|
1069
|
+
""" """
|
|
1070
|
+
|
|
1071
|
+
id_data: typing.Any
|
|
1072
|
+
""" """
|
|
1073
|
+
|
|
1074
|
+
def as_keywords(self, ignore):
|
|
1075
|
+
"""
|
|
1076
|
+
|
|
1077
|
+
:param ignore:
|
|
1078
|
+
"""
|
|
1079
|
+
...
|
|
1080
|
+
|
|
1081
|
+
def as_pointer(self):
|
|
1082
|
+
""" """
|
|
1083
|
+
...
|
|
1084
|
+
|
|
1085
|
+
def bl_rna_get_subclass(self):
|
|
1086
|
+
""" """
|
|
1087
|
+
...
|
|
1088
|
+
|
|
1089
|
+
def bl_rna_get_subclass_py(self):
|
|
1090
|
+
""" """
|
|
1091
|
+
...
|
|
1092
|
+
|
|
1093
|
+
def driver_add(self):
|
|
1094
|
+
""" """
|
|
1095
|
+
...
|
|
1096
|
+
|
|
1097
|
+
def driver_remove(self):
|
|
1098
|
+
""" """
|
|
1099
|
+
...
|
|
1100
|
+
|
|
1101
|
+
def execute(self, context):
|
|
1102
|
+
"""
|
|
1103
|
+
|
|
1104
|
+
:param context:
|
|
1105
|
+
"""
|
|
1106
|
+
...
|
|
1107
|
+
|
|
1108
|
+
def get(self):
|
|
1109
|
+
""" """
|
|
1110
|
+
...
|
|
1111
|
+
|
|
1112
|
+
def id_properties_clear(self):
|
|
1113
|
+
""" """
|
|
1114
|
+
...
|
|
1115
|
+
|
|
1116
|
+
def id_properties_ensure(self):
|
|
1117
|
+
""" """
|
|
1118
|
+
...
|
|
1119
|
+
|
|
1120
|
+
def id_properties_ui(self):
|
|
1121
|
+
""" """
|
|
1122
|
+
...
|
|
1123
|
+
|
|
1124
|
+
def is_property_hidden(self):
|
|
1125
|
+
""" """
|
|
1126
|
+
...
|
|
1127
|
+
|
|
1128
|
+
def is_property_overridable_library(self):
|
|
1129
|
+
""" """
|
|
1130
|
+
...
|
|
1131
|
+
|
|
1132
|
+
def is_property_readonly(self):
|
|
1133
|
+
""" """
|
|
1134
|
+
...
|
|
1135
|
+
|
|
1136
|
+
def is_property_set(self):
|
|
1137
|
+
""" """
|
|
1138
|
+
...
|
|
1139
|
+
|
|
1140
|
+
def items(self):
|
|
1141
|
+
""" """
|
|
1142
|
+
...
|
|
1143
|
+
|
|
1144
|
+
def keyframe_delete(self):
|
|
1145
|
+
""" """
|
|
1146
|
+
...
|
|
1147
|
+
|
|
1148
|
+
def keyframe_insert(self):
|
|
1149
|
+
""" """
|
|
1150
|
+
...
|
|
1151
|
+
|
|
1152
|
+
def keys(self):
|
|
1153
|
+
""" """
|
|
1154
|
+
...
|
|
1155
|
+
|
|
1156
|
+
def path_from_id(self):
|
|
1157
|
+
""" """
|
|
1158
|
+
...
|
|
1159
|
+
|
|
1160
|
+
def path_resolve(self):
|
|
1161
|
+
""" """
|
|
1162
|
+
...
|
|
1163
|
+
|
|
1164
|
+
def poll(self, context):
|
|
1165
|
+
"""
|
|
1166
|
+
|
|
1167
|
+
:param context:
|
|
1168
|
+
"""
|
|
1169
|
+
...
|
|
1170
|
+
|
|
1171
|
+
def poll_message_set(self):
|
|
1172
|
+
""" """
|
|
1173
|
+
...
|
|
1174
|
+
|
|
1175
|
+
def pop(self):
|
|
1176
|
+
""" """
|
|
1177
|
+
...
|
|
1178
|
+
|
|
1179
|
+
def property_overridable_library_set(self):
|
|
1180
|
+
""" """
|
|
1181
|
+
...
|
|
1182
|
+
|
|
1183
|
+
def property_unset(self):
|
|
1184
|
+
""" """
|
|
1185
|
+
...
|
|
1186
|
+
|
|
1187
|
+
def type_recast(self):
|
|
1188
|
+
""" """
|
|
1189
|
+
...
|
|
1190
|
+
|
|
1191
|
+
def values(self):
|
|
1192
|
+
""" """
|
|
1193
|
+
...
|
|
1194
|
+
|
|
1195
|
+
class NewGeometryNodesModifier(bpy_types.Operator):
|
|
1196
|
+
""" """
|
|
1197
|
+
|
|
1198
|
+
bl_idname: typing.Any
|
|
1199
|
+
""" """
|
|
1200
|
+
|
|
1201
|
+
bl_label: typing.Any
|
|
1202
|
+
""" """
|
|
1203
|
+
|
|
1204
|
+
bl_options: typing.Any
|
|
1205
|
+
""" """
|
|
1206
|
+
|
|
1207
|
+
bl_rna: typing.Any
|
|
1208
|
+
""" """
|
|
1209
|
+
|
|
1210
|
+
id_data: typing.Any
|
|
1211
|
+
""" """
|
|
1212
|
+
|
|
1213
|
+
def as_keywords(self, ignore):
|
|
1214
|
+
"""
|
|
1215
|
+
|
|
1216
|
+
:param ignore:
|
|
1217
|
+
"""
|
|
1218
|
+
...
|
|
1219
|
+
|
|
1220
|
+
def as_pointer(self):
|
|
1221
|
+
""" """
|
|
1222
|
+
...
|
|
1223
|
+
|
|
1224
|
+
def bl_rna_get_subclass(self):
|
|
1225
|
+
""" """
|
|
1226
|
+
...
|
|
1227
|
+
|
|
1228
|
+
def bl_rna_get_subclass_py(self):
|
|
1229
|
+
""" """
|
|
1230
|
+
...
|
|
1231
|
+
|
|
1232
|
+
def driver_add(self):
|
|
1233
|
+
""" """
|
|
1234
|
+
...
|
|
1235
|
+
|
|
1236
|
+
def driver_remove(self):
|
|
1237
|
+
""" """
|
|
1238
|
+
...
|
|
1239
|
+
|
|
1240
|
+
def execute(self, context):
|
|
1241
|
+
"""
|
|
1242
|
+
|
|
1243
|
+
:param context:
|
|
1244
|
+
"""
|
|
1245
|
+
...
|
|
1246
|
+
|
|
1247
|
+
def get(self):
|
|
1248
|
+
""" """
|
|
1249
|
+
...
|
|
1250
|
+
|
|
1251
|
+
def id_properties_clear(self):
|
|
1252
|
+
""" """
|
|
1253
|
+
...
|
|
1254
|
+
|
|
1255
|
+
def id_properties_ensure(self):
|
|
1256
|
+
""" """
|
|
1257
|
+
...
|
|
1258
|
+
|
|
1259
|
+
def id_properties_ui(self):
|
|
1260
|
+
""" """
|
|
1261
|
+
...
|
|
1262
|
+
|
|
1263
|
+
def is_property_hidden(self):
|
|
1264
|
+
""" """
|
|
1265
|
+
...
|
|
1266
|
+
|
|
1267
|
+
def is_property_overridable_library(self):
|
|
1268
|
+
""" """
|
|
1269
|
+
...
|
|
1270
|
+
|
|
1271
|
+
def is_property_readonly(self):
|
|
1272
|
+
""" """
|
|
1273
|
+
...
|
|
1274
|
+
|
|
1275
|
+
def is_property_set(self):
|
|
1276
|
+
""" """
|
|
1277
|
+
...
|
|
1278
|
+
|
|
1279
|
+
def items(self):
|
|
1280
|
+
""" """
|
|
1281
|
+
...
|
|
1282
|
+
|
|
1283
|
+
def keyframe_delete(self):
|
|
1284
|
+
""" """
|
|
1285
|
+
...
|
|
1286
|
+
|
|
1287
|
+
def keyframe_insert(self):
|
|
1288
|
+
""" """
|
|
1289
|
+
...
|
|
1290
|
+
|
|
1291
|
+
def keys(self):
|
|
1292
|
+
""" """
|
|
1293
|
+
...
|
|
1294
|
+
|
|
1295
|
+
def path_from_id(self):
|
|
1296
|
+
""" """
|
|
1297
|
+
...
|
|
1298
|
+
|
|
1299
|
+
def path_resolve(self):
|
|
1300
|
+
""" """
|
|
1301
|
+
...
|
|
1302
|
+
|
|
1303
|
+
def poll(self, context):
|
|
1304
|
+
"""
|
|
1305
|
+
|
|
1306
|
+
:param context:
|
|
1307
|
+
"""
|
|
1308
|
+
...
|
|
1309
|
+
|
|
1310
|
+
def poll_message_set(self):
|
|
1311
|
+
""" """
|
|
1312
|
+
...
|
|
1313
|
+
|
|
1314
|
+
def pop(self):
|
|
1315
|
+
""" """
|
|
1316
|
+
...
|
|
1317
|
+
|
|
1318
|
+
def property_overridable_library_set(self):
|
|
1319
|
+
""" """
|
|
1320
|
+
...
|
|
1321
|
+
|
|
1322
|
+
def property_unset(self):
|
|
1323
|
+
""" """
|
|
1324
|
+
...
|
|
1325
|
+
|
|
1326
|
+
def type_recast(self):
|
|
1327
|
+
""" """
|
|
1328
|
+
...
|
|
1329
|
+
|
|
1330
|
+
def values(self):
|
|
1331
|
+
""" """
|
|
1332
|
+
...
|
|
1333
|
+
|
|
1334
|
+
class RepeatZoneItemAddOperator(bpy_types.Operator):
|
|
1335
|
+
""" """
|
|
1336
|
+
|
|
1337
|
+
active_index_name: typing.Any
|
|
1338
|
+
""" """
|
|
1339
|
+
|
|
1340
|
+
bl_idname: typing.Any
|
|
1341
|
+
""" """
|
|
1342
|
+
|
|
1343
|
+
bl_label: typing.Any
|
|
1344
|
+
""" """
|
|
1345
|
+
|
|
1346
|
+
bl_options: typing.Any
|
|
1347
|
+
""" """
|
|
1348
|
+
|
|
1349
|
+
bl_rna: typing.Any
|
|
1350
|
+
""" """
|
|
1351
|
+
|
|
1352
|
+
default_socket_type: typing.Any
|
|
1353
|
+
""" """
|
|
1354
|
+
|
|
1355
|
+
id_data: typing.Any
|
|
1356
|
+
""" """
|
|
1357
|
+
|
|
1358
|
+
input_node_type: typing.Any
|
|
1359
|
+
""" """
|
|
1360
|
+
|
|
1361
|
+
items_name: typing.Any
|
|
1362
|
+
""" """
|
|
1363
|
+
|
|
1364
|
+
output_node_type: typing.Any
|
|
1365
|
+
""" """
|
|
1366
|
+
|
|
1367
|
+
def as_keywords(self, ignore):
|
|
1368
|
+
"""
|
|
1369
|
+
|
|
1370
|
+
:param ignore:
|
|
1371
|
+
"""
|
|
1372
|
+
...
|
|
1373
|
+
|
|
1374
|
+
def as_pointer(self):
|
|
1375
|
+
""" """
|
|
1376
|
+
...
|
|
1377
|
+
|
|
1378
|
+
def bl_rna_get_subclass(self):
|
|
1379
|
+
""" """
|
|
1380
|
+
...
|
|
1381
|
+
|
|
1382
|
+
def bl_rna_get_subclass_py(self):
|
|
1383
|
+
""" """
|
|
1384
|
+
...
|
|
1385
|
+
|
|
1386
|
+
def driver_add(self):
|
|
1387
|
+
""" """
|
|
1388
|
+
...
|
|
1389
|
+
|
|
1390
|
+
def driver_remove(self):
|
|
1391
|
+
""" """
|
|
1392
|
+
...
|
|
1393
|
+
|
|
1394
|
+
def execute(self, context):
|
|
1395
|
+
"""
|
|
1396
|
+
|
|
1397
|
+
:param context:
|
|
1398
|
+
"""
|
|
1399
|
+
...
|
|
1400
|
+
|
|
1401
|
+
def get(self):
|
|
1402
|
+
""" """
|
|
1403
|
+
...
|
|
1404
|
+
|
|
1405
|
+
def get_node(self, context):
|
|
1406
|
+
"""
|
|
1407
|
+
|
|
1408
|
+
:param context:
|
|
1409
|
+
"""
|
|
1410
|
+
...
|
|
1411
|
+
|
|
1412
|
+
def id_properties_clear(self):
|
|
1413
|
+
""" """
|
|
1414
|
+
...
|
|
1415
|
+
|
|
1416
|
+
def id_properties_ensure(self):
|
|
1417
|
+
""" """
|
|
1418
|
+
...
|
|
1419
|
+
|
|
1420
|
+
def id_properties_ui(self):
|
|
1421
|
+
""" """
|
|
1422
|
+
...
|
|
1423
|
+
|
|
1424
|
+
def is_property_hidden(self):
|
|
1425
|
+
""" """
|
|
1426
|
+
...
|
|
1427
|
+
|
|
1428
|
+
def is_property_overridable_library(self):
|
|
1429
|
+
""" """
|
|
1430
|
+
...
|
|
1431
|
+
|
|
1432
|
+
def is_property_readonly(self):
|
|
1433
|
+
""" """
|
|
1434
|
+
...
|
|
1435
|
+
|
|
1436
|
+
def is_property_set(self):
|
|
1437
|
+
""" """
|
|
1438
|
+
...
|
|
1439
|
+
|
|
1440
|
+
def items(self):
|
|
1441
|
+
""" """
|
|
1442
|
+
...
|
|
1443
|
+
|
|
1444
|
+
def keyframe_delete(self):
|
|
1445
|
+
""" """
|
|
1446
|
+
...
|
|
1447
|
+
|
|
1448
|
+
def keyframe_insert(self):
|
|
1449
|
+
""" """
|
|
1450
|
+
...
|
|
1451
|
+
|
|
1452
|
+
def keys(self):
|
|
1453
|
+
""" """
|
|
1454
|
+
...
|
|
1455
|
+
|
|
1456
|
+
def path_from_id(self):
|
|
1457
|
+
""" """
|
|
1458
|
+
...
|
|
1459
|
+
|
|
1460
|
+
def path_resolve(self):
|
|
1461
|
+
""" """
|
|
1462
|
+
...
|
|
1463
|
+
|
|
1464
|
+
def poll(self, context):
|
|
1465
|
+
"""
|
|
1466
|
+
|
|
1467
|
+
:param context:
|
|
1468
|
+
"""
|
|
1469
|
+
...
|
|
1470
|
+
|
|
1471
|
+
def poll_message_set(self):
|
|
1472
|
+
""" """
|
|
1473
|
+
...
|
|
1474
|
+
|
|
1475
|
+
def pop(self):
|
|
1476
|
+
""" """
|
|
1477
|
+
...
|
|
1478
|
+
|
|
1479
|
+
def property_overridable_library_set(self):
|
|
1480
|
+
""" """
|
|
1481
|
+
...
|
|
1482
|
+
|
|
1483
|
+
def property_unset(self):
|
|
1484
|
+
""" """
|
|
1485
|
+
...
|
|
1486
|
+
|
|
1487
|
+
def type_recast(self):
|
|
1488
|
+
""" """
|
|
1489
|
+
...
|
|
1490
|
+
|
|
1491
|
+
def values(self):
|
|
1492
|
+
""" """
|
|
1493
|
+
...
|
|
1494
|
+
|
|
1495
|
+
class RepeatZoneItemMoveOperator(bpy_types.Operator):
|
|
1496
|
+
""" """
|
|
1497
|
+
|
|
1498
|
+
active_index_name: typing.Any
|
|
1499
|
+
""" """
|
|
1500
|
+
|
|
1501
|
+
bl_idname: typing.Any
|
|
1502
|
+
""" """
|
|
1503
|
+
|
|
1504
|
+
bl_label: typing.Any
|
|
1505
|
+
""" """
|
|
1506
|
+
|
|
1507
|
+
bl_options: typing.Any
|
|
1508
|
+
""" """
|
|
1509
|
+
|
|
1510
|
+
bl_rna: typing.Any
|
|
1511
|
+
""" """
|
|
1512
|
+
|
|
1513
|
+
id_data: typing.Any
|
|
1514
|
+
""" """
|
|
1515
|
+
|
|
1516
|
+
input_node_type: typing.Any
|
|
1517
|
+
""" """
|
|
1518
|
+
|
|
1519
|
+
items_name: typing.Any
|
|
1520
|
+
""" """
|
|
1521
|
+
|
|
1522
|
+
output_node_type: typing.Any
|
|
1523
|
+
""" """
|
|
1524
|
+
|
|
1525
|
+
def as_keywords(self, ignore):
|
|
1526
|
+
"""
|
|
1527
|
+
|
|
1528
|
+
:param ignore:
|
|
1529
|
+
"""
|
|
1530
|
+
...
|
|
1531
|
+
|
|
1532
|
+
def as_pointer(self):
|
|
1533
|
+
""" """
|
|
1534
|
+
...
|
|
1535
|
+
|
|
1536
|
+
def bl_rna_get_subclass(self):
|
|
1537
|
+
""" """
|
|
1538
|
+
...
|
|
1539
|
+
|
|
1540
|
+
def bl_rna_get_subclass_py(self):
|
|
1541
|
+
""" """
|
|
1542
|
+
...
|
|
1543
|
+
|
|
1544
|
+
def driver_add(self):
|
|
1545
|
+
""" """
|
|
1546
|
+
...
|
|
1547
|
+
|
|
1548
|
+
def driver_remove(self):
|
|
1549
|
+
""" """
|
|
1550
|
+
...
|
|
1551
|
+
|
|
1552
|
+
def execute(self, context):
|
|
1553
|
+
"""
|
|
1554
|
+
|
|
1555
|
+
:param context:
|
|
1556
|
+
"""
|
|
1557
|
+
...
|
|
1558
|
+
|
|
1559
|
+
def get(self):
|
|
1560
|
+
""" """
|
|
1561
|
+
...
|
|
1562
|
+
|
|
1563
|
+
def get_node(self, context):
|
|
1564
|
+
"""
|
|
1565
|
+
|
|
1566
|
+
:param context:
|
|
1567
|
+
"""
|
|
1568
|
+
...
|
|
1569
|
+
|
|
1570
|
+
def id_properties_clear(self):
|
|
1571
|
+
""" """
|
|
1572
|
+
...
|
|
1573
|
+
|
|
1574
|
+
def id_properties_ensure(self):
|
|
1575
|
+
""" """
|
|
1576
|
+
...
|
|
1577
|
+
|
|
1578
|
+
def id_properties_ui(self):
|
|
1579
|
+
""" """
|
|
1580
|
+
...
|
|
1581
|
+
|
|
1582
|
+
def is_property_hidden(self):
|
|
1583
|
+
""" """
|
|
1584
|
+
...
|
|
1585
|
+
|
|
1586
|
+
def is_property_overridable_library(self):
|
|
1587
|
+
""" """
|
|
1588
|
+
...
|
|
1589
|
+
|
|
1590
|
+
def is_property_readonly(self):
|
|
1591
|
+
""" """
|
|
1592
|
+
...
|
|
1593
|
+
|
|
1594
|
+
def is_property_set(self):
|
|
1595
|
+
""" """
|
|
1596
|
+
...
|
|
1597
|
+
|
|
1598
|
+
def items(self):
|
|
1599
|
+
""" """
|
|
1600
|
+
...
|
|
1601
|
+
|
|
1602
|
+
def keyframe_delete(self):
|
|
1603
|
+
""" """
|
|
1604
|
+
...
|
|
1605
|
+
|
|
1606
|
+
def keyframe_insert(self):
|
|
1607
|
+
""" """
|
|
1608
|
+
...
|
|
1609
|
+
|
|
1610
|
+
def keys(self):
|
|
1611
|
+
""" """
|
|
1612
|
+
...
|
|
1613
|
+
|
|
1614
|
+
def path_from_id(self):
|
|
1615
|
+
""" """
|
|
1616
|
+
...
|
|
1617
|
+
|
|
1618
|
+
def path_resolve(self):
|
|
1619
|
+
""" """
|
|
1620
|
+
...
|
|
1621
|
+
|
|
1622
|
+
def poll(self, context):
|
|
1623
|
+
"""
|
|
1624
|
+
|
|
1625
|
+
:param context:
|
|
1626
|
+
"""
|
|
1627
|
+
...
|
|
1628
|
+
|
|
1629
|
+
def poll_message_set(self):
|
|
1630
|
+
""" """
|
|
1631
|
+
...
|
|
1632
|
+
|
|
1633
|
+
def pop(self):
|
|
1634
|
+
""" """
|
|
1635
|
+
...
|
|
1636
|
+
|
|
1637
|
+
def property_overridable_library_set(self):
|
|
1638
|
+
""" """
|
|
1639
|
+
...
|
|
1640
|
+
|
|
1641
|
+
def property_unset(self):
|
|
1642
|
+
""" """
|
|
1643
|
+
...
|
|
1644
|
+
|
|
1645
|
+
def type_recast(self):
|
|
1646
|
+
""" """
|
|
1647
|
+
...
|
|
1648
|
+
|
|
1649
|
+
def values(self):
|
|
1650
|
+
""" """
|
|
1651
|
+
...
|
|
1652
|
+
|
|
1653
|
+
class RepeatZoneItemRemoveOperator(bpy_types.Operator):
|
|
1654
|
+
""" """
|
|
1655
|
+
|
|
1656
|
+
active_index_name: typing.Any
|
|
1657
|
+
""" """
|
|
1658
|
+
|
|
1659
|
+
bl_idname: typing.Any
|
|
1660
|
+
""" """
|
|
1661
|
+
|
|
1662
|
+
bl_label: typing.Any
|
|
1663
|
+
""" """
|
|
1664
|
+
|
|
1665
|
+
bl_options: typing.Any
|
|
1666
|
+
""" """
|
|
1667
|
+
|
|
1668
|
+
bl_rna: typing.Any
|
|
1669
|
+
""" """
|
|
1670
|
+
|
|
1671
|
+
id_data: typing.Any
|
|
1672
|
+
""" """
|
|
1673
|
+
|
|
1674
|
+
input_node_type: typing.Any
|
|
1675
|
+
""" """
|
|
1676
|
+
|
|
1677
|
+
items_name: typing.Any
|
|
1678
|
+
""" """
|
|
1679
|
+
|
|
1680
|
+
output_node_type: typing.Any
|
|
1681
|
+
""" """
|
|
1682
|
+
|
|
1683
|
+
def as_keywords(self, ignore):
|
|
1684
|
+
"""
|
|
1685
|
+
|
|
1686
|
+
:param ignore:
|
|
1687
|
+
"""
|
|
1688
|
+
...
|
|
1689
|
+
|
|
1690
|
+
def as_pointer(self):
|
|
1691
|
+
""" """
|
|
1692
|
+
...
|
|
1693
|
+
|
|
1694
|
+
def bl_rna_get_subclass(self):
|
|
1695
|
+
""" """
|
|
1696
|
+
...
|
|
1697
|
+
|
|
1698
|
+
def bl_rna_get_subclass_py(self):
|
|
1699
|
+
""" """
|
|
1700
|
+
...
|
|
1701
|
+
|
|
1702
|
+
def driver_add(self):
|
|
1703
|
+
""" """
|
|
1704
|
+
...
|
|
1705
|
+
|
|
1706
|
+
def driver_remove(self):
|
|
1707
|
+
""" """
|
|
1708
|
+
...
|
|
1709
|
+
|
|
1710
|
+
def execute(self, context):
|
|
1711
|
+
"""
|
|
1712
|
+
|
|
1713
|
+
:param context:
|
|
1714
|
+
"""
|
|
1715
|
+
...
|
|
1716
|
+
|
|
1717
|
+
def get(self):
|
|
1718
|
+
""" """
|
|
1719
|
+
...
|
|
1720
|
+
|
|
1721
|
+
def get_node(self, context):
|
|
1722
|
+
"""
|
|
1723
|
+
|
|
1724
|
+
:param context:
|
|
1725
|
+
"""
|
|
1726
|
+
...
|
|
1727
|
+
|
|
1728
|
+
def id_properties_clear(self):
|
|
1729
|
+
""" """
|
|
1730
|
+
...
|
|
1731
|
+
|
|
1732
|
+
def id_properties_ensure(self):
|
|
1733
|
+
""" """
|
|
1734
|
+
...
|
|
1735
|
+
|
|
1736
|
+
def id_properties_ui(self):
|
|
1737
|
+
""" """
|
|
1738
|
+
...
|
|
1739
|
+
|
|
1740
|
+
def is_property_hidden(self):
|
|
1741
|
+
""" """
|
|
1742
|
+
...
|
|
1743
|
+
|
|
1744
|
+
def is_property_overridable_library(self):
|
|
1745
|
+
""" """
|
|
1746
|
+
...
|
|
1747
|
+
|
|
1748
|
+
def is_property_readonly(self):
|
|
1749
|
+
""" """
|
|
1750
|
+
...
|
|
1751
|
+
|
|
1752
|
+
def is_property_set(self):
|
|
1753
|
+
""" """
|
|
1754
|
+
...
|
|
1755
|
+
|
|
1756
|
+
def items(self):
|
|
1757
|
+
""" """
|
|
1758
|
+
...
|
|
1759
|
+
|
|
1760
|
+
def keyframe_delete(self):
|
|
1761
|
+
""" """
|
|
1762
|
+
...
|
|
1763
|
+
|
|
1764
|
+
def keyframe_insert(self):
|
|
1765
|
+
""" """
|
|
1766
|
+
...
|
|
1767
|
+
|
|
1768
|
+
def keys(self):
|
|
1769
|
+
""" """
|
|
1770
|
+
...
|
|
1771
|
+
|
|
1772
|
+
def path_from_id(self):
|
|
1773
|
+
""" """
|
|
1774
|
+
...
|
|
1775
|
+
|
|
1776
|
+
def path_resolve(self):
|
|
1777
|
+
""" """
|
|
1778
|
+
...
|
|
1779
|
+
|
|
1780
|
+
def poll(self, context):
|
|
1781
|
+
"""
|
|
1782
|
+
|
|
1783
|
+
:param context:
|
|
1784
|
+
"""
|
|
1785
|
+
...
|
|
1786
|
+
|
|
1787
|
+
def poll_message_set(self):
|
|
1788
|
+
""" """
|
|
1789
|
+
...
|
|
1790
|
+
|
|
1791
|
+
def pop(self):
|
|
1792
|
+
""" """
|
|
1793
|
+
...
|
|
1794
|
+
|
|
1795
|
+
def property_overridable_library_set(self):
|
|
1796
|
+
""" """
|
|
1797
|
+
...
|
|
1798
|
+
|
|
1799
|
+
def property_unset(self):
|
|
1800
|
+
""" """
|
|
1801
|
+
...
|
|
1802
|
+
|
|
1803
|
+
def type_recast(self):
|
|
1804
|
+
""" """
|
|
1805
|
+
...
|
|
1806
|
+
|
|
1807
|
+
def values(self):
|
|
1808
|
+
""" """
|
|
1809
|
+
...
|
|
1810
|
+
|
|
1811
|
+
class RepeatZoneOperator(ZoneOperator):
|
|
1812
|
+
""" """
|
|
1813
|
+
|
|
1814
|
+
active_index_name: typing.Any
|
|
1815
|
+
""" """
|
|
1816
|
+
|
|
1817
|
+
input_node_type: typing.Any
|
|
1818
|
+
""" """
|
|
1819
|
+
|
|
1820
|
+
items_name: typing.Any
|
|
1821
|
+
""" """
|
|
1822
|
+
|
|
1823
|
+
output_node_type: typing.Any
|
|
1824
|
+
""" """
|
|
1825
|
+
|
|
1826
|
+
def get_node(self, context):
|
|
1827
|
+
"""
|
|
1828
|
+
|
|
1829
|
+
:param context:
|
|
1830
|
+
"""
|
|
1831
|
+
...
|
|
1832
|
+
|
|
1833
|
+
def poll(self, context):
|
|
1834
|
+
"""
|
|
1835
|
+
|
|
1836
|
+
:param context:
|
|
1837
|
+
"""
|
|
1838
|
+
...
|
|
1839
|
+
|
|
1840
|
+
class SimulationZoneItemAddOperator(bpy_types.Operator):
|
|
1841
|
+
""" """
|
|
1842
|
+
|
|
1843
|
+
active_index_name: typing.Any
|
|
1844
|
+
""" """
|
|
1845
|
+
|
|
1846
|
+
bl_idname: typing.Any
|
|
1847
|
+
""" """
|
|
1848
|
+
|
|
1849
|
+
bl_label: typing.Any
|
|
1850
|
+
""" """
|
|
1851
|
+
|
|
1852
|
+
bl_options: typing.Any
|
|
1853
|
+
""" """
|
|
1854
|
+
|
|
1855
|
+
bl_rna: typing.Any
|
|
1856
|
+
""" """
|
|
1857
|
+
|
|
1858
|
+
default_socket_type: typing.Any
|
|
1859
|
+
""" """
|
|
1860
|
+
|
|
1861
|
+
id_data: typing.Any
|
|
1862
|
+
""" """
|
|
1863
|
+
|
|
1864
|
+
input_node_type: typing.Any
|
|
1865
|
+
""" """
|
|
1866
|
+
|
|
1867
|
+
items_name: typing.Any
|
|
1868
|
+
""" """
|
|
1869
|
+
|
|
1870
|
+
output_node_type: typing.Any
|
|
1871
|
+
""" """
|
|
1872
|
+
|
|
1873
|
+
def as_keywords(self, ignore):
|
|
1874
|
+
"""
|
|
1875
|
+
|
|
1876
|
+
:param ignore:
|
|
1877
|
+
"""
|
|
1878
|
+
...
|
|
1879
|
+
|
|
1880
|
+
def as_pointer(self):
|
|
1881
|
+
""" """
|
|
1882
|
+
...
|
|
1883
|
+
|
|
1884
|
+
def bl_rna_get_subclass(self):
|
|
1885
|
+
""" """
|
|
1886
|
+
...
|
|
1887
|
+
|
|
1888
|
+
def bl_rna_get_subclass_py(self):
|
|
1889
|
+
""" """
|
|
1890
|
+
...
|
|
1891
|
+
|
|
1892
|
+
def driver_add(self):
|
|
1893
|
+
""" """
|
|
1894
|
+
...
|
|
1895
|
+
|
|
1896
|
+
def driver_remove(self):
|
|
1897
|
+
""" """
|
|
1898
|
+
...
|
|
1899
|
+
|
|
1900
|
+
def execute(self, context):
|
|
1901
|
+
"""
|
|
1902
|
+
|
|
1903
|
+
:param context:
|
|
1904
|
+
"""
|
|
1905
|
+
...
|
|
1906
|
+
|
|
1907
|
+
def get(self):
|
|
1908
|
+
""" """
|
|
1909
|
+
...
|
|
1910
|
+
|
|
1911
|
+
def get_node(self, context):
|
|
1912
|
+
"""
|
|
1913
|
+
|
|
1914
|
+
:param context:
|
|
1915
|
+
"""
|
|
1916
|
+
...
|
|
1917
|
+
|
|
1918
|
+
def id_properties_clear(self):
|
|
1919
|
+
""" """
|
|
1920
|
+
...
|
|
1921
|
+
|
|
1922
|
+
def id_properties_ensure(self):
|
|
1923
|
+
""" """
|
|
1924
|
+
...
|
|
1925
|
+
|
|
1926
|
+
def id_properties_ui(self):
|
|
1927
|
+
""" """
|
|
1928
|
+
...
|
|
1929
|
+
|
|
1930
|
+
def is_property_hidden(self):
|
|
1931
|
+
""" """
|
|
1932
|
+
...
|
|
1933
|
+
|
|
1934
|
+
def is_property_overridable_library(self):
|
|
1935
|
+
""" """
|
|
1936
|
+
...
|
|
1937
|
+
|
|
1938
|
+
def is_property_readonly(self):
|
|
1939
|
+
""" """
|
|
1940
|
+
...
|
|
1941
|
+
|
|
1942
|
+
def is_property_set(self):
|
|
1943
|
+
""" """
|
|
1944
|
+
...
|
|
1945
|
+
|
|
1946
|
+
def items(self):
|
|
1947
|
+
""" """
|
|
1948
|
+
...
|
|
1949
|
+
|
|
1950
|
+
def keyframe_delete(self):
|
|
1951
|
+
""" """
|
|
1952
|
+
...
|
|
1953
|
+
|
|
1954
|
+
def keyframe_insert(self):
|
|
1955
|
+
""" """
|
|
1956
|
+
...
|
|
1957
|
+
|
|
1958
|
+
def keys(self):
|
|
1959
|
+
""" """
|
|
1960
|
+
...
|
|
1961
|
+
|
|
1962
|
+
def path_from_id(self):
|
|
1963
|
+
""" """
|
|
1964
|
+
...
|
|
1965
|
+
|
|
1966
|
+
def path_resolve(self):
|
|
1967
|
+
""" """
|
|
1968
|
+
...
|
|
1969
|
+
|
|
1970
|
+
def poll(self, context):
|
|
1971
|
+
"""
|
|
1972
|
+
|
|
1973
|
+
:param context:
|
|
1974
|
+
"""
|
|
1975
|
+
...
|
|
1976
|
+
|
|
1977
|
+
def poll_message_set(self):
|
|
1978
|
+
""" """
|
|
1979
|
+
...
|
|
1980
|
+
|
|
1981
|
+
def pop(self):
|
|
1982
|
+
""" """
|
|
1983
|
+
...
|
|
1984
|
+
|
|
1985
|
+
def property_overridable_library_set(self):
|
|
1986
|
+
""" """
|
|
1987
|
+
...
|
|
1988
|
+
|
|
1989
|
+
def property_unset(self):
|
|
1990
|
+
""" """
|
|
1991
|
+
...
|
|
1992
|
+
|
|
1993
|
+
def type_recast(self):
|
|
1994
|
+
""" """
|
|
1995
|
+
...
|
|
1996
|
+
|
|
1997
|
+
def values(self):
|
|
1998
|
+
""" """
|
|
1999
|
+
...
|
|
2000
|
+
|
|
2001
|
+
class SimulationZoneItemMoveOperator(bpy_types.Operator):
|
|
2002
|
+
""" """
|
|
2003
|
+
|
|
2004
|
+
active_index_name: typing.Any
|
|
2005
|
+
""" """
|
|
2006
|
+
|
|
2007
|
+
bl_idname: typing.Any
|
|
2008
|
+
""" """
|
|
2009
|
+
|
|
2010
|
+
bl_label: typing.Any
|
|
2011
|
+
""" """
|
|
2012
|
+
|
|
2013
|
+
bl_options: typing.Any
|
|
2014
|
+
""" """
|
|
2015
|
+
|
|
2016
|
+
bl_rna: typing.Any
|
|
2017
|
+
""" """
|
|
2018
|
+
|
|
2019
|
+
id_data: typing.Any
|
|
2020
|
+
""" """
|
|
2021
|
+
|
|
2022
|
+
input_node_type: typing.Any
|
|
2023
|
+
""" """
|
|
2024
|
+
|
|
2025
|
+
items_name: typing.Any
|
|
2026
|
+
""" """
|
|
2027
|
+
|
|
2028
|
+
output_node_type: typing.Any
|
|
2029
|
+
""" """
|
|
2030
|
+
|
|
2031
|
+
def as_keywords(self, ignore):
|
|
2032
|
+
"""
|
|
2033
|
+
|
|
2034
|
+
:param ignore:
|
|
2035
|
+
"""
|
|
2036
|
+
...
|
|
2037
|
+
|
|
2038
|
+
def as_pointer(self):
|
|
2039
|
+
""" """
|
|
2040
|
+
...
|
|
2041
|
+
|
|
2042
|
+
def bl_rna_get_subclass(self):
|
|
2043
|
+
""" """
|
|
2044
|
+
...
|
|
2045
|
+
|
|
2046
|
+
def bl_rna_get_subclass_py(self):
|
|
2047
|
+
""" """
|
|
2048
|
+
...
|
|
2049
|
+
|
|
2050
|
+
def driver_add(self):
|
|
2051
|
+
""" """
|
|
2052
|
+
...
|
|
2053
|
+
|
|
2054
|
+
def driver_remove(self):
|
|
2055
|
+
""" """
|
|
2056
|
+
...
|
|
2057
|
+
|
|
2058
|
+
def execute(self, context):
|
|
2059
|
+
"""
|
|
2060
|
+
|
|
2061
|
+
:param context:
|
|
2062
|
+
"""
|
|
2063
|
+
...
|
|
2064
|
+
|
|
2065
|
+
def get(self):
|
|
2066
|
+
""" """
|
|
2067
|
+
...
|
|
2068
|
+
|
|
2069
|
+
def get_node(self, context):
|
|
2070
|
+
"""
|
|
2071
|
+
|
|
2072
|
+
:param context:
|
|
2073
|
+
"""
|
|
2074
|
+
...
|
|
2075
|
+
|
|
2076
|
+
def id_properties_clear(self):
|
|
2077
|
+
""" """
|
|
2078
|
+
...
|
|
2079
|
+
|
|
2080
|
+
def id_properties_ensure(self):
|
|
2081
|
+
""" """
|
|
2082
|
+
...
|
|
2083
|
+
|
|
2084
|
+
def id_properties_ui(self):
|
|
2085
|
+
""" """
|
|
2086
|
+
...
|
|
2087
|
+
|
|
2088
|
+
def is_property_hidden(self):
|
|
2089
|
+
""" """
|
|
2090
|
+
...
|
|
2091
|
+
|
|
2092
|
+
def is_property_overridable_library(self):
|
|
2093
|
+
""" """
|
|
2094
|
+
...
|
|
2095
|
+
|
|
2096
|
+
def is_property_readonly(self):
|
|
2097
|
+
""" """
|
|
2098
|
+
...
|
|
2099
|
+
|
|
2100
|
+
def is_property_set(self):
|
|
2101
|
+
""" """
|
|
2102
|
+
...
|
|
2103
|
+
|
|
2104
|
+
def items(self):
|
|
2105
|
+
""" """
|
|
2106
|
+
...
|
|
2107
|
+
|
|
2108
|
+
def keyframe_delete(self):
|
|
2109
|
+
""" """
|
|
2110
|
+
...
|
|
2111
|
+
|
|
2112
|
+
def keyframe_insert(self):
|
|
2113
|
+
""" """
|
|
2114
|
+
...
|
|
2115
|
+
|
|
2116
|
+
def keys(self):
|
|
2117
|
+
""" """
|
|
2118
|
+
...
|
|
2119
|
+
|
|
2120
|
+
def path_from_id(self):
|
|
2121
|
+
""" """
|
|
2122
|
+
...
|
|
2123
|
+
|
|
2124
|
+
def path_resolve(self):
|
|
2125
|
+
""" """
|
|
2126
|
+
...
|
|
2127
|
+
|
|
2128
|
+
def poll(self, context):
|
|
2129
|
+
"""
|
|
2130
|
+
|
|
2131
|
+
:param context:
|
|
2132
|
+
"""
|
|
2133
|
+
...
|
|
2134
|
+
|
|
2135
|
+
def poll_message_set(self):
|
|
2136
|
+
""" """
|
|
2137
|
+
...
|
|
2138
|
+
|
|
2139
|
+
def pop(self):
|
|
2140
|
+
""" """
|
|
2141
|
+
...
|
|
2142
|
+
|
|
2143
|
+
def property_overridable_library_set(self):
|
|
2144
|
+
""" """
|
|
2145
|
+
...
|
|
2146
|
+
|
|
2147
|
+
def property_unset(self):
|
|
2148
|
+
""" """
|
|
2149
|
+
...
|
|
2150
|
+
|
|
2151
|
+
def type_recast(self):
|
|
2152
|
+
""" """
|
|
2153
|
+
...
|
|
2154
|
+
|
|
2155
|
+
def values(self):
|
|
2156
|
+
""" """
|
|
2157
|
+
...
|
|
2158
|
+
|
|
2159
|
+
class SimulationZoneItemRemoveOperator(bpy_types.Operator):
|
|
2160
|
+
""" """
|
|
2161
|
+
|
|
2162
|
+
active_index_name: typing.Any
|
|
2163
|
+
""" """
|
|
2164
|
+
|
|
2165
|
+
bl_idname: typing.Any
|
|
2166
|
+
""" """
|
|
2167
|
+
|
|
2168
|
+
bl_label: typing.Any
|
|
2169
|
+
""" """
|
|
2170
|
+
|
|
2171
|
+
bl_options: typing.Any
|
|
2172
|
+
""" """
|
|
2173
|
+
|
|
2174
|
+
bl_rna: typing.Any
|
|
2175
|
+
""" """
|
|
2176
|
+
|
|
2177
|
+
id_data: typing.Any
|
|
2178
|
+
""" """
|
|
2179
|
+
|
|
2180
|
+
input_node_type: typing.Any
|
|
2181
|
+
""" """
|
|
2182
|
+
|
|
2183
|
+
items_name: typing.Any
|
|
2184
|
+
""" """
|
|
2185
|
+
|
|
2186
|
+
output_node_type: typing.Any
|
|
2187
|
+
""" """
|
|
2188
|
+
|
|
2189
|
+
def as_keywords(self, ignore):
|
|
2190
|
+
"""
|
|
2191
|
+
|
|
2192
|
+
:param ignore:
|
|
2193
|
+
"""
|
|
2194
|
+
...
|
|
2195
|
+
|
|
2196
|
+
def as_pointer(self):
|
|
2197
|
+
""" """
|
|
2198
|
+
...
|
|
2199
|
+
|
|
2200
|
+
def bl_rna_get_subclass(self):
|
|
2201
|
+
""" """
|
|
2202
|
+
...
|
|
2203
|
+
|
|
2204
|
+
def bl_rna_get_subclass_py(self):
|
|
2205
|
+
""" """
|
|
2206
|
+
...
|
|
2207
|
+
|
|
2208
|
+
def driver_add(self):
|
|
2209
|
+
""" """
|
|
2210
|
+
...
|
|
2211
|
+
|
|
2212
|
+
def driver_remove(self):
|
|
2213
|
+
""" """
|
|
2214
|
+
...
|
|
2215
|
+
|
|
2216
|
+
def execute(self, context):
|
|
2217
|
+
"""
|
|
2218
|
+
|
|
2219
|
+
:param context:
|
|
2220
|
+
"""
|
|
2221
|
+
...
|
|
2222
|
+
|
|
2223
|
+
def get(self):
|
|
2224
|
+
""" """
|
|
2225
|
+
...
|
|
2226
|
+
|
|
2227
|
+
def get_node(self, context):
|
|
2228
|
+
"""
|
|
2229
|
+
|
|
2230
|
+
:param context:
|
|
2231
|
+
"""
|
|
2232
|
+
...
|
|
2233
|
+
|
|
2234
|
+
def id_properties_clear(self):
|
|
2235
|
+
""" """
|
|
2236
|
+
...
|
|
2237
|
+
|
|
2238
|
+
def id_properties_ensure(self):
|
|
2239
|
+
""" """
|
|
2240
|
+
...
|
|
2241
|
+
|
|
2242
|
+
def id_properties_ui(self):
|
|
2243
|
+
""" """
|
|
2244
|
+
...
|
|
2245
|
+
|
|
2246
|
+
def is_property_hidden(self):
|
|
2247
|
+
""" """
|
|
2248
|
+
...
|
|
2249
|
+
|
|
2250
|
+
def is_property_overridable_library(self):
|
|
2251
|
+
""" """
|
|
2252
|
+
...
|
|
2253
|
+
|
|
2254
|
+
def is_property_readonly(self):
|
|
2255
|
+
""" """
|
|
2256
|
+
...
|
|
2257
|
+
|
|
2258
|
+
def is_property_set(self):
|
|
2259
|
+
""" """
|
|
2260
|
+
...
|
|
2261
|
+
|
|
2262
|
+
def items(self):
|
|
2263
|
+
""" """
|
|
2264
|
+
...
|
|
2265
|
+
|
|
2266
|
+
def keyframe_delete(self):
|
|
2267
|
+
""" """
|
|
2268
|
+
...
|
|
2269
|
+
|
|
2270
|
+
def keyframe_insert(self):
|
|
2271
|
+
""" """
|
|
2272
|
+
...
|
|
2273
|
+
|
|
2274
|
+
def keys(self):
|
|
2275
|
+
""" """
|
|
2276
|
+
...
|
|
2277
|
+
|
|
2278
|
+
def path_from_id(self):
|
|
2279
|
+
""" """
|
|
2280
|
+
...
|
|
2281
|
+
|
|
2282
|
+
def path_resolve(self):
|
|
2283
|
+
""" """
|
|
2284
|
+
...
|
|
2285
|
+
|
|
2286
|
+
def poll(self, context):
|
|
2287
|
+
"""
|
|
2288
|
+
|
|
2289
|
+
:param context:
|
|
2290
|
+
"""
|
|
2291
|
+
...
|
|
2292
|
+
|
|
2293
|
+
def poll_message_set(self):
|
|
2294
|
+
""" """
|
|
2295
|
+
...
|
|
2296
|
+
|
|
2297
|
+
def pop(self):
|
|
2298
|
+
""" """
|
|
2299
|
+
...
|
|
2300
|
+
|
|
2301
|
+
def property_overridable_library_set(self):
|
|
2302
|
+
""" """
|
|
2303
|
+
...
|
|
2304
|
+
|
|
2305
|
+
def property_unset(self):
|
|
2306
|
+
""" """
|
|
2307
|
+
...
|
|
2308
|
+
|
|
2309
|
+
def type_recast(self):
|
|
2310
|
+
""" """
|
|
2311
|
+
...
|
|
2312
|
+
|
|
2313
|
+
def values(self):
|
|
2314
|
+
""" """
|
|
2315
|
+
...
|
|
2316
|
+
|
|
2317
|
+
class SimulationZoneOperator(ZoneOperator):
|
|
2318
|
+
""" """
|
|
2319
|
+
|
|
2320
|
+
active_index_name: typing.Any
|
|
2321
|
+
""" """
|
|
2322
|
+
|
|
628
2323
|
input_node_type: typing.Any
|
|
2324
|
+
""" """
|
|
2325
|
+
|
|
629
2326
|
items_name: typing.Any
|
|
2327
|
+
""" """
|
|
2328
|
+
|
|
630
2329
|
output_node_type: typing.Any
|
|
2330
|
+
""" """
|
|
2331
|
+
|
|
2332
|
+
def get_node(self, context):
|
|
2333
|
+
"""
|
|
2334
|
+
|
|
2335
|
+
:param context:
|
|
2336
|
+
"""
|
|
2337
|
+
...
|
|
2338
|
+
|
|
2339
|
+
def poll(self, context):
|
|
2340
|
+
"""
|
|
2341
|
+
|
|
2342
|
+
:param context:
|
|
2343
|
+
"""
|
|
2344
|
+
...
|
|
2345
|
+
|
|
2346
|
+
class SocketItemAddOperator:
|
|
2347
|
+
""" """
|
|
2348
|
+
|
|
2349
|
+
active_index_name: typing.Any
|
|
2350
|
+
""" """
|
|
2351
|
+
|
|
2352
|
+
default_socket_type: typing.Any
|
|
2353
|
+
""" """
|
|
2354
|
+
|
|
2355
|
+
items_name: typing.Any
|
|
2356
|
+
""" """
|
|
2357
|
+
|
|
2358
|
+
def execute(self, context):
|
|
2359
|
+
"""
|
|
2360
|
+
|
|
2361
|
+
:param context:
|
|
2362
|
+
"""
|
|
2363
|
+
...
|
|
2364
|
+
|
|
2365
|
+
class SocketItemRemoveOperator:
|
|
2366
|
+
""" """
|
|
2367
|
+
|
|
2368
|
+
active_index_name: typing.Any
|
|
2369
|
+
""" """
|
|
2370
|
+
|
|
2371
|
+
items_name: typing.Any
|
|
2372
|
+
""" """
|
|
2373
|
+
|
|
2374
|
+
def execute(self, context):
|
|
2375
|
+
"""
|
|
2376
|
+
|
|
2377
|
+
:param context:
|
|
2378
|
+
"""
|
|
2379
|
+
...
|
|
2380
|
+
|
|
2381
|
+
class SocketMoveItemOperator:
|
|
2382
|
+
""" """
|
|
2383
|
+
|
|
2384
|
+
active_index_name: typing.Any
|
|
2385
|
+
""" """
|
|
2386
|
+
|
|
2387
|
+
items_name: typing.Any
|
|
2388
|
+
""" """
|
|
2389
|
+
|
|
2390
|
+
def execute(self, context):
|
|
2391
|
+
"""
|
|
2392
|
+
|
|
2393
|
+
:param context:
|
|
2394
|
+
"""
|
|
2395
|
+
...
|
|
2396
|
+
|
|
2397
|
+
class NodeOperator:
|
|
2398
|
+
""" """
|
|
2399
|
+
|
|
2400
|
+
def get_node(self, context):
|
|
2401
|
+
"""
|
|
2402
|
+
|
|
2403
|
+
:param context:
|
|
2404
|
+
"""
|
|
2405
|
+
...
|
|
2406
|
+
|
|
2407
|
+
def poll(self, context):
|
|
2408
|
+
"""
|
|
2409
|
+
|
|
2410
|
+
:param context:
|
|
2411
|
+
"""
|
|
2412
|
+
...
|
|
2413
|
+
|
|
2414
|
+
class ZoneOperator:
|
|
2415
|
+
""" """
|
|
2416
|
+
|
|
2417
|
+
def get_node(self, context):
|
|
2418
|
+
"""
|
|
2419
|
+
|
|
2420
|
+
:param context:
|
|
2421
|
+
"""
|
|
2422
|
+
...
|
|
2423
|
+
|
|
2424
|
+
def poll(self, context):
|
|
2425
|
+
"""
|
|
2426
|
+
|
|
2427
|
+
:param context:
|
|
2428
|
+
"""
|
|
2429
|
+
...
|
|
2430
|
+
|
|
2431
|
+
def add_empty_geometry_node_group(name):
|
|
2432
|
+
""" """
|
|
2433
|
+
|
|
2434
|
+
...
|
|
2435
|
+
|
|
2436
|
+
def edit_geometry_nodes_modifier_poll(context):
|
|
2437
|
+
""" """
|
|
2438
|
+
|
|
2439
|
+
...
|
|
2440
|
+
|
|
2441
|
+
def geometry_modifier_poll(context):
|
|
2442
|
+
""" """
|
|
2443
|
+
|
|
2444
|
+
...
|
|
2445
|
+
|
|
2446
|
+
def geometry_node_group_empty_modifier_new(name):
|
|
2447
|
+
""" """
|
|
2448
|
+
|
|
2449
|
+
...
|
|
2450
|
+
|
|
2451
|
+
def geometry_node_group_empty_new(name):
|
|
2452
|
+
""" """
|
|
2453
|
+
|
|
2454
|
+
...
|
|
2455
|
+
|
|
2456
|
+
def geometry_node_group_empty_tool_new(context):
|
|
2457
|
+
""" """
|
|
2458
|
+
|
|
2459
|
+
...
|
|
2460
|
+
|
|
2461
|
+
def get_context_modifier(context):
|
|
2462
|
+
""" """
|
|
2463
|
+
|
|
2464
|
+
...
|
|
2465
|
+
|
|
2466
|
+
def get_enabled_socket_with_name(sockets, name):
|
|
2467
|
+
""" """
|
|
2468
|
+
|
|
2469
|
+
...
|
|
2470
|
+
|
|
2471
|
+
def get_socket_with_identifier(sockets, identifier):
|
|
2472
|
+
""" """
|
|
2473
|
+
|
|
2474
|
+
...
|
|
2475
|
+
|
|
2476
|
+
def modifier_attribute_name_get(modifier, identifier):
|
|
2477
|
+
""" """
|
|
2478
|
+
|
|
2479
|
+
...
|
|
2480
|
+
|
|
2481
|
+
def modifier_input_use_attribute(modifier, identifier):
|
|
2482
|
+
""" """
|
|
2483
|
+
|
|
2484
|
+
...
|
|
2485
|
+
|
|
2486
|
+
def socket_idname_to_attribute_type(idname):
|
|
2487
|
+
""" """
|
|
631
2488
|
|
|
632
|
-
|
|
633
|
-
def as_pointer(self): ...
|
|
634
|
-
def bl_rna_get_subclass(self): ...
|
|
635
|
-
def bl_rna_get_subclass_py(self): ...
|
|
636
|
-
def driver_add(self): ...
|
|
637
|
-
def driver_remove(self): ...
|
|
638
|
-
def execute(self, context): ...
|
|
639
|
-
def get(self): ...
|
|
640
|
-
def get_node(self, context): ...
|
|
641
|
-
def id_properties_clear(self): ...
|
|
642
|
-
def id_properties_ensure(self): ...
|
|
643
|
-
def id_properties_ui(self): ...
|
|
644
|
-
def is_property_hidden(self): ...
|
|
645
|
-
def is_property_overridable_library(self): ...
|
|
646
|
-
def is_property_readonly(self): ...
|
|
647
|
-
def is_property_set(self): ...
|
|
648
|
-
def items(self): ...
|
|
649
|
-
def keyframe_delete(self): ...
|
|
650
|
-
def keyframe_insert(self): ...
|
|
651
|
-
def keys(self): ...
|
|
652
|
-
def path_from_id(self): ...
|
|
653
|
-
def path_resolve(self): ...
|
|
654
|
-
def poll(self, context): ...
|
|
655
|
-
def poll_message_set(self): ...
|
|
656
|
-
def pop(self): ...
|
|
657
|
-
def property_overridable_library_set(self): ...
|
|
658
|
-
def property_unset(self): ...
|
|
659
|
-
def type_recast(self): ...
|
|
660
|
-
def values(self): ...
|
|
661
|
-
|
|
662
|
-
def add_empty_geometry_node_group(name): ...
|
|
663
|
-
def edit_geometry_nodes_modifier_poll(context): ...
|
|
664
|
-
def geometry_modifier_poll(context): ...
|
|
665
|
-
def geometry_node_group_empty_modifier_new(name): ...
|
|
666
|
-
def geometry_node_group_empty_new(name): ...
|
|
667
|
-
def geometry_node_group_empty_tool_new(context): ...
|
|
668
|
-
def get_context_modifier(context): ...
|
|
669
|
-
def get_enabled_socket_with_name(sockets, name): ...
|
|
670
|
-
def get_socket_with_identifier(sockets, identifier): ...
|
|
671
|
-
def modifier_attribute_name_get(modifier, identifier): ...
|
|
672
|
-
def modifier_input_use_attribute(modifier, identifier): ...
|
|
673
|
-
def socket_idname_to_attribute_type(idname): ...
|
|
2489
|
+
...
|