fake-bpy-module-latest 20260122__py3-none-any.whl → 20260201__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.
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +1 -1
- _bpy_internal/filesystem/locking/__init__.pyi +1 -1
- bl_operators/node/__init__.pyi +14 -0
- bl_ui/node_add_menu/__init__.pyi +3 -2
- bpy/app/__init__.pyi +4 -4
- bpy/ops/extensions/__init__.pyi +5 -5
- bpy/ops/grease_pencil/__init__.pyi +36 -20
- bpy/ops/mesh/__init__.pyi +44 -17
- bpy/ops/node/__init__.pyi +14 -0
- bpy/ops/object/__init__.pyi +1 -1
- bpy/ops/outliner/__init__.pyi +4 -4
- bpy/ops/paint/__init__.pyi +27 -15
- bpy/ops/pose/__init__.pyi +2 -2
- bpy/ops/sculpt/__init__.pyi +11 -5
- bpy/ops/sculpt_curves/__init__.pyi +9 -5
- bpy/ops/sequencer/__init__.pyi +0 -2
- bpy/stub_internal/rna_enums/__init__.pyi +19 -0
- bpy/types/__init__.pyi +2217 -1016
- bpy/utils/__init__.pyi +5 -1
- {fake_bpy_module_latest-20260122.dist-info → fake_bpy_module_latest-20260201.dist-info}/METADATA +4 -1
- {fake_bpy_module_latest-20260122.dist-info → fake_bpy_module_latest-20260201.dist-info}/RECORD +24 -24
- {fake_bpy_module_latest-20260122.dist-info → fake_bpy_module_latest-20260201.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +19 -4
- {fake_bpy_module_latest-20260122.dist-info → fake_bpy_module_latest-20260201.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -3593,12 +3593,20 @@
|
|
|
3593
3593
|
* Strip.mute
|
|
3594
3594
|
* Strip.lock
|
|
3595
3595
|
* Strip.frame_final_duration
|
|
3596
|
+
* Strip.duration
|
|
3596
3597
|
* Strip.frame_duration
|
|
3598
|
+
* Strip.content_duration
|
|
3597
3599
|
* Strip.frame_start
|
|
3600
|
+
* Strip.content_start
|
|
3601
|
+
* Strip.content_end
|
|
3598
3602
|
* Strip.frame_final_start
|
|
3603
|
+
* Strip.left_handle
|
|
3599
3604
|
* Strip.frame_final_end
|
|
3605
|
+
* Strip.right_handle
|
|
3600
3606
|
* Strip.frame_offset_start
|
|
3607
|
+
* Strip.left_handle_offset
|
|
3601
3608
|
* Strip.frame_offset_end
|
|
3609
|
+
* Strip.right_handle_offset
|
|
3602
3610
|
* Strip.channel
|
|
3603
3611
|
* Strip.use_linear_modifiers
|
|
3604
3612
|
* Strip.blend_type
|
|
@@ -6092,12 +6100,20 @@ Types with Custom Property Support <bpy_types_custom_properties>
|
|
|
6092
6100
|
* Strip.mute
|
|
6093
6101
|
* Strip.lock
|
|
6094
6102
|
* Strip.frame_final_duration
|
|
6103
|
+
* Strip.duration
|
|
6095
6104
|
* Strip.frame_duration
|
|
6105
|
+
* Strip.content_duration
|
|
6096
6106
|
* Strip.frame_start
|
|
6107
|
+
* Strip.content_start
|
|
6108
|
+
* Strip.content_end
|
|
6097
6109
|
* Strip.frame_final_start
|
|
6110
|
+
* Strip.left_handle
|
|
6098
6111
|
* Strip.frame_final_end
|
|
6112
|
+
* Strip.right_handle
|
|
6099
6113
|
* Strip.frame_offset_start
|
|
6114
|
+
* Strip.left_handle_offset
|
|
6100
6115
|
* Strip.frame_offset_end
|
|
6116
|
+
* Strip.right_handle_offset
|
|
6101
6117
|
* Strip.channel
|
|
6102
6118
|
* Strip.use_linear_modifiers
|
|
6103
6119
|
* Strip.blend_type
|
|
@@ -7373,12 +7389,20 @@ Types with Custom Property Support <bpy_types_custom_properties>
|
|
|
7373
7389
|
* Strip.mute
|
|
7374
7390
|
* Strip.lock
|
|
7375
7391
|
* Strip.frame_final_duration
|
|
7392
|
+
* Strip.duration
|
|
7376
7393
|
* Strip.frame_duration
|
|
7394
|
+
* Strip.content_duration
|
|
7377
7395
|
* Strip.frame_start
|
|
7396
|
+
* Strip.content_start
|
|
7397
|
+
* Strip.content_end
|
|
7378
7398
|
* Strip.frame_final_start
|
|
7399
|
+
* Strip.left_handle
|
|
7379
7400
|
* Strip.frame_final_end
|
|
7401
|
+
* Strip.right_handle
|
|
7380
7402
|
* Strip.frame_offset_start
|
|
7403
|
+
* Strip.left_handle_offset
|
|
7381
7404
|
* Strip.frame_offset_end
|
|
7405
|
+
* Strip.right_handle_offset
|
|
7382
7406
|
* Strip.channel
|
|
7383
7407
|
* Strip.use_linear_modifiers
|
|
7384
7408
|
* Strip.blend_type
|
|
@@ -7645,12 +7669,20 @@ Types with Custom Property Support <bpy_types_custom_properties>
|
|
|
7645
7669
|
* Strip.mute
|
|
7646
7670
|
* Strip.lock
|
|
7647
7671
|
* Strip.frame_final_duration
|
|
7672
|
+
* Strip.duration
|
|
7648
7673
|
* Strip.frame_duration
|
|
7674
|
+
* Strip.content_duration
|
|
7649
7675
|
* Strip.frame_start
|
|
7676
|
+
* Strip.content_start
|
|
7677
|
+
* Strip.content_end
|
|
7650
7678
|
* Strip.frame_final_start
|
|
7679
|
+
* Strip.left_handle
|
|
7651
7680
|
* Strip.frame_final_end
|
|
7681
|
+
* Strip.right_handle
|
|
7652
7682
|
* Strip.frame_offset_start
|
|
7683
|
+
* Strip.left_handle_offset
|
|
7653
7684
|
* Strip.frame_offset_end
|
|
7685
|
+
* Strip.right_handle_offset
|
|
7654
7686
|
* Strip.channel
|
|
7655
7687
|
* Strip.use_linear_modifiers
|
|
7656
7688
|
* Strip.blend_type
|
|
@@ -14147,12 +14179,20 @@ database.
|
|
|
14147
14179
|
* Strip.mute
|
|
14148
14180
|
* Strip.lock
|
|
14149
14181
|
* Strip.frame_final_duration
|
|
14182
|
+
* Strip.duration
|
|
14150
14183
|
* Strip.frame_duration
|
|
14184
|
+
* Strip.content_duration
|
|
14151
14185
|
* Strip.frame_start
|
|
14186
|
+
* Strip.content_start
|
|
14187
|
+
* Strip.content_end
|
|
14152
14188
|
* Strip.frame_final_start
|
|
14189
|
+
* Strip.left_handle
|
|
14153
14190
|
* Strip.frame_final_end
|
|
14191
|
+
* Strip.right_handle
|
|
14154
14192
|
* Strip.frame_offset_start
|
|
14193
|
+
* Strip.left_handle_offset
|
|
14155
14194
|
* Strip.frame_offset_end
|
|
14195
|
+
* Strip.right_handle_offset
|
|
14156
14196
|
* Strip.channel
|
|
14157
14197
|
* Strip.use_linear_modifiers
|
|
14158
14198
|
* Strip.blend_type
|
|
@@ -18834,12 +18874,20 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
18834
18874
|
* Strip.mute
|
|
18835
18875
|
* Strip.lock
|
|
18836
18876
|
* Strip.frame_final_duration
|
|
18877
|
+
* Strip.duration
|
|
18837
18878
|
* Strip.frame_duration
|
|
18879
|
+
* Strip.content_duration
|
|
18838
18880
|
* Strip.frame_start
|
|
18881
|
+
* Strip.content_start
|
|
18882
|
+
* Strip.content_end
|
|
18839
18883
|
* Strip.frame_final_start
|
|
18884
|
+
* Strip.left_handle
|
|
18840
18885
|
* Strip.frame_final_end
|
|
18886
|
+
* Strip.right_handle
|
|
18841
18887
|
* Strip.frame_offset_start
|
|
18888
|
+
* Strip.left_handle_offset
|
|
18842
18889
|
* Strip.frame_offset_end
|
|
18890
|
+
* Strip.right_handle_offset
|
|
18843
18891
|
* Strip.channel
|
|
18844
18892
|
* Strip.use_linear_modifiers
|
|
18845
18893
|
* Strip.blend_type
|
|
@@ -29517,12 +29565,20 @@ It demonstrates:
|
|
|
29517
29565
|
* Strip.mute
|
|
29518
29566
|
* Strip.lock
|
|
29519
29567
|
* Strip.frame_final_duration
|
|
29568
|
+
* Strip.duration
|
|
29520
29569
|
* Strip.frame_duration
|
|
29570
|
+
* Strip.content_duration
|
|
29521
29571
|
* Strip.frame_start
|
|
29572
|
+
* Strip.content_start
|
|
29573
|
+
* Strip.content_end
|
|
29522
29574
|
* Strip.frame_final_start
|
|
29575
|
+
* Strip.left_handle
|
|
29523
29576
|
* Strip.frame_final_end
|
|
29577
|
+
* Strip.right_handle
|
|
29524
29578
|
* Strip.frame_offset_start
|
|
29579
|
+
* Strip.left_handle_offset
|
|
29525
29580
|
* Strip.frame_offset_end
|
|
29581
|
+
* Strip.right_handle_offset
|
|
29526
29582
|
* Strip.channel
|
|
29527
29583
|
* Strip.use_linear_modifiers
|
|
29528
29584
|
* Strip.blend_type
|
|
@@ -29614,6 +29670,7 @@ It demonstrates:
|
|
|
29614
29670
|
|
|
29615
29671
|
--------------------
|
|
29616
29672
|
|
|
29673
|
+
* GeometryNodeFieldToList.active_item
|
|
29617
29674
|
* GeometryNodeFieldToList.list_items
|
|
29618
29675
|
* GeometryNodeFieldToListItems.new
|
|
29619
29676
|
* GeometryNodeFieldToListItems.remove
|
|
@@ -30313,12 +30370,20 @@ It demonstrates:
|
|
|
30313
30370
|
* Strip.mute
|
|
30314
30371
|
* Strip.lock
|
|
30315
30372
|
* Strip.frame_final_duration
|
|
30373
|
+
* Strip.duration
|
|
30316
30374
|
* Strip.frame_duration
|
|
30375
|
+
* Strip.content_duration
|
|
30317
30376
|
* Strip.frame_start
|
|
30377
|
+
* Strip.content_start
|
|
30378
|
+
* Strip.content_end
|
|
30318
30379
|
* Strip.frame_final_start
|
|
30380
|
+
* Strip.left_handle
|
|
30319
30381
|
* Strip.frame_final_end
|
|
30382
|
+
* Strip.right_handle
|
|
30320
30383
|
* Strip.frame_offset_start
|
|
30384
|
+
* Strip.left_handle_offset
|
|
30321
30385
|
* Strip.frame_offset_end
|
|
30386
|
+
* Strip.right_handle_offset
|
|
30322
30387
|
* Strip.channel
|
|
30323
30388
|
* Strip.use_linear_modifiers
|
|
30324
30389
|
* Strip.blend_type
|
|
@@ -31186,12 +31251,20 @@ It demonstrates:
|
|
|
31186
31251
|
* Strip.mute
|
|
31187
31252
|
* Strip.lock
|
|
31188
31253
|
* Strip.frame_final_duration
|
|
31254
|
+
* Strip.duration
|
|
31189
31255
|
* Strip.frame_duration
|
|
31256
|
+
* Strip.content_duration
|
|
31190
31257
|
* Strip.frame_start
|
|
31258
|
+
* Strip.content_start
|
|
31259
|
+
* Strip.content_end
|
|
31191
31260
|
* Strip.frame_final_start
|
|
31261
|
+
* Strip.left_handle
|
|
31192
31262
|
* Strip.frame_final_end
|
|
31263
|
+
* Strip.right_handle
|
|
31193
31264
|
* Strip.frame_offset_start
|
|
31265
|
+
* Strip.left_handle_offset
|
|
31194
31266
|
* Strip.frame_offset_end
|
|
31267
|
+
* Strip.right_handle_offset
|
|
31195
31268
|
* Strip.channel
|
|
31196
31269
|
* Strip.use_linear_modifiers
|
|
31197
31270
|
* Strip.blend_type
|
|
@@ -33517,6 +33590,8 @@ It demonstrates:
|
|
|
33517
33590
|
* FunctionNodeMatrixDeterminant.output_template
|
|
33518
33591
|
* FunctionNodeMatrixMultiply.input_template
|
|
33519
33592
|
* FunctionNodeMatrixMultiply.output_template
|
|
33593
|
+
* FunctionNodeMatrixSVD.input_template
|
|
33594
|
+
* FunctionNodeMatrixSVD.output_template
|
|
33520
33595
|
* FunctionNodeProjectPoint.input_template
|
|
33521
33596
|
* FunctionNodeProjectPoint.output_template
|
|
33522
33597
|
* FunctionNodeQuaternionToRotation.input_template
|
|
@@ -33585,6 +33660,8 @@ It demonstrates:
|
|
|
33585
33660
|
* GeometryNodeCornersOfFace.output_template
|
|
33586
33661
|
* GeometryNodeCornersOfVertex.input_template
|
|
33587
33662
|
* GeometryNodeCornersOfVertex.output_template
|
|
33663
|
+
* GeometryNodeCubeGridTopology.input_template
|
|
33664
|
+
* GeometryNodeCubeGridTopology.output_template
|
|
33588
33665
|
* GeometryNodeCurveArc.input_template
|
|
33589
33666
|
* GeometryNodeCurveArc.output_template
|
|
33590
33667
|
* GeometryNodeCurveEndpointSelection.input_template
|
|
@@ -33689,6 +33766,8 @@ It demonstrates:
|
|
|
33689
33766
|
* GeometryNodeGridAdvect.output_template
|
|
33690
33767
|
* GeometryNodeGridCurl.input_template
|
|
33691
33768
|
* GeometryNodeGridCurl.output_template
|
|
33769
|
+
* GeometryNodeGridDilateAndErode.input_template
|
|
33770
|
+
* GeometryNodeGridDilateAndErode.output_template
|
|
33692
33771
|
* GeometryNodeGridDivergence.input_template
|
|
33693
33772
|
* GeometryNodeGridDivergence.output_template
|
|
33694
33773
|
* GeometryNodeGridGradient.input_template
|
|
@@ -33697,6 +33776,10 @@ It demonstrates:
|
|
|
33697
33776
|
* GeometryNodeGridInfo.output_template
|
|
33698
33777
|
* GeometryNodeGridLaplacian.input_template
|
|
33699
33778
|
* GeometryNodeGridLaplacian.output_template
|
|
33779
|
+
* GeometryNodeGridMean.input_template
|
|
33780
|
+
* GeometryNodeGridMean.output_template
|
|
33781
|
+
* GeometryNodeGridMedian.input_template
|
|
33782
|
+
* GeometryNodeGridMedian.output_template
|
|
33700
33783
|
* GeometryNodeGridPrune.input_template
|
|
33701
33784
|
* GeometryNodeGridPrune.output_template
|
|
33702
33785
|
* GeometryNodeGridToMesh.input_template
|
|
@@ -39645,6 +39728,37 @@ Operator.draw method for layout and display.
|
|
|
39645
39728
|
:columns: 2
|
|
39646
39729
|
|
|
39647
39730
|
|
|
39731
|
+
--------------------
|
|
39732
|
+
|
|
39733
|
+
This example shows how an add-on can register custom keyboard shortcuts.
|
|
39734
|
+
Keymaps are added to keyconfigs.addon
|
|
39735
|
+
|
|
39736
|
+
and removed when unregistered.
|
|
39737
|
+
|
|
39738
|
+
Store (keymap, keymap_item)
|
|
39739
|
+
|
|
39740
|
+
tuples for safe cleanup, as multiple add-ons may use the same keymap.
|
|
39741
|
+
|
|
39742
|
+
[NOTE]
|
|
39743
|
+
Users can customize add-on shortcuts in the Keymap Preferences.
|
|
39744
|
+
Add-on keymaps appear under their respective editors and can be
|
|
39745
|
+
modified or disabled without editing the add-on code.
|
|
39746
|
+
Add-ons should only manipulate keymaps in keyconfigs.addon
|
|
39747
|
+
|
|
39748
|
+
and not manipulate the user's keymaps
|
|
39749
|
+
because add-on keymaps serve as a default which users may customize.
|
|
39750
|
+
Modifying user keymaps directly interferes with users' own preferences.
|
|
39751
|
+
|
|
39752
|
+
[WARNING]
|
|
39753
|
+
Add-ons can add items to existing modal keymaps but cannot create
|
|
39754
|
+
new modal keymaps via Python. Use modal=True
|
|
39755
|
+
|
|
39756
|
+
when targeting
|
|
39757
|
+
an existing modal keymap such as "Knife Tool Modal Map".
|
|
39758
|
+
|
|
39759
|
+
```../examples/bpy.types.KeyMaps.1.py```
|
|
39760
|
+
|
|
39761
|
+
|
|
39648
39762
|
--------------------
|
|
39649
39763
|
|
|
39650
39764
|
* bpy_struct.id_data
|
|
@@ -40136,6 +40250,104 @@ Operator.draw method for layout and display.
|
|
|
40136
40250
|
:columns: 2
|
|
40137
40251
|
|
|
40138
40252
|
|
|
40253
|
+
--------------------
|
|
40254
|
+
|
|
40255
|
+
* bpy_struct.id_data
|
|
40256
|
+
* Node.type
|
|
40257
|
+
* Node.location
|
|
40258
|
+
* Node.location_absolute
|
|
40259
|
+
* Node.width
|
|
40260
|
+
* Node.height
|
|
40261
|
+
* Node.dimensions
|
|
40262
|
+
* Node.name
|
|
40263
|
+
* Node.label
|
|
40264
|
+
* Node.inputs
|
|
40265
|
+
* Node.outputs
|
|
40266
|
+
* Node.internal_links
|
|
40267
|
+
* Node.parent
|
|
40268
|
+
* Node.warning_propagation
|
|
40269
|
+
* Node.use_custom_color
|
|
40270
|
+
* Node.color
|
|
40271
|
+
* Node.color_tag
|
|
40272
|
+
* Node.select
|
|
40273
|
+
* Node.show_options
|
|
40274
|
+
* Node.show_preview
|
|
40275
|
+
* Node.hide
|
|
40276
|
+
* Node.mute
|
|
40277
|
+
* Node.show_texture
|
|
40278
|
+
* Node.bl_idname
|
|
40279
|
+
* Node.bl_label
|
|
40280
|
+
* Node.bl_description
|
|
40281
|
+
* Node.bl_icon
|
|
40282
|
+
* Node.bl_static_type
|
|
40283
|
+
* Node.bl_width_default
|
|
40284
|
+
* Node.bl_width_min
|
|
40285
|
+
* Node.bl_width_max
|
|
40286
|
+
* Node.bl_height_default
|
|
40287
|
+
* Node.bl_height_min
|
|
40288
|
+
* Node.bl_height_max
|
|
40289
|
+
|
|
40290
|
+
:columns: 2
|
|
40291
|
+
|
|
40292
|
+
|
|
40293
|
+
--------------------
|
|
40294
|
+
|
|
40295
|
+
* bpy_struct.as_pointer
|
|
40296
|
+
* bpy_struct.driver_add
|
|
40297
|
+
* bpy_struct.driver_remove
|
|
40298
|
+
* bpy_struct.get
|
|
40299
|
+
* bpy_struct.id_properties_clear
|
|
40300
|
+
* bpy_struct.id_properties_ensure
|
|
40301
|
+
* bpy_struct.id_properties_ui
|
|
40302
|
+
* bpy_struct.is_property_hidden
|
|
40303
|
+
* bpy_struct.is_property_overridable_library
|
|
40304
|
+
* bpy_struct.is_property_readonly
|
|
40305
|
+
* bpy_struct.is_property_set
|
|
40306
|
+
* bpy_struct.items
|
|
40307
|
+
* bpy_struct.keyframe_delete
|
|
40308
|
+
* bpy_struct.keyframe_insert
|
|
40309
|
+
* bpy_struct.keys
|
|
40310
|
+
* bpy_struct.path_from_id
|
|
40311
|
+
* bpy_struct.path_from_module
|
|
40312
|
+
* bpy_struct.path_resolve
|
|
40313
|
+
* bpy_struct.pop
|
|
40314
|
+
* bpy_struct.property_overridable_library_set
|
|
40315
|
+
* bpy_struct.property_unset
|
|
40316
|
+
* bpy_struct.rna_ancestors
|
|
40317
|
+
* bpy_struct.type_recast
|
|
40318
|
+
* bpy_struct.values
|
|
40319
|
+
* Node.bl_system_properties_get
|
|
40320
|
+
* Node.socket_value_update
|
|
40321
|
+
* Node.is_registered_node_type
|
|
40322
|
+
* Node.poll
|
|
40323
|
+
* Node.poll_instance
|
|
40324
|
+
* Node.update
|
|
40325
|
+
* Node.insert_link
|
|
40326
|
+
* Node.init
|
|
40327
|
+
* Node.copy
|
|
40328
|
+
* Node.free
|
|
40329
|
+
* Node.draw_buttons
|
|
40330
|
+
* Node.draw_buttons_ext
|
|
40331
|
+
* Node.draw_label
|
|
40332
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
40333
|
+
* Node.debug_zone_lazy_function_graph
|
|
40334
|
+
* Node.poll
|
|
40335
|
+
* Node.bl_rna_get_subclass
|
|
40336
|
+
* Node.bl_rna_get_subclass_py
|
|
40337
|
+
* NodeInternal.poll
|
|
40338
|
+
* NodeInternal.poll_instance
|
|
40339
|
+
* NodeInternal.update
|
|
40340
|
+
* NodeInternal.draw_buttons
|
|
40341
|
+
* NodeInternal.draw_buttons_ext
|
|
40342
|
+
* NodeInternal.bl_rna_get_subclass
|
|
40343
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
40344
|
+
* GeometryNode.poll
|
|
40345
|
+
* GeometryNode.bl_rna_get_subclass
|
|
40346
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
40347
|
+
|
|
40348
|
+
:columns: 2
|
|
40349
|
+
|
|
40350
|
+
|
|
40139
40351
|
--------------------
|
|
40140
40352
|
|
|
40141
40353
|
* bpy_struct.id_data
|
|
@@ -47926,12 +48138,20 @@ Operator.draw method for layout and display.
|
|
|
47926
48138
|
* Strip.mute
|
|
47927
48139
|
* Strip.lock
|
|
47928
48140
|
* Strip.frame_final_duration
|
|
48141
|
+
* Strip.duration
|
|
47929
48142
|
* Strip.frame_duration
|
|
48143
|
+
* Strip.content_duration
|
|
47930
48144
|
* Strip.frame_start
|
|
48145
|
+
* Strip.content_start
|
|
48146
|
+
* Strip.content_end
|
|
47931
48147
|
* Strip.frame_final_start
|
|
48148
|
+
* Strip.left_handle
|
|
47932
48149
|
* Strip.frame_final_end
|
|
48150
|
+
* Strip.right_handle
|
|
47933
48151
|
* Strip.frame_offset_start
|
|
48152
|
+
* Strip.left_handle_offset
|
|
47934
48153
|
* Strip.frame_offset_end
|
|
48154
|
+
* Strip.right_handle_offset
|
|
47935
48155
|
* Strip.channel
|
|
47936
48156
|
* Strip.use_linear_modifiers
|
|
47937
48157
|
* Strip.blend_type
|
|
@@ -50679,6 +50899,7 @@ Operator.draw method for layout and display.
|
|
|
50679
50899
|
* UILayout.props_enum
|
|
50680
50900
|
* UILayout.template_ID
|
|
50681
50901
|
* UILayout.template_ID_preview
|
|
50902
|
+
* UILayout.template_ID_session_uid
|
|
50682
50903
|
* UILayout.template_ID_tabs
|
|
50683
50904
|
* UILayout.template_any_ID
|
|
50684
50905
|
* UILayout.template_cache_file
|
|
@@ -56370,12 +56591,20 @@ Operator.draw method for layout and display.
|
|
|
56370
56591
|
* Strip.mute
|
|
56371
56592
|
* Strip.lock
|
|
56372
56593
|
* Strip.frame_final_duration
|
|
56594
|
+
* Strip.duration
|
|
56373
56595
|
* Strip.frame_duration
|
|
56596
|
+
* Strip.content_duration
|
|
56374
56597
|
* Strip.frame_start
|
|
56598
|
+
* Strip.content_start
|
|
56599
|
+
* Strip.content_end
|
|
56375
56600
|
* Strip.frame_final_start
|
|
56601
|
+
* Strip.left_handle
|
|
56376
56602
|
* Strip.frame_final_end
|
|
56603
|
+
* Strip.right_handle
|
|
56377
56604
|
* Strip.frame_offset_start
|
|
56605
|
+
* Strip.left_handle_offset
|
|
56378
56606
|
* Strip.frame_offset_end
|
|
56607
|
+
* Strip.right_handle_offset
|
|
56379
56608
|
* Strip.channel
|
|
56380
56609
|
* Strip.use_linear_modifiers
|
|
56381
56610
|
* Strip.blend_type
|
|
@@ -56910,6 +57139,8 @@ Operator.draw method for layout and display.
|
|
|
56910
57139
|
|
|
56911
57140
|
--------------------
|
|
56912
57141
|
|
|
57142
|
+
* GreasePencil.root_nodes
|
|
57143
|
+
* GreasePencilLayerGroup.children
|
|
56913
57144
|
* GreasePencilTreeNode.next_node
|
|
56914
57145
|
* GreasePencilTreeNode.prev_node
|
|
56915
57146
|
|
|
@@ -57646,12 +57877,20 @@ Operator.draw method for layout and display.
|
|
|
57646
57877
|
* Strip.mute
|
|
57647
57878
|
* Strip.lock
|
|
57648
57879
|
* Strip.frame_final_duration
|
|
57880
|
+
* Strip.duration
|
|
57649
57881
|
* Strip.frame_duration
|
|
57882
|
+
* Strip.content_duration
|
|
57650
57883
|
* Strip.frame_start
|
|
57884
|
+
* Strip.content_start
|
|
57885
|
+
* Strip.content_end
|
|
57651
57886
|
* Strip.frame_final_start
|
|
57887
|
+
* Strip.left_handle
|
|
57652
57888
|
* Strip.frame_final_end
|
|
57889
|
+
* Strip.right_handle
|
|
57653
57890
|
* Strip.frame_offset_start
|
|
57891
|
+
* Strip.left_handle_offset
|
|
57654
57892
|
* Strip.frame_offset_end
|
|
57893
|
+
* Strip.right_handle_offset
|
|
57655
57894
|
* Strip.channel
|
|
57656
57895
|
* Strip.use_linear_modifiers
|
|
57657
57896
|
* Strip.blend_type
|
|
@@ -60403,32 +60642,39 @@ Operator.draw method for layout and display.
|
|
|
60403
60642
|
--------------------
|
|
60404
60643
|
|
|
60405
60644
|
* bpy_struct.id_data
|
|
60406
|
-
*
|
|
60407
|
-
*
|
|
60408
|
-
*
|
|
60409
|
-
*
|
|
60410
|
-
*
|
|
60411
|
-
*
|
|
60412
|
-
*
|
|
60413
|
-
*
|
|
60414
|
-
*
|
|
60415
|
-
*
|
|
60416
|
-
*
|
|
60417
|
-
*
|
|
60418
|
-
*
|
|
60419
|
-
*
|
|
60420
|
-
*
|
|
60421
|
-
*
|
|
60422
|
-
*
|
|
60423
|
-
*
|
|
60424
|
-
*
|
|
60425
|
-
*
|
|
60426
|
-
*
|
|
60427
|
-
*
|
|
60428
|
-
*
|
|
60429
|
-
*
|
|
60430
|
-
*
|
|
60431
|
-
*
|
|
60645
|
+
* Node.type
|
|
60646
|
+
* Node.location
|
|
60647
|
+
* Node.location_absolute
|
|
60648
|
+
* Node.width
|
|
60649
|
+
* Node.height
|
|
60650
|
+
* Node.dimensions
|
|
60651
|
+
* Node.name
|
|
60652
|
+
* Node.label
|
|
60653
|
+
* Node.inputs
|
|
60654
|
+
* Node.outputs
|
|
60655
|
+
* Node.internal_links
|
|
60656
|
+
* Node.parent
|
|
60657
|
+
* Node.warning_propagation
|
|
60658
|
+
* Node.use_custom_color
|
|
60659
|
+
* Node.color
|
|
60660
|
+
* Node.color_tag
|
|
60661
|
+
* Node.select
|
|
60662
|
+
* Node.show_options
|
|
60663
|
+
* Node.show_preview
|
|
60664
|
+
* Node.hide
|
|
60665
|
+
* Node.mute
|
|
60666
|
+
* Node.show_texture
|
|
60667
|
+
* Node.bl_idname
|
|
60668
|
+
* Node.bl_label
|
|
60669
|
+
* Node.bl_description
|
|
60670
|
+
* Node.bl_icon
|
|
60671
|
+
* Node.bl_static_type
|
|
60672
|
+
* Node.bl_width_default
|
|
60673
|
+
* Node.bl_width_min
|
|
60674
|
+
* Node.bl_width_max
|
|
60675
|
+
* Node.bl_height_default
|
|
60676
|
+
* Node.bl_height_min
|
|
60677
|
+
* Node.bl_height_max
|
|
60432
60678
|
|
|
60433
60679
|
:columns: 2
|
|
60434
60680
|
|
|
@@ -60459,17 +60705,34 @@ Operator.draw method for layout and display.
|
|
|
60459
60705
|
* bpy_struct.rna_ancestors
|
|
60460
60706
|
* bpy_struct.type_recast
|
|
60461
60707
|
* bpy_struct.values
|
|
60462
|
-
*
|
|
60463
|
-
*
|
|
60464
|
-
*
|
|
60465
|
-
*
|
|
60466
|
-
*
|
|
60467
|
-
*
|
|
60468
|
-
*
|
|
60469
|
-
*
|
|
60470
|
-
*
|
|
60471
|
-
*
|
|
60472
|
-
*
|
|
60708
|
+
* Node.bl_system_properties_get
|
|
60709
|
+
* Node.socket_value_update
|
|
60710
|
+
* Node.is_registered_node_type
|
|
60711
|
+
* Node.poll
|
|
60712
|
+
* Node.poll_instance
|
|
60713
|
+
* Node.update
|
|
60714
|
+
* Node.insert_link
|
|
60715
|
+
* Node.init
|
|
60716
|
+
* Node.copy
|
|
60717
|
+
* Node.free
|
|
60718
|
+
* Node.draw_buttons
|
|
60719
|
+
* Node.draw_buttons_ext
|
|
60720
|
+
* Node.draw_label
|
|
60721
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
60722
|
+
* Node.debug_zone_lazy_function_graph
|
|
60723
|
+
* Node.poll
|
|
60724
|
+
* Node.bl_rna_get_subclass
|
|
60725
|
+
* Node.bl_rna_get_subclass_py
|
|
60726
|
+
* NodeInternal.poll
|
|
60727
|
+
* NodeInternal.poll_instance
|
|
60728
|
+
* NodeInternal.update
|
|
60729
|
+
* NodeInternal.draw_buttons
|
|
60730
|
+
* NodeInternal.draw_buttons_ext
|
|
60731
|
+
* NodeInternal.bl_rna_get_subclass
|
|
60732
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
60733
|
+
* GeometryNode.poll
|
|
60734
|
+
* GeometryNode.bl_rna_get_subclass
|
|
60735
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
60473
60736
|
|
|
60474
60737
|
:columns: 2
|
|
60475
60738
|
|
|
@@ -60477,39 +60740,113 @@ Operator.draw method for layout and display.
|
|
|
60477
60740
|
--------------------
|
|
60478
60741
|
|
|
60479
60742
|
* bpy_struct.id_data
|
|
60480
|
-
*
|
|
60481
|
-
*
|
|
60482
|
-
*
|
|
60483
|
-
*
|
|
60484
|
-
*
|
|
60485
|
-
*
|
|
60486
|
-
*
|
|
60487
|
-
*
|
|
60488
|
-
*
|
|
60489
|
-
*
|
|
60490
|
-
*
|
|
60491
|
-
*
|
|
60492
|
-
*
|
|
60493
|
-
*
|
|
60494
|
-
*
|
|
60495
|
-
*
|
|
60496
|
-
*
|
|
60497
|
-
*
|
|
60498
|
-
*
|
|
60499
|
-
*
|
|
60500
|
-
*
|
|
60501
|
-
*
|
|
60502
|
-
*
|
|
60503
|
-
*
|
|
60504
|
-
*
|
|
60505
|
-
*
|
|
60506
|
-
|
|
60507
|
-
|
|
60508
|
-
|
|
60509
|
-
|
|
60510
|
-
|
|
60511
|
-
|
|
60512
|
-
*
|
|
60743
|
+
* NodeSocket.name
|
|
60744
|
+
* NodeSocket.label
|
|
60745
|
+
* NodeSocket.identifier
|
|
60746
|
+
* NodeSocket.description
|
|
60747
|
+
* NodeSocket.is_output
|
|
60748
|
+
* NodeSocket.select
|
|
60749
|
+
* NodeSocket.hide
|
|
60750
|
+
* NodeSocket.enabled
|
|
60751
|
+
* NodeSocket.link_limit
|
|
60752
|
+
* NodeSocket.is_linked
|
|
60753
|
+
* NodeSocket.is_unavailable
|
|
60754
|
+
* NodeSocket.is_multi_input
|
|
60755
|
+
* NodeSocket.show_expanded
|
|
60756
|
+
* NodeSocket.is_inactive
|
|
60757
|
+
* NodeSocket.is_icon_visible
|
|
60758
|
+
* NodeSocket.hide_value
|
|
60759
|
+
* NodeSocket.pin_gizmo
|
|
60760
|
+
* NodeSocket.node
|
|
60761
|
+
* NodeSocket.type
|
|
60762
|
+
* NodeSocket.display_shape
|
|
60763
|
+
* NodeSocket.inferred_structure_type
|
|
60764
|
+
* NodeSocket.bl_idname
|
|
60765
|
+
* NodeSocket.bl_label
|
|
60766
|
+
* NodeSocket.bl_subtype_label
|
|
60767
|
+
* NodeSocket.links
|
|
60768
|
+
* NodeSocketStandard.links
|
|
60769
|
+
|
|
60770
|
+
:columns: 2
|
|
60771
|
+
|
|
60772
|
+
|
|
60773
|
+
--------------------
|
|
60774
|
+
|
|
60775
|
+
* bpy_struct.as_pointer
|
|
60776
|
+
* bpy_struct.driver_add
|
|
60777
|
+
* bpy_struct.driver_remove
|
|
60778
|
+
* bpy_struct.get
|
|
60779
|
+
* bpy_struct.id_properties_clear
|
|
60780
|
+
* bpy_struct.id_properties_ensure
|
|
60781
|
+
* bpy_struct.id_properties_ui
|
|
60782
|
+
* bpy_struct.is_property_hidden
|
|
60783
|
+
* bpy_struct.is_property_overridable_library
|
|
60784
|
+
* bpy_struct.is_property_readonly
|
|
60785
|
+
* bpy_struct.is_property_set
|
|
60786
|
+
* bpy_struct.items
|
|
60787
|
+
* bpy_struct.keyframe_delete
|
|
60788
|
+
* bpy_struct.keyframe_insert
|
|
60789
|
+
* bpy_struct.keys
|
|
60790
|
+
* bpy_struct.path_from_id
|
|
60791
|
+
* bpy_struct.path_from_module
|
|
60792
|
+
* bpy_struct.path_resolve
|
|
60793
|
+
* bpy_struct.pop
|
|
60794
|
+
* bpy_struct.property_overridable_library_set
|
|
60795
|
+
* bpy_struct.property_unset
|
|
60796
|
+
* bpy_struct.rna_ancestors
|
|
60797
|
+
* bpy_struct.type_recast
|
|
60798
|
+
* bpy_struct.values
|
|
60799
|
+
* NodeSocket.bl_system_properties_get
|
|
60800
|
+
* NodeSocket.draw
|
|
60801
|
+
* NodeSocket.draw_color
|
|
60802
|
+
* NodeSocket.draw_color_simple
|
|
60803
|
+
* NodeSocket.bl_rna_get_subclass
|
|
60804
|
+
* NodeSocket.bl_rna_get_subclass_py
|
|
60805
|
+
* NodeSocketStandard.draw
|
|
60806
|
+
* NodeSocketStandard.draw_color
|
|
60807
|
+
* NodeSocketStandard.draw_color_simple
|
|
60808
|
+
* NodeSocketStandard.bl_rna_get_subclass
|
|
60809
|
+
* NodeSocketStandard.bl_rna_get_subclass_py
|
|
60810
|
+
|
|
60811
|
+
:columns: 2
|
|
60812
|
+
|
|
60813
|
+
|
|
60814
|
+
--------------------
|
|
60815
|
+
|
|
60816
|
+
* bpy_struct.id_data
|
|
60817
|
+
* Node.type
|
|
60818
|
+
* Node.location
|
|
60819
|
+
* Node.location_absolute
|
|
60820
|
+
* Node.width
|
|
60821
|
+
* Node.height
|
|
60822
|
+
* Node.dimensions
|
|
60823
|
+
* Node.name
|
|
60824
|
+
* Node.label
|
|
60825
|
+
* Node.inputs
|
|
60826
|
+
* Node.outputs
|
|
60827
|
+
* Node.internal_links
|
|
60828
|
+
* Node.parent
|
|
60829
|
+
* Node.warning_propagation
|
|
60830
|
+
* Node.use_custom_color
|
|
60831
|
+
* Node.color
|
|
60832
|
+
* Node.color_tag
|
|
60833
|
+
* Node.select
|
|
60834
|
+
* Node.show_options
|
|
60835
|
+
* Node.show_preview
|
|
60836
|
+
* Node.hide
|
|
60837
|
+
* Node.mute
|
|
60838
|
+
* Node.show_texture
|
|
60839
|
+
* Node.bl_idname
|
|
60840
|
+
* Node.bl_label
|
|
60841
|
+
* Node.bl_description
|
|
60842
|
+
* Node.bl_icon
|
|
60843
|
+
* Node.bl_static_type
|
|
60844
|
+
* Node.bl_width_default
|
|
60845
|
+
* Node.bl_width_min
|
|
60846
|
+
* Node.bl_width_max
|
|
60847
|
+
* Node.bl_height_default
|
|
60848
|
+
* Node.bl_height_min
|
|
60849
|
+
* Node.bl_height_max
|
|
60513
60850
|
|
|
60514
60851
|
:columns: 2
|
|
60515
60852
|
|
|
@@ -62351,55 +62688,12 @@ print(positions_data)
|
|
|
62351
62688
|
* Object.active_shape_key
|
|
62352
62689
|
* Object.shape_key_add
|
|
62353
62690
|
* Object.shape_key_remove
|
|
62691
|
+
* Object.shape_keys_selected
|
|
62354
62692
|
* ShapeKey.relative_key
|
|
62355
62693
|
|
|
62356
62694
|
:columns: 2
|
|
62357
62695
|
|
|
62358
62696
|
|
|
62359
|
-
--------------------
|
|
62360
|
-
|
|
62361
|
-
* bpy_struct.id_data
|
|
62362
|
-
|
|
62363
|
-
:columns: 2
|
|
62364
|
-
|
|
62365
|
-
|
|
62366
|
-
--------------------
|
|
62367
|
-
|
|
62368
|
-
* bpy_struct.as_pointer
|
|
62369
|
-
* bpy_struct.driver_add
|
|
62370
|
-
* bpy_struct.driver_remove
|
|
62371
|
-
* bpy_struct.get
|
|
62372
|
-
* bpy_struct.id_properties_clear
|
|
62373
|
-
* bpy_struct.id_properties_ensure
|
|
62374
|
-
* bpy_struct.id_properties_ui
|
|
62375
|
-
* bpy_struct.is_property_hidden
|
|
62376
|
-
* bpy_struct.is_property_overridable_library
|
|
62377
|
-
* bpy_struct.is_property_readonly
|
|
62378
|
-
* bpy_struct.is_property_set
|
|
62379
|
-
* bpy_struct.items
|
|
62380
|
-
* bpy_struct.keyframe_delete
|
|
62381
|
-
* bpy_struct.keyframe_insert
|
|
62382
|
-
* bpy_struct.keys
|
|
62383
|
-
* bpy_struct.path_from_id
|
|
62384
|
-
* bpy_struct.path_from_module
|
|
62385
|
-
* bpy_struct.path_resolve
|
|
62386
|
-
* bpy_struct.pop
|
|
62387
|
-
* bpy_struct.property_overridable_library_set
|
|
62388
|
-
* bpy_struct.property_unset
|
|
62389
|
-
* bpy_struct.rna_ancestors
|
|
62390
|
-
* bpy_struct.type_recast
|
|
62391
|
-
* bpy_struct.values
|
|
62392
|
-
|
|
62393
|
-
:columns: 2
|
|
62394
|
-
|
|
62395
|
-
|
|
62396
|
-
--------------------
|
|
62397
|
-
|
|
62398
|
-
* ThemeCommon.curves
|
|
62399
|
-
|
|
62400
|
-
:columns: 2
|
|
62401
|
-
|
|
62402
|
-
|
|
62403
62697
|
--------------------
|
|
62404
62698
|
|
|
62405
62699
|
* bpy_struct.id_data
|
|
@@ -62491,9 +62785,8 @@ print(positions_data)
|
|
|
62491
62785
|
* NodeInternal.draw_buttons_ext
|
|
62492
62786
|
* NodeInternal.bl_rna_get_subclass
|
|
62493
62787
|
* NodeInternal.bl_rna_get_subclass_py
|
|
62494
|
-
*
|
|
62495
|
-
*
|
|
62496
|
-
* GeometryNode.bl_rna_get_subclass_py
|
|
62788
|
+
* FunctionNode.bl_rna_get_subclass
|
|
62789
|
+
* FunctionNode.bl_rna_get_subclass_py
|
|
62497
62790
|
|
|
62498
62791
|
:columns: 2
|
|
62499
62792
|
|
|
@@ -62501,39 +62794,6 @@ print(positions_data)
|
|
|
62501
62794
|
--------------------
|
|
62502
62795
|
|
|
62503
62796
|
* bpy_struct.id_data
|
|
62504
|
-
* Node.type
|
|
62505
|
-
* Node.location
|
|
62506
|
-
* Node.location_absolute
|
|
62507
|
-
* Node.width
|
|
62508
|
-
* Node.height
|
|
62509
|
-
* Node.dimensions
|
|
62510
|
-
* Node.name
|
|
62511
|
-
* Node.label
|
|
62512
|
-
* Node.inputs
|
|
62513
|
-
* Node.outputs
|
|
62514
|
-
* Node.internal_links
|
|
62515
|
-
* Node.parent
|
|
62516
|
-
* Node.warning_propagation
|
|
62517
|
-
* Node.use_custom_color
|
|
62518
|
-
* Node.color
|
|
62519
|
-
* Node.color_tag
|
|
62520
|
-
* Node.select
|
|
62521
|
-
* Node.show_options
|
|
62522
|
-
* Node.show_preview
|
|
62523
|
-
* Node.hide
|
|
62524
|
-
* Node.mute
|
|
62525
|
-
* Node.show_texture
|
|
62526
|
-
* Node.bl_idname
|
|
62527
|
-
* Node.bl_label
|
|
62528
|
-
* Node.bl_description
|
|
62529
|
-
* Node.bl_icon
|
|
62530
|
-
* Node.bl_static_type
|
|
62531
|
-
* Node.bl_width_default
|
|
62532
|
-
* Node.bl_width_min
|
|
62533
|
-
* Node.bl_width_max
|
|
62534
|
-
* Node.bl_height_default
|
|
62535
|
-
* Node.bl_height_min
|
|
62536
|
-
* Node.bl_height_max
|
|
62537
62797
|
|
|
62538
62798
|
:columns: 2
|
|
62539
62799
|
|
|
@@ -62564,34 +62824,13 @@ print(positions_data)
|
|
|
62564
62824
|
* bpy_struct.rna_ancestors
|
|
62565
62825
|
* bpy_struct.type_recast
|
|
62566
62826
|
* bpy_struct.values
|
|
62567
|
-
|
|
62568
|
-
|
|
62569
|
-
|
|
62570
|
-
|
|
62571
|
-
|
|
62572
|
-
|
|
62573
|
-
*
|
|
62574
|
-
* Node.init
|
|
62575
|
-
* Node.copy
|
|
62576
|
-
* Node.free
|
|
62577
|
-
* Node.draw_buttons
|
|
62578
|
-
* Node.draw_buttons_ext
|
|
62579
|
-
* Node.draw_label
|
|
62580
|
-
* Node.debug_zone_body_lazy_function_graph
|
|
62581
|
-
* Node.debug_zone_lazy_function_graph
|
|
62582
|
-
* Node.poll
|
|
62583
|
-
* Node.bl_rna_get_subclass
|
|
62584
|
-
* Node.bl_rna_get_subclass_py
|
|
62585
|
-
* NodeInternal.poll
|
|
62586
|
-
* NodeInternal.poll_instance
|
|
62587
|
-
* NodeInternal.update
|
|
62588
|
-
* NodeInternal.draw_buttons
|
|
62589
|
-
* NodeInternal.draw_buttons_ext
|
|
62590
|
-
* NodeInternal.bl_rna_get_subclass
|
|
62591
|
-
* NodeInternal.bl_rna_get_subclass_py
|
|
62592
|
-
* CompositorNode.poll
|
|
62593
|
-
* CompositorNode.bl_rna_get_subclass
|
|
62594
|
-
* CompositorNode.bl_rna_get_subclass_py
|
|
62827
|
+
|
|
62828
|
+
:columns: 2
|
|
62829
|
+
|
|
62830
|
+
|
|
62831
|
+
--------------------
|
|
62832
|
+
|
|
62833
|
+
* ThemeCommon.curves
|
|
62595
62834
|
|
|
62596
62835
|
:columns: 2
|
|
62597
62836
|
|
|
@@ -62687,8 +62926,9 @@ print(positions_data)
|
|
|
62687
62926
|
* NodeInternal.draw_buttons_ext
|
|
62688
62927
|
* NodeInternal.bl_rna_get_subclass
|
|
62689
62928
|
* NodeInternal.bl_rna_get_subclass_py
|
|
62690
|
-
*
|
|
62691
|
-
*
|
|
62929
|
+
* GeometryNode.poll
|
|
62930
|
+
* GeometryNode.bl_rna_get_subclass
|
|
62931
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
62692
62932
|
|
|
62693
62933
|
:columns: 2
|
|
62694
62934
|
|
|
@@ -62696,43 +62936,246 @@ print(positions_data)
|
|
|
62696
62936
|
--------------------
|
|
62697
62937
|
|
|
62698
62938
|
* bpy_struct.id_data
|
|
62699
|
-
*
|
|
62700
|
-
*
|
|
62701
|
-
*
|
|
62702
|
-
*
|
|
62703
|
-
*
|
|
62704
|
-
*
|
|
62705
|
-
*
|
|
62706
|
-
*
|
|
62707
|
-
*
|
|
62708
|
-
*
|
|
62709
|
-
*
|
|
62710
|
-
*
|
|
62711
|
-
*
|
|
62712
|
-
*
|
|
62713
|
-
*
|
|
62714
|
-
*
|
|
62715
|
-
*
|
|
62716
|
-
*
|
|
62717
|
-
*
|
|
62718
|
-
*
|
|
62719
|
-
*
|
|
62720
|
-
*
|
|
62721
|
-
*
|
|
62722
|
-
*
|
|
62723
|
-
*
|
|
62724
|
-
*
|
|
62725
|
-
*
|
|
62726
|
-
*
|
|
62727
|
-
*
|
|
62728
|
-
*
|
|
62729
|
-
*
|
|
62730
|
-
*
|
|
62731
|
-
*
|
|
62732
|
-
|
|
62733
|
-
|
|
62734
|
-
|
|
62735
|
-
|
|
62939
|
+
* Node.type
|
|
62940
|
+
* Node.location
|
|
62941
|
+
* Node.location_absolute
|
|
62942
|
+
* Node.width
|
|
62943
|
+
* Node.height
|
|
62944
|
+
* Node.dimensions
|
|
62945
|
+
* Node.name
|
|
62946
|
+
* Node.label
|
|
62947
|
+
* Node.inputs
|
|
62948
|
+
* Node.outputs
|
|
62949
|
+
* Node.internal_links
|
|
62950
|
+
* Node.parent
|
|
62951
|
+
* Node.warning_propagation
|
|
62952
|
+
* Node.use_custom_color
|
|
62953
|
+
* Node.color
|
|
62954
|
+
* Node.color_tag
|
|
62955
|
+
* Node.select
|
|
62956
|
+
* Node.show_options
|
|
62957
|
+
* Node.show_preview
|
|
62958
|
+
* Node.hide
|
|
62959
|
+
* Node.mute
|
|
62960
|
+
* Node.show_texture
|
|
62961
|
+
* Node.bl_idname
|
|
62962
|
+
* Node.bl_label
|
|
62963
|
+
* Node.bl_description
|
|
62964
|
+
* Node.bl_icon
|
|
62965
|
+
* Node.bl_static_type
|
|
62966
|
+
* Node.bl_width_default
|
|
62967
|
+
* Node.bl_width_min
|
|
62968
|
+
* Node.bl_width_max
|
|
62969
|
+
* Node.bl_height_default
|
|
62970
|
+
* Node.bl_height_min
|
|
62971
|
+
* Node.bl_height_max
|
|
62972
|
+
|
|
62973
|
+
:columns: 2
|
|
62974
|
+
|
|
62975
|
+
|
|
62976
|
+
--------------------
|
|
62977
|
+
|
|
62978
|
+
* bpy_struct.as_pointer
|
|
62979
|
+
* bpy_struct.driver_add
|
|
62980
|
+
* bpy_struct.driver_remove
|
|
62981
|
+
* bpy_struct.get
|
|
62982
|
+
* bpy_struct.id_properties_clear
|
|
62983
|
+
* bpy_struct.id_properties_ensure
|
|
62984
|
+
* bpy_struct.id_properties_ui
|
|
62985
|
+
* bpy_struct.is_property_hidden
|
|
62986
|
+
* bpy_struct.is_property_overridable_library
|
|
62987
|
+
* bpy_struct.is_property_readonly
|
|
62988
|
+
* bpy_struct.is_property_set
|
|
62989
|
+
* bpy_struct.items
|
|
62990
|
+
* bpy_struct.keyframe_delete
|
|
62991
|
+
* bpy_struct.keyframe_insert
|
|
62992
|
+
* bpy_struct.keys
|
|
62993
|
+
* bpy_struct.path_from_id
|
|
62994
|
+
* bpy_struct.path_from_module
|
|
62995
|
+
* bpy_struct.path_resolve
|
|
62996
|
+
* bpy_struct.pop
|
|
62997
|
+
* bpy_struct.property_overridable_library_set
|
|
62998
|
+
* bpy_struct.property_unset
|
|
62999
|
+
* bpy_struct.rna_ancestors
|
|
63000
|
+
* bpy_struct.type_recast
|
|
63001
|
+
* bpy_struct.values
|
|
63002
|
+
* Node.bl_system_properties_get
|
|
63003
|
+
* Node.socket_value_update
|
|
63004
|
+
* Node.is_registered_node_type
|
|
63005
|
+
* Node.poll
|
|
63006
|
+
* Node.poll_instance
|
|
63007
|
+
* Node.update
|
|
63008
|
+
* Node.insert_link
|
|
63009
|
+
* Node.init
|
|
63010
|
+
* Node.copy
|
|
63011
|
+
* Node.free
|
|
63012
|
+
* Node.draw_buttons
|
|
63013
|
+
* Node.draw_buttons_ext
|
|
63014
|
+
* Node.draw_label
|
|
63015
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
63016
|
+
* Node.debug_zone_lazy_function_graph
|
|
63017
|
+
* Node.poll
|
|
63018
|
+
* Node.bl_rna_get_subclass
|
|
63019
|
+
* Node.bl_rna_get_subclass_py
|
|
63020
|
+
* NodeInternal.poll
|
|
63021
|
+
* NodeInternal.poll_instance
|
|
63022
|
+
* NodeInternal.update
|
|
63023
|
+
* NodeInternal.draw_buttons
|
|
63024
|
+
* NodeInternal.draw_buttons_ext
|
|
63025
|
+
* NodeInternal.bl_rna_get_subclass
|
|
63026
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
63027
|
+
* CompositorNode.poll
|
|
63028
|
+
* CompositorNode.bl_rna_get_subclass
|
|
63029
|
+
* CompositorNode.bl_rna_get_subclass_py
|
|
63030
|
+
|
|
63031
|
+
:columns: 2
|
|
63032
|
+
|
|
63033
|
+
|
|
63034
|
+
--------------------
|
|
63035
|
+
|
|
63036
|
+
* bpy_struct.id_data
|
|
63037
|
+
* Node.type
|
|
63038
|
+
* Node.location
|
|
63039
|
+
* Node.location_absolute
|
|
63040
|
+
* Node.width
|
|
63041
|
+
* Node.height
|
|
63042
|
+
* Node.dimensions
|
|
63043
|
+
* Node.name
|
|
63044
|
+
* Node.label
|
|
63045
|
+
* Node.inputs
|
|
63046
|
+
* Node.outputs
|
|
63047
|
+
* Node.internal_links
|
|
63048
|
+
* Node.parent
|
|
63049
|
+
* Node.warning_propagation
|
|
63050
|
+
* Node.use_custom_color
|
|
63051
|
+
* Node.color
|
|
63052
|
+
* Node.color_tag
|
|
63053
|
+
* Node.select
|
|
63054
|
+
* Node.show_options
|
|
63055
|
+
* Node.show_preview
|
|
63056
|
+
* Node.hide
|
|
63057
|
+
* Node.mute
|
|
63058
|
+
* Node.show_texture
|
|
63059
|
+
* Node.bl_idname
|
|
63060
|
+
* Node.bl_label
|
|
63061
|
+
* Node.bl_description
|
|
63062
|
+
* Node.bl_icon
|
|
63063
|
+
* Node.bl_static_type
|
|
63064
|
+
* Node.bl_width_default
|
|
63065
|
+
* Node.bl_width_min
|
|
63066
|
+
* Node.bl_width_max
|
|
63067
|
+
* Node.bl_height_default
|
|
63068
|
+
* Node.bl_height_min
|
|
63069
|
+
* Node.bl_height_max
|
|
63070
|
+
|
|
63071
|
+
:columns: 2
|
|
63072
|
+
|
|
63073
|
+
|
|
63074
|
+
--------------------
|
|
63075
|
+
|
|
63076
|
+
* bpy_struct.as_pointer
|
|
63077
|
+
* bpy_struct.driver_add
|
|
63078
|
+
* bpy_struct.driver_remove
|
|
63079
|
+
* bpy_struct.get
|
|
63080
|
+
* bpy_struct.id_properties_clear
|
|
63081
|
+
* bpy_struct.id_properties_ensure
|
|
63082
|
+
* bpy_struct.id_properties_ui
|
|
63083
|
+
* bpy_struct.is_property_hidden
|
|
63084
|
+
* bpy_struct.is_property_overridable_library
|
|
63085
|
+
* bpy_struct.is_property_readonly
|
|
63086
|
+
* bpy_struct.is_property_set
|
|
63087
|
+
* bpy_struct.items
|
|
63088
|
+
* bpy_struct.keyframe_delete
|
|
63089
|
+
* bpy_struct.keyframe_insert
|
|
63090
|
+
* bpy_struct.keys
|
|
63091
|
+
* bpy_struct.path_from_id
|
|
63092
|
+
* bpy_struct.path_from_module
|
|
63093
|
+
* bpy_struct.path_resolve
|
|
63094
|
+
* bpy_struct.pop
|
|
63095
|
+
* bpy_struct.property_overridable_library_set
|
|
63096
|
+
* bpy_struct.property_unset
|
|
63097
|
+
* bpy_struct.rna_ancestors
|
|
63098
|
+
* bpy_struct.type_recast
|
|
63099
|
+
* bpy_struct.values
|
|
63100
|
+
* Node.bl_system_properties_get
|
|
63101
|
+
* Node.socket_value_update
|
|
63102
|
+
* Node.is_registered_node_type
|
|
63103
|
+
* Node.poll
|
|
63104
|
+
* Node.poll_instance
|
|
63105
|
+
* Node.update
|
|
63106
|
+
* Node.insert_link
|
|
63107
|
+
* Node.init
|
|
63108
|
+
* Node.copy
|
|
63109
|
+
* Node.free
|
|
63110
|
+
* Node.draw_buttons
|
|
63111
|
+
* Node.draw_buttons_ext
|
|
63112
|
+
* Node.draw_label
|
|
63113
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
63114
|
+
* Node.debug_zone_lazy_function_graph
|
|
63115
|
+
* Node.poll
|
|
63116
|
+
* Node.bl_rna_get_subclass
|
|
63117
|
+
* Node.bl_rna_get_subclass_py
|
|
63118
|
+
* NodeInternal.poll
|
|
63119
|
+
* NodeInternal.poll_instance
|
|
63120
|
+
* NodeInternal.update
|
|
63121
|
+
* NodeInternal.draw_buttons
|
|
63122
|
+
* NodeInternal.draw_buttons_ext
|
|
63123
|
+
* NodeInternal.bl_rna_get_subclass
|
|
63124
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
63125
|
+
* FunctionNode.bl_rna_get_subclass
|
|
63126
|
+
* FunctionNode.bl_rna_get_subclass_py
|
|
63127
|
+
|
|
63128
|
+
:columns: 2
|
|
63129
|
+
|
|
63130
|
+
|
|
63131
|
+
--------------------
|
|
63132
|
+
|
|
63133
|
+
* bpy_struct.id_data
|
|
63134
|
+
* Strip.name
|
|
63135
|
+
* Strip.type
|
|
63136
|
+
* Strip.select
|
|
63137
|
+
* Strip.select_left_handle
|
|
63138
|
+
* Strip.select_right_handle
|
|
63139
|
+
* Strip.mute
|
|
63140
|
+
* Strip.lock
|
|
63141
|
+
* Strip.frame_final_duration
|
|
63142
|
+
* Strip.duration
|
|
63143
|
+
* Strip.frame_duration
|
|
63144
|
+
* Strip.content_duration
|
|
63145
|
+
* Strip.frame_start
|
|
63146
|
+
* Strip.content_start
|
|
63147
|
+
* Strip.content_end
|
|
63148
|
+
* Strip.frame_final_start
|
|
63149
|
+
* Strip.left_handle
|
|
63150
|
+
* Strip.frame_final_end
|
|
63151
|
+
* Strip.right_handle
|
|
63152
|
+
* Strip.frame_offset_start
|
|
63153
|
+
* Strip.left_handle_offset
|
|
63154
|
+
* Strip.frame_offset_end
|
|
63155
|
+
* Strip.right_handle_offset
|
|
63156
|
+
* Strip.channel
|
|
63157
|
+
* Strip.use_linear_modifiers
|
|
63158
|
+
* Strip.blend_type
|
|
63159
|
+
* Strip.blend_alpha
|
|
63160
|
+
* Strip.effect_fader
|
|
63161
|
+
* Strip.use_default_fade
|
|
63162
|
+
* Strip.color_tag
|
|
63163
|
+
* Strip.modifiers
|
|
63164
|
+
* Strip.show_retiming_keys
|
|
63165
|
+
* EffectStrip.use_deinterlace
|
|
63166
|
+
* EffectStrip.alpha_mode
|
|
63167
|
+
* EffectStrip.use_flip_x
|
|
63168
|
+
* EffectStrip.use_flip_y
|
|
63169
|
+
* EffectStrip.use_float
|
|
63170
|
+
* EffectStrip.use_reverse_frames
|
|
63171
|
+
* EffectStrip.color_multiply
|
|
63172
|
+
* EffectStrip.multiply_alpha
|
|
63173
|
+
* EffectStrip.color_saturation
|
|
63174
|
+
* EffectStrip.strobe
|
|
63175
|
+
* EffectStrip.transform
|
|
63176
|
+
* EffectStrip.crop
|
|
63177
|
+
* EffectStrip.use_proxy
|
|
63178
|
+
* EffectStrip.proxy
|
|
62736
63179
|
|
|
62737
63180
|
:columns: 2
|
|
62738
63181
|
|
|
@@ -63521,12 +63964,20 @@ print(positions_data)
|
|
|
63521
63964
|
* Strip.mute
|
|
63522
63965
|
* Strip.lock
|
|
63523
63966
|
* Strip.frame_final_duration
|
|
63967
|
+
* Strip.duration
|
|
63524
63968
|
* Strip.frame_duration
|
|
63969
|
+
* Strip.content_duration
|
|
63525
63970
|
* Strip.frame_start
|
|
63971
|
+
* Strip.content_start
|
|
63972
|
+
* Strip.content_end
|
|
63526
63973
|
* Strip.frame_final_start
|
|
63974
|
+
* Strip.left_handle
|
|
63527
63975
|
* Strip.frame_final_end
|
|
63976
|
+
* Strip.right_handle
|
|
63528
63977
|
* Strip.frame_offset_start
|
|
63978
|
+
* Strip.left_handle_offset
|
|
63529
63979
|
* Strip.frame_offset_end
|
|
63980
|
+
* Strip.right_handle_offset
|
|
63530
63981
|
* Strip.channel
|
|
63531
63982
|
* Strip.use_linear_modifiers
|
|
63532
63983
|
* Strip.blend_type
|
|
@@ -66756,7 +67207,6 @@ print(positions_data)
|
|
|
66756
67207
|
* GeometryNodeBake.active_item
|
|
66757
67208
|
* GeometryNodeCaptureAttribute.active_item
|
|
66758
67209
|
* GeometryNodeFieldToGrid.active_item
|
|
66759
|
-
* GeometryNodeFieldToList.active_item
|
|
66760
67210
|
* GeometryNodeRepeatOutput.active_item
|
|
66761
67211
|
* GeometryNodeRepeatOutput.repeat_items
|
|
66762
67212
|
* NodeGeometryRepeatOutputItems.new
|
|
@@ -68435,12 +68885,20 @@ print(positions_data)
|
|
|
68435
68885
|
* Strip.mute
|
|
68436
68886
|
* Strip.lock
|
|
68437
68887
|
* Strip.frame_final_duration
|
|
68888
|
+
* Strip.duration
|
|
68438
68889
|
* Strip.frame_duration
|
|
68890
|
+
* Strip.content_duration
|
|
68439
68891
|
* Strip.frame_start
|
|
68892
|
+
* Strip.content_start
|
|
68893
|
+
* Strip.content_end
|
|
68440
68894
|
* Strip.frame_final_start
|
|
68895
|
+
* Strip.left_handle
|
|
68441
68896
|
* Strip.frame_final_end
|
|
68897
|
+
* Strip.right_handle
|
|
68442
68898
|
* Strip.frame_offset_start
|
|
68899
|
+
* Strip.left_handle_offset
|
|
68443
68900
|
* Strip.frame_offset_end
|
|
68901
|
+
* Strip.right_handle_offset
|
|
68444
68902
|
* Strip.channel
|
|
68445
68903
|
* Strip.use_linear_modifiers
|
|
68446
68904
|
* Strip.blend_type
|
|
@@ -69181,12 +69639,20 @@ print(positions_data)
|
|
|
69181
69639
|
* Strip.mute
|
|
69182
69640
|
* Strip.lock
|
|
69183
69641
|
* Strip.frame_final_duration
|
|
69642
|
+
* Strip.duration
|
|
69184
69643
|
* Strip.frame_duration
|
|
69644
|
+
* Strip.content_duration
|
|
69185
69645
|
* Strip.frame_start
|
|
69646
|
+
* Strip.content_start
|
|
69647
|
+
* Strip.content_end
|
|
69186
69648
|
* Strip.frame_final_start
|
|
69649
|
+
* Strip.left_handle
|
|
69187
69650
|
* Strip.frame_final_end
|
|
69651
|
+
* Strip.right_handle
|
|
69188
69652
|
* Strip.frame_offset_start
|
|
69653
|
+
* Strip.left_handle_offset
|
|
69189
69654
|
* Strip.frame_offset_end
|
|
69655
|
+
* Strip.right_handle_offset
|
|
69190
69656
|
* Strip.channel
|
|
69191
69657
|
* Strip.use_linear_modifiers
|
|
69192
69658
|
* Strip.blend_type
|
|
@@ -69409,12 +69875,20 @@ print(positions_data)
|
|
|
69409
69875
|
* Strip.mute
|
|
69410
69876
|
* Strip.lock
|
|
69411
69877
|
* Strip.frame_final_duration
|
|
69878
|
+
* Strip.duration
|
|
69412
69879
|
* Strip.frame_duration
|
|
69880
|
+
* Strip.content_duration
|
|
69413
69881
|
* Strip.frame_start
|
|
69882
|
+
* Strip.content_start
|
|
69883
|
+
* Strip.content_end
|
|
69414
69884
|
* Strip.frame_final_start
|
|
69885
|
+
* Strip.left_handle
|
|
69415
69886
|
* Strip.frame_final_end
|
|
69887
|
+
* Strip.right_handle
|
|
69416
69888
|
* Strip.frame_offset_start
|
|
69889
|
+
* Strip.left_handle_offset
|
|
69417
69890
|
* Strip.frame_offset_end
|
|
69891
|
+
* Strip.right_handle_offset
|
|
69418
69892
|
* Strip.channel
|
|
69419
69893
|
* Strip.use_linear_modifiers
|
|
69420
69894
|
* Strip.blend_type
|
|
@@ -72642,6 +73116,8 @@ To return a list of the data-blocks that are animated by a specific slot of an A
|
|
|
72642
73116
|
* Curve.taper_object
|
|
72643
73117
|
* Curve.dimensions
|
|
72644
73118
|
* Curve.fill_mode
|
|
73119
|
+
* Curve.fill_solver
|
|
73120
|
+
* Curve.fill_rule
|
|
72645
73121
|
* Curve.twist_mode
|
|
72646
73122
|
* Curve.taper_radius_mode
|
|
72647
73123
|
* Curve.bevel_factor_mapping_start
|
|
@@ -72921,38 +73397,136 @@ To return a list of the data-blocks that are animated by a specific slot of an A
|
|
|
72921
73397
|
--------------------
|
|
72922
73398
|
|
|
72923
73399
|
* bpy_struct.id_data
|
|
72924
|
-
*
|
|
72925
|
-
*
|
|
72926
|
-
*
|
|
72927
|
-
*
|
|
72928
|
-
*
|
|
72929
|
-
*
|
|
72930
|
-
*
|
|
72931
|
-
*
|
|
72932
|
-
*
|
|
72933
|
-
*
|
|
72934
|
-
*
|
|
72935
|
-
*
|
|
72936
|
-
*
|
|
72937
|
-
*
|
|
72938
|
-
*
|
|
72939
|
-
*
|
|
72940
|
-
*
|
|
72941
|
-
*
|
|
72942
|
-
*
|
|
72943
|
-
*
|
|
72944
|
-
*
|
|
72945
|
-
*
|
|
72946
|
-
*
|
|
72947
|
-
*
|
|
72948
|
-
*
|
|
72949
|
-
*
|
|
72950
|
-
*
|
|
72951
|
-
*
|
|
72952
|
-
*
|
|
72953
|
-
*
|
|
72954
|
-
*
|
|
72955
|
-
*
|
|
73400
|
+
* Node.type
|
|
73401
|
+
* Node.location
|
|
73402
|
+
* Node.location_absolute
|
|
73403
|
+
* Node.width
|
|
73404
|
+
* Node.height
|
|
73405
|
+
* Node.dimensions
|
|
73406
|
+
* Node.name
|
|
73407
|
+
* Node.label
|
|
73408
|
+
* Node.inputs
|
|
73409
|
+
* Node.outputs
|
|
73410
|
+
* Node.internal_links
|
|
73411
|
+
* Node.parent
|
|
73412
|
+
* Node.warning_propagation
|
|
73413
|
+
* Node.use_custom_color
|
|
73414
|
+
* Node.color
|
|
73415
|
+
* Node.color_tag
|
|
73416
|
+
* Node.select
|
|
73417
|
+
* Node.show_options
|
|
73418
|
+
* Node.show_preview
|
|
73419
|
+
* Node.hide
|
|
73420
|
+
* Node.mute
|
|
73421
|
+
* Node.show_texture
|
|
73422
|
+
* Node.bl_idname
|
|
73423
|
+
* Node.bl_label
|
|
73424
|
+
* Node.bl_description
|
|
73425
|
+
* Node.bl_icon
|
|
73426
|
+
* Node.bl_static_type
|
|
73427
|
+
* Node.bl_width_default
|
|
73428
|
+
* Node.bl_width_min
|
|
73429
|
+
* Node.bl_width_max
|
|
73430
|
+
* Node.bl_height_default
|
|
73431
|
+
* Node.bl_height_min
|
|
73432
|
+
* Node.bl_height_max
|
|
73433
|
+
|
|
73434
|
+
:columns: 2
|
|
73435
|
+
|
|
73436
|
+
|
|
73437
|
+
--------------------
|
|
73438
|
+
|
|
73439
|
+
* bpy_struct.as_pointer
|
|
73440
|
+
* bpy_struct.driver_add
|
|
73441
|
+
* bpy_struct.driver_remove
|
|
73442
|
+
* bpy_struct.get
|
|
73443
|
+
* bpy_struct.id_properties_clear
|
|
73444
|
+
* bpy_struct.id_properties_ensure
|
|
73445
|
+
* bpy_struct.id_properties_ui
|
|
73446
|
+
* bpy_struct.is_property_hidden
|
|
73447
|
+
* bpy_struct.is_property_overridable_library
|
|
73448
|
+
* bpy_struct.is_property_readonly
|
|
73449
|
+
* bpy_struct.is_property_set
|
|
73450
|
+
* bpy_struct.items
|
|
73451
|
+
* bpy_struct.keyframe_delete
|
|
73452
|
+
* bpy_struct.keyframe_insert
|
|
73453
|
+
* bpy_struct.keys
|
|
73454
|
+
* bpy_struct.path_from_id
|
|
73455
|
+
* bpy_struct.path_from_module
|
|
73456
|
+
* bpy_struct.path_resolve
|
|
73457
|
+
* bpy_struct.pop
|
|
73458
|
+
* bpy_struct.property_overridable_library_set
|
|
73459
|
+
* bpy_struct.property_unset
|
|
73460
|
+
* bpy_struct.rna_ancestors
|
|
73461
|
+
* bpy_struct.type_recast
|
|
73462
|
+
* bpy_struct.values
|
|
73463
|
+
* Node.bl_system_properties_get
|
|
73464
|
+
* Node.socket_value_update
|
|
73465
|
+
* Node.is_registered_node_type
|
|
73466
|
+
* Node.poll
|
|
73467
|
+
* Node.poll_instance
|
|
73468
|
+
* Node.update
|
|
73469
|
+
* Node.insert_link
|
|
73470
|
+
* Node.init
|
|
73471
|
+
* Node.copy
|
|
73472
|
+
* Node.free
|
|
73473
|
+
* Node.draw_buttons
|
|
73474
|
+
* Node.draw_buttons_ext
|
|
73475
|
+
* Node.draw_label
|
|
73476
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
73477
|
+
* Node.debug_zone_lazy_function_graph
|
|
73478
|
+
* Node.poll
|
|
73479
|
+
* Node.bl_rna_get_subclass
|
|
73480
|
+
* Node.bl_rna_get_subclass_py
|
|
73481
|
+
* NodeInternal.poll
|
|
73482
|
+
* NodeInternal.poll_instance
|
|
73483
|
+
* NodeInternal.update
|
|
73484
|
+
* NodeInternal.draw_buttons
|
|
73485
|
+
* NodeInternal.draw_buttons_ext
|
|
73486
|
+
* NodeInternal.bl_rna_get_subclass
|
|
73487
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
73488
|
+
* GeometryNode.poll
|
|
73489
|
+
* GeometryNode.bl_rna_get_subclass
|
|
73490
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
73491
|
+
|
|
73492
|
+
:columns: 2
|
|
73493
|
+
|
|
73494
|
+
|
|
73495
|
+
--------------------
|
|
73496
|
+
|
|
73497
|
+
* bpy_struct.id_data
|
|
73498
|
+
* Property.name
|
|
73499
|
+
* Property.identifier
|
|
73500
|
+
* Property.description
|
|
73501
|
+
* Property.translation_context
|
|
73502
|
+
* Property.type
|
|
73503
|
+
* Property.subtype
|
|
73504
|
+
* Property.srna
|
|
73505
|
+
* Property.unit
|
|
73506
|
+
* Property.icon
|
|
73507
|
+
* Property.is_readonly
|
|
73508
|
+
* Property.is_animatable
|
|
73509
|
+
* Property.is_overridable
|
|
73510
|
+
* Property.is_required
|
|
73511
|
+
* Property.is_argument_optional
|
|
73512
|
+
* Property.is_never_none
|
|
73513
|
+
* Property.is_hidden
|
|
73514
|
+
* Property.is_skip_save
|
|
73515
|
+
* Property.is_skip_preset
|
|
73516
|
+
* Property.is_output
|
|
73517
|
+
* Property.is_registered
|
|
73518
|
+
* Property.is_registered_optional
|
|
73519
|
+
* Property.is_runtime
|
|
73520
|
+
* Property.is_enum_flag
|
|
73521
|
+
* Property.is_library_editable
|
|
73522
|
+
* Property.is_path_output
|
|
73523
|
+
* Property.is_path_supports_blend_relative
|
|
73524
|
+
* Property.is_path_supports_templates
|
|
73525
|
+
* Property.is_deprecated
|
|
73526
|
+
* Property.deprecated_note
|
|
73527
|
+
* Property.deprecated_version
|
|
73528
|
+
* Property.deprecated_removal_version
|
|
73529
|
+
* Property.tags
|
|
72956
73530
|
|
|
72957
73531
|
:columns: 2
|
|
72958
73532
|
|
|
@@ -79019,6 +79593,104 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
79019
79593
|
:columns: 2
|
|
79020
79594
|
|
|
79021
79595
|
|
|
79596
|
+
--------------------
|
|
79597
|
+
|
|
79598
|
+
* bpy_struct.id_data
|
|
79599
|
+
* Node.type
|
|
79600
|
+
* Node.location
|
|
79601
|
+
* Node.location_absolute
|
|
79602
|
+
* Node.width
|
|
79603
|
+
* Node.height
|
|
79604
|
+
* Node.dimensions
|
|
79605
|
+
* Node.name
|
|
79606
|
+
* Node.label
|
|
79607
|
+
* Node.inputs
|
|
79608
|
+
* Node.outputs
|
|
79609
|
+
* Node.internal_links
|
|
79610
|
+
* Node.parent
|
|
79611
|
+
* Node.warning_propagation
|
|
79612
|
+
* Node.use_custom_color
|
|
79613
|
+
* Node.color
|
|
79614
|
+
* Node.color_tag
|
|
79615
|
+
* Node.select
|
|
79616
|
+
* Node.show_options
|
|
79617
|
+
* Node.show_preview
|
|
79618
|
+
* Node.hide
|
|
79619
|
+
* Node.mute
|
|
79620
|
+
* Node.show_texture
|
|
79621
|
+
* Node.bl_idname
|
|
79622
|
+
* Node.bl_label
|
|
79623
|
+
* Node.bl_description
|
|
79624
|
+
* Node.bl_icon
|
|
79625
|
+
* Node.bl_static_type
|
|
79626
|
+
* Node.bl_width_default
|
|
79627
|
+
* Node.bl_width_min
|
|
79628
|
+
* Node.bl_width_max
|
|
79629
|
+
* Node.bl_height_default
|
|
79630
|
+
* Node.bl_height_min
|
|
79631
|
+
* Node.bl_height_max
|
|
79632
|
+
|
|
79633
|
+
:columns: 2
|
|
79634
|
+
|
|
79635
|
+
|
|
79636
|
+
--------------------
|
|
79637
|
+
|
|
79638
|
+
* bpy_struct.as_pointer
|
|
79639
|
+
* bpy_struct.driver_add
|
|
79640
|
+
* bpy_struct.driver_remove
|
|
79641
|
+
* bpy_struct.get
|
|
79642
|
+
* bpy_struct.id_properties_clear
|
|
79643
|
+
* bpy_struct.id_properties_ensure
|
|
79644
|
+
* bpy_struct.id_properties_ui
|
|
79645
|
+
* bpy_struct.is_property_hidden
|
|
79646
|
+
* bpy_struct.is_property_overridable_library
|
|
79647
|
+
* bpy_struct.is_property_readonly
|
|
79648
|
+
* bpy_struct.is_property_set
|
|
79649
|
+
* bpy_struct.items
|
|
79650
|
+
* bpy_struct.keyframe_delete
|
|
79651
|
+
* bpy_struct.keyframe_insert
|
|
79652
|
+
* bpy_struct.keys
|
|
79653
|
+
* bpy_struct.path_from_id
|
|
79654
|
+
* bpy_struct.path_from_module
|
|
79655
|
+
* bpy_struct.path_resolve
|
|
79656
|
+
* bpy_struct.pop
|
|
79657
|
+
* bpy_struct.property_overridable_library_set
|
|
79658
|
+
* bpy_struct.property_unset
|
|
79659
|
+
* bpy_struct.rna_ancestors
|
|
79660
|
+
* bpy_struct.type_recast
|
|
79661
|
+
* bpy_struct.values
|
|
79662
|
+
* Node.bl_system_properties_get
|
|
79663
|
+
* Node.socket_value_update
|
|
79664
|
+
* Node.is_registered_node_type
|
|
79665
|
+
* Node.poll
|
|
79666
|
+
* Node.poll_instance
|
|
79667
|
+
* Node.update
|
|
79668
|
+
* Node.insert_link
|
|
79669
|
+
* Node.init
|
|
79670
|
+
* Node.copy
|
|
79671
|
+
* Node.free
|
|
79672
|
+
* Node.draw_buttons
|
|
79673
|
+
* Node.draw_buttons_ext
|
|
79674
|
+
* Node.draw_label
|
|
79675
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
79676
|
+
* Node.debug_zone_lazy_function_graph
|
|
79677
|
+
* Node.poll
|
|
79678
|
+
* Node.bl_rna_get_subclass
|
|
79679
|
+
* Node.bl_rna_get_subclass_py
|
|
79680
|
+
* NodeInternal.poll
|
|
79681
|
+
* NodeInternal.poll_instance
|
|
79682
|
+
* NodeInternal.update
|
|
79683
|
+
* NodeInternal.draw_buttons
|
|
79684
|
+
* NodeInternal.draw_buttons_ext
|
|
79685
|
+
* NodeInternal.bl_rna_get_subclass
|
|
79686
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
79687
|
+
* GeometryNode.poll
|
|
79688
|
+
* GeometryNode.bl_rna_get_subclass
|
|
79689
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
79690
|
+
|
|
79691
|
+
:columns: 2
|
|
79692
|
+
|
|
79693
|
+
|
|
79022
79694
|
--------------------
|
|
79023
79695
|
|
|
79024
79696
|
* bpy_struct.id_data
|
|
@@ -92444,12 +93116,20 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
92444
93116
|
* Strip.mute
|
|
92445
93117
|
* Strip.lock
|
|
92446
93118
|
* Strip.frame_final_duration
|
|
93119
|
+
* Strip.duration
|
|
92447
93120
|
* Strip.frame_duration
|
|
93121
|
+
* Strip.content_duration
|
|
92448
93122
|
* Strip.frame_start
|
|
93123
|
+
* Strip.content_start
|
|
93124
|
+
* Strip.content_end
|
|
92449
93125
|
* Strip.frame_final_start
|
|
93126
|
+
* Strip.left_handle
|
|
92450
93127
|
* Strip.frame_final_end
|
|
93128
|
+
* Strip.right_handle
|
|
92451
93129
|
* Strip.frame_offset_start
|
|
93130
|
+
* Strip.left_handle_offset
|
|
92452
93131
|
* Strip.frame_offset_end
|
|
93132
|
+
* Strip.right_handle_offset
|
|
92453
93133
|
* Strip.channel
|
|
92454
93134
|
* Strip.use_linear_modifiers
|
|
92455
93135
|
* Strip.blend_type
|
|
@@ -97350,12 +98030,20 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
97350
98030
|
* Strip.mute
|
|
97351
98031
|
* Strip.lock
|
|
97352
98032
|
* Strip.frame_final_duration
|
|
98033
|
+
* Strip.duration
|
|
97353
98034
|
* Strip.frame_duration
|
|
98035
|
+
* Strip.content_duration
|
|
97354
98036
|
* Strip.frame_start
|
|
98037
|
+
* Strip.content_start
|
|
98038
|
+
* Strip.content_end
|
|
97355
98039
|
* Strip.frame_final_start
|
|
98040
|
+
* Strip.left_handle
|
|
97356
98041
|
* Strip.frame_final_end
|
|
98042
|
+
* Strip.right_handle
|
|
97357
98043
|
* Strip.frame_offset_start
|
|
98044
|
+
* Strip.left_handle_offset
|
|
97358
98045
|
* Strip.frame_offset_end
|
|
98046
|
+
* Strip.right_handle_offset
|
|
97359
98047
|
* Strip.channel
|
|
97360
98048
|
* Strip.use_linear_modifiers
|
|
97361
98049
|
* Strip.blend_type
|
|
@@ -99999,12 +100687,20 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
99999
100687
|
* Strip.mute
|
|
100000
100688
|
* Strip.lock
|
|
100001
100689
|
* Strip.frame_final_duration
|
|
100690
|
+
* Strip.duration
|
|
100002
100691
|
* Strip.frame_duration
|
|
100692
|
+
* Strip.content_duration
|
|
100003
100693
|
* Strip.frame_start
|
|
100694
|
+
* Strip.content_start
|
|
100695
|
+
* Strip.content_end
|
|
100004
100696
|
* Strip.frame_final_start
|
|
100697
|
+
* Strip.left_handle
|
|
100005
100698
|
* Strip.frame_final_end
|
|
100699
|
+
* Strip.right_handle
|
|
100006
100700
|
* Strip.frame_offset_start
|
|
100701
|
+
* Strip.left_handle_offset
|
|
100007
100702
|
* Strip.frame_offset_end
|
|
100703
|
+
* Strip.right_handle_offset
|
|
100008
100704
|
* Strip.channel
|
|
100009
100705
|
* Strip.use_linear_modifiers
|
|
100010
100706
|
* Strip.blend_type
|
|
@@ -101775,12 +102471,20 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
101775
102471
|
* Strip.mute
|
|
101776
102472
|
* Strip.lock
|
|
101777
102473
|
* Strip.frame_final_duration
|
|
102474
|
+
* Strip.duration
|
|
101778
102475
|
* Strip.frame_duration
|
|
102476
|
+
* Strip.content_duration
|
|
101779
102477
|
* Strip.frame_start
|
|
102478
|
+
* Strip.content_start
|
|
102479
|
+
* Strip.content_end
|
|
101780
102480
|
* Strip.frame_final_start
|
|
102481
|
+
* Strip.left_handle
|
|
101781
102482
|
* Strip.frame_final_end
|
|
102483
|
+
* Strip.right_handle
|
|
101782
102484
|
* Strip.frame_offset_start
|
|
102485
|
+
* Strip.left_handle_offset
|
|
101783
102486
|
* Strip.frame_offset_end
|
|
102487
|
+
* Strip.right_handle_offset
|
|
101784
102488
|
* Strip.channel
|
|
101785
102489
|
* Strip.use_linear_modifiers
|
|
101786
102490
|
* Strip.blend_type
|
|
@@ -104366,12 +105070,20 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
104366
105070
|
* Strip.mute
|
|
104367
105071
|
* Strip.lock
|
|
104368
105072
|
* Strip.frame_final_duration
|
|
105073
|
+
* Strip.duration
|
|
104369
105074
|
* Strip.frame_duration
|
|
105075
|
+
* Strip.content_duration
|
|
104370
105076
|
* Strip.frame_start
|
|
105077
|
+
* Strip.content_start
|
|
105078
|
+
* Strip.content_end
|
|
104371
105079
|
* Strip.frame_final_start
|
|
105080
|
+
* Strip.left_handle
|
|
104372
105081
|
* Strip.frame_final_end
|
|
105082
|
+
* Strip.right_handle
|
|
104373
105083
|
* Strip.frame_offset_start
|
|
105084
|
+
* Strip.left_handle_offset
|
|
104374
105085
|
* Strip.frame_offset_end
|
|
105086
|
+
* Strip.right_handle_offset
|
|
104375
105087
|
* Strip.channel
|
|
104376
105088
|
* Strip.use_linear_modifiers
|
|
104377
105089
|
* Strip.blend_type
|
|
@@ -108328,6 +109040,105 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
108328
109040
|
:columns: 2
|
|
108329
109041
|
|
|
108330
109042
|
|
|
109043
|
+
--------------------
|
|
109044
|
+
|
|
109045
|
+
* bpy_struct.id_data
|
|
109046
|
+
* FModifier.name
|
|
109047
|
+
* FModifier.type
|
|
109048
|
+
* FModifier.show_expanded
|
|
109049
|
+
* FModifier.mute
|
|
109050
|
+
* FModifier.is_valid
|
|
109051
|
+
* FModifier.active
|
|
109052
|
+
* FModifier.use_restricted_range
|
|
109053
|
+
* FModifier.frame_start
|
|
109054
|
+
* FModifier.frame_end
|
|
109055
|
+
* FModifier.blend_in
|
|
109056
|
+
* FModifier.blend_out
|
|
109057
|
+
* FModifier.use_influence
|
|
109058
|
+
* FModifier.influence
|
|
109059
|
+
|
|
109060
|
+
:columns: 2
|
|
109061
|
+
|
|
109062
|
+
|
|
109063
|
+
--------------------
|
|
109064
|
+
|
|
109065
|
+
* bpy_struct.as_pointer
|
|
109066
|
+
* bpy_struct.driver_add
|
|
109067
|
+
* bpy_struct.driver_remove
|
|
109068
|
+
* bpy_struct.get
|
|
109069
|
+
* bpy_struct.id_properties_clear
|
|
109070
|
+
* bpy_struct.id_properties_ensure
|
|
109071
|
+
* bpy_struct.id_properties_ui
|
|
109072
|
+
* bpy_struct.is_property_hidden
|
|
109073
|
+
* bpy_struct.is_property_overridable_library
|
|
109074
|
+
* bpy_struct.is_property_readonly
|
|
109075
|
+
* bpy_struct.is_property_set
|
|
109076
|
+
* bpy_struct.items
|
|
109077
|
+
* bpy_struct.keyframe_delete
|
|
109078
|
+
* bpy_struct.keyframe_insert
|
|
109079
|
+
* bpy_struct.keys
|
|
109080
|
+
* bpy_struct.path_from_id
|
|
109081
|
+
* bpy_struct.path_from_module
|
|
109082
|
+
* bpy_struct.path_resolve
|
|
109083
|
+
* bpy_struct.pop
|
|
109084
|
+
* bpy_struct.property_overridable_library_set
|
|
109085
|
+
* bpy_struct.property_unset
|
|
109086
|
+
* bpy_struct.rna_ancestors
|
|
109087
|
+
* bpy_struct.type_recast
|
|
109088
|
+
* bpy_struct.values
|
|
109089
|
+
* FModifier.bl_rna_get_subclass
|
|
109090
|
+
* FModifier.bl_rna_get_subclass_py
|
|
109091
|
+
|
|
109092
|
+
:columns: 2
|
|
109093
|
+
|
|
109094
|
+
|
|
109095
|
+
--------------------
|
|
109096
|
+
|
|
109097
|
+
* bpy_struct.id_data
|
|
109098
|
+
|
|
109099
|
+
:columns: 2
|
|
109100
|
+
|
|
109101
|
+
|
|
109102
|
+
--------------------
|
|
109103
|
+
|
|
109104
|
+
* bpy_struct.as_pointer
|
|
109105
|
+
* bpy_struct.driver_add
|
|
109106
|
+
* bpy_struct.driver_remove
|
|
109107
|
+
* bpy_struct.get
|
|
109108
|
+
* bpy_struct.id_properties_clear
|
|
109109
|
+
* bpy_struct.id_properties_ensure
|
|
109110
|
+
* bpy_struct.id_properties_ui
|
|
109111
|
+
* bpy_struct.is_property_hidden
|
|
109112
|
+
* bpy_struct.is_property_overridable_library
|
|
109113
|
+
* bpy_struct.is_property_readonly
|
|
109114
|
+
* bpy_struct.is_property_set
|
|
109115
|
+
* bpy_struct.items
|
|
109116
|
+
* bpy_struct.keyframe_delete
|
|
109117
|
+
* bpy_struct.keyframe_insert
|
|
109118
|
+
* bpy_struct.keys
|
|
109119
|
+
* bpy_struct.path_from_id
|
|
109120
|
+
* bpy_struct.path_from_module
|
|
109121
|
+
* bpy_struct.path_resolve
|
|
109122
|
+
* bpy_struct.pop
|
|
109123
|
+
* bpy_struct.property_overridable_library_set
|
|
109124
|
+
* bpy_struct.property_unset
|
|
109125
|
+
* bpy_struct.rna_ancestors
|
|
109126
|
+
* bpy_struct.type_recast
|
|
109127
|
+
* bpy_struct.values
|
|
109128
|
+
|
|
109129
|
+
:columns: 2
|
|
109130
|
+
|
|
109131
|
+
|
|
109132
|
+
--------------------
|
|
109133
|
+
|
|
109134
|
+
* ImageStrip.elements
|
|
109135
|
+
* MovieStrip.elements
|
|
109136
|
+
* Strip.strip_elem_from_frame
|
|
109137
|
+
* StripElements.append
|
|
109138
|
+
|
|
109139
|
+
:columns: 2
|
|
109140
|
+
|
|
109141
|
+
|
|
108331
109142
|
--------------------
|
|
108332
109143
|
|
|
108333
109144
|
* bpy_struct.id_data
|
|
@@ -108361,53 +109172,6 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
108361
109172
|
* bpy_struct.rna_ancestors
|
|
108362
109173
|
* bpy_struct.type_recast
|
|
108363
109174
|
* bpy_struct.values
|
|
108364
|
-
|
|
108365
|
-
:columns: 2
|
|
108366
|
-
|
|
108367
|
-
|
|
108368
|
-
--------------------
|
|
108369
|
-
|
|
108370
|
-
* ImageStrip.elements
|
|
108371
|
-
* MovieStrip.elements
|
|
108372
|
-
* Strip.strip_elem_from_frame
|
|
108373
|
-
* StripElements.append
|
|
108374
|
-
|
|
108375
|
-
:columns: 2
|
|
108376
|
-
|
|
108377
|
-
|
|
108378
|
-
--------------------
|
|
108379
|
-
|
|
108380
|
-
* bpy_struct.id_data
|
|
108381
|
-
|
|
108382
|
-
:columns: 2
|
|
108383
|
-
|
|
108384
|
-
|
|
108385
|
-
--------------------
|
|
108386
|
-
|
|
108387
|
-
* bpy_struct.as_pointer
|
|
108388
|
-
* bpy_struct.driver_add
|
|
108389
|
-
* bpy_struct.driver_remove
|
|
108390
|
-
* bpy_struct.get
|
|
108391
|
-
* bpy_struct.id_properties_clear
|
|
108392
|
-
* bpy_struct.id_properties_ensure
|
|
108393
|
-
* bpy_struct.id_properties_ui
|
|
108394
|
-
* bpy_struct.is_property_hidden
|
|
108395
|
-
* bpy_struct.is_property_overridable_library
|
|
108396
|
-
* bpy_struct.is_property_readonly
|
|
108397
|
-
* bpy_struct.is_property_set
|
|
108398
|
-
* bpy_struct.items
|
|
108399
|
-
* bpy_struct.keyframe_delete
|
|
108400
|
-
* bpy_struct.keyframe_insert
|
|
108401
|
-
* bpy_struct.keys
|
|
108402
|
-
* bpy_struct.path_from_id
|
|
108403
|
-
* bpy_struct.path_from_module
|
|
108404
|
-
* bpy_struct.path_resolve
|
|
108405
|
-
* bpy_struct.pop
|
|
108406
|
-
* bpy_struct.property_overridable_library_set
|
|
108407
|
-
* bpy_struct.property_unset
|
|
108408
|
-
* bpy_struct.rna_ancestors
|
|
108409
|
-
* bpy_struct.type_recast
|
|
108410
|
-
* bpy_struct.values
|
|
108411
109175
|
|
|
108412
109176
|
:columns: 2
|
|
108413
109177
|
|
|
@@ -111428,6 +112192,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
111428
112192
|
* Curve.taper_object
|
|
111429
112193
|
* Curve.dimensions
|
|
111430
112194
|
* Curve.fill_mode
|
|
112195
|
+
* Curve.fill_solver
|
|
112196
|
+
* Curve.fill_rule
|
|
111431
112197
|
* Curve.twist_mode
|
|
111432
112198
|
* Curve.taper_radius_mode
|
|
111433
112199
|
* Curve.bevel_factor_mapping_start
|
|
@@ -111726,12 +112492,20 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
111726
112492
|
* Strip.mute
|
|
111727
112493
|
* Strip.lock
|
|
111728
112494
|
* Strip.frame_final_duration
|
|
112495
|
+
* Strip.duration
|
|
111729
112496
|
* Strip.frame_duration
|
|
112497
|
+
* Strip.content_duration
|
|
111730
112498
|
* Strip.frame_start
|
|
112499
|
+
* Strip.content_start
|
|
112500
|
+
* Strip.content_end
|
|
111731
112501
|
* Strip.frame_final_start
|
|
112502
|
+
* Strip.left_handle
|
|
111732
112503
|
* Strip.frame_final_end
|
|
112504
|
+
* Strip.right_handle
|
|
111733
112505
|
* Strip.frame_offset_start
|
|
112506
|
+
* Strip.left_handle_offset
|
|
111734
112507
|
* Strip.frame_offset_end
|
|
112508
|
+
* Strip.right_handle_offset
|
|
111735
112509
|
* Strip.channel
|
|
111736
112510
|
* Strip.use_linear_modifiers
|
|
111737
112511
|
* Strip.blend_type
|
|
@@ -112274,12 +113048,20 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
112274
113048
|
* Strip.mute
|
|
112275
113049
|
* Strip.lock
|
|
112276
113050
|
* Strip.frame_final_duration
|
|
113051
|
+
* Strip.duration
|
|
112277
113052
|
* Strip.frame_duration
|
|
113053
|
+
* Strip.content_duration
|
|
112278
113054
|
* Strip.frame_start
|
|
113055
|
+
* Strip.content_start
|
|
113056
|
+
* Strip.content_end
|
|
112279
113057
|
* Strip.frame_final_start
|
|
113058
|
+
* Strip.left_handle
|
|
112280
113059
|
* Strip.frame_final_end
|
|
113060
|
+
* Strip.right_handle
|
|
112281
113061
|
* Strip.frame_offset_start
|
|
113062
|
+
* Strip.left_handle_offset
|
|
112282
113063
|
* Strip.frame_offset_end
|
|
113064
|
+
* Strip.right_handle_offset
|
|
112283
113065
|
* Strip.channel
|
|
112284
113066
|
* Strip.use_linear_modifiers
|
|
112285
113067
|
* Strip.blend_type
|
|
@@ -122976,7 +123758,7 @@ class KeyMaps(bpy_prop_collection[KeyMap], bpy_struct):
|
|
|
122976
123758
|
:param name: Name
|
|
122977
123759
|
:param space_type: Space Type
|
|
122978
123760
|
:param region_type: Region Type
|
|
122979
|
-
:param modal: Modal, Keymap for modal operators
|
|
123761
|
+
:param modal: Modal, Keymap for modal operators. Modal keymaps are not supported for `KeyConfigs.addons`.
|
|
122980
123762
|
:param tool: Tool, Keymap for active tools
|
|
122981
123763
|
:return: Key Map, Added key map
|
|
122982
123764
|
"""
|
|
@@ -129018,10 +129800,16 @@ class AdjustmentStrip(EffectStrip, Strip, bpy_struct):
|
|
|
129018
129800
|
"""Sequence strip to perform filter adjustments to layers below"""
|
|
129019
129801
|
|
|
129020
129802
|
animation_offset_end: int
|
|
129021
|
-
""" Animation end offset (trim end)"""
|
|
129803
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
129022
129804
|
|
|
129023
129805
|
animation_offset_start: int
|
|
129024
|
-
""" Animation start offset (trim start)"""
|
|
129806
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
129807
|
+
|
|
129808
|
+
content_trim_end: int
|
|
129809
|
+
""" Number of frames to ignore from the end of the underlying source. The source content is trimmed, and future frames are turned into holds"""
|
|
129810
|
+
|
|
129811
|
+
content_trim_start: int
|
|
129812
|
+
""" Number of frames to ignore from the start of the underlying source. The source content is trimmed, and previous frames are turned into holds"""
|
|
129025
129813
|
|
|
129026
129814
|
input_count: int
|
|
129027
129815
|
|
|
@@ -132753,15 +133541,9 @@ class Brush(ID, bpy_struct):
|
|
|
132753
133541
|
use_adaptive_space: bool
|
|
132754
133542
|
""" Space daubs according to surface orientation instead of screen space"""
|
|
132755
133543
|
|
|
132756
|
-
use_airbrush: bool
|
|
132757
|
-
""" Keep applying paint effect while holding mouse (spray)"""
|
|
132758
|
-
|
|
132759
133544
|
use_alpha: bool
|
|
132760
133545
|
""" When this is disabled, lock alpha while painting"""
|
|
132761
133546
|
|
|
132762
|
-
use_anchor: bool
|
|
132763
|
-
""" Keep the brush anchored to the initial location"""
|
|
132764
|
-
|
|
132765
133547
|
use_automasking_boundary_edges: bool
|
|
132766
133548
|
""" Do not affect non manifold boundary edges"""
|
|
132767
133549
|
|
|
@@ -132813,9 +133595,6 @@ class Brush(ID, bpy_struct):
|
|
|
132813
133595
|
use_cursor_overlay_override: bool
|
|
132814
133596
|
""" Don't show overlay during a stroke"""
|
|
132815
133597
|
|
|
132816
|
-
use_curve: bool
|
|
132817
|
-
""" Define the stroke curve with a Bézier curve. Dabs are separated according to spacing."""
|
|
132818
|
-
|
|
132819
133598
|
use_density_pressure: bool
|
|
132820
133599
|
""" Use pressure to modulate density"""
|
|
132821
133600
|
|
|
@@ -132843,9 +133622,6 @@ class Brush(ID, bpy_struct):
|
|
|
132843
133622
|
use_inverse_smooth_pressure: bool
|
|
132844
133623
|
""" Lighter pressure causes more smoothing to be applied"""
|
|
132845
133624
|
|
|
132846
|
-
use_line: bool
|
|
132847
|
-
""" Draw a line with dabs separated according to spacing"""
|
|
132848
|
-
|
|
132849
133625
|
use_locked_size: typing.Literal["VIEW", "SCENE"]
|
|
132850
133626
|
""" Measure brush size relative to the view or the scene"""
|
|
132851
133627
|
|
|
@@ -132930,9 +133706,6 @@ class Brush(ID, bpy_struct):
|
|
|
132930
133706
|
use_random_press_val: bool
|
|
132931
133707
|
""" Use pressure to modulate randomness"""
|
|
132932
133708
|
|
|
132933
|
-
use_restore_mesh: bool
|
|
132934
|
-
""" Allow a single dot to be carefully positioned"""
|
|
132935
|
-
|
|
132936
133709
|
use_scene_spacing: typing.Literal["VIEW", "SCENE"]
|
|
132937
133710
|
""" Calculate the brush spacing using view or scene distance"""
|
|
132938
133711
|
|
|
@@ -132945,9 +133718,6 @@ class Brush(ID, bpy_struct):
|
|
|
132945
133718
|
use_smooth_stroke: bool
|
|
132946
133719
|
""" Brush lags behind mouse and follows a smoother path"""
|
|
132947
133720
|
|
|
132948
|
-
use_space: bool
|
|
132949
|
-
""" Limit brush application to the distance specified by spacing"""
|
|
132950
|
-
|
|
132951
133721
|
use_space_attenuation: bool
|
|
132952
133722
|
""" Automatically adjust strength to give consistent results for different spacings"""
|
|
132953
133723
|
|
|
@@ -141755,6 +142525,12 @@ class Curve(ID, bpy_struct):
|
|
|
141755
142525
|
fill_mode: typing.Literal["FULL", "BACK", "FRONT", "HALF"]
|
|
141756
142526
|
""" Mode of filling curve"""
|
|
141757
142527
|
|
|
142528
|
+
fill_rule: typing.Literal["EVEN_ODD", "NONZERO"]
|
|
142529
|
+
""" Fill rule for Delaunay fill solver"""
|
|
142530
|
+
|
|
142531
|
+
fill_solver: typing.Literal["SWEEP_LINE", "CDT"]
|
|
142532
|
+
""" Triangulation solver for filling 2D curves"""
|
|
142533
|
+
|
|
141758
142534
|
is_editmode: bool
|
|
141759
142535
|
""" True when used in editmode"""
|
|
141760
142536
|
|
|
@@ -145489,6 +146265,43 @@ class FModifierNoise(FModifier, bpy_struct):
|
|
|
145489
146265
|
:return: The class or default when not found.
|
|
145490
146266
|
"""
|
|
145491
146267
|
|
|
146268
|
+
class FModifierSmooth(FModifier, bpy_struct):
|
|
146269
|
+
"""Smooth curve using Gaussian smoothing"""
|
|
146270
|
+
|
|
146271
|
+
filter_width: int
|
|
146272
|
+
""" The number of frames to average around each keyframe. Higher values allow more smoothing, but will decrease performance."""
|
|
146273
|
+
|
|
146274
|
+
sigma: float
|
|
146275
|
+
""" The shape of the Gaussian distribution in frames. Lower values will increase sharpness across the Filter Width."""
|
|
146276
|
+
|
|
146277
|
+
@classmethod
|
|
146278
|
+
def bl_rna_get_subclass(
|
|
146279
|
+
cls,
|
|
146280
|
+
id: str | None,
|
|
146281
|
+
default=None,
|
|
146282
|
+
/,
|
|
146283
|
+
) -> Struct:
|
|
146284
|
+
"""
|
|
146285
|
+
|
|
146286
|
+
:param id: The RNA type identifier.
|
|
146287
|
+
:param default:
|
|
146288
|
+
:return: The RNA type or default when not found.
|
|
146289
|
+
"""
|
|
146290
|
+
|
|
146291
|
+
@classmethod
|
|
146292
|
+
def bl_rna_get_subclass_py(
|
|
146293
|
+
cls,
|
|
146294
|
+
id: str | None,
|
|
146295
|
+
default=None,
|
|
146296
|
+
/,
|
|
146297
|
+
) -> typing.Any:
|
|
146298
|
+
"""
|
|
146299
|
+
|
|
146300
|
+
:param id: The RNA type identifier.
|
|
146301
|
+
:param default:
|
|
146302
|
+
:return: The class or default when not found.
|
|
146303
|
+
"""
|
|
146304
|
+
|
|
145492
146305
|
class FModifierStepped(FModifier, bpy_struct):
|
|
145493
146306
|
"""Hold each interpolated value from the F-Curve for several frames without changing the timing"""
|
|
145494
146307
|
|
|
@@ -149839,8 +150652,8 @@ class FunctionNodeMatrixMultiply(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
149839
150652
|
:return: The class or default when not found.
|
|
149840
150653
|
"""
|
|
149841
150654
|
|
|
149842
|
-
class
|
|
149843
|
-
"""
|
|
150655
|
+
class FunctionNodeMatrixSVD(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
150656
|
+
"""Compute the singular value decomposition of the 3x3 part of a matrix"""
|
|
149844
150657
|
|
|
149845
150658
|
@classmethod
|
|
149846
150659
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -149893,8 +150706,8 @@ class FunctionNodeProjectPoint(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
149893
150706
|
:return: The class or default when not found.
|
|
149894
150707
|
"""
|
|
149895
150708
|
|
|
149896
|
-
class
|
|
149897
|
-
"""
|
|
150709
|
+
class FunctionNodeProjectPoint(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
150710
|
+
"""Project a point using a matrix, using location, rotation, scale, and perspective divide"""
|
|
149898
150711
|
|
|
149899
150712
|
@classmethod
|
|
149900
150713
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -149947,11 +150760,8 @@ class FunctionNodeQuaternionToRotation(FunctionNode, NodeInternal, Node, bpy_str
|
|
|
149947
150760
|
:return: The class or default when not found.
|
|
149948
150761
|
"""
|
|
149949
150762
|
|
|
149950
|
-
class
|
|
149951
|
-
"""
|
|
149952
|
-
|
|
149953
|
-
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
149954
|
-
""" Type of data stored in attribute"""
|
|
150763
|
+
class FunctionNodeQuaternionToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
150764
|
+
"""Build a rotation from quaternion components"""
|
|
149955
150765
|
|
|
149956
150766
|
@classmethod
|
|
149957
150767
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -150004,8 +150814,11 @@ class FunctionNodeRandomValue(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
150004
150814
|
:return: The class or default when not found.
|
|
150005
150815
|
"""
|
|
150006
150816
|
|
|
150007
|
-
class
|
|
150008
|
-
"""
|
|
150817
|
+
class FunctionNodeRandomValue(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
150818
|
+
"""Output a randomized value"""
|
|
150819
|
+
|
|
150820
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
150821
|
+
""" Type of data stored in attribute"""
|
|
150009
150822
|
|
|
150010
150823
|
@classmethod
|
|
150011
150824
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -150058,14 +150871,8 @@ class FunctionNodeReplaceString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
150058
150871
|
:return: The class or default when not found.
|
|
150059
150872
|
"""
|
|
150060
150873
|
|
|
150061
|
-
class
|
|
150062
|
-
"""
|
|
150063
|
-
|
|
150064
|
-
rotation_type: typing.Literal["AXIS_ANGLE", "EULER"]
|
|
150065
|
-
""" Method used to describe the rotation"""
|
|
150066
|
-
|
|
150067
|
-
space: typing.Literal["OBJECT", "LOCAL"]
|
|
150068
|
-
""" Base orientation for rotation"""
|
|
150874
|
+
class FunctionNodeReplaceString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
150875
|
+
"""Replace a given string segment with another"""
|
|
150069
150876
|
|
|
150070
150877
|
@classmethod
|
|
150071
150878
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -150118,65 +150925,14 @@ class FunctionNodeRotateEuler(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
150118
150925
|
:return: The class or default when not found.
|
|
150119
150926
|
"""
|
|
150120
150927
|
|
|
150121
|
-
class
|
|
150122
|
-
"""Apply a secondary rotation to a given rotation
|
|
150123
|
-
|
|
150124
|
-
rotation_space: typing.Literal["GLOBAL", "LOCAL"]
|
|
150125
|
-
""" Base orientation for the rotation"""
|
|
150126
|
-
|
|
150127
|
-
@classmethod
|
|
150128
|
-
def is_registered_node_type(cls) -> bool:
|
|
150129
|
-
"""True if a registered node type
|
|
150130
|
-
|
|
150131
|
-
:return: Result
|
|
150132
|
-
"""
|
|
150133
|
-
|
|
150134
|
-
@classmethod
|
|
150135
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
150136
|
-
"""Input socket template
|
|
150137
|
-
|
|
150138
|
-
:param index: Index
|
|
150139
|
-
:return: result
|
|
150140
|
-
"""
|
|
150141
|
-
|
|
150142
|
-
@classmethod
|
|
150143
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
150144
|
-
"""Output socket template
|
|
150145
|
-
|
|
150146
|
-
:param index: Index
|
|
150147
|
-
:return: result
|
|
150148
|
-
"""
|
|
150149
|
-
|
|
150150
|
-
@classmethod
|
|
150151
|
-
def bl_rna_get_subclass(
|
|
150152
|
-
cls,
|
|
150153
|
-
id: str | None,
|
|
150154
|
-
default=None,
|
|
150155
|
-
/,
|
|
150156
|
-
) -> Struct:
|
|
150157
|
-
"""
|
|
150158
|
-
|
|
150159
|
-
:param id: The RNA type identifier.
|
|
150160
|
-
:param default:
|
|
150161
|
-
:return: The RNA type or default when not found.
|
|
150162
|
-
"""
|
|
150163
|
-
|
|
150164
|
-
@classmethod
|
|
150165
|
-
def bl_rna_get_subclass_py(
|
|
150166
|
-
cls,
|
|
150167
|
-
id: str | None,
|
|
150168
|
-
default=None,
|
|
150169
|
-
/,
|
|
150170
|
-
) -> typing.Any:
|
|
150171
|
-
"""
|
|
150928
|
+
class FunctionNodeRotateEuler(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
150929
|
+
"""Apply a secondary Euler rotation to a given Euler rotation"""
|
|
150172
150930
|
|
|
150173
|
-
|
|
150174
|
-
|
|
150175
|
-
:return: The class or default when not found.
|
|
150176
|
-
"""
|
|
150931
|
+
rotation_type: typing.Literal["AXIS_ANGLE", "EULER"]
|
|
150932
|
+
""" Method used to describe the rotation"""
|
|
150177
150933
|
|
|
150178
|
-
|
|
150179
|
-
"""
|
|
150934
|
+
space: typing.Literal["OBJECT", "LOCAL"]
|
|
150935
|
+
""" Base orientation for rotation"""
|
|
150180
150936
|
|
|
150181
150937
|
@classmethod
|
|
150182
150938
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -150229,8 +150985,11 @@ class FunctionNodeRotateVector(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
150229
150985
|
:return: The class or default when not found.
|
|
150230
150986
|
"""
|
|
150231
150987
|
|
|
150232
|
-
class
|
|
150233
|
-
"""
|
|
150988
|
+
class FunctionNodeRotateRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
150989
|
+
"""Apply a secondary rotation to a given rotation value"""
|
|
150990
|
+
|
|
150991
|
+
rotation_space: typing.Literal["GLOBAL", "LOCAL"]
|
|
150992
|
+
""" Base orientation for the rotation"""
|
|
150234
150993
|
|
|
150235
150994
|
@classmethod
|
|
150236
150995
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -150283,8 +151042,8 @@ class FunctionNodeRotationToAxisAngle(FunctionNode, NodeInternal, Node, bpy_stru
|
|
|
150283
151042
|
:return: The class or default when not found.
|
|
150284
151043
|
"""
|
|
150285
151044
|
|
|
150286
|
-
class
|
|
150287
|
-
"""
|
|
151045
|
+
class FunctionNodeRotateVector(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
151046
|
+
"""Apply a rotation to a given vector"""
|
|
150288
151047
|
|
|
150289
151048
|
@classmethod
|
|
150290
151049
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -150337,8 +151096,8 @@ class FunctionNodeRotationToEuler(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
150337
151096
|
:return: The class or default when not found.
|
|
150338
151097
|
"""
|
|
150339
151098
|
|
|
150340
|
-
class
|
|
150341
|
-
"""
|
|
151099
|
+
class FunctionNodeRotationToAxisAngle(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
151100
|
+
"""Convert a rotation to axis angle components"""
|
|
150342
151101
|
|
|
150343
151102
|
@classmethod
|
|
150344
151103
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -150391,11 +151150,8 @@ class FunctionNodeRotationToQuaternion(FunctionNode, NodeInternal, Node, bpy_str
|
|
|
150391
151150
|
:return: The class or default when not found.
|
|
150392
151151
|
"""
|
|
150393
151152
|
|
|
150394
|
-
class
|
|
150395
|
-
"""
|
|
150396
|
-
|
|
150397
|
-
mode: bpy.stub_internal.rna_enums.NodeCombsepColorItems
|
|
150398
|
-
""" Mode of color processing"""
|
|
151153
|
+
class FunctionNodeRotationToEuler(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
151154
|
+
"""Convert a standard rotation value to an Euler rotation"""
|
|
150399
151155
|
|
|
150400
151156
|
@classmethod
|
|
150401
151157
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -150448,8 +151204,8 @@ class FunctionNodeSeparateColor(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
150448
151204
|
:return: The class or default when not found.
|
|
150449
151205
|
"""
|
|
150450
151206
|
|
|
150451
|
-
class
|
|
150452
|
-
"""
|
|
151207
|
+
class FunctionNodeRotationToQuaternion(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
151208
|
+
"""Retrieve the quaternion components representing a rotation"""
|
|
150453
151209
|
|
|
150454
151210
|
@classmethod
|
|
150455
151211
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -150502,8 +151258,11 @@ class FunctionNodeSeparateMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
150502
151258
|
:return: The class or default when not found.
|
|
150503
151259
|
"""
|
|
150504
151260
|
|
|
150505
|
-
class
|
|
150506
|
-
"""Split a
|
|
151261
|
+
class FunctionNodeSeparateColor(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
151262
|
+
"""Split a color into separate channels, based on a particular color model"""
|
|
151263
|
+
|
|
151264
|
+
mode: bpy.stub_internal.rna_enums.NodeCombsepColorItems
|
|
151265
|
+
""" Mode of color processing"""
|
|
150507
151266
|
|
|
150508
151267
|
@classmethod
|
|
150509
151268
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -150556,8 +151315,8 @@ class FunctionNodeSeparateTransform(FunctionNode, NodeInternal, Node, bpy_struct
|
|
|
150556
151315
|
:return: The class or default when not found.
|
|
150557
151316
|
"""
|
|
150558
151317
|
|
|
150559
|
-
class
|
|
150560
|
-
"""
|
|
151318
|
+
class FunctionNodeSeparateMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
151319
|
+
"""Split a 4x4 matrix into its individual values"""
|
|
150561
151320
|
|
|
150562
151321
|
@classmethod
|
|
150563
151322
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -150610,8 +151369,116 @@ class FunctionNodeSliceString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
150610
151369
|
:return: The class or default when not found.
|
|
150611
151370
|
"""
|
|
150612
151371
|
|
|
150613
|
-
class
|
|
150614
|
-
"""
|
|
151372
|
+
class FunctionNodeSeparateTransform(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
151373
|
+
"""Split a transformation matrix into a translation vector, a rotation, and a scale vector"""
|
|
151374
|
+
|
|
151375
|
+
@classmethod
|
|
151376
|
+
def is_registered_node_type(cls) -> bool:
|
|
151377
|
+
"""True if a registered node type
|
|
151378
|
+
|
|
151379
|
+
:return: Result
|
|
151380
|
+
"""
|
|
151381
|
+
|
|
151382
|
+
@classmethod
|
|
151383
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
151384
|
+
"""Input socket template
|
|
151385
|
+
|
|
151386
|
+
:param index: Index
|
|
151387
|
+
:return: result
|
|
151388
|
+
"""
|
|
151389
|
+
|
|
151390
|
+
@classmethod
|
|
151391
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
151392
|
+
"""Output socket template
|
|
151393
|
+
|
|
151394
|
+
:param index: Index
|
|
151395
|
+
:return: result
|
|
151396
|
+
"""
|
|
151397
|
+
|
|
151398
|
+
@classmethod
|
|
151399
|
+
def bl_rna_get_subclass(
|
|
151400
|
+
cls,
|
|
151401
|
+
id: str | None,
|
|
151402
|
+
default=None,
|
|
151403
|
+
/,
|
|
151404
|
+
) -> Struct:
|
|
151405
|
+
"""
|
|
151406
|
+
|
|
151407
|
+
:param id: The RNA type identifier.
|
|
151408
|
+
:param default:
|
|
151409
|
+
:return: The RNA type or default when not found.
|
|
151410
|
+
"""
|
|
151411
|
+
|
|
151412
|
+
@classmethod
|
|
151413
|
+
def bl_rna_get_subclass_py(
|
|
151414
|
+
cls,
|
|
151415
|
+
id: str | None,
|
|
151416
|
+
default=None,
|
|
151417
|
+
/,
|
|
151418
|
+
) -> typing.Any:
|
|
151419
|
+
"""
|
|
151420
|
+
|
|
151421
|
+
:param id: The RNA type identifier.
|
|
151422
|
+
:param default:
|
|
151423
|
+
:return: The class or default when not found.
|
|
151424
|
+
"""
|
|
151425
|
+
|
|
151426
|
+
class FunctionNodeSliceString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
151427
|
+
"""Extract a string segment from a larger string"""
|
|
151428
|
+
|
|
151429
|
+
@classmethod
|
|
151430
|
+
def is_registered_node_type(cls) -> bool:
|
|
151431
|
+
"""True if a registered node type
|
|
151432
|
+
|
|
151433
|
+
:return: Result
|
|
151434
|
+
"""
|
|
151435
|
+
|
|
151436
|
+
@classmethod
|
|
151437
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
151438
|
+
"""Input socket template
|
|
151439
|
+
|
|
151440
|
+
:param index: Index
|
|
151441
|
+
:return: result
|
|
151442
|
+
"""
|
|
151443
|
+
|
|
151444
|
+
@classmethod
|
|
151445
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
151446
|
+
"""Output socket template
|
|
151447
|
+
|
|
151448
|
+
:param index: Index
|
|
151449
|
+
:return: result
|
|
151450
|
+
"""
|
|
151451
|
+
|
|
151452
|
+
@classmethod
|
|
151453
|
+
def bl_rna_get_subclass(
|
|
151454
|
+
cls,
|
|
151455
|
+
id: str | None,
|
|
151456
|
+
default=None,
|
|
151457
|
+
/,
|
|
151458
|
+
) -> Struct:
|
|
151459
|
+
"""
|
|
151460
|
+
|
|
151461
|
+
:param id: The RNA type identifier.
|
|
151462
|
+
:param default:
|
|
151463
|
+
:return: The RNA type or default when not found.
|
|
151464
|
+
"""
|
|
151465
|
+
|
|
151466
|
+
@classmethod
|
|
151467
|
+
def bl_rna_get_subclass_py(
|
|
151468
|
+
cls,
|
|
151469
|
+
id: str | None,
|
|
151470
|
+
default=None,
|
|
151471
|
+
/,
|
|
151472
|
+
) -> typing.Any:
|
|
151473
|
+
"""
|
|
151474
|
+
|
|
151475
|
+
:param id: The RNA type identifier.
|
|
151476
|
+
:param default:
|
|
151477
|
+
:return: The class or default when not found.
|
|
151478
|
+
"""
|
|
151479
|
+
|
|
151480
|
+
class FunctionNodeStringLength(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
151481
|
+
"""Output the number of characters in the given string"""
|
|
150615
151482
|
|
|
150616
151483
|
@classmethod
|
|
150617
151484
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151351,18 +152218,403 @@ class GammaCrossStrip(EffectStrip, Strip, bpy_struct):
|
|
|
151351
152218
|
:return: The class or default when not found.
|
|
151352
152219
|
"""
|
|
151353
152220
|
|
|
151354
|
-
class GaussianBlurStrip(EffectStrip, Strip, bpy_struct):
|
|
151355
|
-
"""Sequence strip creating a gaussian blur"""
|
|
152221
|
+
class GaussianBlurStrip(EffectStrip, Strip, bpy_struct):
|
|
152222
|
+
"""Sequence strip creating a gaussian blur"""
|
|
152223
|
+
|
|
152224
|
+
input_1: Strip
|
|
152225
|
+
""" First input for the effect strip"""
|
|
152226
|
+
|
|
152227
|
+
input_count: int
|
|
152228
|
+
size_x: float
|
|
152229
|
+
""" Size of the blur along X axis"""
|
|
152230
|
+
|
|
152231
|
+
size_y: float
|
|
152232
|
+
""" Size of the blur along Y axis"""
|
|
152233
|
+
|
|
152234
|
+
@classmethod
|
|
152235
|
+
def bl_rna_get_subclass(
|
|
152236
|
+
cls,
|
|
152237
|
+
id: str | None,
|
|
152238
|
+
default=None,
|
|
152239
|
+
/,
|
|
152240
|
+
) -> Struct:
|
|
152241
|
+
"""
|
|
152242
|
+
|
|
152243
|
+
:param id: The RNA type identifier.
|
|
152244
|
+
:param default:
|
|
152245
|
+
:return: The RNA type or default when not found.
|
|
152246
|
+
"""
|
|
152247
|
+
|
|
152248
|
+
@classmethod
|
|
152249
|
+
def bl_rna_get_subclass_py(
|
|
152250
|
+
cls,
|
|
152251
|
+
id: str | None,
|
|
152252
|
+
default=None,
|
|
152253
|
+
/,
|
|
152254
|
+
) -> typing.Any:
|
|
152255
|
+
"""
|
|
152256
|
+
|
|
152257
|
+
:param id: The RNA type identifier.
|
|
152258
|
+
:param default:
|
|
152259
|
+
:return: The class or default when not found.
|
|
152260
|
+
"""
|
|
152261
|
+
|
|
152262
|
+
class GeometryAttributeConstraint(Constraint, bpy_struct):
|
|
152263
|
+
"""Create a constraint-based relationship with an attribute from geometry"""
|
|
152264
|
+
|
|
152265
|
+
apply_target_transform: bool
|
|
152266
|
+
""" Apply the target object's world transform on top of the attribute's transform"""
|
|
152267
|
+
|
|
152268
|
+
attribute_name: str
|
|
152269
|
+
""" Name of the attribute to retrieve the transform from"""
|
|
152270
|
+
|
|
152271
|
+
data_type: typing.Literal["VECTOR", "QUATERNION", "FLOAT4X4"]
|
|
152272
|
+
""" Select data type of attribute"""
|
|
152273
|
+
|
|
152274
|
+
domain: typing.Literal["POINT", "EDGE", "FACE", "FACE_CORNER", "CURVE", "INSTANCE"]
|
|
152275
|
+
""" Attribute domain"""
|
|
152276
|
+
|
|
152277
|
+
mix_loc: bool
|
|
152278
|
+
""" Mix Location"""
|
|
152279
|
+
|
|
152280
|
+
mix_mode: typing.Literal[
|
|
152281
|
+
"REPLACE", "BEFORE_FULL", "BEFORE_SPLIT", "AFTER_FULL", "AFTER_SPLIT"
|
|
152282
|
+
]
|
|
152283
|
+
""" Specify how the copied and existing transformations are combined"""
|
|
152284
|
+
|
|
152285
|
+
mix_rot: bool
|
|
152286
|
+
""" Mix Rotation"""
|
|
152287
|
+
|
|
152288
|
+
mix_scl: bool
|
|
152289
|
+
""" Mix Scale"""
|
|
152290
|
+
|
|
152291
|
+
sample_index: int
|
|
152292
|
+
""" Sample Index"""
|
|
152293
|
+
|
|
152294
|
+
target: Object | None
|
|
152295
|
+
""" Target geometry object"""
|
|
152296
|
+
|
|
152297
|
+
@classmethod
|
|
152298
|
+
def bl_rna_get_subclass(
|
|
152299
|
+
cls,
|
|
152300
|
+
id: str | None,
|
|
152301
|
+
default=None,
|
|
152302
|
+
/,
|
|
152303
|
+
) -> Struct:
|
|
152304
|
+
"""
|
|
152305
|
+
|
|
152306
|
+
:param id: The RNA type identifier.
|
|
152307
|
+
:param default:
|
|
152308
|
+
:return: The RNA type or default when not found.
|
|
152309
|
+
"""
|
|
152310
|
+
|
|
152311
|
+
@classmethod
|
|
152312
|
+
def bl_rna_get_subclass_py(
|
|
152313
|
+
cls,
|
|
152314
|
+
id: str | None,
|
|
152315
|
+
default=None,
|
|
152316
|
+
/,
|
|
152317
|
+
) -> typing.Any:
|
|
152318
|
+
"""
|
|
152319
|
+
|
|
152320
|
+
:param id: The RNA type identifier.
|
|
152321
|
+
:param default:
|
|
152322
|
+
:return: The class or default when not found.
|
|
152323
|
+
"""
|
|
152324
|
+
|
|
152325
|
+
class GeometryNode(NodeInternal, Node, bpy_struct):
|
|
152326
|
+
@classmethod
|
|
152327
|
+
def bl_rna_get_subclass(
|
|
152328
|
+
cls,
|
|
152329
|
+
id: str | None,
|
|
152330
|
+
default=None,
|
|
152331
|
+
/,
|
|
152332
|
+
) -> Struct:
|
|
152333
|
+
"""
|
|
152334
|
+
|
|
152335
|
+
:param id: The RNA type identifier.
|
|
152336
|
+
:param default:
|
|
152337
|
+
:return: The RNA type or default when not found.
|
|
152338
|
+
"""
|
|
152339
|
+
|
|
152340
|
+
@classmethod
|
|
152341
|
+
def bl_rna_get_subclass_py(
|
|
152342
|
+
cls,
|
|
152343
|
+
id: str | None,
|
|
152344
|
+
default=None,
|
|
152345
|
+
/,
|
|
152346
|
+
) -> typing.Any:
|
|
152347
|
+
"""
|
|
152348
|
+
|
|
152349
|
+
:param id: The RNA type identifier.
|
|
152350
|
+
:param default:
|
|
152351
|
+
:return: The class or default when not found.
|
|
152352
|
+
"""
|
|
152353
|
+
|
|
152354
|
+
class GeometryNodeAccumulateField(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152355
|
+
"""Add the values of an evaluated field together and output the running total for each element"""
|
|
152356
|
+
|
|
152357
|
+
data_type: typing.Literal["FLOAT", "INT", "FLOAT_VECTOR", "TRANSFORM"]
|
|
152358
|
+
""" Type of data that is accumulated"""
|
|
152359
|
+
|
|
152360
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
152361
|
+
|
|
152362
|
+
@classmethod
|
|
152363
|
+
def is_registered_node_type(cls) -> bool:
|
|
152364
|
+
"""True if a registered node type
|
|
152365
|
+
|
|
152366
|
+
:return: Result
|
|
152367
|
+
"""
|
|
152368
|
+
|
|
152369
|
+
@classmethod
|
|
152370
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152371
|
+
"""Input socket template
|
|
152372
|
+
|
|
152373
|
+
:param index: Index
|
|
152374
|
+
:return: result
|
|
152375
|
+
"""
|
|
152376
|
+
|
|
152377
|
+
@classmethod
|
|
152378
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152379
|
+
"""Output socket template
|
|
152380
|
+
|
|
152381
|
+
:param index: Index
|
|
152382
|
+
:return: result
|
|
152383
|
+
"""
|
|
152384
|
+
|
|
152385
|
+
@classmethod
|
|
152386
|
+
def bl_rna_get_subclass(
|
|
152387
|
+
cls,
|
|
152388
|
+
id: str | None,
|
|
152389
|
+
default=None,
|
|
152390
|
+
/,
|
|
152391
|
+
) -> Struct:
|
|
152392
|
+
"""
|
|
152393
|
+
|
|
152394
|
+
:param id: The RNA type identifier.
|
|
152395
|
+
:param default:
|
|
152396
|
+
:return: The RNA type or default when not found.
|
|
152397
|
+
"""
|
|
152398
|
+
|
|
152399
|
+
@classmethod
|
|
152400
|
+
def bl_rna_get_subclass_py(
|
|
152401
|
+
cls,
|
|
152402
|
+
id: str | None,
|
|
152403
|
+
default=None,
|
|
152404
|
+
/,
|
|
152405
|
+
) -> typing.Any:
|
|
152406
|
+
"""
|
|
152407
|
+
|
|
152408
|
+
:param id: The RNA type identifier.
|
|
152409
|
+
:param default:
|
|
152410
|
+
:return: The class or default when not found.
|
|
152411
|
+
"""
|
|
152412
|
+
|
|
152413
|
+
class GeometryNodeAttributeDomainSize(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152414
|
+
"""Retrieve the number of elements in a geometry for each attribute domain"""
|
|
152415
|
+
|
|
152416
|
+
component: bpy.stub_internal.rna_enums.GeometryComponentTypeItems
|
|
152417
|
+
|
|
152418
|
+
@classmethod
|
|
152419
|
+
def is_registered_node_type(cls) -> bool:
|
|
152420
|
+
"""True if a registered node type
|
|
152421
|
+
|
|
152422
|
+
:return: Result
|
|
152423
|
+
"""
|
|
152424
|
+
|
|
152425
|
+
@classmethod
|
|
152426
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152427
|
+
"""Input socket template
|
|
152428
|
+
|
|
152429
|
+
:param index: Index
|
|
152430
|
+
:return: result
|
|
152431
|
+
"""
|
|
152432
|
+
|
|
152433
|
+
@classmethod
|
|
152434
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152435
|
+
"""Output socket template
|
|
152436
|
+
|
|
152437
|
+
:param index: Index
|
|
152438
|
+
:return: result
|
|
152439
|
+
"""
|
|
152440
|
+
|
|
152441
|
+
@classmethod
|
|
152442
|
+
def bl_rna_get_subclass(
|
|
152443
|
+
cls,
|
|
152444
|
+
id: str | None,
|
|
152445
|
+
default=None,
|
|
152446
|
+
/,
|
|
152447
|
+
) -> Struct:
|
|
152448
|
+
"""
|
|
152449
|
+
|
|
152450
|
+
:param id: The RNA type identifier.
|
|
152451
|
+
:param default:
|
|
152452
|
+
:return: The RNA type or default when not found.
|
|
152453
|
+
"""
|
|
152454
|
+
|
|
152455
|
+
@classmethod
|
|
152456
|
+
def bl_rna_get_subclass_py(
|
|
152457
|
+
cls,
|
|
152458
|
+
id: str | None,
|
|
152459
|
+
default=None,
|
|
152460
|
+
/,
|
|
152461
|
+
) -> typing.Any:
|
|
152462
|
+
"""
|
|
152463
|
+
|
|
152464
|
+
:param id: The RNA type identifier.
|
|
152465
|
+
:param default:
|
|
152466
|
+
:return: The class or default when not found.
|
|
152467
|
+
"""
|
|
152468
|
+
|
|
152469
|
+
class GeometryNodeAttributeStatistic(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152470
|
+
"""Calculate statistics about a data set from a field evaluated on a geometry"""
|
|
152471
|
+
|
|
152472
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
152473
|
+
""" The data type the attribute is converted to before calculating the results"""
|
|
152474
|
+
|
|
152475
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
152476
|
+
""" Which domain to read the data from"""
|
|
152477
|
+
|
|
152478
|
+
@classmethod
|
|
152479
|
+
def is_registered_node_type(cls) -> bool:
|
|
152480
|
+
"""True if a registered node type
|
|
152481
|
+
|
|
152482
|
+
:return: Result
|
|
152483
|
+
"""
|
|
152484
|
+
|
|
152485
|
+
@classmethod
|
|
152486
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152487
|
+
"""Input socket template
|
|
152488
|
+
|
|
152489
|
+
:param index: Index
|
|
152490
|
+
:return: result
|
|
152491
|
+
"""
|
|
152492
|
+
|
|
152493
|
+
@classmethod
|
|
152494
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152495
|
+
"""Output socket template
|
|
152496
|
+
|
|
152497
|
+
:param index: Index
|
|
152498
|
+
:return: result
|
|
152499
|
+
"""
|
|
152500
|
+
|
|
152501
|
+
@classmethod
|
|
152502
|
+
def bl_rna_get_subclass(
|
|
152503
|
+
cls,
|
|
152504
|
+
id: str | None,
|
|
152505
|
+
default=None,
|
|
152506
|
+
/,
|
|
152507
|
+
) -> Struct:
|
|
152508
|
+
"""
|
|
152509
|
+
|
|
152510
|
+
:param id: The RNA type identifier.
|
|
152511
|
+
:param default:
|
|
152512
|
+
:return: The RNA type or default when not found.
|
|
152513
|
+
"""
|
|
152514
|
+
|
|
152515
|
+
@classmethod
|
|
152516
|
+
def bl_rna_get_subclass_py(
|
|
152517
|
+
cls,
|
|
152518
|
+
id: str | None,
|
|
152519
|
+
default=None,
|
|
152520
|
+
/,
|
|
152521
|
+
) -> typing.Any:
|
|
152522
|
+
"""
|
|
152523
|
+
|
|
152524
|
+
:param id: The RNA type identifier.
|
|
152525
|
+
:param default:
|
|
152526
|
+
:return: The class or default when not found.
|
|
152527
|
+
"""
|
|
152528
|
+
|
|
152529
|
+
class GeometryNodeBake(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152530
|
+
"""Cache the incoming data so that it can be used without recomputation"""
|
|
152531
|
+
|
|
152532
|
+
active_index: int | None
|
|
152533
|
+
""" Index of the active item"""
|
|
152534
|
+
|
|
152535
|
+
active_item: RepeatItem | None
|
|
152536
|
+
""" Index of the active item"""
|
|
152537
|
+
|
|
152538
|
+
bake_items: NodeGeometryBakeItems
|
|
152539
|
+
|
|
152540
|
+
@classmethod
|
|
152541
|
+
def is_registered_node_type(cls) -> bool:
|
|
152542
|
+
"""True if a registered node type
|
|
152543
|
+
|
|
152544
|
+
:return: Result
|
|
152545
|
+
"""
|
|
152546
|
+
|
|
152547
|
+
@classmethod
|
|
152548
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152549
|
+
"""Input socket template
|
|
152550
|
+
|
|
152551
|
+
:param index: Index
|
|
152552
|
+
:return: result
|
|
152553
|
+
"""
|
|
152554
|
+
|
|
152555
|
+
@classmethod
|
|
152556
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152557
|
+
"""Output socket template
|
|
152558
|
+
|
|
152559
|
+
:param index: Index
|
|
152560
|
+
:return: result
|
|
152561
|
+
"""
|
|
152562
|
+
|
|
152563
|
+
@classmethod
|
|
152564
|
+
def bl_rna_get_subclass(
|
|
152565
|
+
cls,
|
|
152566
|
+
id: str | None,
|
|
152567
|
+
default=None,
|
|
152568
|
+
/,
|
|
152569
|
+
) -> Struct:
|
|
152570
|
+
"""
|
|
152571
|
+
|
|
152572
|
+
:param id: The RNA type identifier.
|
|
152573
|
+
:param default:
|
|
152574
|
+
:return: The RNA type or default when not found.
|
|
152575
|
+
"""
|
|
152576
|
+
|
|
152577
|
+
@classmethod
|
|
152578
|
+
def bl_rna_get_subclass_py(
|
|
152579
|
+
cls,
|
|
152580
|
+
id: str | None,
|
|
152581
|
+
default=None,
|
|
152582
|
+
/,
|
|
152583
|
+
) -> typing.Any:
|
|
152584
|
+
"""
|
|
152585
|
+
|
|
152586
|
+
:param id: The RNA type identifier.
|
|
152587
|
+
:param default:
|
|
152588
|
+
:return: The class or default when not found.
|
|
152589
|
+
"""
|
|
152590
|
+
|
|
152591
|
+
class GeometryNodeBlurAttribute(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152592
|
+
"""Mix attribute values of neighboring elements"""
|
|
151356
152593
|
|
|
151357
|
-
|
|
151358
|
-
""" First input for the effect strip"""
|
|
152594
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
151359
152595
|
|
|
151360
|
-
|
|
151361
|
-
|
|
151362
|
-
|
|
152596
|
+
@classmethod
|
|
152597
|
+
def is_registered_node_type(cls) -> bool:
|
|
152598
|
+
"""True if a registered node type
|
|
151363
152599
|
|
|
151364
|
-
|
|
151365
|
-
|
|
152600
|
+
:return: Result
|
|
152601
|
+
"""
|
|
152602
|
+
|
|
152603
|
+
@classmethod
|
|
152604
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152605
|
+
"""Input socket template
|
|
152606
|
+
|
|
152607
|
+
:param index: Index
|
|
152608
|
+
:return: result
|
|
152609
|
+
"""
|
|
152610
|
+
|
|
152611
|
+
@classmethod
|
|
152612
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152613
|
+
"""Output socket template
|
|
152614
|
+
|
|
152615
|
+
:param index: Index
|
|
152616
|
+
:return: result
|
|
152617
|
+
"""
|
|
151366
152618
|
|
|
151367
152619
|
@classmethod
|
|
151368
152620
|
def bl_rna_get_subclass(
|
|
@@ -151392,40 +152644,88 @@ class GaussianBlurStrip(EffectStrip, Strip, bpy_struct):
|
|
|
151392
152644
|
:return: The class or default when not found.
|
|
151393
152645
|
"""
|
|
151394
152646
|
|
|
151395
|
-
class
|
|
151396
|
-
"""
|
|
152647
|
+
class GeometryNodeBoneInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152648
|
+
"""Retrieve information of armature bones"""
|
|
151397
152649
|
|
|
151398
|
-
|
|
151399
|
-
"""
|
|
152650
|
+
transform_space: typing.Literal["ORIGINAL", "RELATIVE"]
|
|
152651
|
+
""" The transformation of the vector and geometry outputs"""
|
|
151400
152652
|
|
|
151401
|
-
|
|
151402
|
-
|
|
152653
|
+
@classmethod
|
|
152654
|
+
def is_registered_node_type(cls) -> bool:
|
|
152655
|
+
"""True if a registered node type
|
|
151403
152656
|
|
|
151404
|
-
|
|
151405
|
-
|
|
152657
|
+
:return: Result
|
|
152658
|
+
"""
|
|
151406
152659
|
|
|
151407
|
-
|
|
151408
|
-
|
|
152660
|
+
@classmethod
|
|
152661
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152662
|
+
"""Input socket template
|
|
151409
152663
|
|
|
151410
|
-
|
|
151411
|
-
|
|
152664
|
+
:param index: Index
|
|
152665
|
+
:return: result
|
|
152666
|
+
"""
|
|
151412
152667
|
|
|
151413
|
-
|
|
151414
|
-
|
|
151415
|
-
|
|
151416
|
-
""" Specify how the copied and existing transformations are combined"""
|
|
152668
|
+
@classmethod
|
|
152669
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152670
|
+
"""Output socket template
|
|
151417
152671
|
|
|
151418
|
-
|
|
151419
|
-
|
|
152672
|
+
:param index: Index
|
|
152673
|
+
:return: result
|
|
152674
|
+
"""
|
|
151420
152675
|
|
|
151421
|
-
|
|
151422
|
-
|
|
152676
|
+
@classmethod
|
|
152677
|
+
def bl_rna_get_subclass(
|
|
152678
|
+
cls,
|
|
152679
|
+
id: str | None,
|
|
152680
|
+
default=None,
|
|
152681
|
+
/,
|
|
152682
|
+
) -> Struct:
|
|
152683
|
+
"""
|
|
151423
152684
|
|
|
151424
|
-
|
|
151425
|
-
|
|
152685
|
+
:param id: The RNA type identifier.
|
|
152686
|
+
:param default:
|
|
152687
|
+
:return: The RNA type or default when not found.
|
|
152688
|
+
"""
|
|
151426
152689
|
|
|
151427
|
-
|
|
151428
|
-
|
|
152690
|
+
@classmethod
|
|
152691
|
+
def bl_rna_get_subclass_py(
|
|
152692
|
+
cls,
|
|
152693
|
+
id: str | None,
|
|
152694
|
+
default=None,
|
|
152695
|
+
/,
|
|
152696
|
+
) -> typing.Any:
|
|
152697
|
+
"""
|
|
152698
|
+
|
|
152699
|
+
:param id: The RNA type identifier.
|
|
152700
|
+
:param default:
|
|
152701
|
+
:return: The class or default when not found.
|
|
152702
|
+
"""
|
|
152703
|
+
|
|
152704
|
+
class GeometryNodeBoundBox(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152705
|
+
"""Calculate the limits of a geometrys positions and generate a box mesh with those dimensions"""
|
|
152706
|
+
|
|
152707
|
+
@classmethod
|
|
152708
|
+
def is_registered_node_type(cls) -> bool:
|
|
152709
|
+
"""True if a registered node type
|
|
152710
|
+
|
|
152711
|
+
:return: Result
|
|
152712
|
+
"""
|
|
152713
|
+
|
|
152714
|
+
@classmethod
|
|
152715
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152716
|
+
"""Input socket template
|
|
152717
|
+
|
|
152718
|
+
:param index: Index
|
|
152719
|
+
:return: result
|
|
152720
|
+
"""
|
|
152721
|
+
|
|
152722
|
+
@classmethod
|
|
152723
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152724
|
+
"""Output socket template
|
|
152725
|
+
|
|
152726
|
+
:param index: Index
|
|
152727
|
+
:return: result
|
|
152728
|
+
"""
|
|
151429
152729
|
|
|
151430
152730
|
@classmethod
|
|
151431
152731
|
def bl_rna_get_subclass(
|
|
@@ -151455,7 +152755,32 @@ class GeometryAttributeConstraint(Constraint, bpy_struct):
|
|
|
151455
152755
|
:return: The class or default when not found.
|
|
151456
152756
|
"""
|
|
151457
152757
|
|
|
151458
|
-
class GeometryNode
|
|
152758
|
+
class GeometryNodeCameraInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152759
|
+
"""Retrieve information from a camera object"""
|
|
152760
|
+
|
|
152761
|
+
@classmethod
|
|
152762
|
+
def is_registered_node_type(cls) -> bool:
|
|
152763
|
+
"""True if a registered node type
|
|
152764
|
+
|
|
152765
|
+
:return: Result
|
|
152766
|
+
"""
|
|
152767
|
+
|
|
152768
|
+
@classmethod
|
|
152769
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152770
|
+
"""Input socket template
|
|
152771
|
+
|
|
152772
|
+
:param index: Index
|
|
152773
|
+
:return: result
|
|
152774
|
+
"""
|
|
152775
|
+
|
|
152776
|
+
@classmethod
|
|
152777
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152778
|
+
"""Output socket template
|
|
152779
|
+
|
|
152780
|
+
:param index: Index
|
|
152781
|
+
:return: result
|
|
152782
|
+
"""
|
|
152783
|
+
|
|
151459
152784
|
@classmethod
|
|
151460
152785
|
def bl_rna_get_subclass(
|
|
151461
152786
|
cls,
|
|
@@ -151484,13 +152809,18 @@ class GeometryNode(NodeInternal, Node, bpy_struct):
|
|
|
151484
152809
|
:return: The class or default when not found.
|
|
151485
152810
|
"""
|
|
151486
152811
|
|
|
151487
|
-
class
|
|
151488
|
-
"""
|
|
152812
|
+
class GeometryNodeCaptureAttribute(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152813
|
+
"""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"""
|
|
151489
152814
|
|
|
151490
|
-
|
|
151491
|
-
"""
|
|
152815
|
+
active_index: int | None
|
|
152816
|
+
""" Index of the active item"""
|
|
151492
152817
|
|
|
152818
|
+
active_item: RepeatItem | None
|
|
152819
|
+
""" Index of the active item"""
|
|
152820
|
+
|
|
152821
|
+
capture_items: NodeGeometryCaptureAttributeItems
|
|
151493
152822
|
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
152823
|
+
""" Which domain to store the data in"""
|
|
151494
152824
|
|
|
151495
152825
|
@classmethod
|
|
151496
152826
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151543,10 +152873,11 @@ class GeometryNodeAccumulateField(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151543
152873
|
:return: The class or default when not found.
|
|
151544
152874
|
"""
|
|
151545
152875
|
|
|
151546
|
-
class
|
|
151547
|
-
"""Retrieve
|
|
152876
|
+
class GeometryNodeCollectionInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152877
|
+
"""Retrieve geometry instances from a collection"""
|
|
151548
152878
|
|
|
151549
|
-
|
|
152879
|
+
transform_space: typing.Literal["ORIGINAL", "RELATIVE"]
|
|
152880
|
+
""" The transformation of the instances output. Does not affect the internal geometry"""
|
|
151550
152881
|
|
|
151551
152882
|
@classmethod
|
|
151552
152883
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151599,14 +152930,8 @@ class GeometryNodeAttributeDomainSize(GeometryNode, NodeInternal, Node, bpy_stru
|
|
|
151599
152930
|
:return: The class or default when not found.
|
|
151600
152931
|
"""
|
|
151601
152932
|
|
|
151602
|
-
class
|
|
151603
|
-
"""
|
|
151604
|
-
|
|
151605
|
-
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
151606
|
-
""" The data type the attribute is converted to before calculating the results"""
|
|
151607
|
-
|
|
151608
|
-
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
151609
|
-
""" Which domain to read the data from"""
|
|
152933
|
+
class GeometryNodeConvexHull(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152934
|
+
"""Create a mesh that encloses all points in the input geometry with the smallest number of points"""
|
|
151610
152935
|
|
|
151611
152936
|
@classmethod
|
|
151612
152937
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151659,16 +152984,8 @@ class GeometryNodeAttributeStatistic(GeometryNode, NodeInternal, Node, bpy_struc
|
|
|
151659
152984
|
:return: The class or default when not found.
|
|
151660
152985
|
"""
|
|
151661
152986
|
|
|
151662
|
-
class
|
|
151663
|
-
"""
|
|
151664
|
-
|
|
151665
|
-
active_index: int | None
|
|
151666
|
-
""" Index of the active item"""
|
|
151667
|
-
|
|
151668
|
-
active_item: RepeatItem | None
|
|
151669
|
-
""" Index of the active item"""
|
|
151670
|
-
|
|
151671
|
-
bake_items: NodeGeometryBakeItems
|
|
152987
|
+
class GeometryNodeCornersOfEdge(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152988
|
+
"""Retrieve face corners connected to edges"""
|
|
151672
152989
|
|
|
151673
152990
|
@classmethod
|
|
151674
152991
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151721,10 +153038,8 @@ class GeometryNodeBake(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151721
153038
|
:return: The class or default when not found.
|
|
151722
153039
|
"""
|
|
151723
153040
|
|
|
151724
|
-
class
|
|
151725
|
-
"""
|
|
151726
|
-
|
|
151727
|
-
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
153041
|
+
class GeometryNodeCornersOfFace(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153042
|
+
"""Retrieve corners that make up a face"""
|
|
151728
153043
|
|
|
151729
153044
|
@classmethod
|
|
151730
153045
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151777,11 +153092,8 @@ class GeometryNodeBlurAttribute(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151777
153092
|
:return: The class or default when not found.
|
|
151778
153093
|
"""
|
|
151779
153094
|
|
|
151780
|
-
class
|
|
151781
|
-
"""Retrieve
|
|
151782
|
-
|
|
151783
|
-
transform_space: typing.Literal["ORIGINAL", "RELATIVE"]
|
|
151784
|
-
""" The transformation of the vector and geometry outputs"""
|
|
153095
|
+
class GeometryNodeCornersOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153096
|
+
"""Retrieve face corners connected to vertices"""
|
|
151785
153097
|
|
|
151786
153098
|
@classmethod
|
|
151787
153099
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151834,8 +153146,8 @@ class GeometryNodeBoneInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151834
153146
|
:return: The class or default when not found.
|
|
151835
153147
|
"""
|
|
151836
153148
|
|
|
151837
|
-
class
|
|
151838
|
-
"""
|
|
153149
|
+
class GeometryNodeCubeGridTopology(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153150
|
+
"""Create a boolean grid topology with the given dimensions, for use with the Field to Grid node"""
|
|
151839
153151
|
|
|
151840
153152
|
@classmethod
|
|
151841
153153
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151888,8 +153200,11 @@ class GeometryNodeBoundBox(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151888
153200
|
:return: The class or default when not found.
|
|
151889
153201
|
"""
|
|
151890
153202
|
|
|
151891
|
-
class
|
|
151892
|
-
"""
|
|
153203
|
+
class GeometryNodeCurveArc(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153204
|
+
"""Generate a poly spline arc"""
|
|
153205
|
+
|
|
153206
|
+
mode: typing.Literal["POINTS", "RADIUS"]
|
|
153207
|
+
""" Method used to determine radius and placement"""
|
|
151893
153208
|
|
|
151894
153209
|
@classmethod
|
|
151895
153210
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151942,18 +153257,8 @@ class GeometryNodeCameraInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151942
153257
|
:return: The class or default when not found.
|
|
151943
153258
|
"""
|
|
151944
153259
|
|
|
151945
|
-
class
|
|
151946
|
-
"""
|
|
151947
|
-
|
|
151948
|
-
active_index: int | None
|
|
151949
|
-
""" Index of the active item"""
|
|
151950
|
-
|
|
151951
|
-
active_item: RepeatItem | None
|
|
151952
|
-
""" Index of the active item"""
|
|
151953
|
-
|
|
151954
|
-
capture_items: NodeGeometryCaptureAttributeItems
|
|
151955
|
-
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
151956
|
-
""" Which domain to store the data in"""
|
|
153260
|
+
class GeometryNodeCurveEndpointSelection(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153261
|
+
"""Provide a selection for an arbitrary number of endpoints in each spline"""
|
|
151957
153262
|
|
|
151958
153263
|
@classmethod
|
|
151959
153264
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152006,11 +153311,14 @@ class GeometryNodeCaptureAttribute(GeometryNode, NodeInternal, Node, bpy_struct)
|
|
|
152006
153311
|
:return: The class or default when not found.
|
|
152007
153312
|
"""
|
|
152008
153313
|
|
|
152009
|
-
class
|
|
152010
|
-
|
|
153314
|
+
class GeometryNodeCurveHandleTypeSelection(
|
|
153315
|
+
GeometryNode, NodeInternal, Node, bpy_struct
|
|
153316
|
+
):
|
|
153317
|
+
"""Provide a selection based on the handle types of Bézier control points"""
|
|
152011
153318
|
|
|
152012
|
-
|
|
152013
|
-
|
|
153319
|
+
handle_type: typing.Literal["FREE", "AUTO", "VECTOR", "ALIGN"]
|
|
153320
|
+
mode: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
|
|
153321
|
+
""" Whether to check the type of left and right handles"""
|
|
152014
153322
|
|
|
152015
153323
|
@classmethod
|
|
152016
153324
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152063,8 +153371,8 @@ class GeometryNodeCollectionInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152063
153371
|
:return: The class or default when not found.
|
|
152064
153372
|
"""
|
|
152065
153373
|
|
|
152066
|
-
class
|
|
152067
|
-
"""
|
|
153374
|
+
class GeometryNodeCurveLength(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153375
|
+
"""Retrieve the length of all splines added together"""
|
|
152068
153376
|
|
|
152069
153377
|
@classmethod
|
|
152070
153378
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152117,8 +153425,8 @@ class GeometryNodeConvexHull(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152117
153425
|
:return: The class or default when not found.
|
|
152118
153426
|
"""
|
|
152119
153427
|
|
|
152120
|
-
class
|
|
152121
|
-
"""Retrieve
|
|
153428
|
+
class GeometryNodeCurveOfPoint(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153429
|
+
"""Retrieve the curve a control point is part of"""
|
|
152122
153430
|
|
|
152123
153431
|
@classmethod
|
|
152124
153432
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152171,8 +153479,13 @@ class GeometryNodeCornersOfEdge(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152171
153479
|
:return: The class or default when not found.
|
|
152172
153480
|
"""
|
|
152173
153481
|
|
|
152174
|
-
class
|
|
152175
|
-
|
|
153482
|
+
class GeometryNodeCurvePrimitiveBezierSegment(
|
|
153483
|
+
GeometryNode, NodeInternal, Node, bpy_struct
|
|
153484
|
+
):
|
|
153485
|
+
"""Generate a 2D Bézier spline from the given control points and handles"""
|
|
153486
|
+
|
|
153487
|
+
mode: typing.Literal["POSITION", "OFFSET"]
|
|
153488
|
+
""" Method used to determine control handles"""
|
|
152176
153489
|
|
|
152177
153490
|
@classmethod
|
|
152178
153491
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152225,8 +153538,11 @@ class GeometryNodeCornersOfFace(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152225
153538
|
:return: The class or default when not found.
|
|
152226
153539
|
"""
|
|
152227
153540
|
|
|
152228
|
-
class
|
|
152229
|
-
"""
|
|
153541
|
+
class GeometryNodeCurvePrimitiveCircle(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153542
|
+
"""Generate a poly spline circle"""
|
|
153543
|
+
|
|
153544
|
+
mode: typing.Literal["POINTS", "RADIUS"]
|
|
153545
|
+
""" Method used to determine radius and placement"""
|
|
152230
153546
|
|
|
152231
153547
|
@classmethod
|
|
152232
153548
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152279,10 +153595,10 @@ class GeometryNodeCornersOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152279
153595
|
:return: The class or default when not found.
|
|
152280
153596
|
"""
|
|
152281
153597
|
|
|
152282
|
-
class
|
|
152283
|
-
"""Generate a poly spline
|
|
153598
|
+
class GeometryNodeCurvePrimitiveLine(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153599
|
+
"""Generate a poly spline line with two points"""
|
|
152284
153600
|
|
|
152285
|
-
mode: typing.Literal["POINTS", "
|
|
153601
|
+
mode: typing.Literal["POINTS", "DIRECTION"]
|
|
152286
153602
|
""" Method used to determine radius and placement"""
|
|
152287
153603
|
|
|
152288
153604
|
@classmethod
|
|
@@ -152336,8 +153652,12 @@ class GeometryNodeCurveArc(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152336
153652
|
:return: The class or default when not found.
|
|
152337
153653
|
"""
|
|
152338
153654
|
|
|
152339
|
-
class
|
|
152340
|
-
|
|
153655
|
+
class GeometryNodeCurvePrimitiveQuadrilateral(
|
|
153656
|
+
GeometryNode, NodeInternal, Node, bpy_struct
|
|
153657
|
+
):
|
|
153658
|
+
"""Generate a polygon with four points"""
|
|
153659
|
+
|
|
153660
|
+
mode: typing.Literal["RECTANGLE", "PARALLELOGRAM", "TRAPEZOID", "KITE", "POINTS"]
|
|
152341
153661
|
|
|
152342
153662
|
@classmethod
|
|
152343
153663
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152390,14 +153710,8 @@ class GeometryNodeCurveEndpointSelection(GeometryNode, NodeInternal, Node, bpy_s
|
|
|
152390
153710
|
:return: The class or default when not found.
|
|
152391
153711
|
"""
|
|
152392
153712
|
|
|
152393
|
-
class
|
|
152394
|
-
|
|
152395
|
-
):
|
|
152396
|
-
"""Provide a selection based on the handle types of Bézier control points"""
|
|
152397
|
-
|
|
152398
|
-
handle_type: typing.Literal["FREE", "AUTO", "VECTOR", "ALIGN"]
|
|
152399
|
-
mode: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
|
|
152400
|
-
""" Whether to check the type of left and right handles"""
|
|
153713
|
+
class GeometryNodeCurveQuadraticBezier(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153714
|
+
"""Generate a poly spline in a parabola shape with control points positions"""
|
|
152401
153715
|
|
|
152402
153716
|
@classmethod
|
|
152403
153717
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152450,8 +153764,12 @@ class GeometryNodeCurveHandleTypeSelection(
|
|
|
152450
153764
|
:return: The class or default when not found.
|
|
152451
153765
|
"""
|
|
152452
153766
|
|
|
152453
|
-
class
|
|
152454
|
-
"""
|
|
153767
|
+
class GeometryNodeCurveSetHandles(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153768
|
+
"""Set the handle type for the control points of a Bézier curve"""
|
|
153769
|
+
|
|
153770
|
+
handle_type: typing.Literal["FREE", "AUTO", "VECTOR", "ALIGN"]
|
|
153771
|
+
mode: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
|
|
153772
|
+
""" Whether to update left and right handles"""
|
|
152455
153773
|
|
|
152456
153774
|
@classmethod
|
|
152457
153775
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152504,8 +153822,8 @@ class GeometryNodeCurveLength(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152504
153822
|
:return: The class or default when not found.
|
|
152505
153823
|
"""
|
|
152506
153824
|
|
|
152507
|
-
class
|
|
152508
|
-
"""
|
|
153825
|
+
class GeometryNodeCurveSpiral(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153826
|
+
"""Generate a poly spline in a spiral shape"""
|
|
152509
153827
|
|
|
152510
153828
|
@classmethod
|
|
152511
153829
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152558,13 +153876,11 @@ class GeometryNodeCurveOfPoint(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152558
153876
|
:return: The class or default when not found.
|
|
152559
153877
|
"""
|
|
152560
153878
|
|
|
152561
|
-
class
|
|
152562
|
-
|
|
152563
|
-
):
|
|
152564
|
-
"""Generate a 2D Bézier spline from the given control points and handles"""
|
|
153879
|
+
class GeometryNodeCurveSplineType(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153880
|
+
"""Change the type of curves"""
|
|
152565
153881
|
|
|
152566
|
-
|
|
152567
|
-
"""
|
|
153882
|
+
spline_type: bpy.stub_internal.rna_enums.CurvesTypeItems
|
|
153883
|
+
""" The curve type to change the selected curves to"""
|
|
152568
153884
|
|
|
152569
153885
|
@classmethod
|
|
152570
153886
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152617,11 +153933,8 @@ class GeometryNodeCurvePrimitiveBezierSegment(
|
|
|
152617
153933
|
:return: The class or default when not found.
|
|
152618
153934
|
"""
|
|
152619
153935
|
|
|
152620
|
-
class
|
|
152621
|
-
"""Generate a poly spline
|
|
152622
|
-
|
|
152623
|
-
mode: typing.Literal["POINTS", "RADIUS"]
|
|
152624
|
-
""" Method used to determine radius and placement"""
|
|
153936
|
+
class GeometryNodeCurveStar(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153937
|
+
"""Generate a poly spline in a star pattern by connecting alternating points of two circles"""
|
|
152625
153938
|
|
|
152626
153939
|
@classmethod
|
|
152627
153940
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152674,11 +153987,8 @@ class GeometryNodeCurvePrimitiveCircle(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
152674
153987
|
:return: The class or default when not found.
|
|
152675
153988
|
"""
|
|
152676
153989
|
|
|
152677
|
-
class
|
|
152678
|
-
"""
|
|
152679
|
-
|
|
152680
|
-
mode: typing.Literal["POINTS", "DIRECTION"]
|
|
152681
|
-
""" Method used to determine radius and placement"""
|
|
153990
|
+
class GeometryNodeCurveToMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153991
|
+
"""Convert curves into a mesh, optionally with a custom profile shape defined by curves"""
|
|
152682
153992
|
|
|
152683
153993
|
@classmethod
|
|
152684
153994
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152731,12 +154041,11 @@ class GeometryNodeCurvePrimitiveLine(GeometryNode, NodeInternal, Node, bpy_struc
|
|
|
152731
154041
|
:return: The class or default when not found.
|
|
152732
154042
|
"""
|
|
152733
154043
|
|
|
152734
|
-
class
|
|
152735
|
-
|
|
152736
|
-
):
|
|
152737
|
-
"""Generate a polygon with four points"""
|
|
154044
|
+
class GeometryNodeCurveToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154045
|
+
"""Generate a point cloud by sampling positions along curves"""
|
|
152738
154046
|
|
|
152739
|
-
mode: typing.Literal["
|
|
154047
|
+
mode: typing.Literal["EVALUATED", "COUNT", "LENGTH"]
|
|
154048
|
+
""" How to generate points from the input curve"""
|
|
152740
154049
|
|
|
152741
154050
|
@classmethod
|
|
152742
154051
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152789,8 +154098,8 @@ class GeometryNodeCurvePrimitiveQuadrilateral(
|
|
|
152789
154098
|
:return: The class or default when not found.
|
|
152790
154099
|
"""
|
|
152791
154100
|
|
|
152792
|
-
class
|
|
152793
|
-
"""
|
|
154101
|
+
class GeometryNodeCurvesToGreasePencil(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154102
|
+
"""Convert the curves in each top-level instance into Grease Pencil layer"""
|
|
152794
154103
|
|
|
152795
154104
|
@classmethod
|
|
152796
154105
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152843,35 +154152,10 @@ class GeometryNodeCurveQuadraticBezier(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
152843
154152
|
:return: The class or default when not found.
|
|
152844
154153
|
"""
|
|
152845
154154
|
|
|
152846
|
-
class
|
|
152847
|
-
"""
|
|
152848
|
-
|
|
152849
|
-
handle_type: typing.Literal["FREE", "AUTO", "VECTOR", "ALIGN"]
|
|
152850
|
-
mode: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
|
|
152851
|
-
""" Whether to update left and right handles"""
|
|
152852
|
-
|
|
152853
|
-
@classmethod
|
|
152854
|
-
def is_registered_node_type(cls) -> bool:
|
|
152855
|
-
"""True if a registered node type
|
|
152856
|
-
|
|
152857
|
-
:return: Result
|
|
152858
|
-
"""
|
|
152859
|
-
|
|
152860
|
-
@classmethod
|
|
152861
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152862
|
-
"""Input socket template
|
|
152863
|
-
|
|
152864
|
-
:param index: Index
|
|
152865
|
-
:return: result
|
|
152866
|
-
"""
|
|
152867
|
-
|
|
152868
|
-
@classmethod
|
|
152869
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152870
|
-
"""Output socket template
|
|
154155
|
+
class GeometryNodeCustomGroup(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154156
|
+
"""Custom Geometry Group Node for Python nodes"""
|
|
152871
154157
|
|
|
152872
|
-
|
|
152873
|
-
:return: result
|
|
152874
|
-
"""
|
|
154158
|
+
node_tree: GeometryNodeTree | None
|
|
152875
154159
|
|
|
152876
154160
|
@classmethod
|
|
152877
154161
|
def bl_rna_get_subclass(
|
|
@@ -152901,8 +154185,8 @@ class GeometryNodeCurveSetHandles(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152901
154185
|
:return: The class or default when not found.
|
|
152902
154186
|
"""
|
|
152903
154187
|
|
|
152904
|
-
class
|
|
152905
|
-
"""
|
|
154188
|
+
class GeometryNodeDeformCurvesOnSurface(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154189
|
+
"""Translate and rotate curves based on changes between the objects original and evaluated surface mesh"""
|
|
152906
154190
|
|
|
152907
154191
|
@classmethod
|
|
152908
154192
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152955,11 +154239,14 @@ class GeometryNodeCurveSpiral(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152955
154239
|
:return: The class or default when not found.
|
|
152956
154240
|
"""
|
|
152957
154241
|
|
|
152958
|
-
class
|
|
152959
|
-
"""
|
|
154242
|
+
class GeometryNodeDeleteGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154243
|
+
"""Remove selected elements of a geometry"""
|
|
152960
154244
|
|
|
152961
|
-
|
|
152962
|
-
"""
|
|
154245
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainWithoutCornerItems
|
|
154246
|
+
""" Which domain to delete in"""
|
|
154247
|
+
|
|
154248
|
+
mode: typing.Literal["ALL", "EDGE_FACE", "ONLY_FACE"]
|
|
154249
|
+
""" Which parts of the mesh component to delete"""
|
|
152963
154250
|
|
|
152964
154251
|
@classmethod
|
|
152965
154252
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153012,8 +154299,11 @@ class GeometryNodeCurveSplineType(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153012
154299
|
:return: The class or default when not found.
|
|
153013
154300
|
"""
|
|
153014
154301
|
|
|
153015
|
-
class
|
|
153016
|
-
"""Generate
|
|
154302
|
+
class GeometryNodeDistributePointsInGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154303
|
+
"""Generate points inside a volume grid"""
|
|
154304
|
+
|
|
154305
|
+
mode: typing.Literal["DENSITY_RANDOM", "DENSITY_GRID"]
|
|
154306
|
+
""" Method to use for scattering points"""
|
|
153017
154307
|
|
|
153018
154308
|
@classmethod
|
|
153019
154309
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153066,8 +154356,10 @@ class GeometryNodeCurveStar(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153066
154356
|
:return: The class or default when not found.
|
|
153067
154357
|
"""
|
|
153068
154358
|
|
|
153069
|
-
class
|
|
153070
|
-
|
|
154359
|
+
class GeometryNodeDistributePointsInVolume(
|
|
154360
|
+
GeometryNode, NodeInternal, Node, bpy_struct
|
|
154361
|
+
):
|
|
154362
|
+
"""Generate points inside a volume"""
|
|
153071
154363
|
|
|
153072
154364
|
@classmethod
|
|
153073
154365
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153120,11 +154412,14 @@ class GeometryNodeCurveToMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153120
154412
|
:return: The class or default when not found.
|
|
153121
154413
|
"""
|
|
153122
154414
|
|
|
153123
|
-
class
|
|
153124
|
-
"""Generate
|
|
154415
|
+
class GeometryNodeDistributePointsOnFaces(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154416
|
+
"""Generate points spread out on the surface of a mesh"""
|
|
153125
154417
|
|
|
153126
|
-
|
|
153127
|
-
"""
|
|
154418
|
+
distribute_method: typing.Literal["RANDOM", "POISSON"]
|
|
154419
|
+
""" Method to use for scattering points"""
|
|
154420
|
+
|
|
154421
|
+
use_legacy_normal: bool
|
|
154422
|
+
""" Output the normal and rotation values that have been output before the node started taking smooth normals into account"""
|
|
153128
154423
|
|
|
153129
154424
|
@classmethod
|
|
153130
154425
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153177,8 +154472,8 @@ class GeometryNodeCurveToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153177
154472
|
:return: The class or default when not found.
|
|
153178
154473
|
"""
|
|
153179
154474
|
|
|
153180
|
-
class
|
|
153181
|
-
"""Convert
|
|
154475
|
+
class GeometryNodeDualMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154476
|
+
"""Convert Faces into vertices and vertices into faces"""
|
|
153182
154477
|
|
|
153183
154478
|
@classmethod
|
|
153184
154479
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153231,41 +154526,11 @@ class GeometryNodeCurvesToGreasePencil(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
153231
154526
|
:return: The class or default when not found.
|
|
153232
154527
|
"""
|
|
153233
154528
|
|
|
153234
|
-
class
|
|
153235
|
-
"""
|
|
153236
|
-
|
|
153237
|
-
node_tree: GeometryNodeTree | None
|
|
153238
|
-
|
|
153239
|
-
@classmethod
|
|
153240
|
-
def bl_rna_get_subclass(
|
|
153241
|
-
cls,
|
|
153242
|
-
id: str | None,
|
|
153243
|
-
default=None,
|
|
153244
|
-
/,
|
|
153245
|
-
) -> Struct:
|
|
153246
|
-
"""
|
|
153247
|
-
|
|
153248
|
-
:param id: The RNA type identifier.
|
|
153249
|
-
:param default:
|
|
153250
|
-
:return: The RNA type or default when not found.
|
|
153251
|
-
"""
|
|
153252
|
-
|
|
153253
|
-
@classmethod
|
|
153254
|
-
def bl_rna_get_subclass_py(
|
|
153255
|
-
cls,
|
|
153256
|
-
id: str | None,
|
|
153257
|
-
default=None,
|
|
153258
|
-
/,
|
|
153259
|
-
) -> typing.Any:
|
|
153260
|
-
"""
|
|
153261
|
-
|
|
153262
|
-
:param id: The RNA type identifier.
|
|
153263
|
-
:param default:
|
|
153264
|
-
:return: The class or default when not found.
|
|
153265
|
-
"""
|
|
154529
|
+
class GeometryNodeDuplicateElements(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154530
|
+
"""Generate an arbitrary number copies of each selected input element"""
|
|
153266
154531
|
|
|
153267
|
-
|
|
153268
|
-
"""
|
|
154532
|
+
domain: typing.Literal["POINT", "EDGE", "FACE", "SPLINE", "LAYER", "INSTANCE"]
|
|
154533
|
+
""" Which domain to duplicate"""
|
|
153269
154534
|
|
|
153270
154535
|
@classmethod
|
|
153271
154536
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153318,14 +154583,8 @@ class GeometryNodeDeformCurvesOnSurface(GeometryNode, NodeInternal, Node, bpy_st
|
|
|
153318
154583
|
:return: The class or default when not found.
|
|
153319
154584
|
"""
|
|
153320
154585
|
|
|
153321
|
-
class
|
|
153322
|
-
"""
|
|
153323
|
-
|
|
153324
|
-
domain: bpy.stub_internal.rna_enums.AttributeDomainWithoutCornerItems
|
|
153325
|
-
""" Which domain to delete in"""
|
|
153326
|
-
|
|
153327
|
-
mode: typing.Literal["ALL", "EDGE_FACE", "ONLY_FACE"]
|
|
153328
|
-
""" Which parts of the mesh component to delete"""
|
|
154586
|
+
class GeometryNodeEdgePathsToCurves(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154587
|
+
"""Output curves following paths across mesh edges"""
|
|
153329
154588
|
|
|
153330
154589
|
@classmethod
|
|
153331
154590
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153378,11 +154637,8 @@ class GeometryNodeDeleteGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153378
154637
|
:return: The class or default when not found.
|
|
153379
154638
|
"""
|
|
153380
154639
|
|
|
153381
|
-
class
|
|
153382
|
-
"""
|
|
153383
|
-
|
|
153384
|
-
mode: typing.Literal["DENSITY_RANDOM", "DENSITY_GRID"]
|
|
153385
|
-
""" Method to use for scattering points"""
|
|
154640
|
+
class GeometryNodeEdgePathsToSelection(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154641
|
+
"""Output a selection of edges by following paths across mesh edges"""
|
|
153386
154642
|
|
|
153387
154643
|
@classmethod
|
|
153388
154644
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153435,10 +154691,8 @@ class GeometryNodeDistributePointsInGrid(GeometryNode, NodeInternal, Node, bpy_s
|
|
|
153435
154691
|
:return: The class or default when not found.
|
|
153436
154692
|
"""
|
|
153437
154693
|
|
|
153438
|
-
class
|
|
153439
|
-
|
|
153440
|
-
):
|
|
153441
|
-
"""Generate points inside a volume"""
|
|
154694
|
+
class GeometryNodeEdgesOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154695
|
+
"""Retrieve the edges on both sides of a face corner"""
|
|
153442
154696
|
|
|
153443
154697
|
@classmethod
|
|
153444
154698
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153491,14 +154745,8 @@ class GeometryNodeDistributePointsInVolume(
|
|
|
153491
154745
|
:return: The class or default when not found.
|
|
153492
154746
|
"""
|
|
153493
154747
|
|
|
153494
|
-
class
|
|
153495
|
-
"""
|
|
153496
|
-
|
|
153497
|
-
distribute_method: typing.Literal["RANDOM", "POISSON"]
|
|
153498
|
-
""" Method to use for scattering points"""
|
|
153499
|
-
|
|
153500
|
-
use_legacy_normal: bool
|
|
153501
|
-
""" Output the normal and rotation values that have been output before the node started taking smooth normals into account"""
|
|
154748
|
+
class GeometryNodeEdgesOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154749
|
+
"""Retrieve the edges connected to each vertex"""
|
|
153502
154750
|
|
|
153503
154751
|
@classmethod
|
|
153504
154752
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153551,8 +154799,8 @@ class GeometryNodeDistributePointsOnFaces(GeometryNode, NodeInternal, Node, bpy_
|
|
|
153551
154799
|
:return: The class or default when not found.
|
|
153552
154800
|
"""
|
|
153553
154801
|
|
|
153554
|
-
class
|
|
153555
|
-
"""
|
|
154802
|
+
class GeometryNodeEdgesToFaceGroups(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154803
|
+
"""Group faces into regions surrounded by the selected boundary edges"""
|
|
153556
154804
|
|
|
153557
154805
|
@classmethod
|
|
153558
154806
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153605,11 +154853,10 @@ class GeometryNodeDualMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153605
154853
|
:return: The class or default when not found.
|
|
153606
154854
|
"""
|
|
153607
154855
|
|
|
153608
|
-
class
|
|
153609
|
-
"""Generate
|
|
154856
|
+
class GeometryNodeExtrudeMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154857
|
+
"""Generate new vertices, edges, or faces from selected elements and move them based on an offset while keeping them connected by their boundary"""
|
|
153610
154858
|
|
|
153611
|
-
|
|
153612
|
-
""" Which domain to duplicate"""
|
|
154859
|
+
mode: typing.Literal["VERTICES", "EDGES", "FACES"]
|
|
153613
154860
|
|
|
153614
154861
|
@classmethod
|
|
153615
154862
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153662,8 +154909,8 @@ class GeometryNodeDuplicateElements(GeometryNode, NodeInternal, Node, bpy_struct
|
|
|
153662
154909
|
:return: The class or default when not found.
|
|
153663
154910
|
"""
|
|
153664
154911
|
|
|
153665
|
-
class
|
|
153666
|
-
"""
|
|
154912
|
+
class GeometryNodeFaceOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154913
|
+
"""Retrieve the face each face corner is part of"""
|
|
153667
154914
|
|
|
153668
154915
|
@classmethod
|
|
153669
154916
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153716,8 +154963,12 @@ class GeometryNodeEdgePathsToCurves(GeometryNode, NodeInternal, Node, bpy_struct
|
|
|
153716
154963
|
:return: The class or default when not found.
|
|
153717
154964
|
"""
|
|
153718
154965
|
|
|
153719
|
-
class
|
|
153720
|
-
"""
|
|
154966
|
+
class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154967
|
+
"""Retrieve data of other elements in the contexts geometry"""
|
|
154968
|
+
|
|
154969
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
154970
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
154971
|
+
""" Domain the field is evaluated in"""
|
|
153721
154972
|
|
|
153722
154973
|
@classmethod
|
|
153723
154974
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153770,8 +155021,13 @@ class GeometryNodeEdgePathsToSelection(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
153770
155021
|
:return: The class or default when not found.
|
|
153771
155022
|
"""
|
|
153772
155023
|
|
|
153773
|
-
class
|
|
153774
|
-
"""
|
|
155024
|
+
class GeometryNodeFieldAverage(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155025
|
+
"""Calculate the mean and median of a given field"""
|
|
155026
|
+
|
|
155027
|
+
data_type: typing.Literal["FLOAT", "FLOAT_VECTOR"]
|
|
155028
|
+
""" Type of data the outputs are calculated from"""
|
|
155029
|
+
|
|
155030
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
153775
155031
|
|
|
153776
155032
|
@classmethod
|
|
153777
155033
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153824,8 +155080,13 @@ class GeometryNodeEdgesOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153824
155080
|
:return: The class or default when not found.
|
|
153825
155081
|
"""
|
|
153826
155082
|
|
|
153827
|
-
class
|
|
153828
|
-
"""
|
|
155083
|
+
class GeometryNodeFieldMinAndMax(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155084
|
+
"""Calculate the minimum and maximum of a given field"""
|
|
155085
|
+
|
|
155086
|
+
data_type: typing.Literal["FLOAT", "INT", "FLOAT_VECTOR"]
|
|
155087
|
+
""" Type of data the outputs are calculated from"""
|
|
155088
|
+
|
|
155089
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
153829
155090
|
|
|
153830
155091
|
@classmethod
|
|
153831
155092
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153878,8 +155139,12 @@ class GeometryNodeEdgesOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153878
155139
|
:return: The class or default when not found.
|
|
153879
155140
|
"""
|
|
153880
155141
|
|
|
153881
|
-
class
|
|
153882
|
-
"""
|
|
155142
|
+
class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155143
|
+
"""Retrieve values from a field on a different domain besides the domain from the context"""
|
|
155144
|
+
|
|
155145
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
155146
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
155147
|
+
""" Domain the field is evaluated in"""
|
|
153883
155148
|
|
|
153884
155149
|
@classmethod
|
|
153885
155150
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153932,10 +155197,19 @@ class GeometryNodeEdgesToFaceGroups(GeometryNode, NodeInternal, Node, bpy_struct
|
|
|
153932
155197
|
:return: The class or default when not found.
|
|
153933
155198
|
"""
|
|
153934
155199
|
|
|
153935
|
-
class
|
|
153936
|
-
"""
|
|
155200
|
+
class GeometryNodeFieldToGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155201
|
+
"""Create new grids by evaluating new values on an existing volume grid topology"""
|
|
153937
155202
|
|
|
153938
|
-
|
|
155203
|
+
active_index: int | None
|
|
155204
|
+
""" Index of the active item"""
|
|
155205
|
+
|
|
155206
|
+
active_item: RepeatItem | None
|
|
155207
|
+
""" Index of the active item"""
|
|
155208
|
+
|
|
155209
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
155210
|
+
""" Data type for topology grid"""
|
|
155211
|
+
|
|
155212
|
+
grid_items: GeometryNodeFieldToGridItems
|
|
153939
155213
|
|
|
153940
155214
|
@classmethod
|
|
153941
155215
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153988,31 +155262,13 @@ class GeometryNodeExtrudeMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153988
155262
|
:return: The class or default when not found.
|
|
153989
155263
|
"""
|
|
153990
155264
|
|
|
153991
|
-
class
|
|
153992
|
-
|
|
153993
|
-
|
|
153994
|
-
@classmethod
|
|
153995
|
-
def is_registered_node_type(cls) -> bool:
|
|
153996
|
-
"""True if a registered node type
|
|
153997
|
-
|
|
153998
|
-
:return: Result
|
|
153999
|
-
"""
|
|
154000
|
-
|
|
154001
|
-
@classmethod
|
|
154002
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
154003
|
-
"""Input socket template
|
|
154004
|
-
|
|
154005
|
-
:param index: Index
|
|
154006
|
-
:return: result
|
|
154007
|
-
"""
|
|
154008
|
-
|
|
154009
|
-
@classmethod
|
|
154010
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
154011
|
-
"""Output socket template
|
|
155265
|
+
class GeometryNodeFieldToGridItem(bpy_struct):
|
|
155266
|
+
color: bpy_prop_array[float]
|
|
155267
|
+
""" Color of the corresponding socket type in the node editor"""
|
|
154012
155268
|
|
|
154013
|
-
|
|
154014
|
-
|
|
154015
|
-
|
|
155269
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
155270
|
+
identifier: int
|
|
155271
|
+
name: str
|
|
154016
155272
|
|
|
154017
155273
|
@classmethod
|
|
154018
155274
|
def bl_rna_get_subclass(
|
|
@@ -154042,12 +155298,16 @@ class GeometryNodeFaceOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
154042
155298
|
:return: The class or default when not found.
|
|
154043
155299
|
"""
|
|
154044
155300
|
|
|
154045
|
-
class
|
|
154046
|
-
"""
|
|
155301
|
+
class GeometryNodeFieldToList(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155302
|
+
"""Create a list of values"""
|
|
154047
155303
|
|
|
154048
|
-
|
|
154049
|
-
|
|
154050
|
-
|
|
155304
|
+
active_index: int | None
|
|
155305
|
+
""" Index of the active item"""
|
|
155306
|
+
|
|
155307
|
+
active_item: GeometryNodeFieldToListItem | None
|
|
155308
|
+
""" Index of the active item"""
|
|
155309
|
+
|
|
155310
|
+
list_items: GeometryNodeFieldToListItems
|
|
154051
155311
|
|
|
154052
155312
|
@classmethod
|
|
154053
155313
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -154100,36 +155360,13 @@ class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
154100
155360
|
:return: The class or default when not found.
|
|
154101
155361
|
"""
|
|
154102
155362
|
|
|
154103
|
-
class
|
|
154104
|
-
|
|
154105
|
-
|
|
154106
|
-
data_type: typing.Literal["FLOAT", "FLOAT_VECTOR"]
|
|
154107
|
-
""" Type of data the outputs are calculated from"""
|
|
154108
|
-
|
|
154109
|
-
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
154110
|
-
|
|
154111
|
-
@classmethod
|
|
154112
|
-
def is_registered_node_type(cls) -> bool:
|
|
154113
|
-
"""True if a registered node type
|
|
154114
|
-
|
|
154115
|
-
:return: Result
|
|
154116
|
-
"""
|
|
154117
|
-
|
|
154118
|
-
@classmethod
|
|
154119
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
154120
|
-
"""Input socket template
|
|
154121
|
-
|
|
154122
|
-
:param index: Index
|
|
154123
|
-
:return: result
|
|
154124
|
-
"""
|
|
154125
|
-
|
|
154126
|
-
@classmethod
|
|
154127
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
154128
|
-
"""Output socket template
|
|
155363
|
+
class GeometryNodeFieldToListItem(bpy_struct):
|
|
155364
|
+
color: bpy_prop_array[float]
|
|
155365
|
+
""" Color of the corresponding socket type in the node editor"""
|
|
154129
155366
|
|
|
154130
|
-
|
|
154131
|
-
|
|
154132
|
-
|
|
155367
|
+
identifier: int
|
|
155368
|
+
name: str
|
|
155369
|
+
socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
154133
155370
|
|
|
154134
155371
|
@classmethod
|
|
154135
155372
|
def bl_rna_get_subclass(
|
|
@@ -154159,10 +155396,10 @@ class GeometryNodeFieldAverage(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
154159
155396
|
:return: The class or default when not found.
|
|
154160
155397
|
"""
|
|
154161
155398
|
|
|
154162
|
-
class
|
|
154163
|
-
"""Calculate the
|
|
155399
|
+
class GeometryNodeFieldVariance(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155400
|
+
"""Calculate the standard deviation and variance of a given field"""
|
|
154164
155401
|
|
|
154165
|
-
data_type: typing.Literal["FLOAT", "
|
|
155402
|
+
data_type: typing.Literal["FLOAT", "FLOAT_VECTOR"]
|
|
154166
155403
|
""" Type of data the outputs are calculated from"""
|
|
154167
155404
|
|
|
154168
155405
|
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
@@ -154218,12 +155455,8 @@ class GeometryNodeFieldMinAndMax(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
154218
155455
|
:return: The class or default when not found.
|
|
154219
155456
|
"""
|
|
154220
155457
|
|
|
154221
|
-
class
|
|
154222
|
-
"""
|
|
154223
|
-
|
|
154224
|
-
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
154225
|
-
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
154226
|
-
""" Domain the field is evaluated in"""
|
|
155458
|
+
class GeometryNodeFillCurve(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155459
|
+
"""Generate a mesh on the XY plane with faces on the inside of input curves"""
|
|
154227
155460
|
|
|
154228
155461
|
@classmethod
|
|
154229
155462
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -154276,19 +155509,8 @@ class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
154276
155509
|
:return: The class or default when not found.
|
|
154277
155510
|
"""
|
|
154278
155511
|
|
|
154279
|
-
class
|
|
154280
|
-
"""
|
|
154281
|
-
|
|
154282
|
-
active_index: int | None
|
|
154283
|
-
""" Index of the active item"""
|
|
154284
|
-
|
|
154285
|
-
active_item: RepeatItem | None
|
|
154286
|
-
""" Index of the active item"""
|
|
154287
|
-
|
|
154288
|
-
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
154289
|
-
""" Data type for topology grid"""
|
|
154290
|
-
|
|
154291
|
-
grid_items: GeometryNodeFieldToGridItems
|
|
155512
|
+
class GeometryNodeFilletCurve(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155513
|
+
"""Round corners by generating circular arcs on each control point"""
|
|
154292
155514
|
|
|
154293
155515
|
@classmethod
|
|
154294
155516
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -154341,13 +155563,31 @@ class GeometryNodeFieldToGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
154341
155563
|
:return: The class or default when not found.
|
|
154342
155564
|
"""
|
|
154343
155565
|
|
|
154344
|
-
class
|
|
154345
|
-
|
|
154346
|
-
""" Color of the corresponding socket type in the node editor"""
|
|
155566
|
+
class GeometryNodeFlipFaces(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155567
|
+
"""Reverse the order of the vertices and edges of selected faces, flipping their normal direction"""
|
|
154347
155568
|
|
|
154348
|
-
|
|
154349
|
-
|
|
154350
|
-
|
|
155569
|
+
@classmethod
|
|
155570
|
+
def is_registered_node_type(cls) -> bool:
|
|
155571
|
+
"""True if a registered node type
|
|
155572
|
+
|
|
155573
|
+
:return: Result
|
|
155574
|
+
"""
|
|
155575
|
+
|
|
155576
|
+
@classmethod
|
|
155577
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155578
|
+
"""Input socket template
|
|
155579
|
+
|
|
155580
|
+
:param index: Index
|
|
155581
|
+
:return: result
|
|
155582
|
+
"""
|
|
155583
|
+
|
|
155584
|
+
@classmethod
|
|
155585
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155586
|
+
"""Output socket template
|
|
155587
|
+
|
|
155588
|
+
:param index: Index
|
|
155589
|
+
:return: result
|
|
155590
|
+
"""
|
|
154351
155591
|
|
|
154352
155592
|
@classmethod
|
|
154353
155593
|
def bl_rna_get_subclass(
|
|
@@ -154377,16 +155617,11 @@ class GeometryNodeFieldToGridItem(bpy_struct):
|
|
|
154377
155617
|
:return: The class or default when not found.
|
|
154378
155618
|
"""
|
|
154379
155619
|
|
|
154380
|
-
class
|
|
154381
|
-
|
|
154382
|
-
|
|
154383
|
-
|
|
154384
|
-
"""
|
|
154385
|
-
|
|
154386
|
-
active_item: RepeatItem | None
|
|
154387
|
-
""" Index of the active item"""
|
|
154388
|
-
|
|
154389
|
-
list_items: GeometryNodeFieldToListItems
|
|
155620
|
+
class GeometryNodeForeachGeometryElementInput(
|
|
155621
|
+
GeometryNode, NodeInternal, Node, bpy_struct
|
|
155622
|
+
):
|
|
155623
|
+
paired_output: Node | None
|
|
155624
|
+
""" Zone output node that this input node is paired with"""
|
|
154390
155625
|
|
|
154391
155626
|
@classmethod
|
|
154392
155627
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -154411,42 +155646,13 @@ class GeometryNodeFieldToList(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
154411
155646
|
:return: result
|
|
154412
155647
|
"""
|
|
154413
155648
|
|
|
154414
|
-
|
|
154415
|
-
|
|
154416
|
-
cls,
|
|
154417
|
-
id: str | None,
|
|
154418
|
-
default=None,
|
|
154419
|
-
/,
|
|
154420
|
-
) -> Struct:
|
|
154421
|
-
"""
|
|
154422
|
-
|
|
154423
|
-
:param id: The RNA type identifier.
|
|
154424
|
-
:param default:
|
|
154425
|
-
:return: The RNA type or default when not found.
|
|
154426
|
-
"""
|
|
154427
|
-
|
|
154428
|
-
@classmethod
|
|
154429
|
-
def bl_rna_get_subclass_py(
|
|
154430
|
-
cls,
|
|
154431
|
-
id: str | None,
|
|
154432
|
-
default=None,
|
|
154433
|
-
/,
|
|
154434
|
-
) -> typing.Any:
|
|
154435
|
-
"""
|
|
155649
|
+
def pair_with_output(self, output_node: NodeInternal | None) -> bool:
|
|
155650
|
+
"""Pair a zone input node with an output node.
|
|
154436
155651
|
|
|
154437
|
-
:param
|
|
154438
|
-
:
|
|
154439
|
-
:return: The class or default when not found.
|
|
155652
|
+
:param output_node: Output Node, Zone output node to pair with
|
|
155653
|
+
:return: Result, True if pairing the node was successful
|
|
154440
155654
|
"""
|
|
154441
155655
|
|
|
154442
|
-
class GeometryNodeFieldToListItem(bpy_struct):
|
|
154443
|
-
color: bpy_prop_array[float]
|
|
154444
|
-
""" Color of the corresponding socket type in the node editor"""
|
|
154445
|
-
|
|
154446
|
-
identifier: int
|
|
154447
|
-
name: str
|
|
154448
|
-
socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
154449
|
-
|
|
154450
155656
|
@classmethod
|
|
154451
155657
|
def bl_rna_get_subclass(
|
|
154452
155658
|
cls,
|
|
@@ -154475,13 +155681,27 @@ class GeometryNodeFieldToListItem(bpy_struct):
|
|
|
154475
155681
|
:return: The class or default when not found.
|
|
154476
155682
|
"""
|
|
154477
155683
|
|
|
154478
|
-
class
|
|
154479
|
-
|
|
155684
|
+
class GeometryNodeForeachGeometryElementOutput(
|
|
155685
|
+
GeometryNode, NodeInternal, Node, bpy_struct
|
|
155686
|
+
):
|
|
155687
|
+
active_generation_index: int | None
|
|
155688
|
+
""" Index of the active item"""
|
|
154480
155689
|
|
|
154481
|
-
|
|
154482
|
-
"""
|
|
155690
|
+
active_input_index: int | None
|
|
155691
|
+
""" Index of the active item"""
|
|
155692
|
+
|
|
155693
|
+
active_main_index: int | None
|
|
155694
|
+
""" Index of the active item"""
|
|
154483
155695
|
|
|
154484
155696
|
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
155697
|
+
""" Geometry domain that is iterated over"""
|
|
155698
|
+
|
|
155699
|
+
generation_items: NodeGeometryForeachGeometryElementGenerationItems
|
|
155700
|
+
input_items: NodeGeometryForeachGeometryElementInputItems
|
|
155701
|
+
inspection_index: int
|
|
155702
|
+
""" Iteration index that is used by inspection features like the viewer node or socket inspection"""
|
|
155703
|
+
|
|
155704
|
+
main_items: NodeGeometryForeachGeometryElementMainItems
|
|
154485
155705
|
|
|
154486
155706
|
@classmethod
|
|
154487
155707
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -154534,8 +155754,8 @@ class GeometryNodeFieldVariance(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
154534
155754
|
:return: The class or default when not found.
|
|
154535
155755
|
"""
|
|
154536
155756
|
|
|
154537
|
-
class
|
|
154538
|
-
"""
|
|
155757
|
+
class GeometryNodeGeometryToInstance(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155758
|
+
"""Convert each input geometry into an instance, which can be much faster than the Join Geometry node when the inputs are large"""
|
|
154539
155759
|
|
|
154540
155760
|
@classmethod
|
|
154541
155761
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -154588,8 +155808,8 @@ class GeometryNodeFillCurve(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
154588
155808
|
:return: The class or default when not found.
|
|
154589
155809
|
"""
|
|
154590
155810
|
|
|
154591
|
-
class
|
|
154592
|
-
"""
|
|
155811
|
+
class GeometryNodeGetGeometryBundle(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155812
|
+
"""Get the bundle of a geometry"""
|
|
154593
155813
|
|
|
154594
155814
|
@classmethod
|
|
154595
155815
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -154642,8 +155862,11 @@ class GeometryNodeFilletCurve(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
154642
155862
|
:return: The class or default when not found.
|
|
154643
155863
|
"""
|
|
154644
155864
|
|
|
154645
|
-
class
|
|
154646
|
-
"""
|
|
155865
|
+
class GeometryNodeGetNamedGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155866
|
+
"""Get volume grid from a volume geometry with the specified name"""
|
|
155867
|
+
|
|
155868
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
155869
|
+
""" Node socket data type"""
|
|
154647
155870
|
|
|
154648
155871
|
@classmethod
|
|
154649
155872
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -154696,11 +155919,10 @@ class GeometryNodeFlipFaces(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
154696
155919
|
:return: The class or default when not found.
|
|
154697
155920
|
"""
|
|
154698
155921
|
|
|
154699
|
-
class
|
|
154700
|
-
|
|
154701
|
-
|
|
154702
|
-
|
|
154703
|
-
""" Zone output node that this input node is paired with"""
|
|
155922
|
+
class GeometryNodeGizmoDial(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155923
|
+
"""Show a dial gizmo in the viewport for a value"""
|
|
155924
|
+
|
|
155925
|
+
color_id: bpy.stub_internal.rna_enums.GeometryNodesGizmoColorItems
|
|
154704
155926
|
|
|
154705
155927
|
@classmethod
|
|
154706
155928
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -154725,13 +155947,6 @@ class GeometryNodeForeachGeometryElementInput(
|
|
|
154725
155947
|
:return: result
|
|
154726
155948
|
"""
|
|
154727
155949
|
|
|
154728
|
-
def pair_with_output(self, output_node: NodeInternal | None) -> bool:
|
|
154729
|
-
"""Pair a zone input node with an output node.
|
|
154730
|
-
|
|
154731
|
-
:param output_node: Output Node, Zone output node to pair with
|
|
154732
|
-
:return: Result, True if pairing the node was successful
|
|
154733
|
-
"""
|
|
154734
|
-
|
|
154735
155950
|
@classmethod
|
|
154736
155951
|
def bl_rna_get_subclass(
|
|
154737
155952
|
cls,
|
|
@@ -154760,27 +155975,11 @@ class GeometryNodeForeachGeometryElementInput(
|
|
|
154760
155975
|
:return: The class or default when not found.
|
|
154761
155976
|
"""
|
|
154762
155977
|
|
|
154763
|
-
class
|
|
154764
|
-
|
|
154765
|
-
):
|
|
154766
|
-
active_generation_index: int | None
|
|
154767
|
-
""" Index of the active item"""
|
|
154768
|
-
|
|
154769
|
-
active_input_index: int | None
|
|
154770
|
-
""" Index of the active item"""
|
|
154771
|
-
|
|
154772
|
-
active_main_index: int | None
|
|
154773
|
-
""" Index of the active item"""
|
|
154774
|
-
|
|
154775
|
-
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
154776
|
-
""" Geometry domain that is iterated over"""
|
|
154777
|
-
|
|
154778
|
-
generation_items: NodeGeometryForeachGeometryElementGenerationItems
|
|
154779
|
-
input_items: NodeGeometryForeachGeometryElementInputItems
|
|
154780
|
-
inspection_index: int
|
|
154781
|
-
""" Iteration index that is used by inspection features like the viewer node or socket inspection"""
|
|
155978
|
+
class GeometryNodeGizmoLinear(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155979
|
+
"""Show a linear gizmo in the viewport for a value"""
|
|
154782
155980
|
|
|
154783
|
-
|
|
155981
|
+
color_id: bpy.stub_internal.rna_enums.GeometryNodesGizmoColorItems
|
|
155982
|
+
draw_style: bpy.stub_internal.rna_enums.GeometryNodesLinearGizmoDrawStyleItems
|
|
154784
155983
|
|
|
154785
155984
|
@classmethod
|
|
154786
155985
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -154833,8 +156032,18 @@ class GeometryNodeForeachGeometryElementOutput(
|
|
|
154833
156032
|
:return: The class or default when not found.
|
|
154834
156033
|
"""
|
|
154835
156034
|
|
|
154836
|
-
class
|
|
154837
|
-
"""
|
|
156035
|
+
class GeometryNodeGizmoTransform(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156036
|
+
"""Show a transform gizmo in the viewport"""
|
|
156037
|
+
|
|
156038
|
+
use_rotation_x: bool
|
|
156039
|
+
use_rotation_y: bool
|
|
156040
|
+
use_rotation_z: bool
|
|
156041
|
+
use_scale_x: bool
|
|
156042
|
+
use_scale_y: bool
|
|
156043
|
+
use_scale_z: bool
|
|
156044
|
+
use_translation_x: bool
|
|
156045
|
+
use_translation_y: bool
|
|
156046
|
+
use_translation_z: bool
|
|
154838
156047
|
|
|
154839
156048
|
@classmethod
|
|
154840
156049
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -154887,8 +156096,8 @@ class GeometryNodeGeometryToInstance(GeometryNode, NodeInternal, Node, bpy_struc
|
|
|
154887
156096
|
:return: The class or default when not found.
|
|
154888
156097
|
"""
|
|
154889
156098
|
|
|
154890
|
-
class
|
|
154891
|
-
"""
|
|
156099
|
+
class GeometryNodeGreasePencilToCurves(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156100
|
+
"""Convert Grease Pencil layers into curve instances"""
|
|
154892
156101
|
|
|
154893
156102
|
@classmethod
|
|
154894
156103
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -154941,8 +156150,8 @@ class GeometryNodeGetGeometryBundle(GeometryNode, NodeInternal, Node, bpy_struct
|
|
|
154941
156150
|
:return: The class or default when not found.
|
|
154942
156151
|
"""
|
|
154943
156152
|
|
|
154944
|
-
class
|
|
154945
|
-
"""
|
|
156153
|
+
class GeometryNodeGridAdvect(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156154
|
+
"""Move grid values through a velocity field using numerical integration. Supports multiple integration schemes for different accuracy and performance trade-offs"""
|
|
154946
156155
|
|
|
154947
156156
|
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
154948
156157
|
""" Node socket data type"""
|
|
@@ -154998,10 +156207,8 @@ class GeometryNodeGetNamedGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
154998
156207
|
:return: The class or default when not found.
|
|
154999
156208
|
"""
|
|
155000
156209
|
|
|
155001
|
-
class
|
|
155002
|
-
"""
|
|
155003
|
-
|
|
155004
|
-
color_id: bpy.stub_internal.rna_enums.GeometryNodesGizmoColorItems
|
|
156210
|
+
class GeometryNodeGridCurl(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156211
|
+
"""Calculate the magnitude and direction of circulation of a directional vector grid"""
|
|
155005
156212
|
|
|
155006
156213
|
@classmethod
|
|
155007
156214
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155054,11 +156261,11 @@ class GeometryNodeGizmoDial(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155054
156261
|
:return: The class or default when not found.
|
|
155055
156262
|
"""
|
|
155056
156263
|
|
|
155057
|
-
class
|
|
155058
|
-
"""
|
|
156264
|
+
class GeometryNodeGridDilateAndErode(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156265
|
+
"""Dilate or erode the active regions of a grid. This changes which voxels are active but does not change their values."""
|
|
155059
156266
|
|
|
155060
|
-
|
|
155061
|
-
|
|
156267
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156268
|
+
""" Node socket data type"""
|
|
155062
156269
|
|
|
155063
156270
|
@classmethod
|
|
155064
156271
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155111,18 +156318,8 @@ class GeometryNodeGizmoLinear(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155111
156318
|
:return: The class or default when not found.
|
|
155112
156319
|
"""
|
|
155113
156320
|
|
|
155114
|
-
class
|
|
155115
|
-
"""
|
|
155116
|
-
|
|
155117
|
-
use_rotation_x: bool
|
|
155118
|
-
use_rotation_y: bool
|
|
155119
|
-
use_rotation_z: bool
|
|
155120
|
-
use_scale_x: bool
|
|
155121
|
-
use_scale_y: bool
|
|
155122
|
-
use_scale_z: bool
|
|
155123
|
-
use_translation_x: bool
|
|
155124
|
-
use_translation_y: bool
|
|
155125
|
-
use_translation_z: bool
|
|
156321
|
+
class GeometryNodeGridDivergence(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156322
|
+
"""Calculate the flow into and out of each point of a directional vector grid"""
|
|
155126
156323
|
|
|
155127
156324
|
@classmethod
|
|
155128
156325
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155175,8 +156372,8 @@ class GeometryNodeGizmoTransform(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155175
156372
|
:return: The class or default when not found.
|
|
155176
156373
|
"""
|
|
155177
156374
|
|
|
155178
|
-
class
|
|
155179
|
-
"""
|
|
156375
|
+
class GeometryNodeGridGradient(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156376
|
+
"""Calculate the direction and magnitude of the change in values of a scalar grid"""
|
|
155180
156377
|
|
|
155181
156378
|
@classmethod
|
|
155182
156379
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155229,8 +156426,8 @@ class GeometryNodeGreasePencilToCurves(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
155229
156426
|
:return: The class or default when not found.
|
|
155230
156427
|
"""
|
|
155231
156428
|
|
|
155232
|
-
class
|
|
155233
|
-
"""
|
|
156429
|
+
class GeometryNodeGridInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156430
|
+
"""Retrieve information about a volume grid"""
|
|
155234
156431
|
|
|
155235
156432
|
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
155236
156433
|
""" Node socket data type"""
|
|
@@ -155286,8 +156483,8 @@ class GeometryNodeGridAdvect(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155286
156483
|
:return: The class or default when not found.
|
|
155287
156484
|
"""
|
|
155288
156485
|
|
|
155289
|
-
class
|
|
155290
|
-
"""
|
|
156486
|
+
class GeometryNodeGridLaplacian(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156487
|
+
"""Compute the divergence of the gradient of the input grid"""
|
|
155291
156488
|
|
|
155292
156489
|
@classmethod
|
|
155293
156490
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155340,62 +156537,11 @@ class GeometryNodeGridCurl(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155340
156537
|
:return: The class or default when not found.
|
|
155341
156538
|
"""
|
|
155342
156539
|
|
|
155343
|
-
class
|
|
155344
|
-
"""
|
|
155345
|
-
|
|
155346
|
-
@classmethod
|
|
155347
|
-
def is_registered_node_type(cls) -> bool:
|
|
155348
|
-
"""True if a registered node type
|
|
155349
|
-
|
|
155350
|
-
:return: Result
|
|
155351
|
-
"""
|
|
155352
|
-
|
|
155353
|
-
@classmethod
|
|
155354
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155355
|
-
"""Input socket template
|
|
155356
|
-
|
|
155357
|
-
:param index: Index
|
|
155358
|
-
:return: result
|
|
155359
|
-
"""
|
|
155360
|
-
|
|
155361
|
-
@classmethod
|
|
155362
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155363
|
-
"""Output socket template
|
|
155364
|
-
|
|
155365
|
-
:param index: Index
|
|
155366
|
-
:return: result
|
|
155367
|
-
"""
|
|
155368
|
-
|
|
155369
|
-
@classmethod
|
|
155370
|
-
def bl_rna_get_subclass(
|
|
155371
|
-
cls,
|
|
155372
|
-
id: str | None,
|
|
155373
|
-
default=None,
|
|
155374
|
-
/,
|
|
155375
|
-
) -> Struct:
|
|
155376
|
-
"""
|
|
155377
|
-
|
|
155378
|
-
:param id: The RNA type identifier.
|
|
155379
|
-
:param default:
|
|
155380
|
-
:return: The RNA type or default when not found.
|
|
155381
|
-
"""
|
|
156540
|
+
class GeometryNodeGridMean(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156541
|
+
"""Apply mean (box) filter smoothing to a voxel. The mean value from surrounding voxels in a box-shape defined by the radius replaces the voxel value."""
|
|
155382
156542
|
|
|
155383
|
-
|
|
155384
|
-
|
|
155385
|
-
cls,
|
|
155386
|
-
id: str | None,
|
|
155387
|
-
default=None,
|
|
155388
|
-
/,
|
|
155389
|
-
) -> typing.Any:
|
|
155390
|
-
"""
|
|
155391
|
-
|
|
155392
|
-
:param id: The RNA type identifier.
|
|
155393
|
-
:param default:
|
|
155394
|
-
:return: The class or default when not found.
|
|
155395
|
-
"""
|
|
155396
|
-
|
|
155397
|
-
class GeometryNodeGridGradient(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155398
|
-
"""Calculate the direction and magnitude of the change in values of a scalar grid"""
|
|
156543
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156544
|
+
""" Node socket data type"""
|
|
155399
156545
|
|
|
155400
156546
|
@classmethod
|
|
155401
156547
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155448,8 +156594,8 @@ class GeometryNodeGridGradient(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155448
156594
|
:return: The class or default when not found.
|
|
155449
156595
|
"""
|
|
155450
156596
|
|
|
155451
|
-
class
|
|
155452
|
-
"""
|
|
156597
|
+
class GeometryNodeGridMedian(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156598
|
+
"""Apply median (box) filter smoothing to a voxel. The median value from surrounding voxels in a box-shape defined by the radius replaces the voxel value."""
|
|
155453
156599
|
|
|
155454
156600
|
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
155455
156601
|
""" Node socket data type"""
|
|
@@ -155505,60 +156651,6 @@ class GeometryNodeGridInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155505
156651
|
:return: The class or default when not found.
|
|
155506
156652
|
"""
|
|
155507
156653
|
|
|
155508
|
-
class GeometryNodeGridLaplacian(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155509
|
-
"""Compute the divergence of the gradient of the input grid"""
|
|
155510
|
-
|
|
155511
|
-
@classmethod
|
|
155512
|
-
def is_registered_node_type(cls) -> bool:
|
|
155513
|
-
"""True if a registered node type
|
|
155514
|
-
|
|
155515
|
-
:return: Result
|
|
155516
|
-
"""
|
|
155517
|
-
|
|
155518
|
-
@classmethod
|
|
155519
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155520
|
-
"""Input socket template
|
|
155521
|
-
|
|
155522
|
-
:param index: Index
|
|
155523
|
-
:return: result
|
|
155524
|
-
"""
|
|
155525
|
-
|
|
155526
|
-
@classmethod
|
|
155527
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155528
|
-
"""Output socket template
|
|
155529
|
-
|
|
155530
|
-
:param index: Index
|
|
155531
|
-
:return: result
|
|
155532
|
-
"""
|
|
155533
|
-
|
|
155534
|
-
@classmethod
|
|
155535
|
-
def bl_rna_get_subclass(
|
|
155536
|
-
cls,
|
|
155537
|
-
id: str | None,
|
|
155538
|
-
default=None,
|
|
155539
|
-
/,
|
|
155540
|
-
) -> Struct:
|
|
155541
|
-
"""
|
|
155542
|
-
|
|
155543
|
-
:param id: The RNA type identifier.
|
|
155544
|
-
:param default:
|
|
155545
|
-
:return: The RNA type or default when not found.
|
|
155546
|
-
"""
|
|
155547
|
-
|
|
155548
|
-
@classmethod
|
|
155549
|
-
def bl_rna_get_subclass_py(
|
|
155550
|
-
cls,
|
|
155551
|
-
id: str | None,
|
|
155552
|
-
default=None,
|
|
155553
|
-
/,
|
|
155554
|
-
) -> typing.Any:
|
|
155555
|
-
"""
|
|
155556
|
-
|
|
155557
|
-
:param id: The RNA type identifier.
|
|
155558
|
-
:param default:
|
|
155559
|
-
:return: The class or default when not found.
|
|
155560
|
-
"""
|
|
155561
|
-
|
|
155562
156654
|
class GeometryNodeGridPrune(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155563
156655
|
"""Make the storage of a volume grid more efficient by collapsing data into tiles or inner nodes"""
|
|
155564
156656
|
|
|
@@ -165644,6 +166736,9 @@ class GreasePencil(ID, bpy_struct):
|
|
|
165644
166736
|
onion_mode: typing.Literal["ABSOLUTE", "RELATIVE", "SELECTED"]
|
|
165645
166737
|
""" Mode to display frames"""
|
|
165646
166738
|
|
|
166739
|
+
root_nodes: bpy_prop_collection[GreasePencilTreeNode]
|
|
166740
|
+
""" The root nodes of the layer tree. Ordered by stack order, meaning the first node is the bottom most node in the layer tree."""
|
|
166741
|
+
|
|
165647
166742
|
stroke_depth_order: bpy.stub_internal.rna_enums.StrokeDepthOrderItems
|
|
165648
166743
|
""" Defines how the strokes are ordered in 3D space (for objects not displayed 'In Front')"""
|
|
165649
166744
|
|
|
@@ -166745,6 +167840,9 @@ class GreasePencilLayer(GreasePencilTreeNode, bpy_struct):
|
|
|
166745
167840
|
class GreasePencilLayerGroup(GreasePencilTreeNode, bpy_struct):
|
|
166746
167841
|
"""Group of Grease Pencil layers"""
|
|
166747
167842
|
|
|
167843
|
+
children: bpy_prop_collection[GreasePencilTreeNode]
|
|
167844
|
+
""" The direct children of this layer group. Ordered by stack order, meaning the first child is the bottom most child in the layer tree."""
|
|
167845
|
+
|
|
166748
167846
|
color_tag: typing.Literal[
|
|
166749
167847
|
"NONE",
|
|
166750
167848
|
"COLOR1",
|
|
@@ -170390,10 +171488,10 @@ class ImageStrip(Strip, bpy_struct):
|
|
|
170390
171488
|
""" Representation of alpha information in the RGBA pixels"""
|
|
170391
171489
|
|
|
170392
171490
|
animation_offset_end: int
|
|
170393
|
-
""" Animation end offset (trim end)"""
|
|
171491
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
170394
171492
|
|
|
170395
171493
|
animation_offset_start: int
|
|
170396
|
-
""" Animation start offset (trim start)"""
|
|
171494
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
170397
171495
|
|
|
170398
171496
|
color_multiply: float
|
|
170399
171497
|
color_saturation: float
|
|
@@ -170402,6 +171500,12 @@ class ImageStrip(Strip, bpy_struct):
|
|
|
170402
171500
|
colorspace_settings: ColorManagedInputColorspaceSettings | None
|
|
170403
171501
|
""" Input color space settings"""
|
|
170404
171502
|
|
|
171503
|
+
content_trim_end: int
|
|
171504
|
+
""" Number of frames to ignore from the end of the underlying source. The source content is trimmed, and future frames are turned into holds"""
|
|
171505
|
+
|
|
171506
|
+
content_trim_start: int
|
|
171507
|
+
""" Number of frames to ignore from the start of the underlying source. The source content is trimmed, and previous frames are turned into holds"""
|
|
171508
|
+
|
|
170405
171509
|
crop: StripCrop | None
|
|
170406
171510
|
directory: str
|
|
170407
171511
|
elements: StripElements
|
|
@@ -176471,15 +177575,21 @@ class MaskStrip(Strip, bpy_struct):
|
|
|
176471
177575
|
""" Representation of alpha information in the RGBA pixels"""
|
|
176472
177576
|
|
|
176473
177577
|
animation_offset_end: int
|
|
176474
|
-
""" Animation end offset (trim end)"""
|
|
177578
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
176475
177579
|
|
|
176476
177580
|
animation_offset_start: int
|
|
176477
|
-
""" Animation start offset (trim start)"""
|
|
177581
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
176478
177582
|
|
|
176479
177583
|
color_multiply: float
|
|
176480
177584
|
color_saturation: float
|
|
176481
177585
|
""" Adjust the intensity of the input's color"""
|
|
176482
177586
|
|
|
177587
|
+
content_trim_end: int
|
|
177588
|
+
""" Number of frames to ignore from the end of the underlying source. The source content is trimmed, and future frames are turned into holds"""
|
|
177589
|
+
|
|
177590
|
+
content_trim_start: int
|
|
177591
|
+
""" Number of frames to ignore from the start of the underlying source. The source content is trimmed, and previous frames are turned into holds"""
|
|
177592
|
+
|
|
176483
177593
|
crop: StripCrop | None
|
|
176484
177594
|
mask: Mask | None
|
|
176485
177595
|
""" Mask that this strip uses"""
|
|
@@ -178380,16 +179490,22 @@ class MetaStrip(Strip, bpy_struct):
|
|
|
178380
179490
|
""" Representation of alpha information in the RGBA pixels"""
|
|
178381
179491
|
|
|
178382
179492
|
animation_offset_end: int
|
|
178383
|
-
""" Animation end offset (trim end)"""
|
|
179493
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
178384
179494
|
|
|
178385
179495
|
animation_offset_start: int
|
|
178386
|
-
""" Animation start offset (trim start)"""
|
|
179496
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
178387
179497
|
|
|
178388
179498
|
channels: bpy_prop_collection[SequenceTimelineChannel]
|
|
178389
179499
|
color_multiply: float
|
|
178390
179500
|
color_saturation: float
|
|
178391
179501
|
""" Adjust the intensity of the input's color"""
|
|
178392
179502
|
|
|
179503
|
+
content_trim_end: int
|
|
179504
|
+
""" Number of frames to ignore from the end of the underlying source. The source content is trimmed, and future frames are turned into holds"""
|
|
179505
|
+
|
|
179506
|
+
content_trim_start: int
|
|
179507
|
+
""" Number of frames to ignore from the start of the underlying source. The source content is trimmed, and previous frames are turned into holds"""
|
|
179508
|
+
|
|
178393
179509
|
crop: StripCrop | None
|
|
178394
179510
|
multiply_alpha: bool
|
|
178395
179511
|
""" Multiply alpha along with color channels"""
|
|
@@ -178914,10 +180030,10 @@ class MovieClipStrip(Strip, bpy_struct):
|
|
|
178914
180030
|
""" Representation of alpha information in the RGBA pixels"""
|
|
178915
180031
|
|
|
178916
180032
|
animation_offset_end: int
|
|
178917
|
-
""" Animation end offset (trim end)"""
|
|
180033
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
178918
180034
|
|
|
178919
180035
|
animation_offset_start: int
|
|
178920
|
-
""" Animation start offset (trim start)"""
|
|
180036
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
178921
180037
|
|
|
178922
180038
|
clip: MovieClip | None
|
|
178923
180039
|
""" Movie clip that this strip uses"""
|
|
@@ -178926,6 +180042,12 @@ class MovieClipStrip(Strip, bpy_struct):
|
|
|
178926
180042
|
color_saturation: float
|
|
178927
180043
|
""" Adjust the intensity of the input's color"""
|
|
178928
180044
|
|
|
180045
|
+
content_trim_end: int
|
|
180046
|
+
""" Number of frames to ignore from the end of the underlying source. The source content is trimmed, and future frames are turned into holds"""
|
|
180047
|
+
|
|
180048
|
+
content_trim_start: int
|
|
180049
|
+
""" Number of frames to ignore from the start of the underlying source. The source content is trimmed, and previous frames are turned into holds"""
|
|
180050
|
+
|
|
178929
180051
|
crop: StripCrop | None
|
|
178930
180052
|
fps: float
|
|
178931
180053
|
""" Frames per second"""
|
|
@@ -179075,10 +180197,10 @@ class MovieStrip(Strip, bpy_struct):
|
|
|
179075
180197
|
""" Representation of alpha information in the RGBA pixels"""
|
|
179076
180198
|
|
|
179077
180199
|
animation_offset_end: int
|
|
179078
|
-
""" Animation end offset (trim end)"""
|
|
180200
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
179079
180201
|
|
|
179080
180202
|
animation_offset_start: int
|
|
179081
|
-
""" Animation start offset (trim start)"""
|
|
180203
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
179082
180204
|
|
|
179083
180205
|
color_multiply: float
|
|
179084
180206
|
color_saturation: float
|
|
@@ -179087,6 +180209,12 @@ class MovieStrip(Strip, bpy_struct):
|
|
|
179087
180209
|
colorspace_settings: ColorManagedInputColorspaceSettings | None
|
|
179088
180210
|
""" Input color space settings"""
|
|
179089
180211
|
|
|
180212
|
+
content_trim_end: int
|
|
180213
|
+
""" Number of frames to ignore from the end of the underlying source. The source content is trimmed, and future frames are turned into holds"""
|
|
180214
|
+
|
|
180215
|
+
content_trim_start: int
|
|
180216
|
+
""" Number of frames to ignore from the start of the underlying source. The source content is trimmed, and previous frames are turned into holds"""
|
|
180217
|
+
|
|
179090
180218
|
crop: StripCrop | None
|
|
179091
180219
|
elements: bpy_prop_collection[StripElement]
|
|
179092
180220
|
filepath: str
|
|
@@ -179937,10 +181065,16 @@ class MulticamStrip(EffectStrip, Strip, bpy_struct):
|
|
|
179937
181065
|
"""Sequence strip to perform multicam editing"""
|
|
179938
181066
|
|
|
179939
181067
|
animation_offset_end: int
|
|
179940
|
-
""" Animation end offset (trim end)"""
|
|
181068
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
179941
181069
|
|
|
179942
181070
|
animation_offset_start: int
|
|
179943
|
-
""" Animation start offset (trim start)"""
|
|
181071
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
181072
|
+
|
|
181073
|
+
content_trim_end: int
|
|
181074
|
+
""" Number of frames to ignore from the end of the underlying source. The source content is trimmed, and future frames are turned into holds"""
|
|
181075
|
+
|
|
181076
|
+
content_trim_start: int
|
|
181077
|
+
""" Number of frames to ignore from the start of the underlying source. The source content is trimmed, and previous frames are turned into holds"""
|
|
179944
181078
|
|
|
179945
181079
|
input_count: int
|
|
179946
181080
|
multicam_source: int
|
|
@@ -180534,7 +181668,7 @@ class Node(bpy_struct):
|
|
|
180534
181668
|
use_custom_color: bool
|
|
180535
181669
|
""" Use custom color for the node"""
|
|
180536
181670
|
|
|
180537
|
-
warning_propagation: typing.Literal["ALL", "
|
|
181671
|
+
warning_propagation: typing.Literal["ALL", "ERRORS_AND_WARNINGS", "ERRORS", "NONE"]
|
|
180538
181672
|
""" The kinds of messages that should be propagated from this node to the parent group node"""
|
|
180539
181673
|
|
|
180540
181674
|
width: float
|
|
@@ -190140,6 +191274,12 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
190140
191274
|
def shape_key_clear(self) -> None:
|
|
190141
191275
|
"""Remove all Shape Keys from this object"""
|
|
190142
191276
|
|
|
191277
|
+
def shape_keys_selected(self) -> bpy_prop_collection[ShapeKey]:
|
|
191278
|
+
"""Return selected shape keys
|
|
191279
|
+
|
|
191280
|
+
:return: keyblocks
|
|
191281
|
+
"""
|
|
191282
|
+
|
|
190143
191283
|
def ray_cast(
|
|
190144
191284
|
self,
|
|
190145
191285
|
origin: collections.abc.Sequence[float] | mathutils.Vector | None,
|
|
@@ -198234,15 +199374,21 @@ class SceneStrip(Strip, bpy_struct):
|
|
|
198234
199374
|
""" Representation of alpha information in the RGBA pixels"""
|
|
198235
199375
|
|
|
198236
199376
|
animation_offset_end: int
|
|
198237
|
-
""" Animation end offset (trim end)"""
|
|
199377
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
198238
199378
|
|
|
198239
199379
|
animation_offset_start: int
|
|
198240
|
-
""" Animation start offset (trim start)"""
|
|
199380
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
198241
199381
|
|
|
198242
199382
|
color_multiply: float
|
|
198243
199383
|
color_saturation: float
|
|
198244
199384
|
""" Adjust the intensity of the input's color"""
|
|
198245
199385
|
|
|
199386
|
+
content_trim_end: int
|
|
199387
|
+
""" Number of frames to ignore from the end of the underlying source. The source content is trimmed, and future frames are turned into holds"""
|
|
199388
|
+
|
|
199389
|
+
content_trim_start: int
|
|
199390
|
+
""" Number of frames to ignore from the start of the underlying source. The source content is trimmed, and previous frames are turned into holds"""
|
|
199391
|
+
|
|
198246
199392
|
crop: StripCrop | None
|
|
198247
199393
|
fps: float
|
|
198248
199394
|
""" Frames per second"""
|
|
@@ -199082,7 +200228,7 @@ class SequencerToolSettings(bpy_struct):
|
|
|
199082
200228
|
""" Snap to preview or scene start and end frame"""
|
|
199083
200229
|
|
|
199084
200230
|
snap_to_hold_offset: bool
|
|
199085
|
-
""" Snap to strip
|
|
200231
|
+
""" Snap to underlying strip content start and end in cases where the strip length extends beyond this range, producing holds"""
|
|
199086
200232
|
|
|
199087
200233
|
snap_to_markers: bool
|
|
199088
200234
|
""" Snap to markers"""
|
|
@@ -205498,6 +206644,9 @@ class ShapeKey(bpy_struct):
|
|
|
205498
206644
|
relative_key: typing_extensions.Self
|
|
205499
206645
|
""" Shape used as a relative key"""
|
|
205500
206646
|
|
|
206647
|
+
select: bool
|
|
206648
|
+
""" Shape key selection state"""
|
|
206649
|
+
|
|
205501
206650
|
slider_max: float
|
|
205502
206651
|
""" Maximum for slider"""
|
|
205503
206652
|
|
|
@@ -206535,10 +207684,16 @@ class SoundStrip(Strip, bpy_struct):
|
|
|
206535
207684
|
"""Sequence strip defining a sound to be played over a period of time"""
|
|
206536
207685
|
|
|
206537
207686
|
animation_offset_end: int
|
|
206538
|
-
""" Animation end offset (trim end)"""
|
|
207687
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
206539
207688
|
|
|
206540
207689
|
animation_offset_start: int
|
|
206541
|
-
""" Animation start offset (trim start)"""
|
|
207690
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
207691
|
+
|
|
207692
|
+
content_trim_end: int
|
|
207693
|
+
""" Number of frames to ignore from the end of the underlying source. The source content is trimmed, and future frames are turned into holds"""
|
|
207694
|
+
|
|
207695
|
+
content_trim_start: int
|
|
207696
|
+
""" Number of frames to ignore from the start of the underlying source. The source content is trimmed, and previous frames are turned into holds"""
|
|
206542
207697
|
|
|
206543
207698
|
pan: float
|
|
206544
207699
|
""" Playback panning of the sound (only for Mono sources)"""
|
|
@@ -206554,7 +207709,7 @@ class SoundStrip(Strip, bpy_struct):
|
|
|
206554
207709
|
""" Sound data-block used by this strip"""
|
|
206555
207710
|
|
|
206556
207711
|
sound_offset: float
|
|
206557
|
-
"""
|
|
207712
|
+
""" Subframe offset of the sound source start expressed in seconds"""
|
|
206558
207713
|
|
|
206559
207714
|
volume: float
|
|
206560
207715
|
""" Playback volume of the sound"""
|
|
@@ -209981,7 +211136,7 @@ class StringProperty(Property, bpy_struct):
|
|
|
209981
211136
|
"""
|
|
209982
211137
|
|
|
209983
211138
|
class Strip(bpy_struct):
|
|
209984
|
-
"""
|
|
211139
|
+
"""A single container for content in the Video Sequence Editor"""
|
|
209985
211140
|
|
|
209986
211141
|
blend_alpha: float
|
|
209987
211142
|
""" Percentage of how much the strip's colors affect other strips"""
|
|
@@ -210017,34 +211172,52 @@ class Strip(bpy_struct):
|
|
|
210017
211172
|
""" Method for controlling how the strip combines with other strips"""
|
|
210018
211173
|
|
|
210019
211174
|
channel: int
|
|
210020
|
-
"""
|
|
211175
|
+
""" Vertical position of the strip"""
|
|
210021
211176
|
|
|
210022
211177
|
color_tag: bpy.stub_internal.rna_enums.StripColorItems
|
|
210023
211178
|
""" Color tag for a strip"""
|
|
210024
211179
|
|
|
211180
|
+
content_duration: int
|
|
211181
|
+
""" Length of the underlying strip source in frames, excluding handles"""
|
|
211182
|
+
|
|
211183
|
+
content_end: int
|
|
211184
|
+
""" Timeline frame where underlying strip source ends"""
|
|
211185
|
+
|
|
211186
|
+
content_start: float
|
|
211187
|
+
""" Timeline frame where underlying strip source begins"""
|
|
211188
|
+
|
|
211189
|
+
duration: int
|
|
211190
|
+
""" Length of the strip in frames from left handle to right handle"""
|
|
211191
|
+
|
|
210025
211192
|
effect_fader: float
|
|
210026
211193
|
""" Custom fade value"""
|
|
210027
211194
|
|
|
210028
211195
|
frame_duration: int
|
|
210029
|
-
""" The length of the contents of this strip before the handles are
|
|
211196
|
+
""" The length of the contents of this strip before the handles are appliedReplaced by '.content_duration'.5.10 removal planned in version 6.0"""
|
|
210030
211197
|
|
|
210031
211198
|
frame_final_duration: int
|
|
210032
|
-
""" The length of the contents of this strip after the handles are
|
|
211199
|
+
""" The length of the contents of this strip after the handles are appliedReplaced by '.duration'.5.10 removal planned in version 6.0"""
|
|
210033
211200
|
|
|
210034
211201
|
frame_final_end: int
|
|
210035
|
-
""" End frame displayed in the sequence editor after offsets are
|
|
211202
|
+
""" End frame displayed in the sequence editor after offsets are appliedReplaced by '.right_handle'.5.10 removal planned in version 6.0"""
|
|
210036
211203
|
|
|
210037
211204
|
frame_final_start: int
|
|
210038
|
-
""" Start frame displayed in the sequence editor after offsets are applied, setting this is equivalent to moving the handle, not the actual start
|
|
211205
|
+
""" Start frame displayed in the sequence editor after offsets are applied, setting this is equivalent to moving the handle, not the actual start frameReplaced by '.left_handle'.5.10 removal planned in version 6.0"""
|
|
210039
211206
|
|
|
210040
211207
|
frame_offset_end: float
|
|
210041
|
-
""" Offset from the end of the strip in
|
|
211208
|
+
""" Offset from the end of the strip in framesReplaced by '.right_handle_offset'.5.10 removal planned in version 6.0"""
|
|
210042
211209
|
|
|
210043
211210
|
frame_offset_start: float
|
|
210044
|
-
""" Offset from the start of the strip in
|
|
211211
|
+
""" Offset from the start of the strip in framesReplaced by '.left_handle_offset'.5.10 removal planned in version 6.0"""
|
|
210045
211212
|
|
|
210046
211213
|
frame_start: float
|
|
210047
|
-
""" X position where the strip
|
|
211214
|
+
""" X position where the strip beginsReplaced by '.content_start'.5.10 removal planned in version 6.0"""
|
|
211215
|
+
|
|
211216
|
+
left_handle: int
|
|
211217
|
+
""" Timeline frame of the left handle and the start frame of the strip"""
|
|
211218
|
+
|
|
211219
|
+
left_handle_offset: float
|
|
211220
|
+
""" Rightward frame offset of the left handle from the start of the strip content"""
|
|
210048
211221
|
|
|
210049
211222
|
lock: bool
|
|
210050
211223
|
""" Lock strip so that it cannot be transformed"""
|
|
@@ -210053,12 +211226,24 @@ class Strip(bpy_struct):
|
|
|
210053
211226
|
""" Modifiers affecting this strip"""
|
|
210054
211227
|
|
|
210055
211228
|
mute: bool
|
|
210056
|
-
""" Disable strip so that it
|
|
211229
|
+
""" Disable strip so that it does not contribute any output"""
|
|
210057
211230
|
|
|
210058
211231
|
name: str
|
|
211232
|
+
right_handle: int
|
|
211233
|
+
""" Timeline frame of the right handle, which is the first frame where the strip no longer contributes to the output"""
|
|
211234
|
+
|
|
211235
|
+
right_handle_offset: float
|
|
211236
|
+
""" Leftward frame offset of the right handle from the end of the strip content"""
|
|
211237
|
+
|
|
210059
211238
|
select: bool
|
|
211239
|
+
""" Whether the strip is selected"""
|
|
211240
|
+
|
|
210060
211241
|
select_left_handle: bool
|
|
211242
|
+
""" Whether the left handle is selected"""
|
|
211243
|
+
|
|
210061
211244
|
select_right_handle: bool
|
|
211245
|
+
""" Whether the right handle is selected"""
|
|
211246
|
+
|
|
210062
211247
|
show_retiming_keys: bool
|
|
210063
211248
|
""" Show retiming keys, so they can be moved"""
|
|
210064
211249
|
|
|
@@ -217283,6 +218468,19 @@ class UILayout(bpy_struct):
|
|
|
217283
218468
|
:param translate: Translate the given text, when UI translation is enabled
|
|
217284
218469
|
"""
|
|
217285
218470
|
|
|
218471
|
+
def template_ID_session_uid(
|
|
218472
|
+
self,
|
|
218473
|
+
data: typing.Any,
|
|
218474
|
+
property: str,
|
|
218475
|
+
id_type: bpy.stub_internal.rna_enums.IdTypeItems | None,
|
|
218476
|
+
) -> None:
|
|
218477
|
+
"""Template ID search menu button for session_uid Int properties
|
|
218478
|
+
|
|
218479
|
+
:param data: Data from which to take property
|
|
218480
|
+
:param property: Identifier of property in data
|
|
218481
|
+
:param id_type:
|
|
218482
|
+
"""
|
|
218483
|
+
|
|
217286
218484
|
def template_ID_preview(
|
|
217287
218485
|
self,
|
|
217288
218486
|
data: typing.Any,
|
|
@@ -218851,6 +220049,9 @@ class UnknownType(bpy_struct):
|
|
|
218851
220049
|
class UserAssetLibrary(bpy_struct):
|
|
218852
220050
|
"""Settings to define a reusable library for Asset Browsers to use"""
|
|
218853
220051
|
|
|
220052
|
+
enabled: bool
|
|
220053
|
+
""" Enable the asset library"""
|
|
220054
|
+
|
|
218854
220055
|
import_method: typing.Literal["LINK", "APPEND", "APPEND_REUSE", "PACK"]
|
|
218855
220056
|
""" Determine how the asset will be imported, unless overridden by the Asset Browser"""
|
|
218856
220057
|
|
|
@@ -222267,10 +223468,10 @@ class WindowManager(ID, bpy_struct):
|
|
|
222267
223468
|
""" Filter by extension name, author & category"""
|
|
222268
223469
|
|
|
222269
223470
|
extension_show_panel_available: bool
|
|
222270
|
-
"""
|
|
223471
|
+
""" Show the available extensions panel"""
|
|
222271
223472
|
|
|
222272
223473
|
extension_show_panel_installed: bool
|
|
222273
|
-
"""
|
|
223474
|
+
""" Show the installed extensions panel"""
|
|
222274
223475
|
|
|
222275
223476
|
extension_tags: typing.Any
|
|
222276
223477
|
extension_type: typing.Literal["ALL", "ADDON", "THEME"]
|