fake-bpy-module 20250930__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/properties_paint_common/__init__.pyi +0 -2
- bl_ui/space_node/__init__.pyi +0 -36
- bmesh/types/__init__.pyi +92 -218
- bpy/ops/node/__init__.pyi +70 -0
- bpy/ops/object/__init__.pyi +1 -1
- bpy/ops/poselib/__init__.pyi +0 -22
- bpy/ops/sequencer/__init__.pyi +5 -10
- bpy/ops/wm/__init__.pyi +107 -12
- bpy/stub_internal/rna_enums/__init__.pyi +3 -1
- bpy/types/__init__.pyi +809 -289
- bpy_extras/anim_utils/__init__.pyi +3 -0
- {fake_bpy_module-20250930.dist-info → fake_bpy_module-20251002.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250930.dist-info → fake_bpy_module-20251002.dist-info}/RECORD +18 -18
- freestyle/utils/__init__.pyi +1 -1
- gpu/types/__init__.pyi +95 -95
- mathutils/geometry/__init__.pyi +22 -3
- {fake_bpy_module-20250930.dist-info → fake_bpy_module-20251002.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250930.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
|
|
@@ -93781,6 +93976,49 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
93781
93976
|
:columns: 2
|
|
93782
93977
|
|
|
93783
93978
|
|
|
93979
|
+
--------------------
|
|
93980
|
+
|
|
93981
|
+
* PreferencesInput.xr_navigation
|
|
93982
|
+
|
|
93983
|
+
:columns: 2
|
|
93984
|
+
|
|
93985
|
+
|
|
93986
|
+
--------------------
|
|
93987
|
+
|
|
93988
|
+
* bpy_struct.id_data
|
|
93989
|
+
|
|
93990
|
+
:columns: 2
|
|
93991
|
+
|
|
93992
|
+
|
|
93993
|
+
--------------------
|
|
93994
|
+
|
|
93995
|
+
* bpy_struct.as_pointer
|
|
93996
|
+
* bpy_struct.driver_add
|
|
93997
|
+
* bpy_struct.driver_remove
|
|
93998
|
+
* bpy_struct.get
|
|
93999
|
+
* bpy_struct.id_properties_clear
|
|
94000
|
+
* bpy_struct.id_properties_ensure
|
|
94001
|
+
* bpy_struct.id_properties_ui
|
|
94002
|
+
* bpy_struct.is_property_hidden
|
|
94003
|
+
* bpy_struct.is_property_overridable_library
|
|
94004
|
+
* bpy_struct.is_property_readonly
|
|
94005
|
+
* bpy_struct.is_property_set
|
|
94006
|
+
* bpy_struct.items
|
|
94007
|
+
* bpy_struct.keyframe_delete
|
|
94008
|
+
* bpy_struct.keyframe_insert
|
|
94009
|
+
* bpy_struct.keys
|
|
94010
|
+
* bpy_struct.path_from_id
|
|
94011
|
+
* bpy_struct.path_resolve
|
|
94012
|
+
* bpy_struct.pop
|
|
94013
|
+
* bpy_struct.property_overridable_library_set
|
|
94014
|
+
* bpy_struct.property_unset
|
|
94015
|
+
* bpy_struct.rna_ancestors
|
|
94016
|
+
* bpy_struct.type_recast
|
|
94017
|
+
* bpy_struct.values
|
|
94018
|
+
|
|
94019
|
+
:columns: 2
|
|
94020
|
+
|
|
94021
|
+
|
|
93784
94022
|
--------------------
|
|
93785
94023
|
|
|
93786
94024
|
* ClothModifier.collision_settings
|
|
@@ -106153,7 +106391,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
106153
106391
|
* ShaderNodeVectorCurve.mapping
|
|
106154
106392
|
* TextureNodeCurveRGB.mapping
|
|
106155
106393
|
* TextureNodeCurveTime.curve
|
|
106156
|
-
* UvSculpt.
|
|
106394
|
+
* UvSculpt.curve_distance_falloff
|
|
106157
106395
|
* VertexWeightEditModifier.map_curve
|
|
106158
106396
|
* VertexWeightProximityModifier.map_curve
|
|
106159
106397
|
* WarpModifier.falloff_curve
|
|
@@ -108924,6 +109162,7 @@ Menu.poll function.
|
|
|
108924
109162
|
* Action.fcurve_ensure_for_datablock
|
|
108925
109163
|
* Action.fcurves
|
|
108926
109164
|
* ActionChannelbag.fcurves
|
|
109165
|
+
* ActionChannelbagFCurves.ensure
|
|
108927
109166
|
* ActionChannelbagFCurves.find
|
|
108928
109167
|
* ActionChannelbagFCurves.new
|
|
108929
109168
|
* ActionChannelbagFCurves.remove
|
|
@@ -112087,17 +112326,36 @@ class AOVs(bpy_prop_collection[AOV], bpy_struct):
|
|
|
112087
112326
|
class ActionChannelbagFCurves(bpy_prop_collection[FCurve], bpy_struct):
|
|
112088
112327
|
"""Collection of F-Curves for a specific action slot, on a specific strip"""
|
|
112089
112328
|
|
|
112090
|
-
def new(
|
|
112329
|
+
def new(
|
|
112330
|
+
self, data_path: str, *, index: int | None = 0, group_name: str = ""
|
|
112331
|
+
) -> FCurve:
|
|
112091
112332
|
"""Add an F-Curve to the channelbag
|
|
112092
112333
|
|
|
112093
112334
|
:param data_path: Data Path, F-Curve data path to use
|
|
112094
112335
|
:type data_path: str
|
|
112095
112336
|
:param index: Index, Array index
|
|
112096
112337
|
:type index: int | None
|
|
112338
|
+
:param group_name: Group Name, Name of the Group for this F-Curve, will be created if it does not exist yet
|
|
112339
|
+
:type group_name: str
|
|
112097
112340
|
:return: Newly created F-Curve
|
|
112098
112341
|
:rtype: FCurve
|
|
112099
112342
|
"""
|
|
112100
112343
|
|
|
112344
|
+
def ensure(
|
|
112345
|
+
self, data_path: str, *, index: int | None = 0, group_name: str = ""
|
|
112346
|
+
) -> FCurve:
|
|
112347
|
+
"""Returns the F-Curve if it already exists, and creates it if necessary
|
|
112348
|
+
|
|
112349
|
+
:param data_path: Data Path, F-Curve data path to use
|
|
112350
|
+
:type data_path: str
|
|
112351
|
+
:param index: Index, Array index
|
|
112352
|
+
:type index: int | None
|
|
112353
|
+
:param group_name: Group Name, Name of the Group for this F-Curve, will be created if it does not exist yet. This parameter is ignored if the F-Curve already exists
|
|
112354
|
+
:type group_name: str
|
|
112355
|
+
:return: Found or newly created F-Curve
|
|
112356
|
+
:rtype: FCurve
|
|
112357
|
+
"""
|
|
112358
|
+
|
|
112101
112359
|
def find(self, data_path: str, *, index: int | None = 0) -> FCurve:
|
|
112102
112360
|
"""Find an F-Curve. Note that this function performs a linear scan of all F-Curves in the channelbag.
|
|
112103
112361
|
|
|
@@ -117283,31 +117541,84 @@ class FCurveKeyframePoints(bpy_prop_collection[Keyframe], bpy_struct):
|
|
|
117283
117541
|
:rtype: typing.Any
|
|
117284
117542
|
"""
|
|
117285
117543
|
|
|
117286
|
-
class FCurveModifiers(bpy_prop_collection[FModifier], bpy_struct):
|
|
117287
|
-
"""Collection of F-Curve Modifiers"""
|
|
117288
|
-
|
|
117289
|
-
active: FModifier | None
|
|
117290
|
-
""" Active F-Curve Modifier
|
|
117291
|
-
|
|
117292
|
-
:type: FModifier | None
|
|
117293
|
-
"""
|
|
117544
|
+
class FCurveModifiers(bpy_prop_collection[FModifier], bpy_struct):
|
|
117545
|
+
"""Collection of F-Curve Modifiers"""
|
|
117546
|
+
|
|
117547
|
+
active: FModifier | None
|
|
117548
|
+
""" Active F-Curve Modifier
|
|
117549
|
+
|
|
117550
|
+
:type: FModifier | None
|
|
117551
|
+
"""
|
|
117552
|
+
|
|
117553
|
+
def new(
|
|
117554
|
+
self, type: bpy.stub_internal.rna_enums.FmodifierTypeItems | None
|
|
117555
|
+
) -> FModifier:
|
|
117556
|
+
"""Add a constraint to this object
|
|
117557
|
+
|
|
117558
|
+
:param type: Constraint type to add
|
|
117559
|
+
:type type: bpy.stub_internal.rna_enums.FmodifierTypeItems | None
|
|
117560
|
+
:return: New fmodifier
|
|
117561
|
+
:rtype: FModifier
|
|
117562
|
+
"""
|
|
117563
|
+
|
|
117564
|
+
def remove(self, modifier: FModifier) -> None:
|
|
117565
|
+
"""Remove a modifier from this F-Curve
|
|
117566
|
+
|
|
117567
|
+
:param modifier: Removed modifier
|
|
117568
|
+
:type modifier: FModifier
|
|
117569
|
+
"""
|
|
117570
|
+
|
|
117571
|
+
@classmethod
|
|
117572
|
+
def bl_rna_get_subclass(
|
|
117573
|
+
cls,
|
|
117574
|
+
id: str | None,
|
|
117575
|
+
default=None,
|
|
117576
|
+
/,
|
|
117577
|
+
) -> Struct:
|
|
117578
|
+
"""
|
|
117579
|
+
|
|
117580
|
+
:param id: The RNA type identifier.
|
|
117581
|
+
:type id: str | None
|
|
117582
|
+
:param default:
|
|
117583
|
+
:return: The RNA type or default when not found.
|
|
117584
|
+
:rtype: Struct
|
|
117585
|
+
"""
|
|
117586
|
+
|
|
117587
|
+
@classmethod
|
|
117588
|
+
def bl_rna_get_subclass_py(
|
|
117589
|
+
cls,
|
|
117590
|
+
id: str | None,
|
|
117591
|
+
default=None,
|
|
117592
|
+
/,
|
|
117593
|
+
) -> typing.Any:
|
|
117594
|
+
"""
|
|
117595
|
+
|
|
117596
|
+
:param id: The RNA type identifier.
|
|
117597
|
+
:type id: str | None
|
|
117598
|
+
:param default:
|
|
117599
|
+
:return: The class or default when not found.
|
|
117600
|
+
:rtype: typing.Any
|
|
117601
|
+
"""
|
|
117602
|
+
|
|
117603
|
+
class FModifierEnvelopeControlPoints(
|
|
117604
|
+
bpy_prop_collection[FModifierEnvelopeControlPoint], bpy_struct
|
|
117605
|
+
):
|
|
117606
|
+
"""Control points defining the shape of the envelope"""
|
|
117294
117607
|
|
|
117295
|
-
def
|
|
117296
|
-
|
|
117297
|
-
) -> FModifier:
|
|
117298
|
-
"""Add a constraint to this object
|
|
117608
|
+
def add(self, frame: float | None) -> FModifierEnvelopeControlPoint:
|
|
117609
|
+
"""Add a control point to a FModifierEnvelope
|
|
117299
117610
|
|
|
117300
|
-
:param
|
|
117301
|
-
:type
|
|
117302
|
-
:return:
|
|
117303
|
-
:rtype:
|
|
117611
|
+
:param frame: Frame to add this control-point
|
|
117612
|
+
:type frame: float | None
|
|
117613
|
+
:return: Newly created control-point
|
|
117614
|
+
:rtype: FModifierEnvelopeControlPoint
|
|
117304
117615
|
"""
|
|
117305
117616
|
|
|
117306
|
-
def remove(self,
|
|
117307
|
-
"""Remove a
|
|
117617
|
+
def remove(self, point: FModifierEnvelopeControlPoint) -> None:
|
|
117618
|
+
"""Remove a control-point from an FModifierEnvelope
|
|
117308
117619
|
|
|
117309
|
-
:param
|
|
117310
|
-
:type
|
|
117620
|
+
:param point: Control-point to remove
|
|
117621
|
+
:type point: FModifierEnvelopeControlPoint
|
|
117311
117622
|
"""
|
|
117312
117623
|
|
|
117313
117624
|
@classmethod
|
|
@@ -117342,25 +117653,21 @@ class FCurveModifiers(bpy_prop_collection[FModifier], bpy_struct):
|
|
|
117342
117653
|
:rtype: typing.Any
|
|
117343
117654
|
"""
|
|
117344
117655
|
|
|
117345
|
-
class
|
|
117346
|
-
|
|
117347
|
-
):
|
|
117348
|
-
"""Control points defining the shape of the envelope"""
|
|
117656
|
+
class FreestyleModules(bpy_prop_collection[FreestyleModuleSettings], bpy_struct):
|
|
117657
|
+
"""A list of style modules (to be applied from top to bottom)"""
|
|
117349
117658
|
|
|
117350
|
-
def
|
|
117351
|
-
"""Add a
|
|
117659
|
+
def new(self) -> FreestyleModuleSettings:
|
|
117660
|
+
"""Add a style module to scene render layer Freestyle settings
|
|
117352
117661
|
|
|
117353
|
-
:
|
|
117354
|
-
:
|
|
117355
|
-
:return: Newly created control-point
|
|
117356
|
-
:rtype: FModifierEnvelopeControlPoint
|
|
117662
|
+
:return: Newly created style module
|
|
117663
|
+
:rtype: FreestyleModuleSettings
|
|
117357
117664
|
"""
|
|
117358
117665
|
|
|
117359
|
-
def remove(self,
|
|
117360
|
-
"""Remove a
|
|
117666
|
+
def remove(self, module: FreestyleModuleSettings) -> None:
|
|
117667
|
+
"""Remove a style module from scene render layer Freestyle settings
|
|
117361
117668
|
|
|
117362
|
-
:param
|
|
117363
|
-
:type
|
|
117669
|
+
:param module: Style module to remove
|
|
117670
|
+
:type module: FreestyleModuleSettings
|
|
117364
117671
|
"""
|
|
117365
117672
|
|
|
117366
117673
|
@classmethod
|
|
@@ -117395,21 +117702,43 @@ class FModifierEnvelopeControlPoints(
|
|
|
117395
117702
|
:rtype: typing.Any
|
|
117396
117703
|
"""
|
|
117397
117704
|
|
|
117398
|
-
class
|
|
117399
|
-
|
|
117705
|
+
class GeometryNodeFieldToGridItems(
|
|
117706
|
+
bpy_prop_collection[GeometryNodeFieldToGridItem], bpy_struct
|
|
117707
|
+
):
|
|
117708
|
+
"""Collection of field to grid items"""
|
|
117400
117709
|
|
|
117401
|
-
def new(
|
|
117402
|
-
|
|
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
|
|
117403
117716
|
|
|
117404
|
-
:
|
|
117405
|
-
:
|
|
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
|
|
117406
117723
|
"""
|
|
117407
117724
|
|
|
117408
|
-
def remove(self,
|
|
117409
|
-
"""Remove
|
|
117725
|
+
def remove(self, item: GeometryNodeFieldToGridItem) -> None:
|
|
117726
|
+
"""Remove an item
|
|
117410
117727
|
|
|
117411
|
-
:param
|
|
117412
|
-
:type
|
|
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
|
|
117413
117742
|
"""
|
|
117414
117743
|
|
|
117415
117744
|
@classmethod
|
|
@@ -123180,7 +123509,6 @@ class StripsMeta(bpy_prop_collection[Strip], bpy_struct):
|
|
|
123180
123509
|
"MULTIPLY",
|
|
123181
123510
|
"WIPE",
|
|
123182
123511
|
"GLOW",
|
|
123183
|
-
"TRANSFORM",
|
|
123184
123512
|
"COLOR",
|
|
123185
123513
|
"SPEED",
|
|
123186
123514
|
"MULTICAM",
|
|
@@ -123230,9 +123558,6 @@ class StripsMeta(bpy_prop_collection[Strip], bpy_struct):
|
|
|
123230
123558
|
GLOW
|
|
123231
123559
|
Glow -- Add blur and brightness to light areas.
|
|
123232
123560
|
|
|
123233
|
-
TRANSFORM
|
|
123234
|
-
Transform -- Apply scale, rotation, or translation.
|
|
123235
|
-
|
|
123236
123561
|
COLOR
|
|
123237
123562
|
Color -- Add a simple color strip.
|
|
123238
123563
|
|
|
@@ -123253,7 +123578,7 @@ class StripsMeta(bpy_prop_collection[Strip], bpy_struct):
|
|
|
123253
123578
|
|
|
123254
123579
|
COLORMIX
|
|
123255
123580
|
Color Mix -- Combine two strips using blend modes.
|
|
123256
|
-
: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
|
|
123257
123582
|
:param channel: Channel, The channel for the new strip
|
|
123258
123583
|
:type channel: int | None
|
|
123259
123584
|
:param frame_start: The start frame for the new strip
|
|
@@ -123458,7 +123783,6 @@ class StripsTopLevel(bpy_prop_collection[Strip], bpy_struct):
|
|
|
123458
123783
|
"MULTIPLY",
|
|
123459
123784
|
"WIPE",
|
|
123460
123785
|
"GLOW",
|
|
123461
|
-
"TRANSFORM",
|
|
123462
123786
|
"COLOR",
|
|
123463
123787
|
"SPEED",
|
|
123464
123788
|
"MULTICAM",
|
|
@@ -123508,9 +123832,6 @@ class StripsTopLevel(bpy_prop_collection[Strip], bpy_struct):
|
|
|
123508
123832
|
GLOW
|
|
123509
123833
|
Glow -- Add blur and brightness to light areas.
|
|
123510
123834
|
|
|
123511
|
-
TRANSFORM
|
|
123512
|
-
Transform -- Apply scale, rotation, or translation.
|
|
123513
|
-
|
|
123514
123835
|
COLOR
|
|
123515
123836
|
Color -- Add a simple color strip.
|
|
123516
123837
|
|
|
@@ -123531,7 +123852,7 @@ class StripsTopLevel(bpy_prop_collection[Strip], bpy_struct):
|
|
|
123531
123852
|
|
|
123532
123853
|
COLORMIX
|
|
123533
123854
|
Color Mix -- Combine two strips using blend modes.
|
|
123534
|
-
: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
|
|
123535
123856
|
:param channel: Channel, The channel for the new strip
|
|
123536
123857
|
:type channel: int | None
|
|
123537
123858
|
:param frame_start: The start frame for the new strip
|
|
@@ -125005,7 +125326,12 @@ class Action(ID, bpy_struct):
|
|
|
125005
125326
|
"""Deselects all keys of the Action. The selection status of F-Curves is unchanged."""
|
|
125006
125327
|
|
|
125007
125328
|
def fcurve_ensure_for_datablock(
|
|
125008
|
-
self,
|
|
125329
|
+
self,
|
|
125330
|
+
datablock: ID,
|
|
125331
|
+
data_path: str,
|
|
125332
|
+
*,
|
|
125333
|
+
index: int | None = 0,
|
|
125334
|
+
group_name: str = "",
|
|
125009
125335
|
) -> FCurve:
|
|
125010
125336
|
"""Ensure that an F-Curve exists, with the given data path and array index, for the given data-block. This action must already be assigned to the data-block. This function will also create the layer, keyframe strip, and action slot if necessary, and take care of assigning the action slot too
|
|
125011
125337
|
|
|
@@ -125015,6 +125341,8 @@ class Action(ID, bpy_struct):
|
|
|
125015
125341
|
:type data_path: str
|
|
125016
125342
|
:param index: Index, Array index
|
|
125017
125343
|
:type index: int | None
|
|
125344
|
+
:param group_name: Group Name, Name of the group for this F-Curve, if any. If the F-Curve already exists, this parameter is ignored
|
|
125345
|
+
:type group_name: str
|
|
125018
125346
|
:return: The found or created F-Curve
|
|
125019
125347
|
:rtype: FCurve
|
|
125020
125348
|
"""
|
|
@@ -161939,48 +162267,192 @@ class GeometryNodeFieldMinAndMax(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
161939
162267
|
:rtype: typing.Any
|
|
161940
162268
|
"""
|
|
161941
162269
|
|
|
161942
|
-
class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161943
|
-
"""Retrieve values from a field on a different domain besides the domain from the context"""
|
|
161944
|
-
|
|
161945
|
-
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
161946
|
-
"""
|
|
162270
|
+
class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
162271
|
+
"""Retrieve values from a field on a different domain besides the domain from the context"""
|
|
162272
|
+
|
|
162273
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
162274
|
+
"""
|
|
162275
|
+
|
|
162276
|
+
:type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
162277
|
+
"""
|
|
162278
|
+
|
|
162279
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
162280
|
+
""" Domain the field is evaluated in
|
|
162281
|
+
|
|
162282
|
+
:type: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
162283
|
+
"""
|
|
162284
|
+
|
|
162285
|
+
@classmethod
|
|
162286
|
+
def is_registered_node_type(cls) -> bool:
|
|
162287
|
+
"""True if a registered node type
|
|
162288
|
+
|
|
162289
|
+
:return: Result
|
|
162290
|
+
:rtype: bool
|
|
162291
|
+
"""
|
|
162292
|
+
|
|
162293
|
+
@classmethod
|
|
162294
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
162295
|
+
"""Input socket template
|
|
162296
|
+
|
|
162297
|
+
:param index: Index
|
|
162298
|
+
:type index: int | None
|
|
162299
|
+
:return: result
|
|
162300
|
+
:rtype: NodeInternalSocketTemplate
|
|
162301
|
+
"""
|
|
162302
|
+
|
|
162303
|
+
@classmethod
|
|
162304
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
162305
|
+
"""Output socket template
|
|
162306
|
+
|
|
162307
|
+
:param index: Index
|
|
162308
|
+
:type index: int | None
|
|
162309
|
+
:return: result
|
|
162310
|
+
:rtype: NodeInternalSocketTemplate
|
|
162311
|
+
"""
|
|
162312
|
+
|
|
162313
|
+
@classmethod
|
|
162314
|
+
def bl_rna_get_subclass(
|
|
162315
|
+
cls,
|
|
162316
|
+
id: str | None,
|
|
162317
|
+
default=None,
|
|
162318
|
+
/,
|
|
162319
|
+
) -> Struct:
|
|
162320
|
+
"""
|
|
162321
|
+
|
|
162322
|
+
:param id: The RNA type identifier.
|
|
162323
|
+
:type id: str | None
|
|
162324
|
+
:param default:
|
|
162325
|
+
:return: The RNA type or default when not found.
|
|
162326
|
+
:rtype: Struct
|
|
162327
|
+
"""
|
|
162328
|
+
|
|
162329
|
+
@classmethod
|
|
162330
|
+
def bl_rna_get_subclass_py(
|
|
162331
|
+
cls,
|
|
162332
|
+
id: str | None,
|
|
162333
|
+
default=None,
|
|
162334
|
+
/,
|
|
162335
|
+
) -> typing.Any:
|
|
162336
|
+
"""
|
|
162337
|
+
|
|
162338
|
+
:param id: The RNA type identifier.
|
|
162339
|
+
:type id: str | None
|
|
162340
|
+
:param default:
|
|
162341
|
+
:return: The class or default when not found.
|
|
162342
|
+
:rtype: typing.Any
|
|
162343
|
+
"""
|
|
162344
|
+
|
|
162345
|
+
class GeometryNodeFieldToGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
162346
|
+
"""Create new grids by evaluating new values on an existing volume grid topology"""
|
|
162347
|
+
|
|
162348
|
+
active_index: int | None
|
|
162349
|
+
""" Index of the active item
|
|
162350
|
+
|
|
162351
|
+
:type: int | None
|
|
162352
|
+
"""
|
|
162353
|
+
|
|
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
|
|
162367
|
+
"""
|
|
162368
|
+
|
|
162369
|
+
:type: GeometryNodeFieldToGridItems
|
|
162370
|
+
"""
|
|
162371
|
+
|
|
162372
|
+
@classmethod
|
|
162373
|
+
def is_registered_node_type(cls) -> bool:
|
|
162374
|
+
"""True if a registered node type
|
|
162375
|
+
|
|
162376
|
+
:return: Result
|
|
162377
|
+
:rtype: bool
|
|
162378
|
+
"""
|
|
162379
|
+
|
|
162380
|
+
@classmethod
|
|
162381
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
162382
|
+
"""Input socket template
|
|
162383
|
+
|
|
162384
|
+
:param index: Index
|
|
162385
|
+
:type index: int | None
|
|
162386
|
+
:return: result
|
|
162387
|
+
:rtype: NodeInternalSocketTemplate
|
|
162388
|
+
"""
|
|
162389
|
+
|
|
162390
|
+
@classmethod
|
|
162391
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
162392
|
+
"""Output socket template
|
|
162393
|
+
|
|
162394
|
+
:param index: Index
|
|
162395
|
+
:type index: int | None
|
|
162396
|
+
:return: result
|
|
162397
|
+
:rtype: NodeInternalSocketTemplate
|
|
162398
|
+
"""
|
|
162399
|
+
|
|
162400
|
+
@classmethod
|
|
162401
|
+
def bl_rna_get_subclass(
|
|
162402
|
+
cls,
|
|
162403
|
+
id: str | None,
|
|
162404
|
+
default=None,
|
|
162405
|
+
/,
|
|
162406
|
+
) -> Struct:
|
|
162407
|
+
"""
|
|
162408
|
+
|
|
162409
|
+
:param id: The RNA type identifier.
|
|
162410
|
+
:type id: str | None
|
|
162411
|
+
:param default:
|
|
162412
|
+
:return: The RNA type or default when not found.
|
|
162413
|
+
:rtype: Struct
|
|
162414
|
+
"""
|
|
162415
|
+
|
|
162416
|
+
@classmethod
|
|
162417
|
+
def bl_rna_get_subclass_py(
|
|
162418
|
+
cls,
|
|
162419
|
+
id: str | None,
|
|
162420
|
+
default=None,
|
|
162421
|
+
/,
|
|
162422
|
+
) -> typing.Any:
|
|
162423
|
+
"""
|
|
162424
|
+
|
|
162425
|
+
:param id: The RNA type identifier.
|
|
162426
|
+
:type id: str | None
|
|
162427
|
+
:param default:
|
|
162428
|
+
:return: The class or default when not found.
|
|
162429
|
+
:rtype: typing.Any
|
|
162430
|
+
"""
|
|
162431
|
+
|
|
162432
|
+
class GeometryNodeFieldToGridItem(bpy_struct):
|
|
162433
|
+
color: bpy_prop_array[float]
|
|
162434
|
+
""" Color of the corresponding socket type in the node editor
|
|
161947
162435
|
|
|
161948
|
-
:type:
|
|
162436
|
+
:type: bpy_prop_array[float]
|
|
161949
162437
|
"""
|
|
161950
162438
|
|
|
161951
|
-
|
|
161952
|
-
"""
|
|
162439
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
162440
|
+
"""
|
|
161953
162441
|
|
|
161954
|
-
:type: bpy.stub_internal.rna_enums.
|
|
162442
|
+
:type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
161955
162443
|
"""
|
|
161956
162444
|
|
|
161957
|
-
|
|
161958
|
-
|
|
161959
|
-
"""True if a registered node type
|
|
161960
|
-
|
|
161961
|
-
:return: Result
|
|
161962
|
-
:rtype: bool
|
|
161963
|
-
"""
|
|
161964
|
-
|
|
161965
|
-
@classmethod
|
|
161966
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
161967
|
-
"""Input socket template
|
|
162445
|
+
identifier: int
|
|
162446
|
+
"""
|
|
161968
162447
|
|
|
161969
|
-
|
|
161970
|
-
|
|
161971
|
-
:return: result
|
|
161972
|
-
:rtype: NodeInternalSocketTemplate
|
|
161973
|
-
"""
|
|
162448
|
+
:type: int
|
|
162449
|
+
"""
|
|
161974
162450
|
|
|
161975
|
-
|
|
161976
|
-
|
|
161977
|
-
"""Output socket template
|
|
162451
|
+
name: str
|
|
162452
|
+
"""
|
|
161978
162453
|
|
|
161979
|
-
|
|
161980
|
-
|
|
161981
|
-
:return: result
|
|
161982
|
-
:rtype: NodeInternalSocketTemplate
|
|
161983
|
-
"""
|
|
162454
|
+
:type: str
|
|
162455
|
+
"""
|
|
161984
162456
|
|
|
161985
162457
|
@classmethod
|
|
161986
162458
|
def bl_rna_get_subclass(
|
|
@@ -199296,6 +199768,69 @@ class NodeInternalSocketTemplate(bpy_struct):
|
|
|
199296
199768
|
:rtype: typing.Any
|
|
199297
199769
|
"""
|
|
199298
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
|
+
|
|
199299
199834
|
class NodeLink(bpy_struct):
|
|
199300
199835
|
"""Link between nodes in a node tree"""
|
|
199301
199836
|
|
|
@@ -211538,7 +212073,7 @@ class Paint(bpy_struct):
|
|
|
211538
212073
|
"""
|
|
211539
212074
|
|
|
211540
212075
|
show_jitter_curve: bool
|
|
211541
|
-
"""
|
|
212076
|
+
"""
|
|
211542
212077
|
|
|
211543
212078
|
:type: bool
|
|
211544
212079
|
"""
|
|
@@ -211550,13 +212085,13 @@ class Paint(bpy_struct):
|
|
|
211550
212085
|
"""
|
|
211551
212086
|
|
|
211552
212087
|
show_size_curve: bool
|
|
211553
|
-
"""
|
|
212088
|
+
"""
|
|
211554
212089
|
|
|
211555
212090
|
:type: bool
|
|
211556
212091
|
"""
|
|
211557
212092
|
|
|
211558
212093
|
show_strength_curve: bool
|
|
211559
|
-
"""
|
|
212094
|
+
"""
|
|
211560
212095
|
|
|
211561
212096
|
:type: bool
|
|
211562
212097
|
"""
|
|
@@ -217154,6 +217689,12 @@ class PreferencesInput(bpy_struct):
|
|
|
217154
217689
|
:type: WalkNavigation
|
|
217155
217690
|
"""
|
|
217156
217691
|
|
|
217692
|
+
xr_navigation: XrNavigation
|
|
217693
|
+
""" Settings for navigation in XR
|
|
217694
|
+
|
|
217695
|
+
:type: XrNavigation
|
|
217696
|
+
"""
|
|
217697
|
+
|
|
217157
217698
|
@classmethod
|
|
217158
217699
|
def bl_rna_get_subclass(
|
|
217159
217700
|
cls,
|
|
@@ -239792,7 +240333,6 @@ class Strip(bpy_struct):
|
|
|
239792
240333
|
"MULTIPLY",
|
|
239793
240334
|
"WIPE",
|
|
239794
240335
|
"GLOW",
|
|
239795
|
-
"TRANSFORM",
|
|
239796
240336
|
"COLOR",
|
|
239797
240337
|
"SPEED",
|
|
239798
240338
|
"MULTICAM",
|
|
@@ -239803,7 +240343,7 @@ class Strip(bpy_struct):
|
|
|
239803
240343
|
]
|
|
239804
240344
|
"""
|
|
239805
240345
|
|
|
239806
|
-
: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']
|
|
239807
240347
|
"""
|
|
239808
240348
|
|
|
239809
240349
|
use_default_fade: bool
|
|
@@ -239867,7 +240407,11 @@ class Strip(bpy_struct):
|
|
|
239867
240407
|
"""
|
|
239868
240408
|
|
|
239869
240409
|
def split(
|
|
239870
|
-
self,
|
|
240410
|
+
self,
|
|
240411
|
+
frame: int | None,
|
|
240412
|
+
split_method: typing.Literal["SOFT", "HARD"],
|
|
240413
|
+
*,
|
|
240414
|
+
ignore_connections: bool | None = False,
|
|
239871
240415
|
) -> typing_extensions.Self:
|
|
239872
240416
|
"""Split Strip
|
|
239873
240417
|
|
|
@@ -239875,6 +240419,8 @@ class Strip(bpy_struct):
|
|
|
239875
240419
|
:type frame: int | None
|
|
239876
240420
|
:param split_method:
|
|
239877
240421
|
:type split_method: typing.Literal['SOFT','HARD']
|
|
240422
|
+
:param ignore_connections: Dont propagate split to connected strips
|
|
240423
|
+
:type ignore_connections: bool | None
|
|
239878
240424
|
:return: Right side Strip
|
|
239879
240425
|
:rtype: typing_extensions.Self
|
|
239880
240426
|
"""
|
|
@@ -250239,101 +250785,6 @@ class TransformOrientationSlot(bpy_struct):
|
|
|
250239
250785
|
:rtype: typing.Any
|
|
250240
250786
|
"""
|
|
250241
250787
|
|
|
250242
|
-
class TransformStrip(EffectStrip, Strip, bpy_struct):
|
|
250243
|
-
"""Sequence strip applying affine transformations to other strips"""
|
|
250244
|
-
|
|
250245
|
-
input_1: Strip
|
|
250246
|
-
""" First input for the effect strip
|
|
250247
|
-
|
|
250248
|
-
:type: Strip
|
|
250249
|
-
"""
|
|
250250
|
-
|
|
250251
|
-
input_count: int
|
|
250252
|
-
"""
|
|
250253
|
-
|
|
250254
|
-
:type: int
|
|
250255
|
-
"""
|
|
250256
|
-
|
|
250257
|
-
interpolation: typing.Literal["NONE", "BILINEAR", "BICUBIC"]
|
|
250258
|
-
""" Method to determine how missing pixels are created
|
|
250259
|
-
|
|
250260
|
-
:type: typing.Literal['NONE','BILINEAR','BICUBIC']
|
|
250261
|
-
"""
|
|
250262
|
-
|
|
250263
|
-
rotation_start: float
|
|
250264
|
-
""" Degrees to rotate the input
|
|
250265
|
-
|
|
250266
|
-
:type: float
|
|
250267
|
-
"""
|
|
250268
|
-
|
|
250269
|
-
scale_start_x: float
|
|
250270
|
-
""" Amount to scale the input in the X axis
|
|
250271
|
-
|
|
250272
|
-
:type: float
|
|
250273
|
-
"""
|
|
250274
|
-
|
|
250275
|
-
scale_start_y: float
|
|
250276
|
-
""" Amount to scale the input in the Y axis
|
|
250277
|
-
|
|
250278
|
-
:type: float
|
|
250279
|
-
"""
|
|
250280
|
-
|
|
250281
|
-
translate_start_x: float
|
|
250282
|
-
""" Amount to move the input on the X axis
|
|
250283
|
-
|
|
250284
|
-
:type: float
|
|
250285
|
-
"""
|
|
250286
|
-
|
|
250287
|
-
translate_start_y: float
|
|
250288
|
-
""" Amount to move the input on the Y axis
|
|
250289
|
-
|
|
250290
|
-
:type: float
|
|
250291
|
-
"""
|
|
250292
|
-
|
|
250293
|
-
translation_unit: typing.Literal["PIXELS", "PERCENT"]
|
|
250294
|
-
""" Unit of measure to translate the input
|
|
250295
|
-
|
|
250296
|
-
:type: typing.Literal['PIXELS','PERCENT']
|
|
250297
|
-
"""
|
|
250298
|
-
|
|
250299
|
-
use_uniform_scale: bool
|
|
250300
|
-
""" Scale uniformly, preserving aspect ratio
|
|
250301
|
-
|
|
250302
|
-
:type: bool
|
|
250303
|
-
"""
|
|
250304
|
-
|
|
250305
|
-
@classmethod
|
|
250306
|
-
def bl_rna_get_subclass(
|
|
250307
|
-
cls,
|
|
250308
|
-
id: str | None,
|
|
250309
|
-
default=None,
|
|
250310
|
-
/,
|
|
250311
|
-
) -> Struct:
|
|
250312
|
-
"""
|
|
250313
|
-
|
|
250314
|
-
:param id: The RNA type identifier.
|
|
250315
|
-
:type id: str | None
|
|
250316
|
-
:param default:
|
|
250317
|
-
:return: The RNA type or default when not found.
|
|
250318
|
-
:rtype: Struct
|
|
250319
|
-
"""
|
|
250320
|
-
|
|
250321
|
-
@classmethod
|
|
250322
|
-
def bl_rna_get_subclass_py(
|
|
250323
|
-
cls,
|
|
250324
|
-
id: str | None,
|
|
250325
|
-
default=None,
|
|
250326
|
-
/,
|
|
250327
|
-
) -> typing.Any:
|
|
250328
|
-
"""
|
|
250329
|
-
|
|
250330
|
-
:param id: The RNA type identifier.
|
|
250331
|
-
:type id: str | None
|
|
250332
|
-
:param default:
|
|
250333
|
-
:return: The class or default when not found.
|
|
250334
|
-
:rtype: typing.Any
|
|
250335
|
-
"""
|
|
250336
|
-
|
|
250337
250788
|
class TriangulateModifier(Modifier, bpy_struct):
|
|
250338
250789
|
"""Triangulate Mesh"""
|
|
250339
250790
|
|
|
@@ -253640,7 +254091,13 @@ class UserSolidLight(bpy_struct):
|
|
|
253640
254091
|
"""
|
|
253641
254092
|
|
|
253642
254093
|
class UvSculpt(bpy_struct):
|
|
253643
|
-
|
|
254094
|
+
curve_distance_falloff: CurveMapping | None
|
|
254095
|
+
"""
|
|
254096
|
+
|
|
254097
|
+
:type: CurveMapping | None
|
|
254098
|
+
"""
|
|
254099
|
+
|
|
254100
|
+
curve_distance_falloff_preset: bpy.stub_internal.rna_enums.BrushCurvePresetItems
|
|
253644
254101
|
"""
|
|
253645
254102
|
|
|
253646
254103
|
:type: bpy.stub_internal.rna_enums.BrushCurvePresetItems
|
|
@@ -253658,12 +254115,6 @@ class UvSculpt(bpy_struct):
|
|
|
253658
254115
|
:type: float
|
|
253659
254116
|
"""
|
|
253660
254117
|
|
|
253661
|
-
strength_curve: CurveMapping | None
|
|
253662
|
-
"""
|
|
253663
|
-
|
|
253664
|
-
:type: CurveMapping | None
|
|
253665
|
-
"""
|
|
253666
|
-
|
|
253667
254118
|
@classmethod
|
|
253668
254119
|
def bl_rna_get_subclass(
|
|
253669
254120
|
cls,
|
|
@@ -260122,6 +260573,71 @@ class XrEventData(bpy_struct):
|
|
|
260122
260573
|
:rtype: typing.Any
|
|
260123
260574
|
"""
|
|
260124
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
|
+
|
|
260125
260641
|
class XrSessionSettings(bpy_struct):
|
|
260126
260642
|
base_pose_angle: float
|
|
260127
260643
|
""" Rotation angle around the Z-Axis to apply the rotation deltas from the VR headset to
|
|
@@ -260171,6 +260687,12 @@ class XrSessionSettings(bpy_struct):
|
|
|
260171
260687
|
:type: typing.Literal['DARK','LIGHT','DARK_RAY','LIGHT_RAY']
|
|
260172
260688
|
"""
|
|
260173
260689
|
|
|
260690
|
+
fly_speed: float
|
|
260691
|
+
""" Fly speed in meters per second
|
|
260692
|
+
|
|
260693
|
+
:type: float
|
|
260694
|
+
"""
|
|
260695
|
+
|
|
260174
260696
|
icon_from_show_object_viewport: int
|
|
260175
260697
|
"""
|
|
260176
260698
|
|
|
@@ -262039,8 +262561,6 @@ NODE_PT_node_tree_animation: bl_ui.space_node.NODE_PT_node_tree_animation
|
|
|
262039
262561
|
|
|
262040
262562
|
NODE_PT_node_tree_interface: bl_ui.space_node.NODE_PT_node_tree_interface
|
|
262041
262563
|
|
|
262042
|
-
NODE_PT_node_tree_interface_panel_toggle: bl_ui.space_node.NODE_PT_node_tree_interface_panel_toggle
|
|
262043
|
-
|
|
262044
262564
|
NODE_PT_node_tree_properties: bl_ui.space_node.NODE_PT_node_tree_properties
|
|
262045
262565
|
|
|
262046
262566
|
NODE_PT_overlay: bl_ui.space_node.NODE_PT_overlay
|