fake-bpy-module 20251001__py3-none-any.whl → 20251002__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.
- bl_ui/generic_ui_list/__init__.pyi +2 -2
- bl_ui/properties_paint_common/__init__.pyi +0 -2
- bmesh/types/__init__.pyi +98 -225
- bpy/ops/node/__init__.pyi +48 -0
- bpy/ops/sequencer/__init__.pyi +2 -10
- bpy/ops/wm/__init__.pyi +107 -12
- bpy/stub_internal/rna_enums/__init__.pyi +3 -1
- bpy/types/__init__.pyi +1386 -897
- bpy_extras/anim_utils/__init__.pyi +1 -1
- {fake_bpy_module-20251001.dist-info → fake_bpy_module-20251002.dist-info}/METADATA +1 -1
- {fake_bpy_module-20251001.dist-info → fake_bpy_module-20251002.dist-info}/RECORD +17 -17
- freestyle/utils/__init__.pyi +1 -1
- gpu/types/__init__.pyi +95 -95
- mathutils/bvhtree/__init__.pyi +2 -3
- mathutils/geometry/__init__.pyi +22 -3
- {fake_bpy_module-20251001.dist-info → fake_bpy_module-20251002.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20251001.dist-info → fake_bpy_module-20251002.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -7173,6 +7173,103 @@ Types with Custom Property Support <bpy_types_custom_properties>
|
|
|
7173
7173
|
:columns: 2
|
|
7174
7174
|
|
|
7175
7175
|
|
|
7176
|
+
--------------------
|
|
7177
|
+
|
|
7178
|
+
* bpy_struct.id_data
|
|
7179
|
+
* Node.type
|
|
7180
|
+
* Node.location
|
|
7181
|
+
* Node.location_absolute
|
|
7182
|
+
* Node.width
|
|
7183
|
+
* Node.height
|
|
7184
|
+
* Node.dimensions
|
|
7185
|
+
* Node.name
|
|
7186
|
+
* Node.label
|
|
7187
|
+
* Node.inputs
|
|
7188
|
+
* Node.outputs
|
|
7189
|
+
* Node.internal_links
|
|
7190
|
+
* Node.parent
|
|
7191
|
+
* Node.warning_propagation
|
|
7192
|
+
* Node.use_custom_color
|
|
7193
|
+
* Node.color
|
|
7194
|
+
* Node.color_tag
|
|
7195
|
+
* Node.select
|
|
7196
|
+
* Node.show_options
|
|
7197
|
+
* Node.show_preview
|
|
7198
|
+
* Node.hide
|
|
7199
|
+
* Node.mute
|
|
7200
|
+
* Node.show_texture
|
|
7201
|
+
* Node.bl_idname
|
|
7202
|
+
* Node.bl_label
|
|
7203
|
+
* Node.bl_description
|
|
7204
|
+
* Node.bl_icon
|
|
7205
|
+
* Node.bl_static_type
|
|
7206
|
+
* Node.bl_width_default
|
|
7207
|
+
* Node.bl_width_min
|
|
7208
|
+
* Node.bl_width_max
|
|
7209
|
+
* Node.bl_height_default
|
|
7210
|
+
* Node.bl_height_min
|
|
7211
|
+
* Node.bl_height_max
|
|
7212
|
+
|
|
7213
|
+
:columns: 2
|
|
7214
|
+
|
|
7215
|
+
|
|
7216
|
+
--------------------
|
|
7217
|
+
|
|
7218
|
+
* bpy_struct.as_pointer
|
|
7219
|
+
* bpy_struct.driver_add
|
|
7220
|
+
* bpy_struct.driver_remove
|
|
7221
|
+
* bpy_struct.get
|
|
7222
|
+
* bpy_struct.id_properties_clear
|
|
7223
|
+
* bpy_struct.id_properties_ensure
|
|
7224
|
+
* bpy_struct.id_properties_ui
|
|
7225
|
+
* bpy_struct.is_property_hidden
|
|
7226
|
+
* bpy_struct.is_property_overridable_library
|
|
7227
|
+
* bpy_struct.is_property_readonly
|
|
7228
|
+
* bpy_struct.is_property_set
|
|
7229
|
+
* bpy_struct.items
|
|
7230
|
+
* bpy_struct.keyframe_delete
|
|
7231
|
+
* bpy_struct.keyframe_insert
|
|
7232
|
+
* bpy_struct.keys
|
|
7233
|
+
* bpy_struct.path_from_id
|
|
7234
|
+
* bpy_struct.path_resolve
|
|
7235
|
+
* bpy_struct.pop
|
|
7236
|
+
* bpy_struct.property_overridable_library_set
|
|
7237
|
+
* bpy_struct.property_unset
|
|
7238
|
+
* bpy_struct.rna_ancestors
|
|
7239
|
+
* bpy_struct.type_recast
|
|
7240
|
+
* bpy_struct.values
|
|
7241
|
+
* Node.bl_system_properties_get
|
|
7242
|
+
* Node.socket_value_update
|
|
7243
|
+
* Node.is_registered_node_type
|
|
7244
|
+
* Node.poll
|
|
7245
|
+
* Node.poll_instance
|
|
7246
|
+
* Node.update
|
|
7247
|
+
* Node.insert_link
|
|
7248
|
+
* Node.init
|
|
7249
|
+
* Node.copy
|
|
7250
|
+
* Node.free
|
|
7251
|
+
* Node.draw_buttons
|
|
7252
|
+
* Node.draw_buttons_ext
|
|
7253
|
+
* Node.draw_label
|
|
7254
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
7255
|
+
* Node.debug_zone_lazy_function_graph
|
|
7256
|
+
* Node.poll
|
|
7257
|
+
* Node.bl_rna_get_subclass
|
|
7258
|
+
* Node.bl_rna_get_subclass_py
|
|
7259
|
+
* NodeInternal.poll
|
|
7260
|
+
* NodeInternal.poll_instance
|
|
7261
|
+
* NodeInternal.update
|
|
7262
|
+
* NodeInternal.draw_buttons
|
|
7263
|
+
* NodeInternal.draw_buttons_ext
|
|
7264
|
+
* NodeInternal.bl_rna_get_subclass
|
|
7265
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
7266
|
+
* GeometryNode.poll
|
|
7267
|
+
* GeometryNode.bl_rna_get_subclass
|
|
7268
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
7269
|
+
|
|
7270
|
+
:columns: 2
|
|
7271
|
+
|
|
7272
|
+
|
|
7176
7273
|
--------------------
|
|
7177
7274
|
|
|
7178
7275
|
* bpy_struct.id_data
|
|
@@ -15472,6 +15569,51 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
15472
15569
|
:columns: 2
|
|
15473
15570
|
|
|
15474
15571
|
|
|
15572
|
+
--------------------
|
|
15573
|
+
|
|
15574
|
+
* bpy_struct.id_data
|
|
15575
|
+
|
|
15576
|
+
:columns: 2
|
|
15577
|
+
|
|
15578
|
+
|
|
15579
|
+
--------------------
|
|
15580
|
+
|
|
15581
|
+
* bpy_struct.as_pointer
|
|
15582
|
+
* bpy_struct.driver_add
|
|
15583
|
+
* bpy_struct.driver_remove
|
|
15584
|
+
* bpy_struct.get
|
|
15585
|
+
* bpy_struct.id_properties_clear
|
|
15586
|
+
* bpy_struct.id_properties_ensure
|
|
15587
|
+
* bpy_struct.id_properties_ui
|
|
15588
|
+
* bpy_struct.is_property_hidden
|
|
15589
|
+
* bpy_struct.is_property_overridable_library
|
|
15590
|
+
* bpy_struct.is_property_readonly
|
|
15591
|
+
* bpy_struct.is_property_set
|
|
15592
|
+
* bpy_struct.items
|
|
15593
|
+
* bpy_struct.keyframe_delete
|
|
15594
|
+
* bpy_struct.keyframe_insert
|
|
15595
|
+
* bpy_struct.keys
|
|
15596
|
+
* bpy_struct.path_from_id
|
|
15597
|
+
* bpy_struct.path_resolve
|
|
15598
|
+
* bpy_struct.pop
|
|
15599
|
+
* bpy_struct.property_overridable_library_set
|
|
15600
|
+
* bpy_struct.property_unset
|
|
15601
|
+
* bpy_struct.rna_ancestors
|
|
15602
|
+
* bpy_struct.type_recast
|
|
15603
|
+
* bpy_struct.values
|
|
15604
|
+
|
|
15605
|
+
:columns: 2
|
|
15606
|
+
|
|
15607
|
+
|
|
15608
|
+
--------------------
|
|
15609
|
+
|
|
15610
|
+
* GeometryNodeFieldToGrid.grid_items
|
|
15611
|
+
* GeometryNodeFieldToGridItems.new
|
|
15612
|
+
* GeometryNodeFieldToGridItems.remove
|
|
15613
|
+
|
|
15614
|
+
:columns: 2
|
|
15615
|
+
|
|
15616
|
+
|
|
15475
15617
|
--------------------
|
|
15476
15618
|
|
|
15477
15619
|
* bpy_struct.id_data
|
|
@@ -22974,13 +23116,9 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
22974
23116
|
|
|
22975
23117
|
--------------------
|
|
22976
23118
|
|
|
22977
|
-
* bpy.context.active_sequence_strip
|
|
22978
23119
|
* bpy.context.active_strip
|
|
22979
|
-
* bpy.context.selected_editable_sequences
|
|
22980
23120
|
* bpy.context.selected_editable_strips
|
|
22981
|
-
* bpy.context.selected_sequences
|
|
22982
23121
|
* bpy.context.selected_strips
|
|
22983
|
-
* bpy.context.sequences
|
|
22984
23122
|
* bpy.context.strips
|
|
22985
23123
|
* AddStrip.input_1
|
|
22986
23124
|
* AddStrip.input_2
|
|
@@ -23034,7 +23172,6 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
23034
23172
|
* StripsTopLevel.remove
|
|
23035
23173
|
* SubtractStrip.input_1
|
|
23036
23174
|
* SubtractStrip.input_2
|
|
23037
|
-
* TransformStrip.input_1
|
|
23038
23175
|
* WipeStrip.input_1
|
|
23039
23176
|
* WipeStrip.input_2
|
|
23040
23177
|
|
|
@@ -29137,6 +29274,100 @@ It demonstrates:
|
|
|
29137
29274
|
:columns: 2
|
|
29138
29275
|
|
|
29139
29276
|
|
|
29277
|
+
--------------------
|
|
29278
|
+
|
|
29279
|
+
* bpy_struct.id_data
|
|
29280
|
+
* Node.type
|
|
29281
|
+
* Node.location
|
|
29282
|
+
* Node.location_absolute
|
|
29283
|
+
* Node.width
|
|
29284
|
+
* Node.height
|
|
29285
|
+
* Node.dimensions
|
|
29286
|
+
* Node.name
|
|
29287
|
+
* Node.label
|
|
29288
|
+
* Node.inputs
|
|
29289
|
+
* Node.outputs
|
|
29290
|
+
* Node.internal_links
|
|
29291
|
+
* Node.parent
|
|
29292
|
+
* Node.warning_propagation
|
|
29293
|
+
* Node.use_custom_color
|
|
29294
|
+
* Node.color
|
|
29295
|
+
* Node.color_tag
|
|
29296
|
+
* Node.select
|
|
29297
|
+
* Node.show_options
|
|
29298
|
+
* Node.show_preview
|
|
29299
|
+
* Node.hide
|
|
29300
|
+
* Node.mute
|
|
29301
|
+
* Node.show_texture
|
|
29302
|
+
* Node.bl_idname
|
|
29303
|
+
* Node.bl_label
|
|
29304
|
+
* Node.bl_description
|
|
29305
|
+
* Node.bl_icon
|
|
29306
|
+
* Node.bl_static_type
|
|
29307
|
+
* Node.bl_width_default
|
|
29308
|
+
* Node.bl_width_min
|
|
29309
|
+
* Node.bl_width_max
|
|
29310
|
+
* Node.bl_height_default
|
|
29311
|
+
* Node.bl_height_min
|
|
29312
|
+
* Node.bl_height_max
|
|
29313
|
+
|
|
29314
|
+
:columns: 2
|
|
29315
|
+
|
|
29316
|
+
|
|
29317
|
+
--------------------
|
|
29318
|
+
|
|
29319
|
+
* bpy_struct.as_pointer
|
|
29320
|
+
* bpy_struct.driver_add
|
|
29321
|
+
* bpy_struct.driver_remove
|
|
29322
|
+
* bpy_struct.get
|
|
29323
|
+
* bpy_struct.id_properties_clear
|
|
29324
|
+
* bpy_struct.id_properties_ensure
|
|
29325
|
+
* bpy_struct.id_properties_ui
|
|
29326
|
+
* bpy_struct.is_property_hidden
|
|
29327
|
+
* bpy_struct.is_property_overridable_library
|
|
29328
|
+
* bpy_struct.is_property_readonly
|
|
29329
|
+
* bpy_struct.is_property_set
|
|
29330
|
+
* bpy_struct.items
|
|
29331
|
+
* bpy_struct.keyframe_delete
|
|
29332
|
+
* bpy_struct.keyframe_insert
|
|
29333
|
+
* bpy_struct.keys
|
|
29334
|
+
* bpy_struct.path_from_id
|
|
29335
|
+
* bpy_struct.path_resolve
|
|
29336
|
+
* bpy_struct.pop
|
|
29337
|
+
* bpy_struct.property_overridable_library_set
|
|
29338
|
+
* bpy_struct.property_unset
|
|
29339
|
+
* bpy_struct.rna_ancestors
|
|
29340
|
+
* bpy_struct.type_recast
|
|
29341
|
+
* bpy_struct.values
|
|
29342
|
+
* Node.bl_system_properties_get
|
|
29343
|
+
* Node.socket_value_update
|
|
29344
|
+
* Node.is_registered_node_type
|
|
29345
|
+
* Node.poll
|
|
29346
|
+
* Node.poll_instance
|
|
29347
|
+
* Node.update
|
|
29348
|
+
* Node.insert_link
|
|
29349
|
+
* Node.init
|
|
29350
|
+
* Node.copy
|
|
29351
|
+
* Node.free
|
|
29352
|
+
* Node.draw_buttons
|
|
29353
|
+
* Node.draw_buttons_ext
|
|
29354
|
+
* Node.draw_label
|
|
29355
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
29356
|
+
* Node.debug_zone_lazy_function_graph
|
|
29357
|
+
* Node.poll
|
|
29358
|
+
* Node.bl_rna_get_subclass
|
|
29359
|
+
* Node.bl_rna_get_subclass_py
|
|
29360
|
+
* NodeInternal.poll
|
|
29361
|
+
* NodeInternal.poll_instance
|
|
29362
|
+
* NodeInternal.update
|
|
29363
|
+
* NodeInternal.draw_buttons
|
|
29364
|
+
* NodeInternal.draw_buttons_ext
|
|
29365
|
+
* NodeInternal.bl_rna_get_subclass
|
|
29366
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
29367
|
+
|
|
29368
|
+
:columns: 2
|
|
29369
|
+
|
|
29370
|
+
|
|
29140
29371
|
--------------------
|
|
29141
29372
|
|
|
29142
29373
|
* bpy_struct.id_data
|
|
@@ -32102,6 +32333,8 @@ It demonstrates:
|
|
|
32102
32333
|
* GeometryNodeFieldMinAndMax.output_template
|
|
32103
32334
|
* GeometryNodeFieldOnDomain.input_template
|
|
32104
32335
|
* GeometryNodeFieldOnDomain.output_template
|
|
32336
|
+
* GeometryNodeFieldToGrid.input_template
|
|
32337
|
+
* GeometryNodeFieldToGrid.output_template
|
|
32105
32338
|
* GeometryNodeFieldVariance.input_template
|
|
32106
32339
|
* GeometryNodeFieldVariance.output_template
|
|
32107
32340
|
* GeometryNodeFillCurve.input_template
|
|
@@ -32462,6 +32695,8 @@ It demonstrates:
|
|
|
32462
32695
|
* NodeGroupInput.output_template
|
|
32463
32696
|
* NodeGroupOutput.input_template
|
|
32464
32697
|
* NodeGroupOutput.output_template
|
|
32698
|
+
* NodeJoinBundle.input_template
|
|
32699
|
+
* NodeJoinBundle.output_template
|
|
32465
32700
|
* NodeReroute.input_template
|
|
32466
32701
|
* NodeReroute.output_template
|
|
32467
32702
|
* NodeSeparateBundle.input_template
|
|
@@ -63540,6 +63775,7 @@ print(positions_data)
|
|
|
63540
63775
|
|
|
63541
63776
|
* GeometryNodeBake.active_item
|
|
63542
63777
|
* GeometryNodeCaptureAttribute.active_item
|
|
63778
|
+
* GeometryNodeFieldToGrid.active_item
|
|
63543
63779
|
* GeometryNodeRepeatOutput.active_item
|
|
63544
63780
|
* GeometryNodeRepeatOutput.repeat_items
|
|
63545
63781
|
* NodeGeometryRepeatOutputItems.new
|
|
@@ -74972,90 +75208,6 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
74972
75208
|
:columns: 2
|
|
74973
75209
|
|
|
74974
75210
|
|
|
74975
|
-
--------------------
|
|
74976
|
-
|
|
74977
|
-
* bpy_struct.id_data
|
|
74978
|
-
* Strip.name
|
|
74979
|
-
* Strip.type
|
|
74980
|
-
* Strip.select
|
|
74981
|
-
* Strip.select_left_handle
|
|
74982
|
-
* Strip.select_right_handle
|
|
74983
|
-
* Strip.mute
|
|
74984
|
-
* Strip.lock
|
|
74985
|
-
* Strip.frame_final_duration
|
|
74986
|
-
* Strip.frame_duration
|
|
74987
|
-
* Strip.frame_start
|
|
74988
|
-
* Strip.frame_final_start
|
|
74989
|
-
* Strip.frame_final_end
|
|
74990
|
-
* Strip.frame_offset_start
|
|
74991
|
-
* Strip.frame_offset_end
|
|
74992
|
-
* Strip.channel
|
|
74993
|
-
* Strip.use_linear_modifiers
|
|
74994
|
-
* Strip.blend_type
|
|
74995
|
-
* Strip.blend_alpha
|
|
74996
|
-
* Strip.effect_fader
|
|
74997
|
-
* Strip.use_default_fade
|
|
74998
|
-
* Strip.color_tag
|
|
74999
|
-
* Strip.modifiers
|
|
75000
|
-
* Strip.show_retiming_keys
|
|
75001
|
-
* EffectStrip.use_deinterlace
|
|
75002
|
-
* EffectStrip.alpha_mode
|
|
75003
|
-
* EffectStrip.use_flip_x
|
|
75004
|
-
* EffectStrip.use_flip_y
|
|
75005
|
-
* EffectStrip.use_float
|
|
75006
|
-
* EffectStrip.use_reverse_frames
|
|
75007
|
-
* EffectStrip.color_multiply
|
|
75008
|
-
* EffectStrip.multiply_alpha
|
|
75009
|
-
* EffectStrip.color_saturation
|
|
75010
|
-
* EffectStrip.strobe
|
|
75011
|
-
* EffectStrip.transform
|
|
75012
|
-
* EffectStrip.crop
|
|
75013
|
-
* EffectStrip.use_proxy
|
|
75014
|
-
* EffectStrip.proxy
|
|
75015
|
-
|
|
75016
|
-
:columns: 2
|
|
75017
|
-
|
|
75018
|
-
|
|
75019
|
-
--------------------
|
|
75020
|
-
|
|
75021
|
-
* bpy_struct.as_pointer
|
|
75022
|
-
* bpy_struct.driver_add
|
|
75023
|
-
* bpy_struct.driver_remove
|
|
75024
|
-
* bpy_struct.get
|
|
75025
|
-
* bpy_struct.id_properties_clear
|
|
75026
|
-
* bpy_struct.id_properties_ensure
|
|
75027
|
-
* bpy_struct.id_properties_ui
|
|
75028
|
-
* bpy_struct.is_property_hidden
|
|
75029
|
-
* bpy_struct.is_property_overridable_library
|
|
75030
|
-
* bpy_struct.is_property_readonly
|
|
75031
|
-
* bpy_struct.is_property_set
|
|
75032
|
-
* bpy_struct.items
|
|
75033
|
-
* bpy_struct.keyframe_delete
|
|
75034
|
-
* bpy_struct.keyframe_insert
|
|
75035
|
-
* bpy_struct.keys
|
|
75036
|
-
* bpy_struct.path_from_id
|
|
75037
|
-
* bpy_struct.path_resolve
|
|
75038
|
-
* bpy_struct.pop
|
|
75039
|
-
* bpy_struct.property_overridable_library_set
|
|
75040
|
-
* bpy_struct.property_unset
|
|
75041
|
-
* bpy_struct.rna_ancestors
|
|
75042
|
-
* bpy_struct.type_recast
|
|
75043
|
-
* bpy_struct.values
|
|
75044
|
-
* Strip.bl_system_properties_get
|
|
75045
|
-
* Strip.strip_elem_from_frame
|
|
75046
|
-
* Strip.swap
|
|
75047
|
-
* Strip.move_to_meta
|
|
75048
|
-
* Strip.parent_meta
|
|
75049
|
-
* Strip.invalidate_cache
|
|
75050
|
-
* Strip.split
|
|
75051
|
-
* Strip.bl_rna_get_subclass
|
|
75052
|
-
* Strip.bl_rna_get_subclass_py
|
|
75053
|
-
* EffectStrip.bl_rna_get_subclass
|
|
75054
|
-
* EffectStrip.bl_rna_get_subclass_py
|
|
75055
|
-
|
|
75056
|
-
:columns: 2
|
|
75057
|
-
|
|
75058
|
-
|
|
75059
75211
|
--------------------
|
|
75060
75212
|
|
|
75061
75213
|
* bpy_struct.id_data
|
|
@@ -84795,6 +84947,49 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
84795
84947
|
:columns: 2
|
|
84796
84948
|
|
|
84797
84949
|
|
|
84950
|
+
--------------------
|
|
84951
|
+
|
|
84952
|
+
* GeometryNodeFieldToGrid.grid_items
|
|
84953
|
+
|
|
84954
|
+
:columns: 2
|
|
84955
|
+
|
|
84956
|
+
|
|
84957
|
+
--------------------
|
|
84958
|
+
|
|
84959
|
+
* bpy_struct.id_data
|
|
84960
|
+
|
|
84961
|
+
:columns: 2
|
|
84962
|
+
|
|
84963
|
+
|
|
84964
|
+
--------------------
|
|
84965
|
+
|
|
84966
|
+
* bpy_struct.as_pointer
|
|
84967
|
+
* bpy_struct.driver_add
|
|
84968
|
+
* bpy_struct.driver_remove
|
|
84969
|
+
* bpy_struct.get
|
|
84970
|
+
* bpy_struct.id_properties_clear
|
|
84971
|
+
* bpy_struct.id_properties_ensure
|
|
84972
|
+
* bpy_struct.id_properties_ui
|
|
84973
|
+
* bpy_struct.is_property_hidden
|
|
84974
|
+
* bpy_struct.is_property_overridable_library
|
|
84975
|
+
* bpy_struct.is_property_readonly
|
|
84976
|
+
* bpy_struct.is_property_set
|
|
84977
|
+
* bpy_struct.items
|
|
84978
|
+
* bpy_struct.keyframe_delete
|
|
84979
|
+
* bpy_struct.keyframe_insert
|
|
84980
|
+
* bpy_struct.keys
|
|
84981
|
+
* bpy_struct.path_from_id
|
|
84982
|
+
* bpy_struct.path_resolve
|
|
84983
|
+
* bpy_struct.pop
|
|
84984
|
+
* bpy_struct.property_overridable_library_set
|
|
84985
|
+
* bpy_struct.property_unset
|
|
84986
|
+
* bpy_struct.rna_ancestors
|
|
84987
|
+
* bpy_struct.type_recast
|
|
84988
|
+
* bpy_struct.values
|
|
84989
|
+
|
|
84990
|
+
:columns: 2
|
|
84991
|
+
|
|
84992
|
+
|
|
84798
84993
|
--------------------
|
|
84799
84994
|
|
|
84800
84995
|
* NodesModifier.node_warnings
|
|
@@ -93783,7 +93978,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
93783
93978
|
|
|
93784
93979
|
--------------------
|
|
93785
93980
|
|
|
93786
|
-
*
|
|
93981
|
+
* PreferencesInput.xr_navigation
|
|
93787
93982
|
|
|
93788
93983
|
:columns: 2
|
|
93789
93984
|
|
|
@@ -93791,39 +93986,6 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
93791
93986
|
--------------------
|
|
93792
93987
|
|
|
93793
93988
|
* bpy_struct.id_data
|
|
93794
|
-
* Node.type
|
|
93795
|
-
* Node.location
|
|
93796
|
-
* Node.location_absolute
|
|
93797
|
-
* Node.width
|
|
93798
|
-
* Node.height
|
|
93799
|
-
* Node.dimensions
|
|
93800
|
-
* Node.name
|
|
93801
|
-
* Node.label
|
|
93802
|
-
* Node.inputs
|
|
93803
|
-
* Node.outputs
|
|
93804
|
-
* Node.internal_links
|
|
93805
|
-
* Node.parent
|
|
93806
|
-
* Node.warning_propagation
|
|
93807
|
-
* Node.use_custom_color
|
|
93808
|
-
* Node.color
|
|
93809
|
-
* Node.color_tag
|
|
93810
|
-
* Node.select
|
|
93811
|
-
* Node.show_options
|
|
93812
|
-
* Node.show_preview
|
|
93813
|
-
* Node.hide
|
|
93814
|
-
* Node.mute
|
|
93815
|
-
* Node.show_texture
|
|
93816
|
-
* Node.bl_idname
|
|
93817
|
-
* Node.bl_label
|
|
93818
|
-
* Node.bl_description
|
|
93819
|
-
* Node.bl_icon
|
|
93820
|
-
* Node.bl_static_type
|
|
93821
|
-
* Node.bl_width_default
|
|
93822
|
-
* Node.bl_width_min
|
|
93823
|
-
* Node.bl_width_max
|
|
93824
|
-
* Node.bl_height_default
|
|
93825
|
-
* Node.bl_height_min
|
|
93826
|
-
* Node.bl_height_max
|
|
93827
93989
|
|
|
93828
93990
|
:columns: 2
|
|
93829
93991
|
|
|
@@ -93853,131 +94015,13 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
93853
94015
|
* bpy_struct.rna_ancestors
|
|
93854
94016
|
* bpy_struct.type_recast
|
|
93855
94017
|
* bpy_struct.values
|
|
93856
|
-
* Node.bl_system_properties_get
|
|
93857
|
-
* Node.socket_value_update
|
|
93858
|
-
* Node.is_registered_node_type
|
|
93859
|
-
* Node.poll
|
|
93860
|
-
* Node.poll_instance
|
|
93861
|
-
* Node.update
|
|
93862
|
-
* Node.insert_link
|
|
93863
|
-
* Node.init
|
|
93864
|
-
* Node.copy
|
|
93865
|
-
* Node.free
|
|
93866
|
-
* Node.draw_buttons
|
|
93867
|
-
* Node.draw_buttons_ext
|
|
93868
|
-
* Node.draw_label
|
|
93869
|
-
* Node.debug_zone_body_lazy_function_graph
|
|
93870
|
-
* Node.debug_zone_lazy_function_graph
|
|
93871
|
-
* Node.poll
|
|
93872
|
-
* Node.bl_rna_get_subclass
|
|
93873
|
-
* Node.bl_rna_get_subclass_py
|
|
93874
|
-
* NodeInternal.poll
|
|
93875
|
-
* NodeInternal.poll_instance
|
|
93876
|
-
* NodeInternal.update
|
|
93877
|
-
* NodeInternal.draw_buttons
|
|
93878
|
-
* NodeInternal.draw_buttons_ext
|
|
93879
|
-
* NodeInternal.bl_rna_get_subclass
|
|
93880
|
-
* NodeInternal.bl_rna_get_subclass_py
|
|
93881
|
-
* GeometryNode.poll
|
|
93882
|
-
* GeometryNode.bl_rna_get_subclass
|
|
93883
|
-
* GeometryNode.bl_rna_get_subclass_py
|
|
93884
|
-
|
|
93885
|
-
:columns: 2
|
|
93886
|
-
|
|
93887
|
-
|
|
93888
|
-
--------------------
|
|
93889
|
-
|
|
93890
|
-
* bpy_struct.id_data
|
|
93891
|
-
* Node.type
|
|
93892
|
-
* Node.location
|
|
93893
|
-
* Node.location_absolute
|
|
93894
|
-
* Node.width
|
|
93895
|
-
* Node.height
|
|
93896
|
-
* Node.dimensions
|
|
93897
|
-
* Node.name
|
|
93898
|
-
* Node.label
|
|
93899
|
-
* Node.inputs
|
|
93900
|
-
* Node.outputs
|
|
93901
|
-
* Node.internal_links
|
|
93902
|
-
* Node.parent
|
|
93903
|
-
* Node.warning_propagation
|
|
93904
|
-
* Node.use_custom_color
|
|
93905
|
-
* Node.color
|
|
93906
|
-
* Node.color_tag
|
|
93907
|
-
* Node.select
|
|
93908
|
-
* Node.show_options
|
|
93909
|
-
* Node.show_preview
|
|
93910
|
-
* Node.hide
|
|
93911
|
-
* Node.mute
|
|
93912
|
-
* Node.show_texture
|
|
93913
|
-
* Node.bl_idname
|
|
93914
|
-
* Node.bl_label
|
|
93915
|
-
* Node.bl_description
|
|
93916
|
-
* Node.bl_icon
|
|
93917
|
-
* Node.bl_static_type
|
|
93918
|
-
* Node.bl_width_default
|
|
93919
|
-
* Node.bl_width_min
|
|
93920
|
-
* Node.bl_width_max
|
|
93921
|
-
* Node.bl_height_default
|
|
93922
|
-
* Node.bl_height_min
|
|
93923
|
-
* Node.bl_height_max
|
|
93924
94018
|
|
|
93925
94019
|
:columns: 2
|
|
93926
94020
|
|
|
93927
94021
|
|
|
93928
94022
|
--------------------
|
|
93929
94023
|
|
|
93930
|
-
*
|
|
93931
|
-
* bpy_struct.driver_add
|
|
93932
|
-
* bpy_struct.driver_remove
|
|
93933
|
-
* bpy_struct.get
|
|
93934
|
-
* bpy_struct.id_properties_clear
|
|
93935
|
-
* bpy_struct.id_properties_ensure
|
|
93936
|
-
* bpy_struct.id_properties_ui
|
|
93937
|
-
* bpy_struct.is_property_hidden
|
|
93938
|
-
* bpy_struct.is_property_overridable_library
|
|
93939
|
-
* bpy_struct.is_property_readonly
|
|
93940
|
-
* bpy_struct.is_property_set
|
|
93941
|
-
* bpy_struct.items
|
|
93942
|
-
* bpy_struct.keyframe_delete
|
|
93943
|
-
* bpy_struct.keyframe_insert
|
|
93944
|
-
* bpy_struct.keys
|
|
93945
|
-
* bpy_struct.path_from_id
|
|
93946
|
-
* bpy_struct.path_resolve
|
|
93947
|
-
* bpy_struct.pop
|
|
93948
|
-
* bpy_struct.property_overridable_library_set
|
|
93949
|
-
* bpy_struct.property_unset
|
|
93950
|
-
* bpy_struct.rna_ancestors
|
|
93951
|
-
* bpy_struct.type_recast
|
|
93952
|
-
* bpy_struct.values
|
|
93953
|
-
* Node.bl_system_properties_get
|
|
93954
|
-
* Node.socket_value_update
|
|
93955
|
-
* Node.is_registered_node_type
|
|
93956
|
-
* Node.poll
|
|
93957
|
-
* Node.poll_instance
|
|
93958
|
-
* Node.update
|
|
93959
|
-
* Node.insert_link
|
|
93960
|
-
* Node.init
|
|
93961
|
-
* Node.copy
|
|
93962
|
-
* Node.free
|
|
93963
|
-
* Node.draw_buttons
|
|
93964
|
-
* Node.draw_buttons_ext
|
|
93965
|
-
* Node.draw_label
|
|
93966
|
-
* Node.debug_zone_body_lazy_function_graph
|
|
93967
|
-
* Node.debug_zone_lazy_function_graph
|
|
93968
|
-
* Node.poll
|
|
93969
|
-
* Node.bl_rna_get_subclass
|
|
93970
|
-
* Node.bl_rna_get_subclass_py
|
|
93971
|
-
* NodeInternal.poll
|
|
93972
|
-
* NodeInternal.poll_instance
|
|
93973
|
-
* NodeInternal.update
|
|
93974
|
-
* NodeInternal.draw_buttons
|
|
93975
|
-
* NodeInternal.draw_buttons_ext
|
|
93976
|
-
* NodeInternal.bl_rna_get_subclass
|
|
93977
|
-
* NodeInternal.bl_rna_get_subclass_py
|
|
93978
|
-
* ShaderNode.poll
|
|
93979
|
-
* ShaderNode.bl_rna_get_subclass
|
|
93980
|
-
* ShaderNode.bl_rna_get_subclass_py
|
|
94024
|
+
* ClothModifier.collision_settings
|
|
93981
94025
|
|
|
93982
94026
|
:columns: 2
|
|
93983
94027
|
|
|
@@ -94072,11 +94116,9 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
94072
94116
|
* NodeInternal.draw_buttons_ext
|
|
94073
94117
|
* NodeInternal.bl_rna_get_subclass
|
|
94074
94118
|
* NodeInternal.bl_rna_get_subclass_py
|
|
94075
|
-
*
|
|
94076
|
-
*
|
|
94077
|
-
*
|
|
94078
|
-
* CompositorNode.bl_rna_get_subclass
|
|
94079
|
-
* CompositorNode.bl_rna_get_subclass_py
|
|
94119
|
+
* GeometryNode.poll
|
|
94120
|
+
* GeometryNode.bl_rna_get_subclass
|
|
94121
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
94080
94122
|
|
|
94081
94123
|
:columns: 2
|
|
94082
94124
|
|
|
@@ -94171,9 +94213,205 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
94171
94213
|
* NodeInternal.draw_buttons_ext
|
|
94172
94214
|
* NodeInternal.bl_rna_get_subclass
|
|
94173
94215
|
* NodeInternal.bl_rna_get_subclass_py
|
|
94174
|
-
*
|
|
94175
|
-
*
|
|
94176
|
-
*
|
|
94216
|
+
* ShaderNode.poll
|
|
94217
|
+
* ShaderNode.bl_rna_get_subclass
|
|
94218
|
+
* ShaderNode.bl_rna_get_subclass_py
|
|
94219
|
+
|
|
94220
|
+
:columns: 2
|
|
94221
|
+
|
|
94222
|
+
|
|
94223
|
+
--------------------
|
|
94224
|
+
|
|
94225
|
+
* bpy_struct.id_data
|
|
94226
|
+
* Node.type
|
|
94227
|
+
* Node.location
|
|
94228
|
+
* Node.location_absolute
|
|
94229
|
+
* Node.width
|
|
94230
|
+
* Node.height
|
|
94231
|
+
* Node.dimensions
|
|
94232
|
+
* Node.name
|
|
94233
|
+
* Node.label
|
|
94234
|
+
* Node.inputs
|
|
94235
|
+
* Node.outputs
|
|
94236
|
+
* Node.internal_links
|
|
94237
|
+
* Node.parent
|
|
94238
|
+
* Node.warning_propagation
|
|
94239
|
+
* Node.use_custom_color
|
|
94240
|
+
* Node.color
|
|
94241
|
+
* Node.color_tag
|
|
94242
|
+
* Node.select
|
|
94243
|
+
* Node.show_options
|
|
94244
|
+
* Node.show_preview
|
|
94245
|
+
* Node.hide
|
|
94246
|
+
* Node.mute
|
|
94247
|
+
* Node.show_texture
|
|
94248
|
+
* Node.bl_idname
|
|
94249
|
+
* Node.bl_label
|
|
94250
|
+
* Node.bl_description
|
|
94251
|
+
* Node.bl_icon
|
|
94252
|
+
* Node.bl_static_type
|
|
94253
|
+
* Node.bl_width_default
|
|
94254
|
+
* Node.bl_width_min
|
|
94255
|
+
* Node.bl_width_max
|
|
94256
|
+
* Node.bl_height_default
|
|
94257
|
+
* Node.bl_height_min
|
|
94258
|
+
* Node.bl_height_max
|
|
94259
|
+
|
|
94260
|
+
:columns: 2
|
|
94261
|
+
|
|
94262
|
+
|
|
94263
|
+
--------------------
|
|
94264
|
+
|
|
94265
|
+
* bpy_struct.as_pointer
|
|
94266
|
+
* bpy_struct.driver_add
|
|
94267
|
+
* bpy_struct.driver_remove
|
|
94268
|
+
* bpy_struct.get
|
|
94269
|
+
* bpy_struct.id_properties_clear
|
|
94270
|
+
* bpy_struct.id_properties_ensure
|
|
94271
|
+
* bpy_struct.id_properties_ui
|
|
94272
|
+
* bpy_struct.is_property_hidden
|
|
94273
|
+
* bpy_struct.is_property_overridable_library
|
|
94274
|
+
* bpy_struct.is_property_readonly
|
|
94275
|
+
* bpy_struct.is_property_set
|
|
94276
|
+
* bpy_struct.items
|
|
94277
|
+
* bpy_struct.keyframe_delete
|
|
94278
|
+
* bpy_struct.keyframe_insert
|
|
94279
|
+
* bpy_struct.keys
|
|
94280
|
+
* bpy_struct.path_from_id
|
|
94281
|
+
* bpy_struct.path_resolve
|
|
94282
|
+
* bpy_struct.pop
|
|
94283
|
+
* bpy_struct.property_overridable_library_set
|
|
94284
|
+
* bpy_struct.property_unset
|
|
94285
|
+
* bpy_struct.rna_ancestors
|
|
94286
|
+
* bpy_struct.type_recast
|
|
94287
|
+
* bpy_struct.values
|
|
94288
|
+
* Node.bl_system_properties_get
|
|
94289
|
+
* Node.socket_value_update
|
|
94290
|
+
* Node.is_registered_node_type
|
|
94291
|
+
* Node.poll
|
|
94292
|
+
* Node.poll_instance
|
|
94293
|
+
* Node.update
|
|
94294
|
+
* Node.insert_link
|
|
94295
|
+
* Node.init
|
|
94296
|
+
* Node.copy
|
|
94297
|
+
* Node.free
|
|
94298
|
+
* Node.draw_buttons
|
|
94299
|
+
* Node.draw_buttons_ext
|
|
94300
|
+
* Node.draw_label
|
|
94301
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
94302
|
+
* Node.debug_zone_lazy_function_graph
|
|
94303
|
+
* Node.poll
|
|
94304
|
+
* Node.bl_rna_get_subclass
|
|
94305
|
+
* Node.bl_rna_get_subclass_py
|
|
94306
|
+
* NodeInternal.poll
|
|
94307
|
+
* NodeInternal.poll_instance
|
|
94308
|
+
* NodeInternal.update
|
|
94309
|
+
* NodeInternal.draw_buttons
|
|
94310
|
+
* NodeInternal.draw_buttons_ext
|
|
94311
|
+
* NodeInternal.bl_rna_get_subclass
|
|
94312
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
94313
|
+
* CompositorNode.tag_need_exec
|
|
94314
|
+
* CompositorNode.poll
|
|
94315
|
+
* CompositorNode.update
|
|
94316
|
+
* CompositorNode.bl_rna_get_subclass
|
|
94317
|
+
* CompositorNode.bl_rna_get_subclass_py
|
|
94318
|
+
|
|
94319
|
+
:columns: 2
|
|
94320
|
+
|
|
94321
|
+
|
|
94322
|
+
--------------------
|
|
94323
|
+
|
|
94324
|
+
* bpy_struct.id_data
|
|
94325
|
+
* Node.type
|
|
94326
|
+
* Node.location
|
|
94327
|
+
* Node.location_absolute
|
|
94328
|
+
* Node.width
|
|
94329
|
+
* Node.height
|
|
94330
|
+
* Node.dimensions
|
|
94331
|
+
* Node.name
|
|
94332
|
+
* Node.label
|
|
94333
|
+
* Node.inputs
|
|
94334
|
+
* Node.outputs
|
|
94335
|
+
* Node.internal_links
|
|
94336
|
+
* Node.parent
|
|
94337
|
+
* Node.warning_propagation
|
|
94338
|
+
* Node.use_custom_color
|
|
94339
|
+
* Node.color
|
|
94340
|
+
* Node.color_tag
|
|
94341
|
+
* Node.select
|
|
94342
|
+
* Node.show_options
|
|
94343
|
+
* Node.show_preview
|
|
94344
|
+
* Node.hide
|
|
94345
|
+
* Node.mute
|
|
94346
|
+
* Node.show_texture
|
|
94347
|
+
* Node.bl_idname
|
|
94348
|
+
* Node.bl_label
|
|
94349
|
+
* Node.bl_description
|
|
94350
|
+
* Node.bl_icon
|
|
94351
|
+
* Node.bl_static_type
|
|
94352
|
+
* Node.bl_width_default
|
|
94353
|
+
* Node.bl_width_min
|
|
94354
|
+
* Node.bl_width_max
|
|
94355
|
+
* Node.bl_height_default
|
|
94356
|
+
* Node.bl_height_min
|
|
94357
|
+
* Node.bl_height_max
|
|
94358
|
+
|
|
94359
|
+
:columns: 2
|
|
94360
|
+
|
|
94361
|
+
|
|
94362
|
+
--------------------
|
|
94363
|
+
|
|
94364
|
+
* bpy_struct.as_pointer
|
|
94365
|
+
* bpy_struct.driver_add
|
|
94366
|
+
* bpy_struct.driver_remove
|
|
94367
|
+
* bpy_struct.get
|
|
94368
|
+
* bpy_struct.id_properties_clear
|
|
94369
|
+
* bpy_struct.id_properties_ensure
|
|
94370
|
+
* bpy_struct.id_properties_ui
|
|
94371
|
+
* bpy_struct.is_property_hidden
|
|
94372
|
+
* bpy_struct.is_property_overridable_library
|
|
94373
|
+
* bpy_struct.is_property_readonly
|
|
94374
|
+
* bpy_struct.is_property_set
|
|
94375
|
+
* bpy_struct.items
|
|
94376
|
+
* bpy_struct.keyframe_delete
|
|
94377
|
+
* bpy_struct.keyframe_insert
|
|
94378
|
+
* bpy_struct.keys
|
|
94379
|
+
* bpy_struct.path_from_id
|
|
94380
|
+
* bpy_struct.path_resolve
|
|
94381
|
+
* bpy_struct.pop
|
|
94382
|
+
* bpy_struct.property_overridable_library_set
|
|
94383
|
+
* bpy_struct.property_unset
|
|
94384
|
+
* bpy_struct.rna_ancestors
|
|
94385
|
+
* bpy_struct.type_recast
|
|
94386
|
+
* bpy_struct.values
|
|
94387
|
+
* Node.bl_system_properties_get
|
|
94388
|
+
* Node.socket_value_update
|
|
94389
|
+
* Node.is_registered_node_type
|
|
94390
|
+
* Node.poll
|
|
94391
|
+
* Node.poll_instance
|
|
94392
|
+
* Node.update
|
|
94393
|
+
* Node.insert_link
|
|
94394
|
+
* Node.init
|
|
94395
|
+
* Node.copy
|
|
94396
|
+
* Node.free
|
|
94397
|
+
* Node.draw_buttons
|
|
94398
|
+
* Node.draw_buttons_ext
|
|
94399
|
+
* Node.draw_label
|
|
94400
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
94401
|
+
* Node.debug_zone_lazy_function_graph
|
|
94402
|
+
* Node.poll
|
|
94403
|
+
* Node.bl_rna_get_subclass
|
|
94404
|
+
* Node.bl_rna_get_subclass_py
|
|
94405
|
+
* NodeInternal.poll
|
|
94406
|
+
* NodeInternal.poll_instance
|
|
94407
|
+
* NodeInternal.update
|
|
94408
|
+
* NodeInternal.draw_buttons
|
|
94409
|
+
* NodeInternal.draw_buttons_ext
|
|
94410
|
+
* NodeInternal.bl_rna_get_subclass
|
|
94411
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
94412
|
+
* TextureNode.poll
|
|
94413
|
+
* TextureNode.bl_rna_get_subclass
|
|
94414
|
+
* TextureNode.bl_rna_get_subclass_py
|
|
94177
94415
|
|
|
94178
94416
|
:columns: 2
|
|
94179
94417
|
|
|
@@ -117464,6 +117702,77 @@ class FreestyleModules(bpy_prop_collection[FreestyleModuleSettings], bpy_struct)
|
|
|
117464
117702
|
:rtype: typing.Any
|
|
117465
117703
|
"""
|
|
117466
117704
|
|
|
117705
|
+
class GeometryNodeFieldToGridItems(
|
|
117706
|
+
bpy_prop_collection[GeometryNodeFieldToGridItem], bpy_struct
|
|
117707
|
+
):
|
|
117708
|
+
"""Collection of field to grid items"""
|
|
117709
|
+
|
|
117710
|
+
def new(
|
|
117711
|
+
self,
|
|
117712
|
+
socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems | None,
|
|
117713
|
+
name: str,
|
|
117714
|
+
) -> GeometryNodeFieldToGridItem:
|
|
117715
|
+
"""Add an item at the end
|
|
117716
|
+
|
|
117717
|
+
:param socket_type: Socket Type, Socket type of the item
|
|
117718
|
+
:type socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems | None
|
|
117719
|
+
:param name: Name
|
|
117720
|
+
:type name: str
|
|
117721
|
+
:return: Item, New item
|
|
117722
|
+
:rtype: GeometryNodeFieldToGridItem
|
|
117723
|
+
"""
|
|
117724
|
+
|
|
117725
|
+
def remove(self, item: GeometryNodeFieldToGridItem) -> None:
|
|
117726
|
+
"""Remove an item
|
|
117727
|
+
|
|
117728
|
+
:param item: Item, The item to remove
|
|
117729
|
+
:type item: GeometryNodeFieldToGridItem
|
|
117730
|
+
"""
|
|
117731
|
+
|
|
117732
|
+
def clear(self) -> None:
|
|
117733
|
+
"""Remove all items"""
|
|
117734
|
+
|
|
117735
|
+
def move(self, from_index: int | None, to_index: int | None) -> None:
|
|
117736
|
+
"""Move an item to another position
|
|
117737
|
+
|
|
117738
|
+
:param from_index: From Index, Index of the item to move
|
|
117739
|
+
:type from_index: int | None
|
|
117740
|
+
:param to_index: To Index, Target index for the item
|
|
117741
|
+
:type to_index: int | None
|
|
117742
|
+
"""
|
|
117743
|
+
|
|
117744
|
+
@classmethod
|
|
117745
|
+
def bl_rna_get_subclass(
|
|
117746
|
+
cls,
|
|
117747
|
+
id: str | None,
|
|
117748
|
+
default=None,
|
|
117749
|
+
/,
|
|
117750
|
+
) -> Struct:
|
|
117751
|
+
"""
|
|
117752
|
+
|
|
117753
|
+
:param id: The RNA type identifier.
|
|
117754
|
+
:type id: str | None
|
|
117755
|
+
:param default:
|
|
117756
|
+
:return: The RNA type or default when not found.
|
|
117757
|
+
:rtype: Struct
|
|
117758
|
+
"""
|
|
117759
|
+
|
|
117760
|
+
@classmethod
|
|
117761
|
+
def bl_rna_get_subclass_py(
|
|
117762
|
+
cls,
|
|
117763
|
+
id: str | None,
|
|
117764
|
+
default=None,
|
|
117765
|
+
/,
|
|
117766
|
+
) -> typing.Any:
|
|
117767
|
+
"""
|
|
117768
|
+
|
|
117769
|
+
:param id: The RNA type identifier.
|
|
117770
|
+
:type id: str | None
|
|
117771
|
+
:param default:
|
|
117772
|
+
:return: The class or default when not found.
|
|
117773
|
+
:rtype: typing.Any
|
|
117774
|
+
"""
|
|
117775
|
+
|
|
117467
117776
|
class Gizmos(bpy_prop_collection[Gizmo], bpy_struct):
|
|
117468
117777
|
"""Collection of gizmos"""
|
|
117469
117778
|
|
|
@@ -123200,7 +123509,6 @@ class StripsMeta(bpy_prop_collection[Strip], bpy_struct):
|
|
|
123200
123509
|
"MULTIPLY",
|
|
123201
123510
|
"WIPE",
|
|
123202
123511
|
"GLOW",
|
|
123203
|
-
"TRANSFORM",
|
|
123204
123512
|
"COLOR",
|
|
123205
123513
|
"SPEED",
|
|
123206
123514
|
"MULTICAM",
|
|
@@ -123250,9 +123558,6 @@ class StripsMeta(bpy_prop_collection[Strip], bpy_struct):
|
|
|
123250
123558
|
GLOW
|
|
123251
123559
|
Glow -- Add blur and brightness to light areas.
|
|
123252
123560
|
|
|
123253
|
-
TRANSFORM
|
|
123254
|
-
Transform -- Apply scale, rotation, or translation.
|
|
123255
|
-
|
|
123256
123561
|
COLOR
|
|
123257
123562
|
Color -- Add a simple color strip.
|
|
123258
123563
|
|
|
@@ -123273,7 +123578,7 @@ class StripsMeta(bpy_prop_collection[Strip], bpy_struct):
|
|
|
123273
123578
|
|
|
123274
123579
|
COLORMIX
|
|
123275
123580
|
Color Mix -- Combine two strips using blend modes.
|
|
123276
|
-
:type type: typing.Literal['CROSS','ADD','SUBTRACT','ALPHA_OVER','ALPHA_UNDER','GAMMA_CROSS','MULTIPLY','WIPE','GLOW','
|
|
123581
|
+
:type type: typing.Literal['CROSS','ADD','SUBTRACT','ALPHA_OVER','ALPHA_UNDER','GAMMA_CROSS','MULTIPLY','WIPE','GLOW','COLOR','SPEED','MULTICAM','ADJUSTMENT','GAUSSIAN_BLUR','TEXT','COLORMIX'] | None
|
|
123277
123582
|
:param channel: Channel, The channel for the new strip
|
|
123278
123583
|
:type channel: int | None
|
|
123279
123584
|
:param frame_start: The start frame for the new strip
|
|
@@ -123478,7 +123783,6 @@ class StripsTopLevel(bpy_prop_collection[Strip], bpy_struct):
|
|
|
123478
123783
|
"MULTIPLY",
|
|
123479
123784
|
"WIPE",
|
|
123480
123785
|
"GLOW",
|
|
123481
|
-
"TRANSFORM",
|
|
123482
123786
|
"COLOR",
|
|
123483
123787
|
"SPEED",
|
|
123484
123788
|
"MULTICAM",
|
|
@@ -123528,9 +123832,6 @@ class StripsTopLevel(bpy_prop_collection[Strip], bpy_struct):
|
|
|
123528
123832
|
GLOW
|
|
123529
123833
|
Glow -- Add blur and brightness to light areas.
|
|
123530
123834
|
|
|
123531
|
-
TRANSFORM
|
|
123532
|
-
Transform -- Apply scale, rotation, or translation.
|
|
123533
|
-
|
|
123534
123835
|
COLOR
|
|
123535
123836
|
Color -- Add a simple color strip.
|
|
123536
123837
|
|
|
@@ -123551,7 +123852,7 @@ class StripsTopLevel(bpy_prop_collection[Strip], bpy_struct):
|
|
|
123551
123852
|
|
|
123552
123853
|
COLORMIX
|
|
123553
123854
|
Color Mix -- Combine two strips using blend modes.
|
|
123554
|
-
:type type: typing.Literal['CROSS','ADD','SUBTRACT','ALPHA_OVER','ALPHA_UNDER','GAMMA_CROSS','MULTIPLY','WIPE','GLOW','
|
|
123855
|
+
:type type: typing.Literal['CROSS','ADD','SUBTRACT','ALPHA_OVER','ALPHA_UNDER','GAMMA_CROSS','MULTIPLY','WIPE','GLOW','COLOR','SPEED','MULTICAM','ADJUSTMENT','GAUSSIAN_BLUR','TEXT','COLORMIX'] | None
|
|
123555
123856
|
:param channel: Channel, The channel for the new strip
|
|
123556
123857
|
:type channel: int | None
|
|
123557
123858
|
:param frame_start: The start frame for the new strip
|
|
@@ -158583,27 +158884,419 @@ class GREASE_PENCIL_UL_masks(UIList, bpy_struct):
|
|
|
158583
158884
|
:rtype: typing.Any
|
|
158584
158885
|
"""
|
|
158585
158886
|
|
|
158586
|
-
class GammaCrossStrip(EffectStrip, Strip, bpy_struct):
|
|
158587
|
-
"""Gamma Crossfade Strip"""
|
|
158887
|
+
class GammaCrossStrip(EffectStrip, Strip, bpy_struct):
|
|
158888
|
+
"""Gamma Crossfade Strip"""
|
|
158889
|
+
|
|
158890
|
+
input_1: Strip
|
|
158891
|
+
""" First input for the effect strip
|
|
158892
|
+
|
|
158893
|
+
:type: Strip
|
|
158894
|
+
"""
|
|
158895
|
+
|
|
158896
|
+
input_2: Strip
|
|
158897
|
+
""" Second input for the effect strip
|
|
158898
|
+
|
|
158899
|
+
:type: Strip
|
|
158900
|
+
"""
|
|
158901
|
+
|
|
158902
|
+
input_count: int
|
|
158903
|
+
"""
|
|
158904
|
+
|
|
158905
|
+
:type: int
|
|
158906
|
+
"""
|
|
158907
|
+
|
|
158908
|
+
@classmethod
|
|
158909
|
+
def bl_rna_get_subclass(
|
|
158910
|
+
cls,
|
|
158911
|
+
id: str | None,
|
|
158912
|
+
default=None,
|
|
158913
|
+
/,
|
|
158914
|
+
) -> Struct:
|
|
158915
|
+
"""
|
|
158916
|
+
|
|
158917
|
+
:param id: The RNA type identifier.
|
|
158918
|
+
:type id: str | None
|
|
158919
|
+
:param default:
|
|
158920
|
+
:return: The RNA type or default when not found.
|
|
158921
|
+
:rtype: Struct
|
|
158922
|
+
"""
|
|
158923
|
+
|
|
158924
|
+
@classmethod
|
|
158925
|
+
def bl_rna_get_subclass_py(
|
|
158926
|
+
cls,
|
|
158927
|
+
id: str | None,
|
|
158928
|
+
default=None,
|
|
158929
|
+
/,
|
|
158930
|
+
) -> typing.Any:
|
|
158931
|
+
"""
|
|
158932
|
+
|
|
158933
|
+
:param id: The RNA type identifier.
|
|
158934
|
+
:type id: str | None
|
|
158935
|
+
:param default:
|
|
158936
|
+
:return: The class or default when not found.
|
|
158937
|
+
:rtype: typing.Any
|
|
158938
|
+
"""
|
|
158939
|
+
|
|
158940
|
+
class GaussianBlurStrip(EffectStrip, Strip, bpy_struct):
|
|
158941
|
+
"""Sequence strip creating a gaussian blur"""
|
|
158942
|
+
|
|
158943
|
+
input_1: Strip
|
|
158944
|
+
""" First input for the effect strip
|
|
158945
|
+
|
|
158946
|
+
:type: Strip
|
|
158947
|
+
"""
|
|
158948
|
+
|
|
158949
|
+
input_count: int
|
|
158950
|
+
"""
|
|
158951
|
+
|
|
158952
|
+
:type: int
|
|
158953
|
+
"""
|
|
158954
|
+
|
|
158955
|
+
size_x: float
|
|
158956
|
+
""" Size of the blur along X axis
|
|
158957
|
+
|
|
158958
|
+
:type: float
|
|
158959
|
+
"""
|
|
158960
|
+
|
|
158961
|
+
size_y: float
|
|
158962
|
+
""" Size of the blur along Y axis
|
|
158963
|
+
|
|
158964
|
+
:type: float
|
|
158965
|
+
"""
|
|
158966
|
+
|
|
158967
|
+
@classmethod
|
|
158968
|
+
def bl_rna_get_subclass(
|
|
158969
|
+
cls,
|
|
158970
|
+
id: str | None,
|
|
158971
|
+
default=None,
|
|
158972
|
+
/,
|
|
158973
|
+
) -> Struct:
|
|
158974
|
+
"""
|
|
158975
|
+
|
|
158976
|
+
:param id: The RNA type identifier.
|
|
158977
|
+
:type id: str | None
|
|
158978
|
+
:param default:
|
|
158979
|
+
:return: The RNA type or default when not found.
|
|
158980
|
+
:rtype: Struct
|
|
158981
|
+
"""
|
|
158982
|
+
|
|
158983
|
+
@classmethod
|
|
158984
|
+
def bl_rna_get_subclass_py(
|
|
158985
|
+
cls,
|
|
158986
|
+
id: str | None,
|
|
158987
|
+
default=None,
|
|
158988
|
+
/,
|
|
158989
|
+
) -> typing.Any:
|
|
158990
|
+
"""
|
|
158991
|
+
|
|
158992
|
+
:param id: The RNA type identifier.
|
|
158993
|
+
:type id: str | None
|
|
158994
|
+
:param default:
|
|
158995
|
+
:return: The class or default when not found.
|
|
158996
|
+
:rtype: typing.Any
|
|
158997
|
+
"""
|
|
158998
|
+
|
|
158999
|
+
class GeometryNode(NodeInternal, Node, bpy_struct):
|
|
159000
|
+
@classmethod
|
|
159001
|
+
def bl_rna_get_subclass(
|
|
159002
|
+
cls,
|
|
159003
|
+
id: str | None,
|
|
159004
|
+
default=None,
|
|
159005
|
+
/,
|
|
159006
|
+
) -> Struct:
|
|
159007
|
+
"""
|
|
159008
|
+
|
|
159009
|
+
:param id: The RNA type identifier.
|
|
159010
|
+
:type id: str | None
|
|
159011
|
+
:param default:
|
|
159012
|
+
:return: The RNA type or default when not found.
|
|
159013
|
+
:rtype: Struct
|
|
159014
|
+
"""
|
|
159015
|
+
|
|
159016
|
+
@classmethod
|
|
159017
|
+
def bl_rna_get_subclass_py(
|
|
159018
|
+
cls,
|
|
159019
|
+
id: str | None,
|
|
159020
|
+
default=None,
|
|
159021
|
+
/,
|
|
159022
|
+
) -> typing.Any:
|
|
159023
|
+
"""
|
|
159024
|
+
|
|
159025
|
+
:param id: The RNA type identifier.
|
|
159026
|
+
:type id: str | None
|
|
159027
|
+
:param default:
|
|
159028
|
+
:return: The class or default when not found.
|
|
159029
|
+
:rtype: typing.Any
|
|
159030
|
+
"""
|
|
159031
|
+
|
|
159032
|
+
class GeometryNodeAccumulateField(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
159033
|
+
"""Add the values of an evaluated field together and output the running total for each element"""
|
|
159034
|
+
|
|
159035
|
+
data_type: typing.Literal["FLOAT", "INT", "FLOAT_VECTOR", "TRANSFORM"]
|
|
159036
|
+
""" Type of data that is accumulated
|
|
159037
|
+
|
|
159038
|
+
:type: typing.Literal['FLOAT','INT','FLOAT_VECTOR','TRANSFORM']
|
|
159039
|
+
"""
|
|
159040
|
+
|
|
159041
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
159042
|
+
"""
|
|
159043
|
+
|
|
159044
|
+
:type: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
159045
|
+
"""
|
|
159046
|
+
|
|
159047
|
+
@classmethod
|
|
159048
|
+
def is_registered_node_type(cls) -> bool:
|
|
159049
|
+
"""True if a registered node type
|
|
159050
|
+
|
|
159051
|
+
:return: Result
|
|
159052
|
+
:rtype: bool
|
|
159053
|
+
"""
|
|
159054
|
+
|
|
159055
|
+
@classmethod
|
|
159056
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
159057
|
+
"""Input socket template
|
|
159058
|
+
|
|
159059
|
+
:param index: Index
|
|
159060
|
+
:type index: int | None
|
|
159061
|
+
:return: result
|
|
159062
|
+
:rtype: NodeInternalSocketTemplate
|
|
159063
|
+
"""
|
|
159064
|
+
|
|
159065
|
+
@classmethod
|
|
159066
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
159067
|
+
"""Output socket template
|
|
159068
|
+
|
|
159069
|
+
:param index: Index
|
|
159070
|
+
:type index: int | None
|
|
159071
|
+
:return: result
|
|
159072
|
+
:rtype: NodeInternalSocketTemplate
|
|
159073
|
+
"""
|
|
159074
|
+
|
|
159075
|
+
@classmethod
|
|
159076
|
+
def bl_rna_get_subclass(
|
|
159077
|
+
cls,
|
|
159078
|
+
id: str | None,
|
|
159079
|
+
default=None,
|
|
159080
|
+
/,
|
|
159081
|
+
) -> Struct:
|
|
159082
|
+
"""
|
|
159083
|
+
|
|
159084
|
+
:param id: The RNA type identifier.
|
|
159085
|
+
:type id: str | None
|
|
159086
|
+
:param default:
|
|
159087
|
+
:return: The RNA type or default when not found.
|
|
159088
|
+
:rtype: Struct
|
|
159089
|
+
"""
|
|
159090
|
+
|
|
159091
|
+
@classmethod
|
|
159092
|
+
def bl_rna_get_subclass_py(
|
|
159093
|
+
cls,
|
|
159094
|
+
id: str | None,
|
|
159095
|
+
default=None,
|
|
159096
|
+
/,
|
|
159097
|
+
) -> typing.Any:
|
|
159098
|
+
"""
|
|
159099
|
+
|
|
159100
|
+
:param id: The RNA type identifier.
|
|
159101
|
+
:type id: str | None
|
|
159102
|
+
:param default:
|
|
159103
|
+
:return: The class or default when not found.
|
|
159104
|
+
:rtype: typing.Any
|
|
159105
|
+
"""
|
|
159106
|
+
|
|
159107
|
+
class GeometryNodeAttributeDomainSize(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
159108
|
+
"""Retrieve the number of elements in a geometry for each attribute domain"""
|
|
159109
|
+
|
|
159110
|
+
component: bpy.stub_internal.rna_enums.GeometryComponentTypeItems
|
|
159111
|
+
"""
|
|
159112
|
+
|
|
159113
|
+
:type: bpy.stub_internal.rna_enums.GeometryComponentTypeItems
|
|
159114
|
+
"""
|
|
159115
|
+
|
|
159116
|
+
@classmethod
|
|
159117
|
+
def is_registered_node_type(cls) -> bool:
|
|
159118
|
+
"""True if a registered node type
|
|
159119
|
+
|
|
159120
|
+
:return: Result
|
|
159121
|
+
:rtype: bool
|
|
159122
|
+
"""
|
|
159123
|
+
|
|
159124
|
+
@classmethod
|
|
159125
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
159126
|
+
"""Input socket template
|
|
159127
|
+
|
|
159128
|
+
:param index: Index
|
|
159129
|
+
:type index: int | None
|
|
159130
|
+
:return: result
|
|
159131
|
+
:rtype: NodeInternalSocketTemplate
|
|
159132
|
+
"""
|
|
159133
|
+
|
|
159134
|
+
@classmethod
|
|
159135
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
159136
|
+
"""Output socket template
|
|
159137
|
+
|
|
159138
|
+
:param index: Index
|
|
159139
|
+
:type index: int | None
|
|
159140
|
+
:return: result
|
|
159141
|
+
:rtype: NodeInternalSocketTemplate
|
|
159142
|
+
"""
|
|
159143
|
+
|
|
159144
|
+
@classmethod
|
|
159145
|
+
def bl_rna_get_subclass(
|
|
159146
|
+
cls,
|
|
159147
|
+
id: str | None,
|
|
159148
|
+
default=None,
|
|
159149
|
+
/,
|
|
159150
|
+
) -> Struct:
|
|
159151
|
+
"""
|
|
159152
|
+
|
|
159153
|
+
:param id: The RNA type identifier.
|
|
159154
|
+
:type id: str | None
|
|
159155
|
+
:param default:
|
|
159156
|
+
:return: The RNA type or default when not found.
|
|
159157
|
+
:rtype: Struct
|
|
159158
|
+
"""
|
|
159159
|
+
|
|
159160
|
+
@classmethod
|
|
159161
|
+
def bl_rna_get_subclass_py(
|
|
159162
|
+
cls,
|
|
159163
|
+
id: str | None,
|
|
159164
|
+
default=None,
|
|
159165
|
+
/,
|
|
159166
|
+
) -> typing.Any:
|
|
159167
|
+
"""
|
|
159168
|
+
|
|
159169
|
+
:param id: The RNA type identifier.
|
|
159170
|
+
:type id: str | None
|
|
159171
|
+
:param default:
|
|
159172
|
+
:return: The class or default when not found.
|
|
159173
|
+
:rtype: typing.Any
|
|
159174
|
+
"""
|
|
159175
|
+
|
|
159176
|
+
class GeometryNodeAttributeStatistic(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
159177
|
+
"""Calculate statistics about a data set from a field evaluated on a geometry"""
|
|
159178
|
+
|
|
159179
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
159180
|
+
""" The data type the attribute is converted to before calculating the results
|
|
159181
|
+
|
|
159182
|
+
:type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
159183
|
+
"""
|
|
159184
|
+
|
|
159185
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
159186
|
+
""" Which domain to read the data from
|
|
159187
|
+
|
|
159188
|
+
:type: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
159189
|
+
"""
|
|
159190
|
+
|
|
159191
|
+
@classmethod
|
|
159192
|
+
def is_registered_node_type(cls) -> bool:
|
|
159193
|
+
"""True if a registered node type
|
|
159194
|
+
|
|
159195
|
+
:return: Result
|
|
159196
|
+
:rtype: bool
|
|
159197
|
+
"""
|
|
159198
|
+
|
|
159199
|
+
@classmethod
|
|
159200
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
159201
|
+
"""Input socket template
|
|
159202
|
+
|
|
159203
|
+
:param index: Index
|
|
159204
|
+
:type index: int | None
|
|
159205
|
+
:return: result
|
|
159206
|
+
:rtype: NodeInternalSocketTemplate
|
|
159207
|
+
"""
|
|
159208
|
+
|
|
159209
|
+
@classmethod
|
|
159210
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
159211
|
+
"""Output socket template
|
|
159212
|
+
|
|
159213
|
+
:param index: Index
|
|
159214
|
+
:type index: int | None
|
|
159215
|
+
:return: result
|
|
159216
|
+
:rtype: NodeInternalSocketTemplate
|
|
159217
|
+
"""
|
|
159218
|
+
|
|
159219
|
+
@classmethod
|
|
159220
|
+
def bl_rna_get_subclass(
|
|
159221
|
+
cls,
|
|
159222
|
+
id: str | None,
|
|
159223
|
+
default=None,
|
|
159224
|
+
/,
|
|
159225
|
+
) -> Struct:
|
|
159226
|
+
"""
|
|
159227
|
+
|
|
159228
|
+
:param id: The RNA type identifier.
|
|
159229
|
+
:type id: str | None
|
|
159230
|
+
:param default:
|
|
159231
|
+
:return: The RNA type or default when not found.
|
|
159232
|
+
:rtype: Struct
|
|
159233
|
+
"""
|
|
159234
|
+
|
|
159235
|
+
@classmethod
|
|
159236
|
+
def bl_rna_get_subclass_py(
|
|
159237
|
+
cls,
|
|
159238
|
+
id: str | None,
|
|
159239
|
+
default=None,
|
|
159240
|
+
/,
|
|
159241
|
+
) -> typing.Any:
|
|
159242
|
+
"""
|
|
159243
|
+
|
|
159244
|
+
:param id: The RNA type identifier.
|
|
159245
|
+
:type id: str | None
|
|
159246
|
+
:param default:
|
|
159247
|
+
:return: The class or default when not found.
|
|
159248
|
+
:rtype: typing.Any
|
|
159249
|
+
"""
|
|
159250
|
+
|
|
159251
|
+
class GeometryNodeBake(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
159252
|
+
"""Cache the incoming data so that it can be used without recomputation"""
|
|
158588
159253
|
|
|
158589
|
-
|
|
158590
|
-
"""
|
|
159254
|
+
active_index: int | None
|
|
159255
|
+
""" Index of the active item
|
|
158591
159256
|
|
|
158592
|
-
:type:
|
|
159257
|
+
:type: int | None
|
|
158593
159258
|
"""
|
|
158594
159259
|
|
|
158595
|
-
|
|
158596
|
-
"""
|
|
159260
|
+
active_item: RepeatItem | None
|
|
159261
|
+
""" Index of the active item
|
|
158597
159262
|
|
|
158598
|
-
:type:
|
|
159263
|
+
:type: RepeatItem | None
|
|
158599
159264
|
"""
|
|
158600
159265
|
|
|
158601
|
-
|
|
159266
|
+
bake_items: NodeGeometryBakeItems
|
|
158602
159267
|
"""
|
|
158603
159268
|
|
|
158604
|
-
:type:
|
|
159269
|
+
:type: NodeGeometryBakeItems
|
|
158605
159270
|
"""
|
|
158606
159271
|
|
|
159272
|
+
@classmethod
|
|
159273
|
+
def is_registered_node_type(cls) -> bool:
|
|
159274
|
+
"""True if a registered node type
|
|
159275
|
+
|
|
159276
|
+
:return: Result
|
|
159277
|
+
:rtype: bool
|
|
159278
|
+
"""
|
|
159279
|
+
|
|
159280
|
+
@classmethod
|
|
159281
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
159282
|
+
"""Input socket template
|
|
159283
|
+
|
|
159284
|
+
:param index: Index
|
|
159285
|
+
:type index: int | None
|
|
159286
|
+
:return: result
|
|
159287
|
+
:rtype: NodeInternalSocketTemplate
|
|
159288
|
+
"""
|
|
159289
|
+
|
|
159290
|
+
@classmethod
|
|
159291
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
159292
|
+
"""Output socket template
|
|
159293
|
+
|
|
159294
|
+
:param index: Index
|
|
159295
|
+
:type index: int | None
|
|
159296
|
+
:return: result
|
|
159297
|
+
:rtype: NodeInternalSocketTemplate
|
|
159298
|
+
"""
|
|
159299
|
+
|
|
158607
159300
|
@classmethod
|
|
158608
159301
|
def bl_rna_get_subclass(
|
|
158609
159302
|
cls,
|
|
@@ -158636,66 +159329,43 @@ class GammaCrossStrip(EffectStrip, Strip, bpy_struct):
|
|
|
158636
159329
|
:rtype: typing.Any
|
|
158637
159330
|
"""
|
|
158638
159331
|
|
|
158639
|
-
class
|
|
158640
|
-
"""
|
|
158641
|
-
|
|
158642
|
-
input_1: Strip
|
|
158643
|
-
""" First input for the effect strip
|
|
158644
|
-
|
|
158645
|
-
:type: Strip
|
|
158646
|
-
"""
|
|
159332
|
+
class GeometryNodeBlurAttribute(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
159333
|
+
"""Mix attribute values of neighboring elements"""
|
|
158647
159334
|
|
|
158648
|
-
|
|
159335
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
158649
159336
|
"""
|
|
158650
159337
|
|
|
158651
|
-
:type:
|
|
158652
|
-
"""
|
|
158653
|
-
|
|
158654
|
-
size_x: float
|
|
158655
|
-
""" Size of the blur along X axis
|
|
158656
|
-
|
|
158657
|
-
:type: float
|
|
159338
|
+
:type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
158658
159339
|
"""
|
|
158659
159340
|
|
|
158660
|
-
|
|
158661
|
-
|
|
159341
|
+
@classmethod
|
|
159342
|
+
def is_registered_node_type(cls) -> bool:
|
|
159343
|
+
"""True if a registered node type
|
|
158662
159344
|
|
|
158663
|
-
|
|
158664
|
-
|
|
159345
|
+
:return: Result
|
|
159346
|
+
:rtype: bool
|
|
159347
|
+
"""
|
|
158665
159348
|
|
|
158666
159349
|
@classmethod
|
|
158667
|
-
def
|
|
158668
|
-
|
|
158669
|
-
id: str | None,
|
|
158670
|
-
default=None,
|
|
158671
|
-
/,
|
|
158672
|
-
) -> Struct:
|
|
158673
|
-
"""
|
|
159350
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
159351
|
+
"""Input socket template
|
|
158674
159352
|
|
|
158675
|
-
:param
|
|
158676
|
-
:type
|
|
158677
|
-
:
|
|
158678
|
-
:
|
|
158679
|
-
:rtype: Struct
|
|
159353
|
+
:param index: Index
|
|
159354
|
+
:type index: int | None
|
|
159355
|
+
:return: result
|
|
159356
|
+
:rtype: NodeInternalSocketTemplate
|
|
158680
159357
|
"""
|
|
158681
159358
|
|
|
158682
159359
|
@classmethod
|
|
158683
|
-
def
|
|
158684
|
-
|
|
158685
|
-
id: str | None,
|
|
158686
|
-
default=None,
|
|
158687
|
-
/,
|
|
158688
|
-
) -> typing.Any:
|
|
158689
|
-
"""
|
|
159360
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
159361
|
+
"""Output socket template
|
|
158690
159362
|
|
|
158691
|
-
:param
|
|
158692
|
-
:type
|
|
158693
|
-
:
|
|
158694
|
-
:
|
|
158695
|
-
:rtype: typing.Any
|
|
159363
|
+
:param index: Index
|
|
159364
|
+
:type index: int | None
|
|
159365
|
+
:return: result
|
|
159366
|
+
:rtype: NodeInternalSocketTemplate
|
|
158696
159367
|
"""
|
|
158697
159368
|
|
|
158698
|
-
class GeometryNode(NodeInternal, Node, bpy_struct):
|
|
158699
159369
|
@classmethod
|
|
158700
159370
|
def bl_rna_get_subclass(
|
|
158701
159371
|
cls,
|
|
@@ -158728,20 +159398,8 @@ class GeometryNode(NodeInternal, Node, bpy_struct):
|
|
|
158728
159398
|
:rtype: typing.Any
|
|
158729
159399
|
"""
|
|
158730
159400
|
|
|
158731
|
-
class
|
|
158732
|
-
"""
|
|
158733
|
-
|
|
158734
|
-
data_type: typing.Literal["FLOAT", "INT", "FLOAT_VECTOR", "TRANSFORM"]
|
|
158735
|
-
""" Type of data that is accumulated
|
|
158736
|
-
|
|
158737
|
-
:type: typing.Literal['FLOAT','INT','FLOAT_VECTOR','TRANSFORM']
|
|
158738
|
-
"""
|
|
158739
|
-
|
|
158740
|
-
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
158741
|
-
"""
|
|
158742
|
-
|
|
158743
|
-
:type: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
158744
|
-
"""
|
|
159401
|
+
class GeometryNodeBoundBox(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
159402
|
+
"""Calculate the limits of a geometrys positions and generate a box mesh with those dimensions"""
|
|
158745
159403
|
|
|
158746
159404
|
@classmethod
|
|
158747
159405
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -158803,14 +159461,8 @@ class GeometryNodeAccumulateField(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
158803
159461
|
:rtype: typing.Any
|
|
158804
159462
|
"""
|
|
158805
159463
|
|
|
158806
|
-
class
|
|
158807
|
-
"""Retrieve
|
|
158808
|
-
|
|
158809
|
-
component: bpy.stub_internal.rna_enums.GeometryComponentTypeItems
|
|
158810
|
-
"""
|
|
158811
|
-
|
|
158812
|
-
:type: bpy.stub_internal.rna_enums.GeometryComponentTypeItems
|
|
158813
|
-
"""
|
|
159464
|
+
class GeometryNodeCameraInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
159465
|
+
"""Retrieve information from a camera object"""
|
|
158814
159466
|
|
|
158815
159467
|
@classmethod
|
|
158816
159468
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -158872,17 +159524,29 @@ class GeometryNodeAttributeDomainSize(GeometryNode, NodeInternal, Node, bpy_stru
|
|
|
158872
159524
|
:rtype: typing.Any
|
|
158873
159525
|
"""
|
|
158874
159526
|
|
|
158875
|
-
class
|
|
158876
|
-
"""
|
|
159527
|
+
class GeometryNodeCaptureAttribute(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
159528
|
+
"""Store the result of a field on a geometry and output the data as a node socket. Allows remembering or interpolating data as the geometry changes, such as positions before deformation"""
|
|
158877
159529
|
|
|
158878
|
-
|
|
158879
|
-
"""
|
|
159530
|
+
active_index: int | None
|
|
159531
|
+
""" Index of the active item
|
|
158880
159532
|
|
|
158881
|
-
:type:
|
|
159533
|
+
:type: int | None
|
|
159534
|
+
"""
|
|
159535
|
+
|
|
159536
|
+
active_item: RepeatItem | None
|
|
159537
|
+
""" Index of the active item
|
|
159538
|
+
|
|
159539
|
+
:type: RepeatItem | None
|
|
159540
|
+
"""
|
|
159541
|
+
|
|
159542
|
+
capture_items: NodeGeometryCaptureAttributeItems
|
|
159543
|
+
"""
|
|
159544
|
+
|
|
159545
|
+
:type: NodeGeometryCaptureAttributeItems
|
|
158882
159546
|
"""
|
|
158883
159547
|
|
|
158884
159548
|
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
158885
|
-
""" Which domain to
|
|
159549
|
+
""" Which domain to store the data in
|
|
158886
159550
|
|
|
158887
159551
|
:type: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
158888
159552
|
"""
|
|
@@ -158947,25 +159611,13 @@ class GeometryNodeAttributeStatistic(GeometryNode, NodeInternal, Node, bpy_struc
|
|
|
158947
159611
|
:rtype: typing.Any
|
|
158948
159612
|
"""
|
|
158949
159613
|
|
|
158950
|
-
class
|
|
158951
|
-
"""
|
|
158952
|
-
|
|
158953
|
-
active_index: int | None
|
|
158954
|
-
""" Index of the active item
|
|
158955
|
-
|
|
158956
|
-
:type: int | None
|
|
158957
|
-
"""
|
|
158958
|
-
|
|
158959
|
-
active_item: RepeatItem | None
|
|
158960
|
-
""" Index of the active item
|
|
158961
|
-
|
|
158962
|
-
:type: RepeatItem | None
|
|
158963
|
-
"""
|
|
159614
|
+
class GeometryNodeCollectionInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
159615
|
+
"""Retrieve geometry instances from a collection"""
|
|
158964
159616
|
|
|
158965
|
-
|
|
158966
|
-
"""
|
|
159617
|
+
transform_space: typing.Literal["ORIGINAL", "RELATIVE"]
|
|
159618
|
+
""" The transformation of the instances output. Does not affect the internal geometry
|
|
158967
159619
|
|
|
158968
|
-
:type:
|
|
159620
|
+
:type: typing.Literal['ORIGINAL','RELATIVE']
|
|
158969
159621
|
"""
|
|
158970
159622
|
|
|
158971
159623
|
@classmethod
|
|
@@ -159028,14 +159680,8 @@ class GeometryNodeBake(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
159028
159680
|
:rtype: typing.Any
|
|
159029
159681
|
"""
|
|
159030
159682
|
|
|
159031
|
-
class
|
|
159032
|
-
"""
|
|
159033
|
-
|
|
159034
|
-
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
159035
|
-
"""
|
|
159036
|
-
|
|
159037
|
-
:type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
159038
|
-
"""
|
|
159683
|
+
class GeometryNodeConvexHull(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
159684
|
+
"""Create a mesh that encloses all points in the input geometry with the smallest number of points"""
|
|
159039
159685
|
|
|
159040
159686
|
@classmethod
|
|
159041
159687
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -159097,8 +159743,8 @@ class GeometryNodeBlurAttribute(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
159097
159743
|
:rtype: typing.Any
|
|
159098
159744
|
"""
|
|
159099
159745
|
|
|
159100
|
-
class
|
|
159101
|
-
"""
|
|
159746
|
+
class GeometryNodeCornersOfEdge(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
159747
|
+
"""Retrieve face corners connected to edges"""
|
|
159102
159748
|
|
|
159103
159749
|
@classmethod
|
|
159104
159750
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -159160,8 +159806,8 @@ class GeometryNodeBoundBox(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
159160
159806
|
:rtype: typing.Any
|
|
159161
159807
|
"""
|
|
159162
159808
|
|
|
159163
|
-
class
|
|
159164
|
-
"""Retrieve
|
|
159809
|
+
class GeometryNodeCornersOfFace(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
159810
|
+
"""Retrieve corners that make up a face"""
|
|
159165
159811
|
|
|
159166
159812
|
@classmethod
|
|
159167
159813
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -159223,32 +159869,8 @@ class GeometryNodeCameraInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
159223
159869
|
:rtype: typing.Any
|
|
159224
159870
|
"""
|
|
159225
159871
|
|
|
159226
|
-
class
|
|
159227
|
-
"""
|
|
159228
|
-
|
|
159229
|
-
active_index: int | None
|
|
159230
|
-
""" Index of the active item
|
|
159231
|
-
|
|
159232
|
-
:type: int | None
|
|
159233
|
-
"""
|
|
159234
|
-
|
|
159235
|
-
active_item: RepeatItem | None
|
|
159236
|
-
""" Index of the active item
|
|
159237
|
-
|
|
159238
|
-
:type: RepeatItem | None
|
|
159239
|
-
"""
|
|
159240
|
-
|
|
159241
|
-
capture_items: NodeGeometryCaptureAttributeItems
|
|
159242
|
-
"""
|
|
159243
|
-
|
|
159244
|
-
:type: NodeGeometryCaptureAttributeItems
|
|
159245
|
-
"""
|
|
159246
|
-
|
|
159247
|
-
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
159248
|
-
""" Which domain to store the data in
|
|
159249
|
-
|
|
159250
|
-
:type: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
159251
|
-
"""
|
|
159872
|
+
class GeometryNodeCornersOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
159873
|
+
"""Retrieve face corners connected to vertices"""
|
|
159252
159874
|
|
|
159253
159875
|
@classmethod
|
|
159254
159876
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -159310,13 +159932,13 @@ class GeometryNodeCaptureAttribute(GeometryNode, NodeInternal, Node, bpy_struct)
|
|
|
159310
159932
|
:rtype: typing.Any
|
|
159311
159933
|
"""
|
|
159312
159934
|
|
|
159313
|
-
class
|
|
159314
|
-
"""
|
|
159935
|
+
class GeometryNodeCurveArc(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
159936
|
+
"""Generate a poly spline arc"""
|
|
159315
159937
|
|
|
159316
|
-
|
|
159317
|
-
"""
|
|
159938
|
+
mode: typing.Literal["POINTS", "RADIUS"]
|
|
159939
|
+
""" Method used to determine radius and placement
|
|
159318
159940
|
|
|
159319
|
-
:type: typing.Literal['
|
|
159941
|
+
:type: typing.Literal['POINTS','RADIUS']
|
|
159320
159942
|
"""
|
|
159321
159943
|
|
|
159322
159944
|
@classmethod
|
|
@@ -159379,8 +160001,8 @@ class GeometryNodeCollectionInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
159379
160001
|
:rtype: typing.Any
|
|
159380
160002
|
"""
|
|
159381
160003
|
|
|
159382
|
-
class
|
|
159383
|
-
"""
|
|
160004
|
+
class GeometryNodeCurveEndpointSelection(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160005
|
+
"""Provide a selection for an arbitrary number of endpoints in each spline"""
|
|
159384
160006
|
|
|
159385
160007
|
@classmethod
|
|
159386
160008
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -159442,8 +160064,22 @@ class GeometryNodeConvexHull(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
159442
160064
|
:rtype: typing.Any
|
|
159443
160065
|
"""
|
|
159444
160066
|
|
|
159445
|
-
class
|
|
159446
|
-
|
|
160067
|
+
class GeometryNodeCurveHandleTypeSelection(
|
|
160068
|
+
GeometryNode, NodeInternal, Node, bpy_struct
|
|
160069
|
+
):
|
|
160070
|
+
"""Provide a selection based on the handle types of Bézier control points"""
|
|
160071
|
+
|
|
160072
|
+
handle_type: typing.Literal["FREE", "AUTO", "VECTOR", "ALIGN"]
|
|
160073
|
+
"""
|
|
160074
|
+
|
|
160075
|
+
:type: typing.Literal['FREE','AUTO','VECTOR','ALIGN']
|
|
160076
|
+
"""
|
|
160077
|
+
|
|
160078
|
+
mode: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
|
|
160079
|
+
""" Whether to check the type of left and right handles
|
|
160080
|
+
|
|
160081
|
+
:type: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
|
|
160082
|
+
"""
|
|
159447
160083
|
|
|
159448
160084
|
@classmethod
|
|
159449
160085
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -159505,8 +160141,8 @@ class GeometryNodeCornersOfEdge(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
159505
160141
|
:rtype: typing.Any
|
|
159506
160142
|
"""
|
|
159507
160143
|
|
|
159508
|
-
class
|
|
159509
|
-
"""Retrieve
|
|
160144
|
+
class GeometryNodeCurveLength(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160145
|
+
"""Retrieve the length of all splines added together"""
|
|
159510
160146
|
|
|
159511
160147
|
@classmethod
|
|
159512
160148
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -159568,8 +160204,8 @@ class GeometryNodeCornersOfFace(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
159568
160204
|
:rtype: typing.Any
|
|
159569
160205
|
"""
|
|
159570
160206
|
|
|
159571
|
-
class
|
|
159572
|
-
"""Retrieve
|
|
160207
|
+
class GeometryNodeCurveOfPoint(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160208
|
+
"""Retrieve the curve a control point is part of"""
|
|
159573
160209
|
|
|
159574
160210
|
@classmethod
|
|
159575
160211
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -159631,13 +160267,15 @@ class GeometryNodeCornersOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
159631
160267
|
:rtype: typing.Any
|
|
159632
160268
|
"""
|
|
159633
160269
|
|
|
159634
|
-
class
|
|
159635
|
-
|
|
160270
|
+
class GeometryNodeCurvePrimitiveBezierSegment(
|
|
160271
|
+
GeometryNode, NodeInternal, Node, bpy_struct
|
|
160272
|
+
):
|
|
160273
|
+
"""Generate a 2D Bézier spline from the given control points and handles"""
|
|
159636
160274
|
|
|
159637
|
-
mode: typing.Literal["
|
|
159638
|
-
""" Method used to determine
|
|
160275
|
+
mode: typing.Literal["POSITION", "OFFSET"]
|
|
160276
|
+
""" Method used to determine control handles
|
|
159639
160277
|
|
|
159640
|
-
:type: typing.Literal['
|
|
160278
|
+
:type: typing.Literal['POSITION','OFFSET']
|
|
159641
160279
|
"""
|
|
159642
160280
|
|
|
159643
160281
|
@classmethod
|
|
@@ -159700,84 +160338,13 @@ class GeometryNodeCurveArc(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
159700
160338
|
:rtype: typing.Any
|
|
159701
160339
|
"""
|
|
159702
160340
|
|
|
159703
|
-
class
|
|
159704
|
-
"""
|
|
159705
|
-
|
|
159706
|
-
@classmethod
|
|
159707
|
-
def is_registered_node_type(cls) -> bool:
|
|
159708
|
-
"""True if a registered node type
|
|
159709
|
-
|
|
159710
|
-
:return: Result
|
|
159711
|
-
:rtype: bool
|
|
159712
|
-
"""
|
|
159713
|
-
|
|
159714
|
-
@classmethod
|
|
159715
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
159716
|
-
"""Input socket template
|
|
159717
|
-
|
|
159718
|
-
:param index: Index
|
|
159719
|
-
:type index: int | None
|
|
159720
|
-
:return: result
|
|
159721
|
-
:rtype: NodeInternalSocketTemplate
|
|
159722
|
-
"""
|
|
159723
|
-
|
|
159724
|
-
@classmethod
|
|
159725
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
159726
|
-
"""Output socket template
|
|
159727
|
-
|
|
159728
|
-
:param index: Index
|
|
159729
|
-
:type index: int | None
|
|
159730
|
-
:return: result
|
|
159731
|
-
:rtype: NodeInternalSocketTemplate
|
|
159732
|
-
"""
|
|
159733
|
-
|
|
159734
|
-
@classmethod
|
|
159735
|
-
def bl_rna_get_subclass(
|
|
159736
|
-
cls,
|
|
159737
|
-
id: str | None,
|
|
159738
|
-
default=None,
|
|
159739
|
-
/,
|
|
159740
|
-
) -> Struct:
|
|
159741
|
-
"""
|
|
159742
|
-
|
|
159743
|
-
:param id: The RNA type identifier.
|
|
159744
|
-
:type id: str | None
|
|
159745
|
-
:param default:
|
|
159746
|
-
:return: The RNA type or default when not found.
|
|
159747
|
-
:rtype: Struct
|
|
159748
|
-
"""
|
|
159749
|
-
|
|
159750
|
-
@classmethod
|
|
159751
|
-
def bl_rna_get_subclass_py(
|
|
159752
|
-
cls,
|
|
159753
|
-
id: str | None,
|
|
159754
|
-
default=None,
|
|
159755
|
-
/,
|
|
159756
|
-
) -> typing.Any:
|
|
159757
|
-
"""
|
|
159758
|
-
|
|
159759
|
-
:param id: The RNA type identifier.
|
|
159760
|
-
:type id: str | None
|
|
159761
|
-
:param default:
|
|
159762
|
-
:return: The class or default when not found.
|
|
159763
|
-
:rtype: typing.Any
|
|
159764
|
-
"""
|
|
159765
|
-
|
|
159766
|
-
class GeometryNodeCurveHandleTypeSelection(
|
|
159767
|
-
GeometryNode, NodeInternal, Node, bpy_struct
|
|
159768
|
-
):
|
|
159769
|
-
"""Provide a selection based on the handle types of Bézier control points"""
|
|
159770
|
-
|
|
159771
|
-
handle_type: typing.Literal["FREE", "AUTO", "VECTOR", "ALIGN"]
|
|
159772
|
-
"""
|
|
159773
|
-
|
|
159774
|
-
:type: typing.Literal['FREE','AUTO','VECTOR','ALIGN']
|
|
159775
|
-
"""
|
|
160341
|
+
class GeometryNodeCurvePrimitiveCircle(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160342
|
+
"""Generate a poly spline circle"""
|
|
159776
160343
|
|
|
159777
|
-
mode:
|
|
159778
|
-
"""
|
|
160344
|
+
mode: typing.Literal["POINTS", "RADIUS"]
|
|
160345
|
+
""" Method used to determine radius and placement
|
|
159779
160346
|
|
|
159780
|
-
:type:
|
|
160347
|
+
:type: typing.Literal['POINTS','RADIUS']
|
|
159781
160348
|
"""
|
|
159782
160349
|
|
|
159783
160350
|
@classmethod
|
|
@@ -159840,71 +160407,14 @@ class GeometryNodeCurveHandleTypeSelection(
|
|
|
159840
160407
|
:rtype: typing.Any
|
|
159841
160408
|
"""
|
|
159842
160409
|
|
|
159843
|
-
class
|
|
159844
|
-
"""
|
|
159845
|
-
|
|
159846
|
-
@classmethod
|
|
159847
|
-
def is_registered_node_type(cls) -> bool:
|
|
159848
|
-
"""True if a registered node type
|
|
159849
|
-
|
|
159850
|
-
:return: Result
|
|
159851
|
-
:rtype: bool
|
|
159852
|
-
"""
|
|
159853
|
-
|
|
159854
|
-
@classmethod
|
|
159855
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
159856
|
-
"""Input socket template
|
|
159857
|
-
|
|
159858
|
-
:param index: Index
|
|
159859
|
-
:type index: int | None
|
|
159860
|
-
:return: result
|
|
159861
|
-
:rtype: NodeInternalSocketTemplate
|
|
159862
|
-
"""
|
|
159863
|
-
|
|
159864
|
-
@classmethod
|
|
159865
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
159866
|
-
"""Output socket template
|
|
159867
|
-
|
|
159868
|
-
:param index: Index
|
|
159869
|
-
:type index: int | None
|
|
159870
|
-
:return: result
|
|
159871
|
-
:rtype: NodeInternalSocketTemplate
|
|
159872
|
-
"""
|
|
159873
|
-
|
|
159874
|
-
@classmethod
|
|
159875
|
-
def bl_rna_get_subclass(
|
|
159876
|
-
cls,
|
|
159877
|
-
id: str | None,
|
|
159878
|
-
default=None,
|
|
159879
|
-
/,
|
|
159880
|
-
) -> Struct:
|
|
159881
|
-
"""
|
|
159882
|
-
|
|
159883
|
-
:param id: The RNA type identifier.
|
|
159884
|
-
:type id: str | None
|
|
159885
|
-
:param default:
|
|
159886
|
-
:return: The RNA type or default when not found.
|
|
159887
|
-
:rtype: Struct
|
|
159888
|
-
"""
|
|
159889
|
-
|
|
159890
|
-
@classmethod
|
|
159891
|
-
def bl_rna_get_subclass_py(
|
|
159892
|
-
cls,
|
|
159893
|
-
id: str | None,
|
|
159894
|
-
default=None,
|
|
159895
|
-
/,
|
|
159896
|
-
) -> typing.Any:
|
|
159897
|
-
"""
|
|
160410
|
+
class GeometryNodeCurvePrimitiveLine(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160411
|
+
"""Generate a poly spline line with two points"""
|
|
159898
160412
|
|
|
159899
|
-
|
|
159900
|
-
|
|
159901
|
-
:param default:
|
|
159902
|
-
:return: The class or default when not found.
|
|
159903
|
-
:rtype: typing.Any
|
|
159904
|
-
"""
|
|
160413
|
+
mode: typing.Literal["POINTS", "DIRECTION"]
|
|
160414
|
+
""" Method used to determine radius and placement
|
|
159905
160415
|
|
|
159906
|
-
|
|
159907
|
-
"""
|
|
160416
|
+
:type: typing.Literal['POINTS','DIRECTION']
|
|
160417
|
+
"""
|
|
159908
160418
|
|
|
159909
160419
|
@classmethod
|
|
159910
160420
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -159966,15 +160476,15 @@ class GeometryNodeCurveOfPoint(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
159966
160476
|
:rtype: typing.Any
|
|
159967
160477
|
"""
|
|
159968
160478
|
|
|
159969
|
-
class
|
|
160479
|
+
class GeometryNodeCurvePrimitiveQuadrilateral(
|
|
159970
160480
|
GeometryNode, NodeInternal, Node, bpy_struct
|
|
159971
160481
|
):
|
|
159972
|
-
"""Generate a
|
|
160482
|
+
"""Generate a polygon with four points"""
|
|
159973
160483
|
|
|
159974
|
-
mode: typing.Literal["
|
|
159975
|
-
"""
|
|
160484
|
+
mode: typing.Literal["RECTANGLE", "PARALLELOGRAM", "TRAPEZOID", "KITE", "POINTS"]
|
|
160485
|
+
"""
|
|
159976
160486
|
|
|
159977
|
-
:type: typing.Literal['
|
|
160487
|
+
:type: typing.Literal['RECTANGLE','PARALLELOGRAM','TRAPEZOID','KITE','POINTS']
|
|
159978
160488
|
"""
|
|
159979
160489
|
|
|
159980
160490
|
@classmethod
|
|
@@ -160037,14 +160547,8 @@ class GeometryNodeCurvePrimitiveBezierSegment(
|
|
|
160037
160547
|
:rtype: typing.Any
|
|
160038
160548
|
"""
|
|
160039
160549
|
|
|
160040
|
-
class
|
|
160041
|
-
"""Generate a poly spline
|
|
160042
|
-
|
|
160043
|
-
mode: typing.Literal["POINTS", "RADIUS"]
|
|
160044
|
-
""" Method used to determine radius and placement
|
|
160045
|
-
|
|
160046
|
-
:type: typing.Literal['POINTS','RADIUS']
|
|
160047
|
-
"""
|
|
160550
|
+
class GeometryNodeCurveQuadraticBezier(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160551
|
+
"""Generate a poly spline in a parabola shape with control points positions"""
|
|
160048
160552
|
|
|
160049
160553
|
@classmethod
|
|
160050
160554
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -160106,13 +160610,19 @@ class GeometryNodeCurvePrimitiveCircle(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
160106
160610
|
:rtype: typing.Any
|
|
160107
160611
|
"""
|
|
160108
160612
|
|
|
160109
|
-
class
|
|
160110
|
-
"""
|
|
160613
|
+
class GeometryNodeCurveSetHandles(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160614
|
+
"""Set the handle type for the control points of a Bézier curve"""
|
|
160111
160615
|
|
|
160112
|
-
|
|
160113
|
-
"""
|
|
160616
|
+
handle_type: typing.Literal["FREE", "AUTO", "VECTOR", "ALIGN"]
|
|
160617
|
+
"""
|
|
160114
160618
|
|
|
160115
|
-
:type: typing.Literal['
|
|
160619
|
+
:type: typing.Literal['FREE','AUTO','VECTOR','ALIGN']
|
|
160620
|
+
"""
|
|
160621
|
+
|
|
160622
|
+
mode: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
|
|
160623
|
+
""" Whether to update left and right handles
|
|
160624
|
+
|
|
160625
|
+
:type: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
|
|
160116
160626
|
"""
|
|
160117
160627
|
|
|
160118
160628
|
@classmethod
|
|
@@ -160175,16 +160685,8 @@ class GeometryNodeCurvePrimitiveLine(GeometryNode, NodeInternal, Node, bpy_struc
|
|
|
160175
160685
|
:rtype: typing.Any
|
|
160176
160686
|
"""
|
|
160177
160687
|
|
|
160178
|
-
class
|
|
160179
|
-
|
|
160180
|
-
):
|
|
160181
|
-
"""Generate a polygon with four points"""
|
|
160182
|
-
|
|
160183
|
-
mode: typing.Literal["RECTANGLE", "PARALLELOGRAM", "TRAPEZOID", "KITE", "POINTS"]
|
|
160184
|
-
"""
|
|
160185
|
-
|
|
160186
|
-
:type: typing.Literal['RECTANGLE','PARALLELOGRAM','TRAPEZOID','KITE','POINTS']
|
|
160187
|
-
"""
|
|
160688
|
+
class GeometryNodeCurveSpiral(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160689
|
+
"""Generate a poly spline in a spiral shape"""
|
|
160188
160690
|
|
|
160189
160691
|
@classmethod
|
|
160190
160692
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -160246,8 +160748,14 @@ class GeometryNodeCurvePrimitiveQuadrilateral(
|
|
|
160246
160748
|
:rtype: typing.Any
|
|
160247
160749
|
"""
|
|
160248
160750
|
|
|
160249
|
-
class
|
|
160250
|
-
"""
|
|
160751
|
+
class GeometryNodeCurveSplineType(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160752
|
+
"""Change the type of curves"""
|
|
160753
|
+
|
|
160754
|
+
spline_type: bpy.stub_internal.rna_enums.CurvesTypeItems
|
|
160755
|
+
""" The curve type to change the selected curves to
|
|
160756
|
+
|
|
160757
|
+
:type: bpy.stub_internal.rna_enums.CurvesTypeItems
|
|
160758
|
+
"""
|
|
160251
160759
|
|
|
160252
160760
|
@classmethod
|
|
160253
160761
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -160309,20 +160817,8 @@ class GeometryNodeCurveQuadraticBezier(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
160309
160817
|
:rtype: typing.Any
|
|
160310
160818
|
"""
|
|
160311
160819
|
|
|
160312
|
-
class
|
|
160313
|
-
"""
|
|
160314
|
-
|
|
160315
|
-
handle_type: typing.Literal["FREE", "AUTO", "VECTOR", "ALIGN"]
|
|
160316
|
-
"""
|
|
160317
|
-
|
|
160318
|
-
:type: typing.Literal['FREE','AUTO','VECTOR','ALIGN']
|
|
160319
|
-
"""
|
|
160320
|
-
|
|
160321
|
-
mode: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
|
|
160322
|
-
""" Whether to update left and right handles
|
|
160323
|
-
|
|
160324
|
-
:type: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
|
|
160325
|
-
"""
|
|
160820
|
+
class GeometryNodeCurveStar(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160821
|
+
"""Generate a poly spline in a star pattern by connecting alternating points of two circles"""
|
|
160326
160822
|
|
|
160327
160823
|
@classmethod
|
|
160328
160824
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -160384,8 +160880,8 @@ class GeometryNodeCurveSetHandles(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
160384
160880
|
:rtype: typing.Any
|
|
160385
160881
|
"""
|
|
160386
160882
|
|
|
160387
|
-
class
|
|
160388
|
-
"""
|
|
160883
|
+
class GeometryNodeCurveToMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160884
|
+
"""Convert curves into a mesh, optionally with a custom profile shape defined by curves"""
|
|
160389
160885
|
|
|
160390
160886
|
@classmethod
|
|
160391
160887
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -160447,13 +160943,13 @@ class GeometryNodeCurveSpiral(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
160447
160943
|
:rtype: typing.Any
|
|
160448
160944
|
"""
|
|
160449
160945
|
|
|
160450
|
-
class
|
|
160451
|
-
"""
|
|
160946
|
+
class GeometryNodeCurveToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160947
|
+
"""Generate a point cloud by sampling positions along curves"""
|
|
160452
160948
|
|
|
160453
|
-
|
|
160454
|
-
"""
|
|
160949
|
+
mode: typing.Literal["EVALUATED", "COUNT", "LENGTH"]
|
|
160950
|
+
""" How to generate points from the input curve
|
|
160455
160951
|
|
|
160456
|
-
:type:
|
|
160952
|
+
:type: typing.Literal['EVALUATED','COUNT','LENGTH']
|
|
160457
160953
|
"""
|
|
160458
160954
|
|
|
160459
160955
|
@classmethod
|
|
@@ -160516,8 +161012,8 @@ class GeometryNodeCurveSplineType(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
160516
161012
|
:rtype: typing.Any
|
|
160517
161013
|
"""
|
|
160518
161014
|
|
|
160519
|
-
class
|
|
160520
|
-
"""
|
|
161015
|
+
class GeometryNodeCurvesToGreasePencil(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161016
|
+
"""Convert the curves in each top-level instance into Grease Pencil layer"""
|
|
160521
161017
|
|
|
160522
161018
|
@classmethod
|
|
160523
161019
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -160579,36 +161075,14 @@ class GeometryNodeCurveStar(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
160579
161075
|
:rtype: typing.Any
|
|
160580
161076
|
"""
|
|
160581
161077
|
|
|
160582
|
-
class
|
|
160583
|
-
"""
|
|
160584
|
-
|
|
160585
|
-
@classmethod
|
|
160586
|
-
def is_registered_node_type(cls) -> bool:
|
|
160587
|
-
"""True if a registered node type
|
|
160588
|
-
|
|
160589
|
-
:return: Result
|
|
160590
|
-
:rtype: bool
|
|
160591
|
-
"""
|
|
160592
|
-
|
|
160593
|
-
@classmethod
|
|
160594
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
160595
|
-
"""Input socket template
|
|
160596
|
-
|
|
160597
|
-
:param index: Index
|
|
160598
|
-
:type index: int | None
|
|
160599
|
-
:return: result
|
|
160600
|
-
:rtype: NodeInternalSocketTemplate
|
|
160601
|
-
"""
|
|
161078
|
+
class GeometryNodeCustomGroup(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161079
|
+
"""Custom Geometry Group Node for Python nodes"""
|
|
160602
161080
|
|
|
160603
|
-
|
|
160604
|
-
|
|
160605
|
-
"""Output socket template
|
|
161081
|
+
node_tree: GeometryNodeTree | None
|
|
161082
|
+
"""
|
|
160606
161083
|
|
|
160607
|
-
|
|
160608
|
-
|
|
160609
|
-
:return: result
|
|
160610
|
-
:rtype: NodeInternalSocketTemplate
|
|
160611
|
-
"""
|
|
161084
|
+
:type: GeometryNodeTree | None
|
|
161085
|
+
"""
|
|
160612
161086
|
|
|
160613
161087
|
@classmethod
|
|
160614
161088
|
def bl_rna_get_subclass(
|
|
@@ -160642,14 +161116,8 @@ class GeometryNodeCurveToMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
160642
161116
|
:rtype: typing.Any
|
|
160643
161117
|
"""
|
|
160644
161118
|
|
|
160645
|
-
class
|
|
160646
|
-
"""
|
|
160647
|
-
|
|
160648
|
-
mode: typing.Literal["EVALUATED", "COUNT", "LENGTH"]
|
|
160649
|
-
""" How to generate points from the input curve
|
|
160650
|
-
|
|
160651
|
-
:type: typing.Literal['EVALUATED','COUNT','LENGTH']
|
|
160652
|
-
"""
|
|
161119
|
+
class GeometryNodeDeformCurvesOnSurface(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161120
|
+
"""Translate and rotate curves based on changes between the objects original and evaluated surface mesh"""
|
|
160653
161121
|
|
|
160654
161122
|
@classmethod
|
|
160655
161123
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -160711,8 +161179,20 @@ class GeometryNodeCurveToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
160711
161179
|
:rtype: typing.Any
|
|
160712
161180
|
"""
|
|
160713
161181
|
|
|
160714
|
-
class
|
|
160715
|
-
"""
|
|
161182
|
+
class GeometryNodeDeleteGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161183
|
+
"""Remove selected elements of a geometry"""
|
|
161184
|
+
|
|
161185
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainWithoutCornerItems
|
|
161186
|
+
""" Which domain to delete in
|
|
161187
|
+
|
|
161188
|
+
:type: bpy.stub_internal.rna_enums.AttributeDomainWithoutCornerItems
|
|
161189
|
+
"""
|
|
161190
|
+
|
|
161191
|
+
mode: typing.Literal["ALL", "EDGE_FACE", "ONLY_FACE"]
|
|
161192
|
+
""" Which parts of the mesh component to delete
|
|
161193
|
+
|
|
161194
|
+
:type: typing.Literal['ALL','EDGE_FACE','ONLY_FACE']
|
|
161195
|
+
"""
|
|
160716
161196
|
|
|
160717
161197
|
@classmethod
|
|
160718
161198
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -160774,50 +161254,15 @@ class GeometryNodeCurvesToGreasePencil(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
160774
161254
|
:rtype: typing.Any
|
|
160775
161255
|
"""
|
|
160776
161256
|
|
|
160777
|
-
class
|
|
160778
|
-
"""
|
|
161257
|
+
class GeometryNodeDistributePointsInGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161258
|
+
"""Generate points inside a volume grid"""
|
|
160779
161259
|
|
|
160780
|
-
|
|
160781
|
-
"""
|
|
161260
|
+
mode: typing.Literal["DENSITY_RANDOM", "DENSITY_GRID"]
|
|
161261
|
+
""" Method to use for scattering points
|
|
160782
161262
|
|
|
160783
|
-
:type:
|
|
161263
|
+
:type: typing.Literal['DENSITY_RANDOM','DENSITY_GRID']
|
|
160784
161264
|
"""
|
|
160785
161265
|
|
|
160786
|
-
@classmethod
|
|
160787
|
-
def bl_rna_get_subclass(
|
|
160788
|
-
cls,
|
|
160789
|
-
id: str | None,
|
|
160790
|
-
default=None,
|
|
160791
|
-
/,
|
|
160792
|
-
) -> Struct:
|
|
160793
|
-
"""
|
|
160794
|
-
|
|
160795
|
-
:param id: The RNA type identifier.
|
|
160796
|
-
:type id: str | None
|
|
160797
|
-
:param default:
|
|
160798
|
-
:return: The RNA type or default when not found.
|
|
160799
|
-
:rtype: Struct
|
|
160800
|
-
"""
|
|
160801
|
-
|
|
160802
|
-
@classmethod
|
|
160803
|
-
def bl_rna_get_subclass_py(
|
|
160804
|
-
cls,
|
|
160805
|
-
id: str | None,
|
|
160806
|
-
default=None,
|
|
160807
|
-
/,
|
|
160808
|
-
) -> typing.Any:
|
|
160809
|
-
"""
|
|
160810
|
-
|
|
160811
|
-
:param id: The RNA type identifier.
|
|
160812
|
-
:type id: str | None
|
|
160813
|
-
:param default:
|
|
160814
|
-
:return: The class or default when not found.
|
|
160815
|
-
:rtype: typing.Any
|
|
160816
|
-
"""
|
|
160817
|
-
|
|
160818
|
-
class GeometryNodeDeformCurvesOnSurface(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160819
|
-
"""Translate and rotate curves based on changes between the objects original and evaluated surface mesh"""
|
|
160820
|
-
|
|
160821
161266
|
@classmethod
|
|
160822
161267
|
def is_registered_node_type(cls) -> bool:
|
|
160823
161268
|
"""True if a registered node type
|
|
@@ -160878,20 +161323,10 @@ class GeometryNodeDeformCurvesOnSurface(GeometryNode, NodeInternal, Node, bpy_st
|
|
|
160878
161323
|
:rtype: typing.Any
|
|
160879
161324
|
"""
|
|
160880
161325
|
|
|
160881
|
-
class
|
|
160882
|
-
|
|
160883
|
-
|
|
160884
|
-
|
|
160885
|
-
""" Which domain to delete in
|
|
160886
|
-
|
|
160887
|
-
:type: bpy.stub_internal.rna_enums.AttributeDomainWithoutCornerItems
|
|
160888
|
-
"""
|
|
160889
|
-
|
|
160890
|
-
mode: typing.Literal["ALL", "EDGE_FACE", "ONLY_FACE"]
|
|
160891
|
-
""" Which parts of the mesh component to delete
|
|
160892
|
-
|
|
160893
|
-
:type: typing.Literal['ALL','EDGE_FACE','ONLY_FACE']
|
|
160894
|
-
"""
|
|
161326
|
+
class GeometryNodeDistributePointsInVolume(
|
|
161327
|
+
GeometryNode, NodeInternal, Node, bpy_struct
|
|
161328
|
+
):
|
|
161329
|
+
"""Generate points inside a volume"""
|
|
160895
161330
|
|
|
160896
161331
|
@classmethod
|
|
160897
161332
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -160953,13 +161388,19 @@ class GeometryNodeDeleteGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
160953
161388
|
:rtype: typing.Any
|
|
160954
161389
|
"""
|
|
160955
161390
|
|
|
160956
|
-
class
|
|
160957
|
-
"""Generate points
|
|
161391
|
+
class GeometryNodeDistributePointsOnFaces(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161392
|
+
"""Generate points spread out on the surface of a mesh"""
|
|
160958
161393
|
|
|
160959
|
-
|
|
161394
|
+
distribute_method: typing.Literal["RANDOM", "POISSON"]
|
|
160960
161395
|
""" Method to use for scattering points
|
|
160961
161396
|
|
|
160962
|
-
:type: typing.Literal['
|
|
161397
|
+
:type: typing.Literal['RANDOM','POISSON']
|
|
161398
|
+
"""
|
|
161399
|
+
|
|
161400
|
+
use_legacy_normal: bool
|
|
161401
|
+
""" Output the normal and rotation values that have been output before the node started taking smooth normals into account
|
|
161402
|
+
|
|
161403
|
+
:type: bool
|
|
160963
161404
|
"""
|
|
160964
161405
|
|
|
160965
161406
|
@classmethod
|
|
@@ -161022,10 +161463,8 @@ class GeometryNodeDistributePointsInGrid(GeometryNode, NodeInternal, Node, bpy_s
|
|
|
161022
161463
|
:rtype: typing.Any
|
|
161023
161464
|
"""
|
|
161024
161465
|
|
|
161025
|
-
class
|
|
161026
|
-
|
|
161027
|
-
):
|
|
161028
|
-
"""Generate points inside a volume"""
|
|
161466
|
+
class GeometryNodeDualMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161467
|
+
"""Convert Faces into vertices and vertices into faces"""
|
|
161029
161468
|
|
|
161030
161469
|
@classmethod
|
|
161031
161470
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -161087,19 +161526,13 @@ class GeometryNodeDistributePointsInVolume(
|
|
|
161087
161526
|
:rtype: typing.Any
|
|
161088
161527
|
"""
|
|
161089
161528
|
|
|
161090
|
-
class
|
|
161091
|
-
"""Generate
|
|
161092
|
-
|
|
161093
|
-
distribute_method: typing.Literal["RANDOM", "POISSON"]
|
|
161094
|
-
""" Method to use for scattering points
|
|
161095
|
-
|
|
161096
|
-
:type: typing.Literal['RANDOM','POISSON']
|
|
161097
|
-
"""
|
|
161529
|
+
class GeometryNodeDuplicateElements(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161530
|
+
"""Generate an arbitrary number copies of each selected input element"""
|
|
161098
161531
|
|
|
161099
|
-
|
|
161100
|
-
"""
|
|
161532
|
+
domain: typing.Literal["POINT", "EDGE", "FACE", "SPLINE", "LAYER", "INSTANCE"]
|
|
161533
|
+
""" Which domain to duplicate
|
|
161101
161534
|
|
|
161102
|
-
:type:
|
|
161535
|
+
:type: typing.Literal['POINT','EDGE','FACE','SPLINE','LAYER','INSTANCE']
|
|
161103
161536
|
"""
|
|
161104
161537
|
|
|
161105
161538
|
@classmethod
|
|
@@ -161162,8 +161595,8 @@ class GeometryNodeDistributePointsOnFaces(GeometryNode, NodeInternal, Node, bpy_
|
|
|
161162
161595
|
:rtype: typing.Any
|
|
161163
161596
|
"""
|
|
161164
161597
|
|
|
161165
|
-
class
|
|
161166
|
-
"""
|
|
161598
|
+
class GeometryNodeEdgePathsToCurves(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161599
|
+
"""Output curves following paths across mesh edges"""
|
|
161167
161600
|
|
|
161168
161601
|
@classmethod
|
|
161169
161602
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -161225,14 +161658,8 @@ class GeometryNodeDualMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
161225
161658
|
:rtype: typing.Any
|
|
161226
161659
|
"""
|
|
161227
161660
|
|
|
161228
|
-
class
|
|
161229
|
-
"""
|
|
161230
|
-
|
|
161231
|
-
domain: typing.Literal["POINT", "EDGE", "FACE", "SPLINE", "LAYER", "INSTANCE"]
|
|
161232
|
-
""" Which domain to duplicate
|
|
161233
|
-
|
|
161234
|
-
:type: typing.Literal['POINT','EDGE','FACE','SPLINE','LAYER','INSTANCE']
|
|
161235
|
-
"""
|
|
161661
|
+
class GeometryNodeEdgePathsToSelection(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161662
|
+
"""Output a selection of edges by following paths across mesh edges"""
|
|
161236
161663
|
|
|
161237
161664
|
@classmethod
|
|
161238
161665
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -161294,8 +161721,8 @@ class GeometryNodeDuplicateElements(GeometryNode, NodeInternal, Node, bpy_struct
|
|
|
161294
161721
|
:rtype: typing.Any
|
|
161295
161722
|
"""
|
|
161296
161723
|
|
|
161297
|
-
class
|
|
161298
|
-
"""
|
|
161724
|
+
class GeometryNodeEdgesOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161725
|
+
"""Retrieve the edges on both sides of a face corner"""
|
|
161299
161726
|
|
|
161300
161727
|
@classmethod
|
|
161301
161728
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -161357,8 +161784,8 @@ class GeometryNodeEdgePathsToCurves(GeometryNode, NodeInternal, Node, bpy_struct
|
|
|
161357
161784
|
:rtype: typing.Any
|
|
161358
161785
|
"""
|
|
161359
161786
|
|
|
161360
|
-
class
|
|
161361
|
-
"""
|
|
161787
|
+
class GeometryNodeEdgesOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161788
|
+
"""Retrieve the edges connected to each vertex"""
|
|
161362
161789
|
|
|
161363
161790
|
@classmethod
|
|
161364
161791
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -161420,8 +161847,8 @@ class GeometryNodeEdgePathsToSelection(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
161420
161847
|
:rtype: typing.Any
|
|
161421
161848
|
"""
|
|
161422
161849
|
|
|
161423
|
-
class
|
|
161424
|
-
"""
|
|
161850
|
+
class GeometryNodeEdgesToFaceGroups(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161851
|
+
"""Group faces into regions surrounded by the selected boundary edges"""
|
|
161425
161852
|
|
|
161426
161853
|
@classmethod
|
|
161427
161854
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -161483,8 +161910,14 @@ class GeometryNodeEdgesOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
161483
161910
|
:rtype: typing.Any
|
|
161484
161911
|
"""
|
|
161485
161912
|
|
|
161486
|
-
class
|
|
161487
|
-
"""
|
|
161913
|
+
class GeometryNodeExtrudeMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161914
|
+
"""Generate new vertices, edges, or faces from selected elements and move them based on an offset while keeping them connected by their boundary"""
|
|
161915
|
+
|
|
161916
|
+
mode: typing.Literal["VERTICES", "EDGES", "FACES"]
|
|
161917
|
+
"""
|
|
161918
|
+
|
|
161919
|
+
:type: typing.Literal['VERTICES','EDGES','FACES']
|
|
161920
|
+
"""
|
|
161488
161921
|
|
|
161489
161922
|
@classmethod
|
|
161490
161923
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -161546,8 +161979,8 @@ class GeometryNodeEdgesOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
161546
161979
|
:rtype: typing.Any
|
|
161547
161980
|
"""
|
|
161548
161981
|
|
|
161549
|
-
class
|
|
161550
|
-
"""
|
|
161982
|
+
class GeometryNodeFaceOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161983
|
+
"""Retrieve the face each face corner is part of"""
|
|
161551
161984
|
|
|
161552
161985
|
@classmethod
|
|
161553
161986
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -161609,13 +162042,19 @@ class GeometryNodeEdgesToFaceGroups(GeometryNode, NodeInternal, Node, bpy_struct
|
|
|
161609
162042
|
:rtype: typing.Any
|
|
161610
162043
|
"""
|
|
161611
162044
|
|
|
161612
|
-
class
|
|
161613
|
-
"""
|
|
162045
|
+
class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
162046
|
+
"""Retrieve data of other elements in the contexts geometry"""
|
|
161614
162047
|
|
|
161615
|
-
|
|
162048
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
161616
162049
|
"""
|
|
161617
162050
|
|
|
161618
|
-
:type:
|
|
162051
|
+
:type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
162052
|
+
"""
|
|
162053
|
+
|
|
162054
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
162055
|
+
""" Domain the field is evaluated in
|
|
162056
|
+
|
|
162057
|
+
:type: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
161619
162058
|
"""
|
|
161620
162059
|
|
|
161621
162060
|
@classmethod
|
|
@@ -161678,8 +162117,20 @@ class GeometryNodeExtrudeMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
161678
162117
|
:rtype: typing.Any
|
|
161679
162118
|
"""
|
|
161680
162119
|
|
|
161681
|
-
class
|
|
161682
|
-
"""
|
|
162120
|
+
class GeometryNodeFieldAverage(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
162121
|
+
"""Calculate the mean and median of a given field"""
|
|
162122
|
+
|
|
162123
|
+
data_type: typing.Literal["FLOAT", "FLOAT_VECTOR"]
|
|
162124
|
+
""" Type of data the outputs are calculated from
|
|
162125
|
+
|
|
162126
|
+
:type: typing.Literal['FLOAT','FLOAT_VECTOR']
|
|
162127
|
+
"""
|
|
162128
|
+
|
|
162129
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
162130
|
+
"""
|
|
162131
|
+
|
|
162132
|
+
:type: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
162133
|
+
"""
|
|
161683
162134
|
|
|
161684
162135
|
@classmethod
|
|
161685
162136
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -161741,17 +162192,17 @@ class GeometryNodeFaceOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
161741
162192
|
:rtype: typing.Any
|
|
161742
162193
|
"""
|
|
161743
162194
|
|
|
161744
|
-
class
|
|
161745
|
-
"""
|
|
162195
|
+
class GeometryNodeFieldMinAndMax(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
162196
|
+
"""Calculate the minimum and maximum of a given field"""
|
|
161746
162197
|
|
|
161747
|
-
data_type:
|
|
161748
|
-
"""
|
|
162198
|
+
data_type: typing.Literal["FLOAT", "INT", "FLOAT_VECTOR"]
|
|
162199
|
+
""" Type of data the outputs are calculated from
|
|
161749
162200
|
|
|
161750
|
-
:type:
|
|
162201
|
+
:type: typing.Literal['FLOAT','INT','FLOAT_VECTOR']
|
|
161751
162202
|
"""
|
|
161752
162203
|
|
|
161753
162204
|
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
161754
|
-
"""
|
|
162205
|
+
"""
|
|
161755
162206
|
|
|
161756
162207
|
:type: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
161757
162208
|
"""
|
|
@@ -161816,17 +162267,17 @@ class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
161816
162267
|
:rtype: typing.Any
|
|
161817
162268
|
"""
|
|
161818
162269
|
|
|
161819
|
-
class
|
|
161820
|
-
"""
|
|
162270
|
+
class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
162271
|
+
"""Retrieve values from a field on a different domain besides the domain from the context"""
|
|
161821
162272
|
|
|
161822
|
-
data_type:
|
|
161823
|
-
"""
|
|
162273
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
162274
|
+
"""
|
|
161824
162275
|
|
|
161825
|
-
:type:
|
|
162276
|
+
:type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
161826
162277
|
"""
|
|
161827
162278
|
|
|
161828
162279
|
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
161829
|
-
"""
|
|
162280
|
+
""" Domain the field is evaluated in
|
|
161830
162281
|
|
|
161831
162282
|
:type: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
161832
162283
|
"""
|
|
@@ -161891,19 +162342,31 @@ class GeometryNodeFieldAverage(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
161891
162342
|
:rtype: typing.Any
|
|
161892
162343
|
"""
|
|
161893
162344
|
|
|
161894
|
-
class
|
|
161895
|
-
"""
|
|
162345
|
+
class GeometryNodeFieldToGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
162346
|
+
"""Create new grids by evaluating new values on an existing volume grid topology"""
|
|
161896
162347
|
|
|
161897
|
-
|
|
161898
|
-
"""
|
|
162348
|
+
active_index: int | None
|
|
162349
|
+
""" Index of the active item
|
|
161899
162350
|
|
|
161900
|
-
:type:
|
|
162351
|
+
:type: int | None
|
|
161901
162352
|
"""
|
|
161902
162353
|
|
|
161903
|
-
|
|
162354
|
+
active_item: RepeatItem | None
|
|
162355
|
+
""" Index of the active item
|
|
162356
|
+
|
|
162357
|
+
:type: RepeatItem | None
|
|
162358
|
+
"""
|
|
162359
|
+
|
|
162360
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
162361
|
+
""" Data type for topology grid
|
|
162362
|
+
|
|
162363
|
+
:type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
162364
|
+
"""
|
|
162365
|
+
|
|
162366
|
+
grid_items: GeometryNodeFieldToGridItems
|
|
161904
162367
|
"""
|
|
161905
162368
|
|
|
161906
|
-
:type:
|
|
162369
|
+
:type: GeometryNodeFieldToGridItems
|
|
161907
162370
|
"""
|
|
161908
162371
|
|
|
161909
162372
|
@classmethod
|
|
@@ -161966,48 +162429,30 @@ class GeometryNodeFieldMinAndMax(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
161966
162429
|
:rtype: typing.Any
|
|
161967
162430
|
"""
|
|
161968
162431
|
|
|
161969
|
-
class
|
|
161970
|
-
|
|
161971
|
-
|
|
161972
|
-
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
161973
|
-
"""
|
|
162432
|
+
class GeometryNodeFieldToGridItem(bpy_struct):
|
|
162433
|
+
color: bpy_prop_array[float]
|
|
162434
|
+
""" Color of the corresponding socket type in the node editor
|
|
161974
162435
|
|
|
161975
|
-
:type:
|
|
162436
|
+
:type: bpy_prop_array[float]
|
|
161976
162437
|
"""
|
|
161977
162438
|
|
|
161978
|
-
|
|
161979
|
-
"""
|
|
162439
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
162440
|
+
"""
|
|
161980
162441
|
|
|
161981
|
-
:type: bpy.stub_internal.rna_enums.
|
|
162442
|
+
:type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
161982
162443
|
"""
|
|
161983
162444
|
|
|
161984
|
-
|
|
161985
|
-
|
|
161986
|
-
"""True if a registered node type
|
|
161987
|
-
|
|
161988
|
-
:return: Result
|
|
161989
|
-
:rtype: bool
|
|
161990
|
-
"""
|
|
161991
|
-
|
|
161992
|
-
@classmethod
|
|
161993
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
161994
|
-
"""Input socket template
|
|
162445
|
+
identifier: int
|
|
162446
|
+
"""
|
|
161995
162447
|
|
|
161996
|
-
|
|
161997
|
-
|
|
161998
|
-
:return: result
|
|
161999
|
-
:rtype: NodeInternalSocketTemplate
|
|
162000
|
-
"""
|
|
162448
|
+
:type: int
|
|
162449
|
+
"""
|
|
162001
162450
|
|
|
162002
|
-
|
|
162003
|
-
|
|
162004
|
-
"""Output socket template
|
|
162451
|
+
name: str
|
|
162452
|
+
"""
|
|
162005
162453
|
|
|
162006
|
-
|
|
162007
|
-
|
|
162008
|
-
:return: result
|
|
162009
|
-
:rtype: NodeInternalSocketTemplate
|
|
162010
|
-
"""
|
|
162454
|
+
:type: str
|
|
162455
|
+
"""
|
|
162011
162456
|
|
|
162012
162457
|
@classmethod
|
|
162013
162458
|
def bl_rna_get_subclass(
|
|
@@ -199323,6 +199768,69 @@ class NodeInternalSocketTemplate(bpy_struct):
|
|
|
199323
199768
|
:rtype: typing.Any
|
|
199324
199769
|
"""
|
|
199325
199770
|
|
|
199771
|
+
class NodeJoinBundle(NodeInternal, Node, bpy_struct):
|
|
199772
|
+
"""Join multiple bundles together"""
|
|
199773
|
+
|
|
199774
|
+
@classmethod
|
|
199775
|
+
def is_registered_node_type(cls) -> bool:
|
|
199776
|
+
"""True if a registered node type
|
|
199777
|
+
|
|
199778
|
+
:return: Result
|
|
199779
|
+
:rtype: bool
|
|
199780
|
+
"""
|
|
199781
|
+
|
|
199782
|
+
@classmethod
|
|
199783
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
199784
|
+
"""Input socket template
|
|
199785
|
+
|
|
199786
|
+
:param index: Index
|
|
199787
|
+
:type index: int | None
|
|
199788
|
+
:return: result
|
|
199789
|
+
:rtype: NodeInternalSocketTemplate
|
|
199790
|
+
"""
|
|
199791
|
+
|
|
199792
|
+
@classmethod
|
|
199793
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
199794
|
+
"""Output socket template
|
|
199795
|
+
|
|
199796
|
+
:param index: Index
|
|
199797
|
+
:type index: int | None
|
|
199798
|
+
:return: result
|
|
199799
|
+
:rtype: NodeInternalSocketTemplate
|
|
199800
|
+
"""
|
|
199801
|
+
|
|
199802
|
+
@classmethod
|
|
199803
|
+
def bl_rna_get_subclass(
|
|
199804
|
+
cls,
|
|
199805
|
+
id: str | None,
|
|
199806
|
+
default=None,
|
|
199807
|
+
/,
|
|
199808
|
+
) -> Struct:
|
|
199809
|
+
"""
|
|
199810
|
+
|
|
199811
|
+
:param id: The RNA type identifier.
|
|
199812
|
+
:type id: str | None
|
|
199813
|
+
:param default:
|
|
199814
|
+
:return: The RNA type or default when not found.
|
|
199815
|
+
:rtype: Struct
|
|
199816
|
+
"""
|
|
199817
|
+
|
|
199818
|
+
@classmethod
|
|
199819
|
+
def bl_rna_get_subclass_py(
|
|
199820
|
+
cls,
|
|
199821
|
+
id: str | None,
|
|
199822
|
+
default=None,
|
|
199823
|
+
/,
|
|
199824
|
+
) -> typing.Any:
|
|
199825
|
+
"""
|
|
199826
|
+
|
|
199827
|
+
:param id: The RNA type identifier.
|
|
199828
|
+
:type id: str | None
|
|
199829
|
+
:param default:
|
|
199830
|
+
:return: The class or default when not found.
|
|
199831
|
+
:rtype: typing.Any
|
|
199832
|
+
"""
|
|
199833
|
+
|
|
199326
199834
|
class NodeLink(bpy_struct):
|
|
199327
199835
|
"""Link between nodes in a node tree"""
|
|
199328
199836
|
|
|
@@ -211565,7 +212073,7 @@ class Paint(bpy_struct):
|
|
|
211565
212073
|
"""
|
|
211566
212074
|
|
|
211567
212075
|
show_jitter_curve: bool
|
|
211568
|
-
"""
|
|
212076
|
+
"""
|
|
211569
212077
|
|
|
211570
212078
|
:type: bool
|
|
211571
212079
|
"""
|
|
@@ -211577,13 +212085,13 @@ class Paint(bpy_struct):
|
|
|
211577
212085
|
"""
|
|
211578
212086
|
|
|
211579
212087
|
show_size_curve: bool
|
|
211580
|
-
"""
|
|
212088
|
+
"""
|
|
211581
212089
|
|
|
211582
212090
|
:type: bool
|
|
211583
212091
|
"""
|
|
211584
212092
|
|
|
211585
212093
|
show_strength_curve: bool
|
|
211586
|
-
"""
|
|
212094
|
+
"""
|
|
211587
212095
|
|
|
211588
212096
|
:type: bool
|
|
211589
212097
|
"""
|
|
@@ -217181,6 +217689,12 @@ class PreferencesInput(bpy_struct):
|
|
|
217181
217689
|
:type: WalkNavigation
|
|
217182
217690
|
"""
|
|
217183
217691
|
|
|
217692
|
+
xr_navigation: XrNavigation
|
|
217693
|
+
""" Settings for navigation in XR
|
|
217694
|
+
|
|
217695
|
+
:type: XrNavigation
|
|
217696
|
+
"""
|
|
217697
|
+
|
|
217184
217698
|
@classmethod
|
|
217185
217699
|
def bl_rna_get_subclass(
|
|
217186
217700
|
cls,
|
|
@@ -239819,7 +240333,6 @@ class Strip(bpy_struct):
|
|
|
239819
240333
|
"MULTIPLY",
|
|
239820
240334
|
"WIPE",
|
|
239821
240335
|
"GLOW",
|
|
239822
|
-
"TRANSFORM",
|
|
239823
240336
|
"COLOR",
|
|
239824
240337
|
"SPEED",
|
|
239825
240338
|
"MULTICAM",
|
|
@@ -239830,7 +240343,7 @@ class Strip(bpy_struct):
|
|
|
239830
240343
|
]
|
|
239831
240344
|
"""
|
|
239832
240345
|
|
|
239833
|
-
:type: typing.Literal['IMAGE','META','SCENE','MOVIE','MOVIECLIP','MASK','SOUND','CROSS','ADD','SUBTRACT','ALPHA_OVER','ALPHA_UNDER','GAMMA_CROSS','MULTIPLY','WIPE','GLOW','
|
|
240346
|
+
:type: typing.Literal['IMAGE','META','SCENE','MOVIE','MOVIECLIP','MASK','SOUND','CROSS','ADD','SUBTRACT','ALPHA_OVER','ALPHA_UNDER','GAMMA_CROSS','MULTIPLY','WIPE','GLOW','COLOR','SPEED','MULTICAM','ADJUSTMENT','GAUSSIAN_BLUR','TEXT','COLORMIX']
|
|
239834
240347
|
"""
|
|
239835
240348
|
|
|
239836
240349
|
use_default_fade: bool
|
|
@@ -250272,101 +250785,6 @@ class TransformOrientationSlot(bpy_struct):
|
|
|
250272
250785
|
:rtype: typing.Any
|
|
250273
250786
|
"""
|
|
250274
250787
|
|
|
250275
|
-
class TransformStrip(EffectStrip, Strip, bpy_struct):
|
|
250276
|
-
"""Sequence strip applying affine transformations to other strips"""
|
|
250277
|
-
|
|
250278
|
-
input_1: Strip
|
|
250279
|
-
""" First input for the effect strip
|
|
250280
|
-
|
|
250281
|
-
:type: Strip
|
|
250282
|
-
"""
|
|
250283
|
-
|
|
250284
|
-
input_count: int
|
|
250285
|
-
"""
|
|
250286
|
-
|
|
250287
|
-
:type: int
|
|
250288
|
-
"""
|
|
250289
|
-
|
|
250290
|
-
interpolation: typing.Literal["NONE", "BILINEAR", "BICUBIC"]
|
|
250291
|
-
""" Method to determine how missing pixels are created
|
|
250292
|
-
|
|
250293
|
-
:type: typing.Literal['NONE','BILINEAR','BICUBIC']
|
|
250294
|
-
"""
|
|
250295
|
-
|
|
250296
|
-
rotation_start: float
|
|
250297
|
-
""" Degrees to rotate the input
|
|
250298
|
-
|
|
250299
|
-
:type: float
|
|
250300
|
-
"""
|
|
250301
|
-
|
|
250302
|
-
scale_start_x: float
|
|
250303
|
-
""" Amount to scale the input in the X axis
|
|
250304
|
-
|
|
250305
|
-
:type: float
|
|
250306
|
-
"""
|
|
250307
|
-
|
|
250308
|
-
scale_start_y: float
|
|
250309
|
-
""" Amount to scale the input in the Y axis
|
|
250310
|
-
|
|
250311
|
-
:type: float
|
|
250312
|
-
"""
|
|
250313
|
-
|
|
250314
|
-
translate_start_x: float
|
|
250315
|
-
""" Amount to move the input on the X axis
|
|
250316
|
-
|
|
250317
|
-
:type: float
|
|
250318
|
-
"""
|
|
250319
|
-
|
|
250320
|
-
translate_start_y: float
|
|
250321
|
-
""" Amount to move the input on the Y axis
|
|
250322
|
-
|
|
250323
|
-
:type: float
|
|
250324
|
-
"""
|
|
250325
|
-
|
|
250326
|
-
translation_unit: typing.Literal["PIXELS", "PERCENT"]
|
|
250327
|
-
""" Unit of measure to translate the input
|
|
250328
|
-
|
|
250329
|
-
:type: typing.Literal['PIXELS','PERCENT']
|
|
250330
|
-
"""
|
|
250331
|
-
|
|
250332
|
-
use_uniform_scale: bool
|
|
250333
|
-
""" Scale uniformly, preserving aspect ratio
|
|
250334
|
-
|
|
250335
|
-
:type: bool
|
|
250336
|
-
"""
|
|
250337
|
-
|
|
250338
|
-
@classmethod
|
|
250339
|
-
def bl_rna_get_subclass(
|
|
250340
|
-
cls,
|
|
250341
|
-
id: str | None,
|
|
250342
|
-
default=None,
|
|
250343
|
-
/,
|
|
250344
|
-
) -> Struct:
|
|
250345
|
-
"""
|
|
250346
|
-
|
|
250347
|
-
:param id: The RNA type identifier.
|
|
250348
|
-
:type id: str | None
|
|
250349
|
-
:param default:
|
|
250350
|
-
:return: The RNA type or default when not found.
|
|
250351
|
-
:rtype: Struct
|
|
250352
|
-
"""
|
|
250353
|
-
|
|
250354
|
-
@classmethod
|
|
250355
|
-
def bl_rna_get_subclass_py(
|
|
250356
|
-
cls,
|
|
250357
|
-
id: str | None,
|
|
250358
|
-
default=None,
|
|
250359
|
-
/,
|
|
250360
|
-
) -> typing.Any:
|
|
250361
|
-
"""
|
|
250362
|
-
|
|
250363
|
-
:param id: The RNA type identifier.
|
|
250364
|
-
:type id: str | None
|
|
250365
|
-
:param default:
|
|
250366
|
-
:return: The class or default when not found.
|
|
250367
|
-
:rtype: typing.Any
|
|
250368
|
-
"""
|
|
250369
|
-
|
|
250370
250788
|
class TriangulateModifier(Modifier, bpy_struct):
|
|
250371
250789
|
"""Triangulate Mesh"""
|
|
250372
250790
|
|
|
@@ -260155,6 +260573,71 @@ class XrEventData(bpy_struct):
|
|
|
260155
260573
|
:rtype: typing.Any
|
|
260156
260574
|
"""
|
|
260157
260575
|
|
|
260576
|
+
class XrNavigation(bpy_struct):
|
|
260577
|
+
"""VR navigation settings"""
|
|
260578
|
+
|
|
260579
|
+
invert_rotation: bool
|
|
260580
|
+
""" Reverses the direction of rotation input
|
|
260581
|
+
|
|
260582
|
+
:type: bool
|
|
260583
|
+
"""
|
|
260584
|
+
|
|
260585
|
+
snap_turn: bool
|
|
260586
|
+
""" Instantly rotates the camera by a fixed angle instead of smoothly turning
|
|
260587
|
+
|
|
260588
|
+
:type: bool
|
|
260589
|
+
"""
|
|
260590
|
+
|
|
260591
|
+
turn_amount: float
|
|
260592
|
+
""" Amount in degrees per turn when using snap turn
|
|
260593
|
+
|
|
260594
|
+
:type: float
|
|
260595
|
+
"""
|
|
260596
|
+
|
|
260597
|
+
turn_speed: float
|
|
260598
|
+
""" Turn speed in degrees per second
|
|
260599
|
+
|
|
260600
|
+
:type: float
|
|
260601
|
+
"""
|
|
260602
|
+
|
|
260603
|
+
vignette_intensity: float
|
|
260604
|
+
""" Intensity of vignette that appears when moving
|
|
260605
|
+
|
|
260606
|
+
:type: float
|
|
260607
|
+
"""
|
|
260608
|
+
|
|
260609
|
+
@classmethod
|
|
260610
|
+
def bl_rna_get_subclass(
|
|
260611
|
+
cls,
|
|
260612
|
+
id: str | None,
|
|
260613
|
+
default=None,
|
|
260614
|
+
/,
|
|
260615
|
+
) -> Struct:
|
|
260616
|
+
"""
|
|
260617
|
+
|
|
260618
|
+
:param id: The RNA type identifier.
|
|
260619
|
+
:type id: str | None
|
|
260620
|
+
:param default:
|
|
260621
|
+
:return: The RNA type or default when not found.
|
|
260622
|
+
:rtype: Struct
|
|
260623
|
+
"""
|
|
260624
|
+
|
|
260625
|
+
@classmethod
|
|
260626
|
+
def bl_rna_get_subclass_py(
|
|
260627
|
+
cls,
|
|
260628
|
+
id: str | None,
|
|
260629
|
+
default=None,
|
|
260630
|
+
/,
|
|
260631
|
+
) -> typing.Any:
|
|
260632
|
+
"""
|
|
260633
|
+
|
|
260634
|
+
:param id: The RNA type identifier.
|
|
260635
|
+
:type id: str | None
|
|
260636
|
+
:param default:
|
|
260637
|
+
:return: The class or default when not found.
|
|
260638
|
+
:rtype: typing.Any
|
|
260639
|
+
"""
|
|
260640
|
+
|
|
260158
260641
|
class XrSessionSettings(bpy_struct):
|
|
260159
260642
|
base_pose_angle: float
|
|
260160
260643
|
""" Rotation angle around the Z-Axis to apply the rotation deltas from the VR headset to
|
|
@@ -260204,6 +260687,12 @@ class XrSessionSettings(bpy_struct):
|
|
|
260204
260687
|
:type: typing.Literal['DARK','LIGHT','DARK_RAY','LIGHT_RAY']
|
|
260205
260688
|
"""
|
|
260206
260689
|
|
|
260690
|
+
fly_speed: float
|
|
260691
|
+
""" Fly speed in meters per second
|
|
260692
|
+
|
|
260693
|
+
:type: float
|
|
260694
|
+
"""
|
|
260695
|
+
|
|
260207
260696
|
icon_from_show_object_viewport: int
|
|
260208
260697
|
"""
|
|
260209
260698
|
|