fake-bpy-module-latest 20260125__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/ops/extensions/__init__.pyi +5 -5
- bpy/ops/node/__init__.pyi +14 -0
- bpy/ops/object/__init__.pyi +1 -1
- bpy/ops/pose/__init__.pyi +2 -2
- bpy/ops/sculpt/__init__.pyi +2 -0
- bpy/ops/sequencer/__init__.pyi +0 -2
- bpy/stub_internal/rna_enums/__init__.pyi +3 -0
- bpy/types/__init__.pyi +1564 -408
- bpy/utils/__init__.pyi +5 -1
- {fake_bpy_module_latest-20260125.dist-info → fake_bpy_module_latest-20260201.dist-info}/METADATA +4 -1
- {fake_bpy_module_latest-20260125.dist-info → fake_bpy_module_latest-20260201.dist-info}/RECORD +18 -18
- {fake_bpy_module_latest-20260125.dist-info → fake_bpy_module_latest-20260201.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module_latest-20260125.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
|
|
@@ -40167,146 +40250,6 @@ an existing modal keymap such as "Knife Tool Modal Map".
|
|
|
40167
40250
|
:columns: 2
|
|
40168
40251
|
|
|
40169
40252
|
|
|
40170
|
-
--------------------
|
|
40171
|
-
|
|
40172
|
-
* bpy_struct.id_data
|
|
40173
|
-
|
|
40174
|
-
:columns: 2
|
|
40175
|
-
|
|
40176
|
-
|
|
40177
|
-
--------------------
|
|
40178
|
-
|
|
40179
|
-
* bpy_struct.as_pointer
|
|
40180
|
-
* bpy_struct.driver_add
|
|
40181
|
-
* bpy_struct.driver_remove
|
|
40182
|
-
* bpy_struct.get
|
|
40183
|
-
* bpy_struct.id_properties_clear
|
|
40184
|
-
* bpy_struct.id_properties_ensure
|
|
40185
|
-
* bpy_struct.id_properties_ui
|
|
40186
|
-
* bpy_struct.is_property_hidden
|
|
40187
|
-
* bpy_struct.is_property_overridable_library
|
|
40188
|
-
* bpy_struct.is_property_readonly
|
|
40189
|
-
* bpy_struct.is_property_set
|
|
40190
|
-
* bpy_struct.items
|
|
40191
|
-
* bpy_struct.keyframe_delete
|
|
40192
|
-
* bpy_struct.keyframe_insert
|
|
40193
|
-
* bpy_struct.keys
|
|
40194
|
-
* bpy_struct.path_from_id
|
|
40195
|
-
* bpy_struct.path_from_module
|
|
40196
|
-
* bpy_struct.path_resolve
|
|
40197
|
-
* bpy_struct.pop
|
|
40198
|
-
* bpy_struct.property_overridable_library_set
|
|
40199
|
-
* bpy_struct.property_unset
|
|
40200
|
-
* bpy_struct.rna_ancestors
|
|
40201
|
-
* bpy_struct.type_recast
|
|
40202
|
-
* bpy_struct.values
|
|
40203
|
-
|
|
40204
|
-
:columns: 2
|
|
40205
|
-
|
|
40206
|
-
|
|
40207
|
-
--------------------
|
|
40208
|
-
|
|
40209
|
-
* Brush.gpencil_settings
|
|
40210
|
-
|
|
40211
|
-
:columns: 2
|
|
40212
|
-
|
|
40213
|
-
|
|
40214
|
-
--------------------
|
|
40215
|
-
|
|
40216
|
-
* bpy_struct.id_data
|
|
40217
|
-
* Modifier.name
|
|
40218
|
-
* Modifier.type
|
|
40219
|
-
* Modifier.show_viewport
|
|
40220
|
-
* Modifier.show_render
|
|
40221
|
-
* Modifier.show_in_editmode
|
|
40222
|
-
* Modifier.show_on_cage
|
|
40223
|
-
* Modifier.show_expanded
|
|
40224
|
-
* Modifier.is_active
|
|
40225
|
-
* Modifier.use_pin_to_last
|
|
40226
|
-
* Modifier.is_override_data
|
|
40227
|
-
* Modifier.use_apply_on_spline
|
|
40228
|
-
* Modifier.execution_time
|
|
40229
|
-
* Modifier.persistent_uid
|
|
40230
|
-
|
|
40231
|
-
:columns: 2
|
|
40232
|
-
|
|
40233
|
-
|
|
40234
|
-
--------------------
|
|
40235
|
-
|
|
40236
|
-
* bpy_struct.as_pointer
|
|
40237
|
-
* bpy_struct.driver_add
|
|
40238
|
-
* bpy_struct.driver_remove
|
|
40239
|
-
* bpy_struct.get
|
|
40240
|
-
* bpy_struct.id_properties_clear
|
|
40241
|
-
* bpy_struct.id_properties_ensure
|
|
40242
|
-
* bpy_struct.id_properties_ui
|
|
40243
|
-
* bpy_struct.is_property_hidden
|
|
40244
|
-
* bpy_struct.is_property_overridable_library
|
|
40245
|
-
* bpy_struct.is_property_readonly
|
|
40246
|
-
* bpy_struct.is_property_set
|
|
40247
|
-
* bpy_struct.items
|
|
40248
|
-
* bpy_struct.keyframe_delete
|
|
40249
|
-
* bpy_struct.keyframe_insert
|
|
40250
|
-
* bpy_struct.keys
|
|
40251
|
-
* bpy_struct.path_from_id
|
|
40252
|
-
* bpy_struct.path_from_module
|
|
40253
|
-
* bpy_struct.path_resolve
|
|
40254
|
-
* bpy_struct.pop
|
|
40255
|
-
* bpy_struct.property_overridable_library_set
|
|
40256
|
-
* bpy_struct.property_unset
|
|
40257
|
-
* bpy_struct.rna_ancestors
|
|
40258
|
-
* bpy_struct.type_recast
|
|
40259
|
-
* bpy_struct.values
|
|
40260
|
-
* Modifier.bl_rna_get_subclass
|
|
40261
|
-
* Modifier.bl_rna_get_subclass_py
|
|
40262
|
-
|
|
40263
|
-
:columns: 2
|
|
40264
|
-
|
|
40265
|
-
|
|
40266
|
-
--------------------
|
|
40267
|
-
|
|
40268
|
-
* bpy_struct.id_data
|
|
40269
|
-
|
|
40270
|
-
:columns: 2
|
|
40271
|
-
|
|
40272
|
-
|
|
40273
|
-
--------------------
|
|
40274
|
-
|
|
40275
|
-
* bpy_struct.as_pointer
|
|
40276
|
-
* bpy_struct.driver_add
|
|
40277
|
-
* bpy_struct.driver_remove
|
|
40278
|
-
* bpy_struct.get
|
|
40279
|
-
* bpy_struct.id_properties_clear
|
|
40280
|
-
* bpy_struct.id_properties_ensure
|
|
40281
|
-
* bpy_struct.id_properties_ui
|
|
40282
|
-
* bpy_struct.is_property_hidden
|
|
40283
|
-
* bpy_struct.is_property_overridable_library
|
|
40284
|
-
* bpy_struct.is_property_readonly
|
|
40285
|
-
* bpy_struct.is_property_set
|
|
40286
|
-
* bpy_struct.items
|
|
40287
|
-
* bpy_struct.keyframe_delete
|
|
40288
|
-
* bpy_struct.keyframe_insert
|
|
40289
|
-
* bpy_struct.keys
|
|
40290
|
-
* bpy_struct.path_from_id
|
|
40291
|
-
* bpy_struct.path_from_module
|
|
40292
|
-
* bpy_struct.path_resolve
|
|
40293
|
-
* bpy_struct.pop
|
|
40294
|
-
* bpy_struct.property_overridable_library_set
|
|
40295
|
-
* bpy_struct.property_unset
|
|
40296
|
-
* bpy_struct.rna_ancestors
|
|
40297
|
-
* bpy_struct.type_recast
|
|
40298
|
-
* bpy_struct.values
|
|
40299
|
-
|
|
40300
|
-
:columns: 2
|
|
40301
|
-
|
|
40302
|
-
|
|
40303
|
-
--------------------
|
|
40304
|
-
|
|
40305
|
-
* World.mist_settings
|
|
40306
|
-
|
|
40307
|
-
:columns: 2
|
|
40308
|
-
|
|
40309
|
-
|
|
40310
40253
|
--------------------
|
|
40311
40254
|
|
|
40312
40255
|
* bpy_struct.id_data
|
|
@@ -40398,9 +40341,9 @@ an existing modal keymap such as "Knife Tool Modal Map".
|
|
|
40398
40341
|
* NodeInternal.draw_buttons_ext
|
|
40399
40342
|
* NodeInternal.bl_rna_get_subclass
|
|
40400
40343
|
* NodeInternal.bl_rna_get_subclass_py
|
|
40401
|
-
*
|
|
40402
|
-
*
|
|
40403
|
-
*
|
|
40344
|
+
* GeometryNode.poll
|
|
40345
|
+
* GeometryNode.bl_rna_get_subclass
|
|
40346
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
40404
40347
|
|
|
40405
40348
|
:columns: 2
|
|
40406
40349
|
|
|
@@ -40444,7 +40387,7 @@ an existing modal keymap such as "Knife Tool Modal Map".
|
|
|
40444
40387
|
|
|
40445
40388
|
--------------------
|
|
40446
40389
|
|
|
40447
|
-
*
|
|
40390
|
+
* Brush.gpencil_settings
|
|
40448
40391
|
|
|
40449
40392
|
:columns: 2
|
|
40450
40393
|
|
|
@@ -40452,39 +40395,19 @@ an existing modal keymap such as "Knife Tool Modal Map".
|
|
|
40452
40395
|
--------------------
|
|
40453
40396
|
|
|
40454
40397
|
* bpy_struct.id_data
|
|
40455
|
-
*
|
|
40456
|
-
*
|
|
40457
|
-
*
|
|
40458
|
-
*
|
|
40459
|
-
*
|
|
40460
|
-
*
|
|
40461
|
-
*
|
|
40462
|
-
*
|
|
40463
|
-
*
|
|
40464
|
-
*
|
|
40465
|
-
*
|
|
40466
|
-
*
|
|
40467
|
-
*
|
|
40468
|
-
* Node.use_custom_color
|
|
40469
|
-
* Node.color
|
|
40470
|
-
* Node.color_tag
|
|
40471
|
-
* Node.select
|
|
40472
|
-
* Node.show_options
|
|
40473
|
-
* Node.show_preview
|
|
40474
|
-
* Node.hide
|
|
40475
|
-
* Node.mute
|
|
40476
|
-
* Node.show_texture
|
|
40477
|
-
* Node.bl_idname
|
|
40478
|
-
* Node.bl_label
|
|
40479
|
-
* Node.bl_description
|
|
40480
|
-
* Node.bl_icon
|
|
40481
|
-
* Node.bl_static_type
|
|
40482
|
-
* Node.bl_width_default
|
|
40483
|
-
* Node.bl_width_min
|
|
40484
|
-
* Node.bl_width_max
|
|
40485
|
-
* Node.bl_height_default
|
|
40486
|
-
* Node.bl_height_min
|
|
40487
|
-
* Node.bl_height_max
|
|
40398
|
+
* Modifier.name
|
|
40399
|
+
* Modifier.type
|
|
40400
|
+
* Modifier.show_viewport
|
|
40401
|
+
* Modifier.show_render
|
|
40402
|
+
* Modifier.show_in_editmode
|
|
40403
|
+
* Modifier.show_on_cage
|
|
40404
|
+
* Modifier.show_expanded
|
|
40405
|
+
* Modifier.is_active
|
|
40406
|
+
* Modifier.use_pin_to_last
|
|
40407
|
+
* Modifier.is_override_data
|
|
40408
|
+
* Modifier.use_apply_on_spline
|
|
40409
|
+
* Modifier.execution_time
|
|
40410
|
+
* Modifier.persistent_uid
|
|
40488
40411
|
|
|
40489
40412
|
:columns: 2
|
|
40490
40413
|
|
|
@@ -40515,34 +40438,8 @@ an existing modal keymap such as "Knife Tool Modal Map".
|
|
|
40515
40438
|
* bpy_struct.rna_ancestors
|
|
40516
40439
|
* bpy_struct.type_recast
|
|
40517
40440
|
* bpy_struct.values
|
|
40518
|
-
*
|
|
40519
|
-
*
|
|
40520
|
-
* Node.is_registered_node_type
|
|
40521
|
-
* Node.poll
|
|
40522
|
-
* Node.poll_instance
|
|
40523
|
-
* Node.update
|
|
40524
|
-
* Node.insert_link
|
|
40525
|
-
* Node.init
|
|
40526
|
-
* Node.copy
|
|
40527
|
-
* Node.free
|
|
40528
|
-
* Node.draw_buttons
|
|
40529
|
-
* Node.draw_buttons_ext
|
|
40530
|
-
* Node.draw_label
|
|
40531
|
-
* Node.debug_zone_body_lazy_function_graph
|
|
40532
|
-
* Node.debug_zone_lazy_function_graph
|
|
40533
|
-
* Node.poll
|
|
40534
|
-
* Node.bl_rna_get_subclass
|
|
40535
|
-
* Node.bl_rna_get_subclass_py
|
|
40536
|
-
* NodeInternal.poll
|
|
40537
|
-
* NodeInternal.poll_instance
|
|
40538
|
-
* NodeInternal.update
|
|
40539
|
-
* NodeInternal.draw_buttons
|
|
40540
|
-
* NodeInternal.draw_buttons_ext
|
|
40541
|
-
* NodeInternal.bl_rna_get_subclass
|
|
40542
|
-
* NodeInternal.bl_rna_get_subclass_py
|
|
40543
|
-
* CompositorNode.poll
|
|
40544
|
-
* CompositorNode.bl_rna_get_subclass
|
|
40545
|
-
* CompositorNode.bl_rna_get_subclass_py
|
|
40441
|
+
* Modifier.bl_rna_get_subclass
|
|
40442
|
+
* Modifier.bl_rna_get_subclass_py
|
|
40546
40443
|
|
|
40547
40444
|
:columns: 2
|
|
40548
40445
|
|
|
@@ -40550,39 +40447,323 @@ an existing modal keymap such as "Knife Tool Modal Map".
|
|
|
40550
40447
|
--------------------
|
|
40551
40448
|
|
|
40552
40449
|
* bpy_struct.id_data
|
|
40553
|
-
|
|
40554
|
-
|
|
40555
|
-
|
|
40556
|
-
|
|
40557
|
-
|
|
40558
|
-
|
|
40559
|
-
*
|
|
40560
|
-
*
|
|
40561
|
-
*
|
|
40562
|
-
*
|
|
40563
|
-
*
|
|
40564
|
-
*
|
|
40565
|
-
*
|
|
40566
|
-
*
|
|
40567
|
-
*
|
|
40568
|
-
*
|
|
40569
|
-
*
|
|
40570
|
-
*
|
|
40571
|
-
*
|
|
40572
|
-
*
|
|
40573
|
-
*
|
|
40574
|
-
*
|
|
40575
|
-
*
|
|
40576
|
-
*
|
|
40577
|
-
*
|
|
40578
|
-
*
|
|
40579
|
-
*
|
|
40580
|
-
*
|
|
40581
|
-
*
|
|
40582
|
-
*
|
|
40583
|
-
|
|
40584
|
-
|
|
40585
|
-
|
|
40450
|
+
|
|
40451
|
+
:columns: 2
|
|
40452
|
+
|
|
40453
|
+
|
|
40454
|
+
--------------------
|
|
40455
|
+
|
|
40456
|
+
* bpy_struct.as_pointer
|
|
40457
|
+
* bpy_struct.driver_add
|
|
40458
|
+
* bpy_struct.driver_remove
|
|
40459
|
+
* bpy_struct.get
|
|
40460
|
+
* bpy_struct.id_properties_clear
|
|
40461
|
+
* bpy_struct.id_properties_ensure
|
|
40462
|
+
* bpy_struct.id_properties_ui
|
|
40463
|
+
* bpy_struct.is_property_hidden
|
|
40464
|
+
* bpy_struct.is_property_overridable_library
|
|
40465
|
+
* bpy_struct.is_property_readonly
|
|
40466
|
+
* bpy_struct.is_property_set
|
|
40467
|
+
* bpy_struct.items
|
|
40468
|
+
* bpy_struct.keyframe_delete
|
|
40469
|
+
* bpy_struct.keyframe_insert
|
|
40470
|
+
* bpy_struct.keys
|
|
40471
|
+
* bpy_struct.path_from_id
|
|
40472
|
+
* bpy_struct.path_from_module
|
|
40473
|
+
* bpy_struct.path_resolve
|
|
40474
|
+
* bpy_struct.pop
|
|
40475
|
+
* bpy_struct.property_overridable_library_set
|
|
40476
|
+
* bpy_struct.property_unset
|
|
40477
|
+
* bpy_struct.rna_ancestors
|
|
40478
|
+
* bpy_struct.type_recast
|
|
40479
|
+
* bpy_struct.values
|
|
40480
|
+
|
|
40481
|
+
:columns: 2
|
|
40482
|
+
|
|
40483
|
+
|
|
40484
|
+
--------------------
|
|
40485
|
+
|
|
40486
|
+
* World.mist_settings
|
|
40487
|
+
|
|
40488
|
+
:columns: 2
|
|
40489
|
+
|
|
40490
|
+
|
|
40491
|
+
--------------------
|
|
40492
|
+
|
|
40493
|
+
* bpy_struct.id_data
|
|
40494
|
+
* Node.type
|
|
40495
|
+
* Node.location
|
|
40496
|
+
* Node.location_absolute
|
|
40497
|
+
* Node.width
|
|
40498
|
+
* Node.height
|
|
40499
|
+
* Node.dimensions
|
|
40500
|
+
* Node.name
|
|
40501
|
+
* Node.label
|
|
40502
|
+
* Node.inputs
|
|
40503
|
+
* Node.outputs
|
|
40504
|
+
* Node.internal_links
|
|
40505
|
+
* Node.parent
|
|
40506
|
+
* Node.warning_propagation
|
|
40507
|
+
* Node.use_custom_color
|
|
40508
|
+
* Node.color
|
|
40509
|
+
* Node.color_tag
|
|
40510
|
+
* Node.select
|
|
40511
|
+
* Node.show_options
|
|
40512
|
+
* Node.show_preview
|
|
40513
|
+
* Node.hide
|
|
40514
|
+
* Node.mute
|
|
40515
|
+
* Node.show_texture
|
|
40516
|
+
* Node.bl_idname
|
|
40517
|
+
* Node.bl_label
|
|
40518
|
+
* Node.bl_description
|
|
40519
|
+
* Node.bl_icon
|
|
40520
|
+
* Node.bl_static_type
|
|
40521
|
+
* Node.bl_width_default
|
|
40522
|
+
* Node.bl_width_min
|
|
40523
|
+
* Node.bl_width_max
|
|
40524
|
+
* Node.bl_height_default
|
|
40525
|
+
* Node.bl_height_min
|
|
40526
|
+
* Node.bl_height_max
|
|
40527
|
+
|
|
40528
|
+
:columns: 2
|
|
40529
|
+
|
|
40530
|
+
|
|
40531
|
+
--------------------
|
|
40532
|
+
|
|
40533
|
+
* bpy_struct.as_pointer
|
|
40534
|
+
* bpy_struct.driver_add
|
|
40535
|
+
* bpy_struct.driver_remove
|
|
40536
|
+
* bpy_struct.get
|
|
40537
|
+
* bpy_struct.id_properties_clear
|
|
40538
|
+
* bpy_struct.id_properties_ensure
|
|
40539
|
+
* bpy_struct.id_properties_ui
|
|
40540
|
+
* bpy_struct.is_property_hidden
|
|
40541
|
+
* bpy_struct.is_property_overridable_library
|
|
40542
|
+
* bpy_struct.is_property_readonly
|
|
40543
|
+
* bpy_struct.is_property_set
|
|
40544
|
+
* bpy_struct.items
|
|
40545
|
+
* bpy_struct.keyframe_delete
|
|
40546
|
+
* bpy_struct.keyframe_insert
|
|
40547
|
+
* bpy_struct.keys
|
|
40548
|
+
* bpy_struct.path_from_id
|
|
40549
|
+
* bpy_struct.path_from_module
|
|
40550
|
+
* bpy_struct.path_resolve
|
|
40551
|
+
* bpy_struct.pop
|
|
40552
|
+
* bpy_struct.property_overridable_library_set
|
|
40553
|
+
* bpy_struct.property_unset
|
|
40554
|
+
* bpy_struct.rna_ancestors
|
|
40555
|
+
* bpy_struct.type_recast
|
|
40556
|
+
* bpy_struct.values
|
|
40557
|
+
* Node.bl_system_properties_get
|
|
40558
|
+
* Node.socket_value_update
|
|
40559
|
+
* Node.is_registered_node_type
|
|
40560
|
+
* Node.poll
|
|
40561
|
+
* Node.poll_instance
|
|
40562
|
+
* Node.update
|
|
40563
|
+
* Node.insert_link
|
|
40564
|
+
* Node.init
|
|
40565
|
+
* Node.copy
|
|
40566
|
+
* Node.free
|
|
40567
|
+
* Node.draw_buttons
|
|
40568
|
+
* Node.draw_buttons_ext
|
|
40569
|
+
* Node.draw_label
|
|
40570
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
40571
|
+
* Node.debug_zone_lazy_function_graph
|
|
40572
|
+
* Node.poll
|
|
40573
|
+
* Node.bl_rna_get_subclass
|
|
40574
|
+
* Node.bl_rna_get_subclass_py
|
|
40575
|
+
* NodeInternal.poll
|
|
40576
|
+
* NodeInternal.poll_instance
|
|
40577
|
+
* NodeInternal.update
|
|
40578
|
+
* NodeInternal.draw_buttons
|
|
40579
|
+
* NodeInternal.draw_buttons_ext
|
|
40580
|
+
* NodeInternal.bl_rna_get_subclass
|
|
40581
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
40582
|
+
* ShaderNode.poll
|
|
40583
|
+
* ShaderNode.bl_rna_get_subclass
|
|
40584
|
+
* ShaderNode.bl_rna_get_subclass_py
|
|
40585
|
+
|
|
40586
|
+
:columns: 2
|
|
40587
|
+
|
|
40588
|
+
|
|
40589
|
+
--------------------
|
|
40590
|
+
|
|
40591
|
+
* bpy_struct.id_data
|
|
40592
|
+
|
|
40593
|
+
:columns: 2
|
|
40594
|
+
|
|
40595
|
+
|
|
40596
|
+
--------------------
|
|
40597
|
+
|
|
40598
|
+
* bpy_struct.as_pointer
|
|
40599
|
+
* bpy_struct.driver_add
|
|
40600
|
+
* bpy_struct.driver_remove
|
|
40601
|
+
* bpy_struct.get
|
|
40602
|
+
* bpy_struct.id_properties_clear
|
|
40603
|
+
* bpy_struct.id_properties_ensure
|
|
40604
|
+
* bpy_struct.id_properties_ui
|
|
40605
|
+
* bpy_struct.is_property_hidden
|
|
40606
|
+
* bpy_struct.is_property_overridable_library
|
|
40607
|
+
* bpy_struct.is_property_readonly
|
|
40608
|
+
* bpy_struct.is_property_set
|
|
40609
|
+
* bpy_struct.items
|
|
40610
|
+
* bpy_struct.keyframe_delete
|
|
40611
|
+
* bpy_struct.keyframe_insert
|
|
40612
|
+
* bpy_struct.keys
|
|
40613
|
+
* bpy_struct.path_from_id
|
|
40614
|
+
* bpy_struct.path_from_module
|
|
40615
|
+
* bpy_struct.path_resolve
|
|
40616
|
+
* bpy_struct.pop
|
|
40617
|
+
* bpy_struct.property_overridable_library_set
|
|
40618
|
+
* bpy_struct.property_unset
|
|
40619
|
+
* bpy_struct.rna_ancestors
|
|
40620
|
+
* bpy_struct.type_recast
|
|
40621
|
+
* bpy_struct.values
|
|
40622
|
+
|
|
40623
|
+
:columns: 2
|
|
40624
|
+
|
|
40625
|
+
|
|
40626
|
+
--------------------
|
|
40627
|
+
|
|
40628
|
+
* Collection.collection_objects
|
|
40629
|
+
|
|
40630
|
+
:columns: 2
|
|
40631
|
+
|
|
40632
|
+
|
|
40633
|
+
--------------------
|
|
40634
|
+
|
|
40635
|
+
* bpy_struct.id_data
|
|
40636
|
+
* Node.type
|
|
40637
|
+
* Node.location
|
|
40638
|
+
* Node.location_absolute
|
|
40639
|
+
* Node.width
|
|
40640
|
+
* Node.height
|
|
40641
|
+
* Node.dimensions
|
|
40642
|
+
* Node.name
|
|
40643
|
+
* Node.label
|
|
40644
|
+
* Node.inputs
|
|
40645
|
+
* Node.outputs
|
|
40646
|
+
* Node.internal_links
|
|
40647
|
+
* Node.parent
|
|
40648
|
+
* Node.warning_propagation
|
|
40649
|
+
* Node.use_custom_color
|
|
40650
|
+
* Node.color
|
|
40651
|
+
* Node.color_tag
|
|
40652
|
+
* Node.select
|
|
40653
|
+
* Node.show_options
|
|
40654
|
+
* Node.show_preview
|
|
40655
|
+
* Node.hide
|
|
40656
|
+
* Node.mute
|
|
40657
|
+
* Node.show_texture
|
|
40658
|
+
* Node.bl_idname
|
|
40659
|
+
* Node.bl_label
|
|
40660
|
+
* Node.bl_description
|
|
40661
|
+
* Node.bl_icon
|
|
40662
|
+
* Node.bl_static_type
|
|
40663
|
+
* Node.bl_width_default
|
|
40664
|
+
* Node.bl_width_min
|
|
40665
|
+
* Node.bl_width_max
|
|
40666
|
+
* Node.bl_height_default
|
|
40667
|
+
* Node.bl_height_min
|
|
40668
|
+
* Node.bl_height_max
|
|
40669
|
+
|
|
40670
|
+
:columns: 2
|
|
40671
|
+
|
|
40672
|
+
|
|
40673
|
+
--------------------
|
|
40674
|
+
|
|
40675
|
+
* bpy_struct.as_pointer
|
|
40676
|
+
* bpy_struct.driver_add
|
|
40677
|
+
* bpy_struct.driver_remove
|
|
40678
|
+
* bpy_struct.get
|
|
40679
|
+
* bpy_struct.id_properties_clear
|
|
40680
|
+
* bpy_struct.id_properties_ensure
|
|
40681
|
+
* bpy_struct.id_properties_ui
|
|
40682
|
+
* bpy_struct.is_property_hidden
|
|
40683
|
+
* bpy_struct.is_property_overridable_library
|
|
40684
|
+
* bpy_struct.is_property_readonly
|
|
40685
|
+
* bpy_struct.is_property_set
|
|
40686
|
+
* bpy_struct.items
|
|
40687
|
+
* bpy_struct.keyframe_delete
|
|
40688
|
+
* bpy_struct.keyframe_insert
|
|
40689
|
+
* bpy_struct.keys
|
|
40690
|
+
* bpy_struct.path_from_id
|
|
40691
|
+
* bpy_struct.path_from_module
|
|
40692
|
+
* bpy_struct.path_resolve
|
|
40693
|
+
* bpy_struct.pop
|
|
40694
|
+
* bpy_struct.property_overridable_library_set
|
|
40695
|
+
* bpy_struct.property_unset
|
|
40696
|
+
* bpy_struct.rna_ancestors
|
|
40697
|
+
* bpy_struct.type_recast
|
|
40698
|
+
* bpy_struct.values
|
|
40699
|
+
* Node.bl_system_properties_get
|
|
40700
|
+
* Node.socket_value_update
|
|
40701
|
+
* Node.is_registered_node_type
|
|
40702
|
+
* Node.poll
|
|
40703
|
+
* Node.poll_instance
|
|
40704
|
+
* Node.update
|
|
40705
|
+
* Node.insert_link
|
|
40706
|
+
* Node.init
|
|
40707
|
+
* Node.copy
|
|
40708
|
+
* Node.free
|
|
40709
|
+
* Node.draw_buttons
|
|
40710
|
+
* Node.draw_buttons_ext
|
|
40711
|
+
* Node.draw_label
|
|
40712
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
40713
|
+
* Node.debug_zone_lazy_function_graph
|
|
40714
|
+
* Node.poll
|
|
40715
|
+
* Node.bl_rna_get_subclass
|
|
40716
|
+
* Node.bl_rna_get_subclass_py
|
|
40717
|
+
* NodeInternal.poll
|
|
40718
|
+
* NodeInternal.poll_instance
|
|
40719
|
+
* NodeInternal.update
|
|
40720
|
+
* NodeInternal.draw_buttons
|
|
40721
|
+
* NodeInternal.draw_buttons_ext
|
|
40722
|
+
* NodeInternal.bl_rna_get_subclass
|
|
40723
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
40724
|
+
* CompositorNode.poll
|
|
40725
|
+
* CompositorNode.bl_rna_get_subclass
|
|
40726
|
+
* CompositorNode.bl_rna_get_subclass_py
|
|
40727
|
+
|
|
40728
|
+
:columns: 2
|
|
40729
|
+
|
|
40730
|
+
|
|
40731
|
+
--------------------
|
|
40732
|
+
|
|
40733
|
+
* bpy_struct.id_data
|
|
40734
|
+
* Node.type
|
|
40735
|
+
* Node.location
|
|
40736
|
+
* Node.location_absolute
|
|
40737
|
+
* Node.width
|
|
40738
|
+
* Node.height
|
|
40739
|
+
* Node.dimensions
|
|
40740
|
+
* Node.name
|
|
40741
|
+
* Node.label
|
|
40742
|
+
* Node.inputs
|
|
40743
|
+
* Node.outputs
|
|
40744
|
+
* Node.internal_links
|
|
40745
|
+
* Node.parent
|
|
40746
|
+
* Node.warning_propagation
|
|
40747
|
+
* Node.use_custom_color
|
|
40748
|
+
* Node.color
|
|
40749
|
+
* Node.color_tag
|
|
40750
|
+
* Node.select
|
|
40751
|
+
* Node.show_options
|
|
40752
|
+
* Node.show_preview
|
|
40753
|
+
* Node.hide
|
|
40754
|
+
* Node.mute
|
|
40755
|
+
* Node.show_texture
|
|
40756
|
+
* Node.bl_idname
|
|
40757
|
+
* Node.bl_label
|
|
40758
|
+
* Node.bl_description
|
|
40759
|
+
* Node.bl_icon
|
|
40760
|
+
* Node.bl_static_type
|
|
40761
|
+
* Node.bl_width_default
|
|
40762
|
+
* Node.bl_width_min
|
|
40763
|
+
* Node.bl_width_max
|
|
40764
|
+
* Node.bl_height_default
|
|
40765
|
+
* Node.bl_height_min
|
|
40766
|
+
* Node.bl_height_max
|
|
40586
40767
|
|
|
40587
40768
|
:columns: 2
|
|
40588
40769
|
|
|
@@ -47957,12 +48138,20 @@ an existing modal keymap such as "Knife Tool Modal Map".
|
|
|
47957
48138
|
* Strip.mute
|
|
47958
48139
|
* Strip.lock
|
|
47959
48140
|
* Strip.frame_final_duration
|
|
48141
|
+
* Strip.duration
|
|
47960
48142
|
* Strip.frame_duration
|
|
48143
|
+
* Strip.content_duration
|
|
47961
48144
|
* Strip.frame_start
|
|
48145
|
+
* Strip.content_start
|
|
48146
|
+
* Strip.content_end
|
|
47962
48147
|
* Strip.frame_final_start
|
|
48148
|
+
* Strip.left_handle
|
|
47963
48149
|
* Strip.frame_final_end
|
|
48150
|
+
* Strip.right_handle
|
|
47964
48151
|
* Strip.frame_offset_start
|
|
48152
|
+
* Strip.left_handle_offset
|
|
47965
48153
|
* Strip.frame_offset_end
|
|
48154
|
+
* Strip.right_handle_offset
|
|
47966
48155
|
* Strip.channel
|
|
47967
48156
|
* Strip.use_linear_modifiers
|
|
47968
48157
|
* Strip.blend_type
|
|
@@ -56402,12 +56591,20 @@ an existing modal keymap such as "Knife Tool Modal Map".
|
|
|
56402
56591
|
* Strip.mute
|
|
56403
56592
|
* Strip.lock
|
|
56404
56593
|
* Strip.frame_final_duration
|
|
56594
|
+
* Strip.duration
|
|
56405
56595
|
* Strip.frame_duration
|
|
56596
|
+
* Strip.content_duration
|
|
56406
56597
|
* Strip.frame_start
|
|
56598
|
+
* Strip.content_start
|
|
56599
|
+
* Strip.content_end
|
|
56407
56600
|
* Strip.frame_final_start
|
|
56601
|
+
* Strip.left_handle
|
|
56408
56602
|
* Strip.frame_final_end
|
|
56603
|
+
* Strip.right_handle
|
|
56409
56604
|
* Strip.frame_offset_start
|
|
56605
|
+
* Strip.left_handle_offset
|
|
56410
56606
|
* Strip.frame_offset_end
|
|
56607
|
+
* Strip.right_handle_offset
|
|
56411
56608
|
* Strip.channel
|
|
56412
56609
|
* Strip.use_linear_modifiers
|
|
56413
56610
|
* Strip.blend_type
|
|
@@ -56942,6 +57139,8 @@ an existing modal keymap such as "Knife Tool Modal Map".
|
|
|
56942
57139
|
|
|
56943
57140
|
--------------------
|
|
56944
57141
|
|
|
57142
|
+
* GreasePencil.root_nodes
|
|
57143
|
+
* GreasePencilLayerGroup.children
|
|
56945
57144
|
* GreasePencilTreeNode.next_node
|
|
56946
57145
|
* GreasePencilTreeNode.prev_node
|
|
56947
57146
|
|
|
@@ -57678,12 +57877,20 @@ an existing modal keymap such as "Knife Tool Modal Map".
|
|
|
57678
57877
|
* Strip.mute
|
|
57679
57878
|
* Strip.lock
|
|
57680
57879
|
* Strip.frame_final_duration
|
|
57880
|
+
* Strip.duration
|
|
57681
57881
|
* Strip.frame_duration
|
|
57882
|
+
* Strip.content_duration
|
|
57682
57883
|
* Strip.frame_start
|
|
57884
|
+
* Strip.content_start
|
|
57885
|
+
* Strip.content_end
|
|
57683
57886
|
* Strip.frame_final_start
|
|
57887
|
+
* Strip.left_handle
|
|
57684
57888
|
* Strip.frame_final_end
|
|
57889
|
+
* Strip.right_handle
|
|
57685
57890
|
* Strip.frame_offset_start
|
|
57891
|
+
* Strip.left_handle_offset
|
|
57686
57892
|
* Strip.frame_offset_end
|
|
57893
|
+
* Strip.right_handle_offset
|
|
57687
57894
|
* Strip.channel
|
|
57688
57895
|
* Strip.use_linear_modifiers
|
|
57689
57896
|
* Strip.blend_type
|
|
@@ -60432,6 +60639,104 @@ an existing modal keymap such as "Knife Tool Modal Map".
|
|
|
60432
60639
|
:columns: 2
|
|
60433
60640
|
|
|
60434
60641
|
|
|
60642
|
+
--------------------
|
|
60643
|
+
|
|
60644
|
+
* bpy_struct.id_data
|
|
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
|
|
60678
|
+
|
|
60679
|
+
:columns: 2
|
|
60680
|
+
|
|
60681
|
+
|
|
60682
|
+
--------------------
|
|
60683
|
+
|
|
60684
|
+
* bpy_struct.as_pointer
|
|
60685
|
+
* bpy_struct.driver_add
|
|
60686
|
+
* bpy_struct.driver_remove
|
|
60687
|
+
* bpy_struct.get
|
|
60688
|
+
* bpy_struct.id_properties_clear
|
|
60689
|
+
* bpy_struct.id_properties_ensure
|
|
60690
|
+
* bpy_struct.id_properties_ui
|
|
60691
|
+
* bpy_struct.is_property_hidden
|
|
60692
|
+
* bpy_struct.is_property_overridable_library
|
|
60693
|
+
* bpy_struct.is_property_readonly
|
|
60694
|
+
* bpy_struct.is_property_set
|
|
60695
|
+
* bpy_struct.items
|
|
60696
|
+
* bpy_struct.keyframe_delete
|
|
60697
|
+
* bpy_struct.keyframe_insert
|
|
60698
|
+
* bpy_struct.keys
|
|
60699
|
+
* bpy_struct.path_from_id
|
|
60700
|
+
* bpy_struct.path_from_module
|
|
60701
|
+
* bpy_struct.path_resolve
|
|
60702
|
+
* bpy_struct.pop
|
|
60703
|
+
* bpy_struct.property_overridable_library_set
|
|
60704
|
+
* bpy_struct.property_unset
|
|
60705
|
+
* bpy_struct.rna_ancestors
|
|
60706
|
+
* bpy_struct.type_recast
|
|
60707
|
+
* bpy_struct.values
|
|
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
|
|
60736
|
+
|
|
60737
|
+
:columns: 2
|
|
60738
|
+
|
|
60739
|
+
|
|
60435
60740
|
--------------------
|
|
60436
60741
|
|
|
60437
60742
|
* bpy_struct.id_data
|
|
@@ -62055,8 +62360,143 @@ print(positions_data)
|
|
|
62055
62360
|
* bpy_struct.rna_ancestors
|
|
62056
62361
|
* bpy_struct.type_recast
|
|
62057
62362
|
* bpy_struct.values
|
|
62058
|
-
* Modifier.bl_rna_get_subclass
|
|
62059
|
-
* Modifier.bl_rna_get_subclass_py
|
|
62363
|
+
* Modifier.bl_rna_get_subclass
|
|
62364
|
+
* Modifier.bl_rna_get_subclass_py
|
|
62365
|
+
|
|
62366
|
+
:columns: 2
|
|
62367
|
+
|
|
62368
|
+
|
|
62369
|
+
--------------------
|
|
62370
|
+
|
|
62371
|
+
* bpy_struct.id_data
|
|
62372
|
+
|
|
62373
|
+
:columns: 2
|
|
62374
|
+
|
|
62375
|
+
|
|
62376
|
+
--------------------
|
|
62377
|
+
|
|
62378
|
+
* bpy_struct.as_pointer
|
|
62379
|
+
* bpy_struct.driver_add
|
|
62380
|
+
* bpy_struct.driver_remove
|
|
62381
|
+
* bpy_struct.get
|
|
62382
|
+
* bpy_struct.id_properties_clear
|
|
62383
|
+
* bpy_struct.id_properties_ensure
|
|
62384
|
+
* bpy_struct.id_properties_ui
|
|
62385
|
+
* bpy_struct.is_property_hidden
|
|
62386
|
+
* bpy_struct.is_property_overridable_library
|
|
62387
|
+
* bpy_struct.is_property_readonly
|
|
62388
|
+
* bpy_struct.is_property_set
|
|
62389
|
+
* bpy_struct.items
|
|
62390
|
+
* bpy_struct.keyframe_delete
|
|
62391
|
+
* bpy_struct.keyframe_insert
|
|
62392
|
+
* bpy_struct.keys
|
|
62393
|
+
* bpy_struct.path_from_id
|
|
62394
|
+
* bpy_struct.path_from_module
|
|
62395
|
+
* bpy_struct.path_resolve
|
|
62396
|
+
* bpy_struct.pop
|
|
62397
|
+
* bpy_struct.property_overridable_library_set
|
|
62398
|
+
* bpy_struct.property_unset
|
|
62399
|
+
* bpy_struct.rna_ancestors
|
|
62400
|
+
* bpy_struct.type_recast
|
|
62401
|
+
* bpy_struct.values
|
|
62402
|
+
|
|
62403
|
+
:columns: 2
|
|
62404
|
+
|
|
62405
|
+
|
|
62406
|
+
--------------------
|
|
62407
|
+
|
|
62408
|
+
* CurveProfile.points
|
|
62409
|
+
* CurveProfile.segments
|
|
62410
|
+
* CurveProfilePoints.add
|
|
62411
|
+
* CurveProfilePoints.remove
|
|
62412
|
+
|
|
62413
|
+
:columns: 2
|
|
62414
|
+
|
|
62415
|
+
|
|
62416
|
+
--------------------
|
|
62417
|
+
|
|
62418
|
+
* bpy_struct.id_data
|
|
62419
|
+
|
|
62420
|
+
:columns: 2
|
|
62421
|
+
|
|
62422
|
+
|
|
62423
|
+
--------------------
|
|
62424
|
+
|
|
62425
|
+
* bpy_struct.as_pointer
|
|
62426
|
+
* bpy_struct.driver_add
|
|
62427
|
+
* bpy_struct.driver_remove
|
|
62428
|
+
* bpy_struct.get
|
|
62429
|
+
* bpy_struct.id_properties_clear
|
|
62430
|
+
* bpy_struct.id_properties_ensure
|
|
62431
|
+
* bpy_struct.id_properties_ui
|
|
62432
|
+
* bpy_struct.is_property_hidden
|
|
62433
|
+
* bpy_struct.is_property_overridable_library
|
|
62434
|
+
* bpy_struct.is_property_readonly
|
|
62435
|
+
* bpy_struct.is_property_set
|
|
62436
|
+
* bpy_struct.items
|
|
62437
|
+
* bpy_struct.keyframe_delete
|
|
62438
|
+
* bpy_struct.keyframe_insert
|
|
62439
|
+
* bpy_struct.keys
|
|
62440
|
+
* bpy_struct.path_from_id
|
|
62441
|
+
* bpy_struct.path_from_module
|
|
62442
|
+
* bpy_struct.path_resolve
|
|
62443
|
+
* bpy_struct.pop
|
|
62444
|
+
* bpy_struct.property_overridable_library_set
|
|
62445
|
+
* bpy_struct.property_unset
|
|
62446
|
+
* bpy_struct.rna_ancestors
|
|
62447
|
+
* bpy_struct.type_recast
|
|
62448
|
+
* bpy_struct.values
|
|
62449
|
+
|
|
62450
|
+
:columns: 2
|
|
62451
|
+
|
|
62452
|
+
|
|
62453
|
+
--------------------
|
|
62454
|
+
|
|
62455
|
+
* Mesh.loop_triangles
|
|
62456
|
+
|
|
62457
|
+
:columns: 2
|
|
62458
|
+
|
|
62459
|
+
|
|
62460
|
+
--------------------
|
|
62461
|
+
|
|
62462
|
+
* bpy_struct.id_data
|
|
62463
|
+
|
|
62464
|
+
:columns: 2
|
|
62465
|
+
|
|
62466
|
+
|
|
62467
|
+
--------------------
|
|
62468
|
+
|
|
62469
|
+
* bpy_struct.as_pointer
|
|
62470
|
+
* bpy_struct.driver_add
|
|
62471
|
+
* bpy_struct.driver_remove
|
|
62472
|
+
* bpy_struct.get
|
|
62473
|
+
* bpy_struct.id_properties_clear
|
|
62474
|
+
* bpy_struct.id_properties_ensure
|
|
62475
|
+
* bpy_struct.id_properties_ui
|
|
62476
|
+
* bpy_struct.is_property_hidden
|
|
62477
|
+
* bpy_struct.is_property_overridable_library
|
|
62478
|
+
* bpy_struct.is_property_readonly
|
|
62479
|
+
* bpy_struct.is_property_set
|
|
62480
|
+
* bpy_struct.items
|
|
62481
|
+
* bpy_struct.keyframe_delete
|
|
62482
|
+
* bpy_struct.keyframe_insert
|
|
62483
|
+
* bpy_struct.keys
|
|
62484
|
+
* bpy_struct.path_from_id
|
|
62485
|
+
* bpy_struct.path_from_module
|
|
62486
|
+
* bpy_struct.path_resolve
|
|
62487
|
+
* bpy_struct.pop
|
|
62488
|
+
* bpy_struct.property_overridable_library_set
|
|
62489
|
+
* bpy_struct.property_unset
|
|
62490
|
+
* bpy_struct.rna_ancestors
|
|
62491
|
+
* bpy_struct.type_recast
|
|
62492
|
+
* bpy_struct.values
|
|
62493
|
+
|
|
62494
|
+
:columns: 2
|
|
62495
|
+
|
|
62496
|
+
|
|
62497
|
+
--------------------
|
|
62498
|
+
|
|
62499
|
+
* GreasePencil.layers
|
|
62060
62500
|
|
|
62061
62501
|
:columns: 2
|
|
62062
62502
|
|
|
@@ -62064,6 +62504,39 @@ print(positions_data)
|
|
|
62064
62504
|
--------------------
|
|
62065
62505
|
|
|
62066
62506
|
* bpy_struct.id_data
|
|
62507
|
+
* Node.type
|
|
62508
|
+
* Node.location
|
|
62509
|
+
* Node.location_absolute
|
|
62510
|
+
* Node.width
|
|
62511
|
+
* Node.height
|
|
62512
|
+
* Node.dimensions
|
|
62513
|
+
* Node.name
|
|
62514
|
+
* Node.label
|
|
62515
|
+
* Node.inputs
|
|
62516
|
+
* Node.outputs
|
|
62517
|
+
* Node.internal_links
|
|
62518
|
+
* Node.parent
|
|
62519
|
+
* Node.warning_propagation
|
|
62520
|
+
* Node.use_custom_color
|
|
62521
|
+
* Node.color
|
|
62522
|
+
* Node.color_tag
|
|
62523
|
+
* Node.select
|
|
62524
|
+
* Node.show_options
|
|
62525
|
+
* Node.show_preview
|
|
62526
|
+
* Node.hide
|
|
62527
|
+
* Node.mute
|
|
62528
|
+
* Node.show_texture
|
|
62529
|
+
* Node.bl_idname
|
|
62530
|
+
* Node.bl_label
|
|
62531
|
+
* Node.bl_description
|
|
62532
|
+
* Node.bl_icon
|
|
62533
|
+
* Node.bl_static_type
|
|
62534
|
+
* Node.bl_width_default
|
|
62535
|
+
* Node.bl_width_min
|
|
62536
|
+
* Node.bl_width_max
|
|
62537
|
+
* Node.bl_height_default
|
|
62538
|
+
* Node.bl_height_min
|
|
62539
|
+
* Node.bl_height_max
|
|
62067
62540
|
|
|
62068
62541
|
:columns: 2
|
|
62069
62542
|
|
|
@@ -62094,16 +62567,34 @@ print(positions_data)
|
|
|
62094
62567
|
* bpy_struct.rna_ancestors
|
|
62095
62568
|
* bpy_struct.type_recast
|
|
62096
62569
|
* bpy_struct.values
|
|
62097
|
-
|
|
62098
|
-
|
|
62099
|
-
|
|
62100
|
-
|
|
62101
|
-
|
|
62102
|
-
|
|
62103
|
-
*
|
|
62104
|
-
*
|
|
62105
|
-
*
|
|
62106
|
-
*
|
|
62570
|
+
* Node.bl_system_properties_get
|
|
62571
|
+
* Node.socket_value_update
|
|
62572
|
+
* Node.is_registered_node_type
|
|
62573
|
+
* Node.poll
|
|
62574
|
+
* Node.poll_instance
|
|
62575
|
+
* Node.update
|
|
62576
|
+
* Node.insert_link
|
|
62577
|
+
* Node.init
|
|
62578
|
+
* Node.copy
|
|
62579
|
+
* Node.free
|
|
62580
|
+
* Node.draw_buttons
|
|
62581
|
+
* Node.draw_buttons_ext
|
|
62582
|
+
* Node.draw_label
|
|
62583
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
62584
|
+
* Node.debug_zone_lazy_function_graph
|
|
62585
|
+
* Node.poll
|
|
62586
|
+
* Node.bl_rna_get_subclass
|
|
62587
|
+
* Node.bl_rna_get_subclass_py
|
|
62588
|
+
* NodeInternal.poll
|
|
62589
|
+
* NodeInternal.poll_instance
|
|
62590
|
+
* NodeInternal.update
|
|
62591
|
+
* NodeInternal.draw_buttons
|
|
62592
|
+
* NodeInternal.draw_buttons_ext
|
|
62593
|
+
* NodeInternal.bl_rna_get_subclass
|
|
62594
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
62595
|
+
* GeometryNode.poll
|
|
62596
|
+
* GeometryNode.bl_rna_get_subclass
|
|
62597
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
62107
62598
|
|
|
62108
62599
|
:columns: 2
|
|
62109
62600
|
|
|
@@ -62147,7 +62638,7 @@ print(positions_data)
|
|
|
62147
62638
|
|
|
62148
62639
|
--------------------
|
|
62149
62640
|
|
|
62150
|
-
*
|
|
62641
|
+
* ClothModifier.settings
|
|
62151
62642
|
|
|
62152
62643
|
:columns: 2
|
|
62153
62644
|
|
|
@@ -62191,7 +62682,14 @@ print(positions_data)
|
|
|
62191
62682
|
|
|
62192
62683
|
--------------------
|
|
62193
62684
|
|
|
62194
|
-
*
|
|
62685
|
+
* ClothSettings.rest_shape_key
|
|
62686
|
+
* Key.key_blocks
|
|
62687
|
+
* Key.reference_key
|
|
62688
|
+
* Object.active_shape_key
|
|
62689
|
+
* Object.shape_key_add
|
|
62690
|
+
* Object.shape_key_remove
|
|
62691
|
+
* Object.shape_keys_selected
|
|
62692
|
+
* ShapeKey.relative_key
|
|
62195
62693
|
|
|
62196
62694
|
:columns: 2
|
|
62197
62695
|
|
|
@@ -62287,103 +62785,8 @@ print(positions_data)
|
|
|
62287
62785
|
* NodeInternal.draw_buttons_ext
|
|
62288
62786
|
* NodeInternal.bl_rna_get_subclass
|
|
62289
62787
|
* NodeInternal.bl_rna_get_subclass_py
|
|
62290
|
-
*
|
|
62291
|
-
*
|
|
62292
|
-
* GeometryNode.bl_rna_get_subclass_py
|
|
62293
|
-
|
|
62294
|
-
:columns: 2
|
|
62295
|
-
|
|
62296
|
-
|
|
62297
|
-
--------------------
|
|
62298
|
-
|
|
62299
|
-
* bpy_struct.id_data
|
|
62300
|
-
|
|
62301
|
-
:columns: 2
|
|
62302
|
-
|
|
62303
|
-
|
|
62304
|
-
--------------------
|
|
62305
|
-
|
|
62306
|
-
* bpy_struct.as_pointer
|
|
62307
|
-
* bpy_struct.driver_add
|
|
62308
|
-
* bpy_struct.driver_remove
|
|
62309
|
-
* bpy_struct.get
|
|
62310
|
-
* bpy_struct.id_properties_clear
|
|
62311
|
-
* bpy_struct.id_properties_ensure
|
|
62312
|
-
* bpy_struct.id_properties_ui
|
|
62313
|
-
* bpy_struct.is_property_hidden
|
|
62314
|
-
* bpy_struct.is_property_overridable_library
|
|
62315
|
-
* bpy_struct.is_property_readonly
|
|
62316
|
-
* bpy_struct.is_property_set
|
|
62317
|
-
* bpy_struct.items
|
|
62318
|
-
* bpy_struct.keyframe_delete
|
|
62319
|
-
* bpy_struct.keyframe_insert
|
|
62320
|
-
* bpy_struct.keys
|
|
62321
|
-
* bpy_struct.path_from_id
|
|
62322
|
-
* bpy_struct.path_from_module
|
|
62323
|
-
* bpy_struct.path_resolve
|
|
62324
|
-
* bpy_struct.pop
|
|
62325
|
-
* bpy_struct.property_overridable_library_set
|
|
62326
|
-
* bpy_struct.property_unset
|
|
62327
|
-
* bpy_struct.rna_ancestors
|
|
62328
|
-
* bpy_struct.type_recast
|
|
62329
|
-
* bpy_struct.values
|
|
62330
|
-
|
|
62331
|
-
:columns: 2
|
|
62332
|
-
|
|
62333
|
-
|
|
62334
|
-
--------------------
|
|
62335
|
-
|
|
62336
|
-
* ClothModifier.settings
|
|
62337
|
-
|
|
62338
|
-
:columns: 2
|
|
62339
|
-
|
|
62340
|
-
|
|
62341
|
-
--------------------
|
|
62342
|
-
|
|
62343
|
-
* bpy_struct.id_data
|
|
62344
|
-
|
|
62345
|
-
:columns: 2
|
|
62346
|
-
|
|
62347
|
-
|
|
62348
|
-
--------------------
|
|
62349
|
-
|
|
62350
|
-
* bpy_struct.as_pointer
|
|
62351
|
-
* bpy_struct.driver_add
|
|
62352
|
-
* bpy_struct.driver_remove
|
|
62353
|
-
* bpy_struct.get
|
|
62354
|
-
* bpy_struct.id_properties_clear
|
|
62355
|
-
* bpy_struct.id_properties_ensure
|
|
62356
|
-
* bpy_struct.id_properties_ui
|
|
62357
|
-
* bpy_struct.is_property_hidden
|
|
62358
|
-
* bpy_struct.is_property_overridable_library
|
|
62359
|
-
* bpy_struct.is_property_readonly
|
|
62360
|
-
* bpy_struct.is_property_set
|
|
62361
|
-
* bpy_struct.items
|
|
62362
|
-
* bpy_struct.keyframe_delete
|
|
62363
|
-
* bpy_struct.keyframe_insert
|
|
62364
|
-
* bpy_struct.keys
|
|
62365
|
-
* bpy_struct.path_from_id
|
|
62366
|
-
* bpy_struct.path_from_module
|
|
62367
|
-
* bpy_struct.path_resolve
|
|
62368
|
-
* bpy_struct.pop
|
|
62369
|
-
* bpy_struct.property_overridable_library_set
|
|
62370
|
-
* bpy_struct.property_unset
|
|
62371
|
-
* bpy_struct.rna_ancestors
|
|
62372
|
-
* bpy_struct.type_recast
|
|
62373
|
-
* bpy_struct.values
|
|
62374
|
-
|
|
62375
|
-
:columns: 2
|
|
62376
|
-
|
|
62377
|
-
|
|
62378
|
-
--------------------
|
|
62379
|
-
|
|
62380
|
-
* ClothSettings.rest_shape_key
|
|
62381
|
-
* Key.key_blocks
|
|
62382
|
-
* Key.reference_key
|
|
62383
|
-
* Object.active_shape_key
|
|
62384
|
-
* Object.shape_key_add
|
|
62385
|
-
* Object.shape_key_remove
|
|
62386
|
-
* ShapeKey.relative_key
|
|
62788
|
+
* FunctionNode.bl_rna_get_subclass
|
|
62789
|
+
* FunctionNode.bl_rna_get_subclass_py
|
|
62387
62790
|
|
|
62388
62791
|
:columns: 2
|
|
62389
62792
|
|
|
@@ -62736,12 +63139,20 @@ print(positions_data)
|
|
|
62736
63139
|
* Strip.mute
|
|
62737
63140
|
* Strip.lock
|
|
62738
63141
|
* Strip.frame_final_duration
|
|
63142
|
+
* Strip.duration
|
|
62739
63143
|
* Strip.frame_duration
|
|
63144
|
+
* Strip.content_duration
|
|
62740
63145
|
* Strip.frame_start
|
|
63146
|
+
* Strip.content_start
|
|
63147
|
+
* Strip.content_end
|
|
62741
63148
|
* Strip.frame_final_start
|
|
63149
|
+
* Strip.left_handle
|
|
62742
63150
|
* Strip.frame_final_end
|
|
63151
|
+
* Strip.right_handle
|
|
62743
63152
|
* Strip.frame_offset_start
|
|
63153
|
+
* Strip.left_handle_offset
|
|
62744
63154
|
* Strip.frame_offset_end
|
|
63155
|
+
* Strip.right_handle_offset
|
|
62745
63156
|
* Strip.channel
|
|
62746
63157
|
* Strip.use_linear_modifiers
|
|
62747
63158
|
* Strip.blend_type
|
|
@@ -63553,12 +63964,20 @@ print(positions_data)
|
|
|
63553
63964
|
* Strip.mute
|
|
63554
63965
|
* Strip.lock
|
|
63555
63966
|
* Strip.frame_final_duration
|
|
63967
|
+
* Strip.duration
|
|
63556
63968
|
* Strip.frame_duration
|
|
63969
|
+
* Strip.content_duration
|
|
63557
63970
|
* Strip.frame_start
|
|
63971
|
+
* Strip.content_start
|
|
63972
|
+
* Strip.content_end
|
|
63558
63973
|
* Strip.frame_final_start
|
|
63974
|
+
* Strip.left_handle
|
|
63559
63975
|
* Strip.frame_final_end
|
|
63976
|
+
* Strip.right_handle
|
|
63560
63977
|
* Strip.frame_offset_start
|
|
63978
|
+
* Strip.left_handle_offset
|
|
63561
63979
|
* Strip.frame_offset_end
|
|
63980
|
+
* Strip.right_handle_offset
|
|
63562
63981
|
* Strip.channel
|
|
63563
63982
|
* Strip.use_linear_modifiers
|
|
63564
63983
|
* Strip.blend_type
|
|
@@ -66788,7 +67207,6 @@ print(positions_data)
|
|
|
66788
67207
|
* GeometryNodeBake.active_item
|
|
66789
67208
|
* GeometryNodeCaptureAttribute.active_item
|
|
66790
67209
|
* GeometryNodeFieldToGrid.active_item
|
|
66791
|
-
* GeometryNodeFieldToList.active_item
|
|
66792
67210
|
* GeometryNodeRepeatOutput.active_item
|
|
66793
67211
|
* GeometryNodeRepeatOutput.repeat_items
|
|
66794
67212
|
* NodeGeometryRepeatOutputItems.new
|
|
@@ -68467,12 +68885,20 @@ print(positions_data)
|
|
|
68467
68885
|
* Strip.mute
|
|
68468
68886
|
* Strip.lock
|
|
68469
68887
|
* Strip.frame_final_duration
|
|
68888
|
+
* Strip.duration
|
|
68470
68889
|
* Strip.frame_duration
|
|
68890
|
+
* Strip.content_duration
|
|
68471
68891
|
* Strip.frame_start
|
|
68892
|
+
* Strip.content_start
|
|
68893
|
+
* Strip.content_end
|
|
68472
68894
|
* Strip.frame_final_start
|
|
68895
|
+
* Strip.left_handle
|
|
68473
68896
|
* Strip.frame_final_end
|
|
68897
|
+
* Strip.right_handle
|
|
68474
68898
|
* Strip.frame_offset_start
|
|
68899
|
+
* Strip.left_handle_offset
|
|
68475
68900
|
* Strip.frame_offset_end
|
|
68901
|
+
* Strip.right_handle_offset
|
|
68476
68902
|
* Strip.channel
|
|
68477
68903
|
* Strip.use_linear_modifiers
|
|
68478
68904
|
* Strip.blend_type
|
|
@@ -69213,12 +69639,20 @@ print(positions_data)
|
|
|
69213
69639
|
* Strip.mute
|
|
69214
69640
|
* Strip.lock
|
|
69215
69641
|
* Strip.frame_final_duration
|
|
69642
|
+
* Strip.duration
|
|
69216
69643
|
* Strip.frame_duration
|
|
69644
|
+
* Strip.content_duration
|
|
69217
69645
|
* Strip.frame_start
|
|
69646
|
+
* Strip.content_start
|
|
69647
|
+
* Strip.content_end
|
|
69218
69648
|
* Strip.frame_final_start
|
|
69649
|
+
* Strip.left_handle
|
|
69219
69650
|
* Strip.frame_final_end
|
|
69651
|
+
* Strip.right_handle
|
|
69220
69652
|
* Strip.frame_offset_start
|
|
69653
|
+
* Strip.left_handle_offset
|
|
69221
69654
|
* Strip.frame_offset_end
|
|
69655
|
+
* Strip.right_handle_offset
|
|
69222
69656
|
* Strip.channel
|
|
69223
69657
|
* Strip.use_linear_modifiers
|
|
69224
69658
|
* Strip.blend_type
|
|
@@ -69441,12 +69875,20 @@ print(positions_data)
|
|
|
69441
69875
|
* Strip.mute
|
|
69442
69876
|
* Strip.lock
|
|
69443
69877
|
* Strip.frame_final_duration
|
|
69878
|
+
* Strip.duration
|
|
69444
69879
|
* Strip.frame_duration
|
|
69880
|
+
* Strip.content_duration
|
|
69445
69881
|
* Strip.frame_start
|
|
69882
|
+
* Strip.content_start
|
|
69883
|
+
* Strip.content_end
|
|
69446
69884
|
* Strip.frame_final_start
|
|
69885
|
+
* Strip.left_handle
|
|
69447
69886
|
* Strip.frame_final_end
|
|
69887
|
+
* Strip.right_handle
|
|
69448
69888
|
* Strip.frame_offset_start
|
|
69889
|
+
* Strip.left_handle_offset
|
|
69449
69890
|
* Strip.frame_offset_end
|
|
69891
|
+
* Strip.right_handle_offset
|
|
69450
69892
|
* Strip.channel
|
|
69451
69893
|
* Strip.use_linear_modifiers
|
|
69452
69894
|
* Strip.blend_type
|
|
@@ -72674,6 +73116,8 @@ To return a list of the data-blocks that are animated by a specific slot of an A
|
|
|
72674
73116
|
* Curve.taper_object
|
|
72675
73117
|
* Curve.dimensions
|
|
72676
73118
|
* Curve.fill_mode
|
|
73119
|
+
* Curve.fill_solver
|
|
73120
|
+
* Curve.fill_rule
|
|
72677
73121
|
* Curve.twist_mode
|
|
72678
73122
|
* Curve.taper_radius_mode
|
|
72679
73123
|
* Curve.bevel_factor_mapping_start
|
|
@@ -72944,8 +73388,106 @@ To return a list of the data-blocks that are animated by a specific slot of an A
|
|
|
72944
73388
|
* bpy_struct.rna_ancestors
|
|
72945
73389
|
* bpy_struct.type_recast
|
|
72946
73390
|
* bpy_struct.values
|
|
72947
|
-
* Attribute.bl_rna_get_subclass
|
|
72948
|
-
* Attribute.bl_rna_get_subclass_py
|
|
73391
|
+
* Attribute.bl_rna_get_subclass
|
|
73392
|
+
* Attribute.bl_rna_get_subclass_py
|
|
73393
|
+
|
|
73394
|
+
:columns: 2
|
|
73395
|
+
|
|
73396
|
+
|
|
73397
|
+
--------------------
|
|
73398
|
+
|
|
73399
|
+
* bpy_struct.id_data
|
|
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
|
|
72949
73491
|
|
|
72950
73492
|
:columns: 2
|
|
72951
73493
|
|
|
@@ -79051,6 +79593,104 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
79051
79593
|
:columns: 2
|
|
79052
79594
|
|
|
79053
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
|
+
|
|
79054
79694
|
--------------------
|
|
79055
79695
|
|
|
79056
79696
|
* bpy_struct.id_data
|
|
@@ -92476,12 +93116,20 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
92476
93116
|
* Strip.mute
|
|
92477
93117
|
* Strip.lock
|
|
92478
93118
|
* Strip.frame_final_duration
|
|
93119
|
+
* Strip.duration
|
|
92479
93120
|
* Strip.frame_duration
|
|
93121
|
+
* Strip.content_duration
|
|
92480
93122
|
* Strip.frame_start
|
|
93123
|
+
* Strip.content_start
|
|
93124
|
+
* Strip.content_end
|
|
92481
93125
|
* Strip.frame_final_start
|
|
93126
|
+
* Strip.left_handle
|
|
92482
93127
|
* Strip.frame_final_end
|
|
93128
|
+
* Strip.right_handle
|
|
92483
93129
|
* Strip.frame_offset_start
|
|
93130
|
+
* Strip.left_handle_offset
|
|
92484
93131
|
* Strip.frame_offset_end
|
|
93132
|
+
* Strip.right_handle_offset
|
|
92485
93133
|
* Strip.channel
|
|
92486
93134
|
* Strip.use_linear_modifiers
|
|
92487
93135
|
* Strip.blend_type
|
|
@@ -97382,12 +98030,20 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
97382
98030
|
* Strip.mute
|
|
97383
98031
|
* Strip.lock
|
|
97384
98032
|
* Strip.frame_final_duration
|
|
98033
|
+
* Strip.duration
|
|
97385
98034
|
* Strip.frame_duration
|
|
98035
|
+
* Strip.content_duration
|
|
97386
98036
|
* Strip.frame_start
|
|
98037
|
+
* Strip.content_start
|
|
98038
|
+
* Strip.content_end
|
|
97387
98039
|
* Strip.frame_final_start
|
|
98040
|
+
* Strip.left_handle
|
|
97388
98041
|
* Strip.frame_final_end
|
|
98042
|
+
* Strip.right_handle
|
|
97389
98043
|
* Strip.frame_offset_start
|
|
98044
|
+
* Strip.left_handle_offset
|
|
97390
98045
|
* Strip.frame_offset_end
|
|
98046
|
+
* Strip.right_handle_offset
|
|
97391
98047
|
* Strip.channel
|
|
97392
98048
|
* Strip.use_linear_modifiers
|
|
97393
98049
|
* Strip.blend_type
|
|
@@ -100031,12 +100687,20 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
100031
100687
|
* Strip.mute
|
|
100032
100688
|
* Strip.lock
|
|
100033
100689
|
* Strip.frame_final_duration
|
|
100690
|
+
* Strip.duration
|
|
100034
100691
|
* Strip.frame_duration
|
|
100692
|
+
* Strip.content_duration
|
|
100035
100693
|
* Strip.frame_start
|
|
100694
|
+
* Strip.content_start
|
|
100695
|
+
* Strip.content_end
|
|
100036
100696
|
* Strip.frame_final_start
|
|
100697
|
+
* Strip.left_handle
|
|
100037
100698
|
* Strip.frame_final_end
|
|
100699
|
+
* Strip.right_handle
|
|
100038
100700
|
* Strip.frame_offset_start
|
|
100701
|
+
* Strip.left_handle_offset
|
|
100039
100702
|
* Strip.frame_offset_end
|
|
100703
|
+
* Strip.right_handle_offset
|
|
100040
100704
|
* Strip.channel
|
|
100041
100705
|
* Strip.use_linear_modifiers
|
|
100042
100706
|
* Strip.blend_type
|
|
@@ -101807,12 +102471,20 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
101807
102471
|
* Strip.mute
|
|
101808
102472
|
* Strip.lock
|
|
101809
102473
|
* Strip.frame_final_duration
|
|
102474
|
+
* Strip.duration
|
|
101810
102475
|
* Strip.frame_duration
|
|
102476
|
+
* Strip.content_duration
|
|
101811
102477
|
* Strip.frame_start
|
|
102478
|
+
* Strip.content_start
|
|
102479
|
+
* Strip.content_end
|
|
101812
102480
|
* Strip.frame_final_start
|
|
102481
|
+
* Strip.left_handle
|
|
101813
102482
|
* Strip.frame_final_end
|
|
102483
|
+
* Strip.right_handle
|
|
101814
102484
|
* Strip.frame_offset_start
|
|
102485
|
+
* Strip.left_handle_offset
|
|
101815
102486
|
* Strip.frame_offset_end
|
|
102487
|
+
* Strip.right_handle_offset
|
|
101816
102488
|
* Strip.channel
|
|
101817
102489
|
* Strip.use_linear_modifiers
|
|
101818
102490
|
* Strip.blend_type
|
|
@@ -104398,12 +105070,20 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
104398
105070
|
* Strip.mute
|
|
104399
105071
|
* Strip.lock
|
|
104400
105072
|
* Strip.frame_final_duration
|
|
105073
|
+
* Strip.duration
|
|
104401
105074
|
* Strip.frame_duration
|
|
105075
|
+
* Strip.content_duration
|
|
104402
105076
|
* Strip.frame_start
|
|
105077
|
+
* Strip.content_start
|
|
105078
|
+
* Strip.content_end
|
|
104403
105079
|
* Strip.frame_final_start
|
|
105080
|
+
* Strip.left_handle
|
|
104404
105081
|
* Strip.frame_final_end
|
|
105082
|
+
* Strip.right_handle
|
|
104405
105083
|
* Strip.frame_offset_start
|
|
105084
|
+
* Strip.left_handle_offset
|
|
104406
105085
|
* Strip.frame_offset_end
|
|
105086
|
+
* Strip.right_handle_offset
|
|
104407
105087
|
* Strip.channel
|
|
104408
105088
|
* Strip.use_linear_modifiers
|
|
104409
105089
|
* Strip.blend_type
|
|
@@ -108360,6 +109040,58 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
108360
109040
|
:columns: 2
|
|
108361
109041
|
|
|
108362
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
|
+
|
|
108363
109095
|
--------------------
|
|
108364
109096
|
|
|
108365
109097
|
* bpy_struct.id_data
|
|
@@ -111460,6 +112192,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
111460
112192
|
* Curve.taper_object
|
|
111461
112193
|
* Curve.dimensions
|
|
111462
112194
|
* Curve.fill_mode
|
|
112195
|
+
* Curve.fill_solver
|
|
112196
|
+
* Curve.fill_rule
|
|
111463
112197
|
* Curve.twist_mode
|
|
111464
112198
|
* Curve.taper_radius_mode
|
|
111465
112199
|
* Curve.bevel_factor_mapping_start
|
|
@@ -111758,12 +112492,20 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
111758
112492
|
* Strip.mute
|
|
111759
112493
|
* Strip.lock
|
|
111760
112494
|
* Strip.frame_final_duration
|
|
112495
|
+
* Strip.duration
|
|
111761
112496
|
* Strip.frame_duration
|
|
112497
|
+
* Strip.content_duration
|
|
111762
112498
|
* Strip.frame_start
|
|
112499
|
+
* Strip.content_start
|
|
112500
|
+
* Strip.content_end
|
|
111763
112501
|
* Strip.frame_final_start
|
|
112502
|
+
* Strip.left_handle
|
|
111764
112503
|
* Strip.frame_final_end
|
|
112504
|
+
* Strip.right_handle
|
|
111765
112505
|
* Strip.frame_offset_start
|
|
112506
|
+
* Strip.left_handle_offset
|
|
111766
112507
|
* Strip.frame_offset_end
|
|
112508
|
+
* Strip.right_handle_offset
|
|
111767
112509
|
* Strip.channel
|
|
111768
112510
|
* Strip.use_linear_modifiers
|
|
111769
112511
|
* Strip.blend_type
|
|
@@ -112306,12 +113048,20 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
112306
113048
|
* Strip.mute
|
|
112307
113049
|
* Strip.lock
|
|
112308
113050
|
* Strip.frame_final_duration
|
|
113051
|
+
* Strip.duration
|
|
112309
113052
|
* Strip.frame_duration
|
|
113053
|
+
* Strip.content_duration
|
|
112310
113054
|
* Strip.frame_start
|
|
113055
|
+
* Strip.content_start
|
|
113056
|
+
* Strip.content_end
|
|
112311
113057
|
* Strip.frame_final_start
|
|
113058
|
+
* Strip.left_handle
|
|
112312
113059
|
* Strip.frame_final_end
|
|
113060
|
+
* Strip.right_handle
|
|
112313
113061
|
* Strip.frame_offset_start
|
|
113062
|
+
* Strip.left_handle_offset
|
|
112314
113063
|
* Strip.frame_offset_end
|
|
113064
|
+
* Strip.right_handle_offset
|
|
112315
113065
|
* Strip.channel
|
|
112316
113066
|
* Strip.use_linear_modifiers
|
|
112317
113067
|
* Strip.blend_type
|
|
@@ -129050,10 +129800,16 @@ class AdjustmentStrip(EffectStrip, Strip, bpy_struct):
|
|
|
129050
129800
|
"""Sequence strip to perform filter adjustments to layers below"""
|
|
129051
129801
|
|
|
129052
129802
|
animation_offset_end: int
|
|
129053
|
-
""" Animation end offset (trim end)"""
|
|
129803
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
129054
129804
|
|
|
129055
129805
|
animation_offset_start: int
|
|
129056
|
-
""" 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"""
|
|
129057
129813
|
|
|
129058
129814
|
input_count: int
|
|
129059
129815
|
|
|
@@ -132785,15 +133541,9 @@ class Brush(ID, bpy_struct):
|
|
|
132785
133541
|
use_adaptive_space: bool
|
|
132786
133542
|
""" Space daubs according to surface orientation instead of screen space"""
|
|
132787
133543
|
|
|
132788
|
-
use_airbrush: bool
|
|
132789
|
-
""" Keep applying paint effect while holding mouse (spray)"""
|
|
132790
|
-
|
|
132791
133544
|
use_alpha: bool
|
|
132792
133545
|
""" When this is disabled, lock alpha while painting"""
|
|
132793
133546
|
|
|
132794
|
-
use_anchor: bool
|
|
132795
|
-
""" Keep the brush anchored to the initial location"""
|
|
132796
|
-
|
|
132797
133547
|
use_automasking_boundary_edges: bool
|
|
132798
133548
|
""" Do not affect non manifold boundary edges"""
|
|
132799
133549
|
|
|
@@ -132845,9 +133595,6 @@ class Brush(ID, bpy_struct):
|
|
|
132845
133595
|
use_cursor_overlay_override: bool
|
|
132846
133596
|
""" Don't show overlay during a stroke"""
|
|
132847
133597
|
|
|
132848
|
-
use_curve: bool
|
|
132849
|
-
""" Define the stroke curve with a Bézier curve. Dabs are separated according to spacing."""
|
|
132850
|
-
|
|
132851
133598
|
use_density_pressure: bool
|
|
132852
133599
|
""" Use pressure to modulate density"""
|
|
132853
133600
|
|
|
@@ -132875,9 +133622,6 @@ class Brush(ID, bpy_struct):
|
|
|
132875
133622
|
use_inverse_smooth_pressure: bool
|
|
132876
133623
|
""" Lighter pressure causes more smoothing to be applied"""
|
|
132877
133624
|
|
|
132878
|
-
use_line: bool
|
|
132879
|
-
""" Draw a line with dabs separated according to spacing"""
|
|
132880
|
-
|
|
132881
133625
|
use_locked_size: typing.Literal["VIEW", "SCENE"]
|
|
132882
133626
|
""" Measure brush size relative to the view or the scene"""
|
|
132883
133627
|
|
|
@@ -132962,9 +133706,6 @@ class Brush(ID, bpy_struct):
|
|
|
132962
133706
|
use_random_press_val: bool
|
|
132963
133707
|
""" Use pressure to modulate randomness"""
|
|
132964
133708
|
|
|
132965
|
-
use_restore_mesh: bool
|
|
132966
|
-
""" Allow a single dot to be carefully positioned"""
|
|
132967
|
-
|
|
132968
133709
|
use_scene_spacing: typing.Literal["VIEW", "SCENE"]
|
|
132969
133710
|
""" Calculate the brush spacing using view or scene distance"""
|
|
132970
133711
|
|
|
@@ -132977,9 +133718,6 @@ class Brush(ID, bpy_struct):
|
|
|
132977
133718
|
use_smooth_stroke: bool
|
|
132978
133719
|
""" Brush lags behind mouse and follows a smoother path"""
|
|
132979
133720
|
|
|
132980
|
-
use_space: bool
|
|
132981
|
-
""" Limit brush application to the distance specified by spacing"""
|
|
132982
|
-
|
|
132983
133721
|
use_space_attenuation: bool
|
|
132984
133722
|
""" Automatically adjust strength to give consistent results for different spacings"""
|
|
132985
133723
|
|
|
@@ -141787,6 +142525,12 @@ class Curve(ID, bpy_struct):
|
|
|
141787
142525
|
fill_mode: typing.Literal["FULL", "BACK", "FRONT", "HALF"]
|
|
141788
142526
|
""" Mode of filling curve"""
|
|
141789
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
|
+
|
|
141790
142534
|
is_editmode: bool
|
|
141791
142535
|
""" True when used in editmode"""
|
|
141792
142536
|
|
|
@@ -145521,6 +146265,43 @@ class FModifierNoise(FModifier, bpy_struct):
|
|
|
145521
146265
|
:return: The class or default when not found.
|
|
145522
146266
|
"""
|
|
145523
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
|
+
|
|
145524
146305
|
class FModifierStepped(FModifier, bpy_struct):
|
|
145525
146306
|
"""Hold each interpolated value from the F-Curve for several frames without changing the timing"""
|
|
145526
146307
|
|
|
@@ -149763,8 +150544,62 @@ class FunctionNodeMatchString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
149763
150544
|
:return: The class or default when not found.
|
|
149764
150545
|
"""
|
|
149765
150546
|
|
|
149766
|
-
class FunctionNodeMatrixDeterminant(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
149767
|
-
"""Compute the determinant of the given matrix"""
|
|
150547
|
+
class FunctionNodeMatrixDeterminant(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
150548
|
+
"""Compute the determinant of the given matrix"""
|
|
150549
|
+
|
|
150550
|
+
@classmethod
|
|
150551
|
+
def is_registered_node_type(cls) -> bool:
|
|
150552
|
+
"""True if a registered node type
|
|
150553
|
+
|
|
150554
|
+
:return: Result
|
|
150555
|
+
"""
|
|
150556
|
+
|
|
150557
|
+
@classmethod
|
|
150558
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
150559
|
+
"""Input socket template
|
|
150560
|
+
|
|
150561
|
+
:param index: Index
|
|
150562
|
+
:return: result
|
|
150563
|
+
"""
|
|
150564
|
+
|
|
150565
|
+
@classmethod
|
|
150566
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
150567
|
+
"""Output socket template
|
|
150568
|
+
|
|
150569
|
+
:param index: Index
|
|
150570
|
+
:return: result
|
|
150571
|
+
"""
|
|
150572
|
+
|
|
150573
|
+
@classmethod
|
|
150574
|
+
def bl_rna_get_subclass(
|
|
150575
|
+
cls,
|
|
150576
|
+
id: str | None,
|
|
150577
|
+
default=None,
|
|
150578
|
+
/,
|
|
150579
|
+
) -> Struct:
|
|
150580
|
+
"""
|
|
150581
|
+
|
|
150582
|
+
:param id: The RNA type identifier.
|
|
150583
|
+
:param default:
|
|
150584
|
+
:return: The RNA type or default when not found.
|
|
150585
|
+
"""
|
|
150586
|
+
|
|
150587
|
+
@classmethod
|
|
150588
|
+
def bl_rna_get_subclass_py(
|
|
150589
|
+
cls,
|
|
150590
|
+
id: str | None,
|
|
150591
|
+
default=None,
|
|
150592
|
+
/,
|
|
150593
|
+
) -> typing.Any:
|
|
150594
|
+
"""
|
|
150595
|
+
|
|
150596
|
+
:param id: The RNA type identifier.
|
|
150597
|
+
:param default:
|
|
150598
|
+
:return: The class or default when not found.
|
|
150599
|
+
"""
|
|
150600
|
+
|
|
150601
|
+
class FunctionNodeMatrixMultiply(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
150602
|
+
"""Perform a matrix multiplication on two input matrices"""
|
|
149768
150603
|
|
|
149769
150604
|
@classmethod
|
|
149770
150605
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -149817,8 +150652,8 @@ class FunctionNodeMatrixDeterminant(FunctionNode, NodeInternal, Node, bpy_struct
|
|
|
149817
150652
|
:return: The class or default when not found.
|
|
149818
150653
|
"""
|
|
149819
150654
|
|
|
149820
|
-
class
|
|
149821
|
-
"""
|
|
150655
|
+
class FunctionNodeMatrixSVD(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
150656
|
+
"""Compute the singular value decomposition of the 3x3 part of a matrix"""
|
|
149822
150657
|
|
|
149823
150658
|
@classmethod
|
|
149824
150659
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152311,6 +153146,60 @@ class GeometryNodeCornersOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152311
153146
|
:return: The class or default when not found.
|
|
152312
153147
|
"""
|
|
152313
153148
|
|
|
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"""
|
|
153151
|
+
|
|
153152
|
+
@classmethod
|
|
153153
|
+
def is_registered_node_type(cls) -> bool:
|
|
153154
|
+
"""True if a registered node type
|
|
153155
|
+
|
|
153156
|
+
:return: Result
|
|
153157
|
+
"""
|
|
153158
|
+
|
|
153159
|
+
@classmethod
|
|
153160
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153161
|
+
"""Input socket template
|
|
153162
|
+
|
|
153163
|
+
:param index: Index
|
|
153164
|
+
:return: result
|
|
153165
|
+
"""
|
|
153166
|
+
|
|
153167
|
+
@classmethod
|
|
153168
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153169
|
+
"""Output socket template
|
|
153170
|
+
|
|
153171
|
+
:param index: Index
|
|
153172
|
+
:return: result
|
|
153173
|
+
"""
|
|
153174
|
+
|
|
153175
|
+
@classmethod
|
|
153176
|
+
def bl_rna_get_subclass(
|
|
153177
|
+
cls,
|
|
153178
|
+
id: str | None,
|
|
153179
|
+
default=None,
|
|
153180
|
+
/,
|
|
153181
|
+
) -> Struct:
|
|
153182
|
+
"""
|
|
153183
|
+
|
|
153184
|
+
:param id: The RNA type identifier.
|
|
153185
|
+
:param default:
|
|
153186
|
+
:return: The RNA type or default when not found.
|
|
153187
|
+
"""
|
|
153188
|
+
|
|
153189
|
+
@classmethod
|
|
153190
|
+
def bl_rna_get_subclass_py(
|
|
153191
|
+
cls,
|
|
153192
|
+
id: str | None,
|
|
153193
|
+
default=None,
|
|
153194
|
+
/,
|
|
153195
|
+
) -> typing.Any:
|
|
153196
|
+
"""
|
|
153197
|
+
|
|
153198
|
+
:param id: The RNA type identifier.
|
|
153199
|
+
:param default:
|
|
153200
|
+
:return: The class or default when not found.
|
|
153201
|
+
"""
|
|
153202
|
+
|
|
152314
153203
|
class GeometryNodeCurveArc(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152315
153204
|
"""Generate a poly spline arc"""
|
|
152316
153205
|
|
|
@@ -154415,7 +155304,7 @@ class GeometryNodeFieldToList(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
154415
155304
|
active_index: int | None
|
|
154416
155305
|
""" Index of the active item"""
|
|
154417
155306
|
|
|
154418
|
-
active_item:
|
|
155307
|
+
active_item: GeometryNodeFieldToListItem | None
|
|
154419
155308
|
""" Index of the active item"""
|
|
154420
155309
|
|
|
154421
155310
|
list_items: GeometryNodeFieldToListItems
|
|
@@ -155372,6 +156261,63 @@ class GeometryNodeGridCurl(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155372
156261
|
:return: The class or default when not found.
|
|
155373
156262
|
"""
|
|
155374
156263
|
|
|
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."""
|
|
156266
|
+
|
|
156267
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156268
|
+
""" Node socket data type"""
|
|
156269
|
+
|
|
156270
|
+
@classmethod
|
|
156271
|
+
def is_registered_node_type(cls) -> bool:
|
|
156272
|
+
"""True if a registered node type
|
|
156273
|
+
|
|
156274
|
+
:return: Result
|
|
156275
|
+
"""
|
|
156276
|
+
|
|
156277
|
+
@classmethod
|
|
156278
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
156279
|
+
"""Input socket template
|
|
156280
|
+
|
|
156281
|
+
:param index: Index
|
|
156282
|
+
:return: result
|
|
156283
|
+
"""
|
|
156284
|
+
|
|
156285
|
+
@classmethod
|
|
156286
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
156287
|
+
"""Output socket template
|
|
156288
|
+
|
|
156289
|
+
:param index: Index
|
|
156290
|
+
:return: result
|
|
156291
|
+
"""
|
|
156292
|
+
|
|
156293
|
+
@classmethod
|
|
156294
|
+
def bl_rna_get_subclass(
|
|
156295
|
+
cls,
|
|
156296
|
+
id: str | None,
|
|
156297
|
+
default=None,
|
|
156298
|
+
/,
|
|
156299
|
+
) -> Struct:
|
|
156300
|
+
"""
|
|
156301
|
+
|
|
156302
|
+
:param id: The RNA type identifier.
|
|
156303
|
+
:param default:
|
|
156304
|
+
:return: The RNA type or default when not found.
|
|
156305
|
+
"""
|
|
156306
|
+
|
|
156307
|
+
@classmethod
|
|
156308
|
+
def bl_rna_get_subclass_py(
|
|
156309
|
+
cls,
|
|
156310
|
+
id: str | None,
|
|
156311
|
+
default=None,
|
|
156312
|
+
/,
|
|
156313
|
+
) -> typing.Any:
|
|
156314
|
+
"""
|
|
156315
|
+
|
|
156316
|
+
:param id: The RNA type identifier.
|
|
156317
|
+
:param default:
|
|
156318
|
+
:return: The class or default when not found.
|
|
156319
|
+
"""
|
|
156320
|
+
|
|
155375
156321
|
class GeometryNodeGridDivergence(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155376
156322
|
"""Calculate the flow into and out of each point of a directional vector grid"""
|
|
155377
156323
|
|
|
@@ -155591,6 +156537,120 @@ class GeometryNodeGridLaplacian(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155591
156537
|
:return: The class or default when not found.
|
|
155592
156538
|
"""
|
|
155593
156539
|
|
|
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."""
|
|
156542
|
+
|
|
156543
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156544
|
+
""" Node socket data type"""
|
|
156545
|
+
|
|
156546
|
+
@classmethod
|
|
156547
|
+
def is_registered_node_type(cls) -> bool:
|
|
156548
|
+
"""True if a registered node type
|
|
156549
|
+
|
|
156550
|
+
:return: Result
|
|
156551
|
+
"""
|
|
156552
|
+
|
|
156553
|
+
@classmethod
|
|
156554
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
156555
|
+
"""Input socket template
|
|
156556
|
+
|
|
156557
|
+
:param index: Index
|
|
156558
|
+
:return: result
|
|
156559
|
+
"""
|
|
156560
|
+
|
|
156561
|
+
@classmethod
|
|
156562
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
156563
|
+
"""Output socket template
|
|
156564
|
+
|
|
156565
|
+
:param index: Index
|
|
156566
|
+
:return: result
|
|
156567
|
+
"""
|
|
156568
|
+
|
|
156569
|
+
@classmethod
|
|
156570
|
+
def bl_rna_get_subclass(
|
|
156571
|
+
cls,
|
|
156572
|
+
id: str | None,
|
|
156573
|
+
default=None,
|
|
156574
|
+
/,
|
|
156575
|
+
) -> Struct:
|
|
156576
|
+
"""
|
|
156577
|
+
|
|
156578
|
+
:param id: The RNA type identifier.
|
|
156579
|
+
:param default:
|
|
156580
|
+
:return: The RNA type or default when not found.
|
|
156581
|
+
"""
|
|
156582
|
+
|
|
156583
|
+
@classmethod
|
|
156584
|
+
def bl_rna_get_subclass_py(
|
|
156585
|
+
cls,
|
|
156586
|
+
id: str | None,
|
|
156587
|
+
default=None,
|
|
156588
|
+
/,
|
|
156589
|
+
) -> typing.Any:
|
|
156590
|
+
"""
|
|
156591
|
+
|
|
156592
|
+
:param id: The RNA type identifier.
|
|
156593
|
+
:param default:
|
|
156594
|
+
:return: The class or default when not found.
|
|
156595
|
+
"""
|
|
156596
|
+
|
|
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."""
|
|
156599
|
+
|
|
156600
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156601
|
+
""" Node socket data type"""
|
|
156602
|
+
|
|
156603
|
+
@classmethod
|
|
156604
|
+
def is_registered_node_type(cls) -> bool:
|
|
156605
|
+
"""True if a registered node type
|
|
156606
|
+
|
|
156607
|
+
:return: Result
|
|
156608
|
+
"""
|
|
156609
|
+
|
|
156610
|
+
@classmethod
|
|
156611
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
156612
|
+
"""Input socket template
|
|
156613
|
+
|
|
156614
|
+
:param index: Index
|
|
156615
|
+
:return: result
|
|
156616
|
+
"""
|
|
156617
|
+
|
|
156618
|
+
@classmethod
|
|
156619
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
156620
|
+
"""Output socket template
|
|
156621
|
+
|
|
156622
|
+
:param index: Index
|
|
156623
|
+
:return: result
|
|
156624
|
+
"""
|
|
156625
|
+
|
|
156626
|
+
@classmethod
|
|
156627
|
+
def bl_rna_get_subclass(
|
|
156628
|
+
cls,
|
|
156629
|
+
id: str | None,
|
|
156630
|
+
default=None,
|
|
156631
|
+
/,
|
|
156632
|
+
) -> Struct:
|
|
156633
|
+
"""
|
|
156634
|
+
|
|
156635
|
+
:param id: The RNA type identifier.
|
|
156636
|
+
:param default:
|
|
156637
|
+
:return: The RNA type or default when not found.
|
|
156638
|
+
"""
|
|
156639
|
+
|
|
156640
|
+
@classmethod
|
|
156641
|
+
def bl_rna_get_subclass_py(
|
|
156642
|
+
cls,
|
|
156643
|
+
id: str | None,
|
|
156644
|
+
default=None,
|
|
156645
|
+
/,
|
|
156646
|
+
) -> typing.Any:
|
|
156647
|
+
"""
|
|
156648
|
+
|
|
156649
|
+
:param id: The RNA type identifier.
|
|
156650
|
+
:param default:
|
|
156651
|
+
:return: The class or default when not found.
|
|
156652
|
+
"""
|
|
156653
|
+
|
|
155594
156654
|
class GeometryNodeGridPrune(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155595
156655
|
"""Make the storage of a volume grid more efficient by collapsing data into tiles or inner nodes"""
|
|
155596
156656
|
|
|
@@ -165676,6 +166736,9 @@ class GreasePencil(ID, bpy_struct):
|
|
|
165676
166736
|
onion_mode: typing.Literal["ABSOLUTE", "RELATIVE", "SELECTED"]
|
|
165677
166737
|
""" Mode to display frames"""
|
|
165678
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
|
+
|
|
165679
166742
|
stroke_depth_order: bpy.stub_internal.rna_enums.StrokeDepthOrderItems
|
|
165680
166743
|
""" Defines how the strokes are ordered in 3D space (for objects not displayed 'In Front')"""
|
|
165681
166744
|
|
|
@@ -166777,6 +167840,9 @@ class GreasePencilLayer(GreasePencilTreeNode, bpy_struct):
|
|
|
166777
167840
|
class GreasePencilLayerGroup(GreasePencilTreeNode, bpy_struct):
|
|
166778
167841
|
"""Group of Grease Pencil layers"""
|
|
166779
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
|
+
|
|
166780
167846
|
color_tag: typing.Literal[
|
|
166781
167847
|
"NONE",
|
|
166782
167848
|
"COLOR1",
|
|
@@ -170422,10 +171488,10 @@ class ImageStrip(Strip, bpy_struct):
|
|
|
170422
171488
|
""" Representation of alpha information in the RGBA pixels"""
|
|
170423
171489
|
|
|
170424
171490
|
animation_offset_end: int
|
|
170425
|
-
""" Animation end offset (trim end)"""
|
|
171491
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
170426
171492
|
|
|
170427
171493
|
animation_offset_start: int
|
|
170428
|
-
""" Animation start offset (trim start)"""
|
|
171494
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
170429
171495
|
|
|
170430
171496
|
color_multiply: float
|
|
170431
171497
|
color_saturation: float
|
|
@@ -170434,6 +171500,12 @@ class ImageStrip(Strip, bpy_struct):
|
|
|
170434
171500
|
colorspace_settings: ColorManagedInputColorspaceSettings | None
|
|
170435
171501
|
""" Input color space settings"""
|
|
170436
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
|
+
|
|
170437
171509
|
crop: StripCrop | None
|
|
170438
171510
|
directory: str
|
|
170439
171511
|
elements: StripElements
|
|
@@ -176503,15 +177575,21 @@ class MaskStrip(Strip, bpy_struct):
|
|
|
176503
177575
|
""" Representation of alpha information in the RGBA pixels"""
|
|
176504
177576
|
|
|
176505
177577
|
animation_offset_end: int
|
|
176506
|
-
""" Animation end offset (trim end)"""
|
|
177578
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
176507
177579
|
|
|
176508
177580
|
animation_offset_start: int
|
|
176509
|
-
""" Animation start offset (trim start)"""
|
|
177581
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
176510
177582
|
|
|
176511
177583
|
color_multiply: float
|
|
176512
177584
|
color_saturation: float
|
|
176513
177585
|
""" Adjust the intensity of the input's color"""
|
|
176514
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
|
+
|
|
176515
177593
|
crop: StripCrop | None
|
|
176516
177594
|
mask: Mask | None
|
|
176517
177595
|
""" Mask that this strip uses"""
|
|
@@ -178412,16 +179490,22 @@ class MetaStrip(Strip, bpy_struct):
|
|
|
178412
179490
|
""" Representation of alpha information in the RGBA pixels"""
|
|
178413
179491
|
|
|
178414
179492
|
animation_offset_end: int
|
|
178415
|
-
""" Animation end offset (trim end)"""
|
|
179493
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
178416
179494
|
|
|
178417
179495
|
animation_offset_start: int
|
|
178418
|
-
""" Animation start offset (trim start)"""
|
|
179496
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
178419
179497
|
|
|
178420
179498
|
channels: bpy_prop_collection[SequenceTimelineChannel]
|
|
178421
179499
|
color_multiply: float
|
|
178422
179500
|
color_saturation: float
|
|
178423
179501
|
""" Adjust the intensity of the input's color"""
|
|
178424
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
|
+
|
|
178425
179509
|
crop: StripCrop | None
|
|
178426
179510
|
multiply_alpha: bool
|
|
178427
179511
|
""" Multiply alpha along with color channels"""
|
|
@@ -178946,10 +180030,10 @@ class MovieClipStrip(Strip, bpy_struct):
|
|
|
178946
180030
|
""" Representation of alpha information in the RGBA pixels"""
|
|
178947
180031
|
|
|
178948
180032
|
animation_offset_end: int
|
|
178949
|
-
""" Animation end offset (trim end)"""
|
|
180033
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
178950
180034
|
|
|
178951
180035
|
animation_offset_start: int
|
|
178952
|
-
""" Animation start offset (trim start)"""
|
|
180036
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
178953
180037
|
|
|
178954
180038
|
clip: MovieClip | None
|
|
178955
180039
|
""" Movie clip that this strip uses"""
|
|
@@ -178958,6 +180042,12 @@ class MovieClipStrip(Strip, bpy_struct):
|
|
|
178958
180042
|
color_saturation: float
|
|
178959
180043
|
""" Adjust the intensity of the input's color"""
|
|
178960
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
|
+
|
|
178961
180051
|
crop: StripCrop | None
|
|
178962
180052
|
fps: float
|
|
178963
180053
|
""" Frames per second"""
|
|
@@ -179107,10 +180197,10 @@ class MovieStrip(Strip, bpy_struct):
|
|
|
179107
180197
|
""" Representation of alpha information in the RGBA pixels"""
|
|
179108
180198
|
|
|
179109
180199
|
animation_offset_end: int
|
|
179110
|
-
""" Animation end offset (trim end)"""
|
|
180200
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
179111
180201
|
|
|
179112
180202
|
animation_offset_start: int
|
|
179113
|
-
""" Animation start offset (trim start)"""
|
|
180203
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
179114
180204
|
|
|
179115
180205
|
color_multiply: float
|
|
179116
180206
|
color_saturation: float
|
|
@@ -179119,6 +180209,12 @@ class MovieStrip(Strip, bpy_struct):
|
|
|
179119
180209
|
colorspace_settings: ColorManagedInputColorspaceSettings | None
|
|
179120
180210
|
""" Input color space settings"""
|
|
179121
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
|
+
|
|
179122
180218
|
crop: StripCrop | None
|
|
179123
180219
|
elements: bpy_prop_collection[StripElement]
|
|
179124
180220
|
filepath: str
|
|
@@ -179969,10 +181065,16 @@ class MulticamStrip(EffectStrip, Strip, bpy_struct):
|
|
|
179969
181065
|
"""Sequence strip to perform multicam editing"""
|
|
179970
181066
|
|
|
179971
181067
|
animation_offset_end: int
|
|
179972
|
-
""" Animation end offset (trim end)"""
|
|
181068
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
179973
181069
|
|
|
179974
181070
|
animation_offset_start: int
|
|
179975
|
-
""" 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"""
|
|
179976
181078
|
|
|
179977
181079
|
input_count: int
|
|
179978
181080
|
multicam_source: int
|
|
@@ -180566,7 +181668,7 @@ class Node(bpy_struct):
|
|
|
180566
181668
|
use_custom_color: bool
|
|
180567
181669
|
""" Use custom color for the node"""
|
|
180568
181670
|
|
|
180569
|
-
warning_propagation: typing.Literal["ALL", "
|
|
181671
|
+
warning_propagation: typing.Literal["ALL", "ERRORS_AND_WARNINGS", "ERRORS", "NONE"]
|
|
180570
181672
|
""" The kinds of messages that should be propagated from this node to the parent group node"""
|
|
180571
181673
|
|
|
180572
181674
|
width: float
|
|
@@ -190172,6 +191274,12 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
190172
191274
|
def shape_key_clear(self) -> None:
|
|
190173
191275
|
"""Remove all Shape Keys from this object"""
|
|
190174
191276
|
|
|
191277
|
+
def shape_keys_selected(self) -> bpy_prop_collection[ShapeKey]:
|
|
191278
|
+
"""Return selected shape keys
|
|
191279
|
+
|
|
191280
|
+
:return: keyblocks
|
|
191281
|
+
"""
|
|
191282
|
+
|
|
190175
191283
|
def ray_cast(
|
|
190176
191284
|
self,
|
|
190177
191285
|
origin: collections.abc.Sequence[float] | mathutils.Vector | None,
|
|
@@ -198266,15 +199374,21 @@ class SceneStrip(Strip, bpy_struct):
|
|
|
198266
199374
|
""" Representation of alpha information in the RGBA pixels"""
|
|
198267
199375
|
|
|
198268
199376
|
animation_offset_end: int
|
|
198269
|
-
""" Animation end offset (trim end)"""
|
|
199377
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
198270
199378
|
|
|
198271
199379
|
animation_offset_start: int
|
|
198272
|
-
""" Animation start offset (trim start)"""
|
|
199380
|
+
""" Animation start offset (trim start)Replaced by '.content_trim_start'.5.10 removal planned in version 6.0"""
|
|
198273
199381
|
|
|
198274
199382
|
color_multiply: float
|
|
198275
199383
|
color_saturation: float
|
|
198276
199384
|
""" Adjust the intensity of the input's color"""
|
|
198277
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
|
+
|
|
198278
199392
|
crop: StripCrop | None
|
|
198279
199393
|
fps: float
|
|
198280
199394
|
""" Frames per second"""
|
|
@@ -199114,7 +200228,7 @@ class SequencerToolSettings(bpy_struct):
|
|
|
199114
200228
|
""" Snap to preview or scene start and end frame"""
|
|
199115
200229
|
|
|
199116
200230
|
snap_to_hold_offset: bool
|
|
199117
|
-
""" Snap to strip
|
|
200231
|
+
""" Snap to underlying strip content start and end in cases where the strip length extends beyond this range, producing holds"""
|
|
199118
200232
|
|
|
199119
200233
|
snap_to_markers: bool
|
|
199120
200234
|
""" Snap to markers"""
|
|
@@ -205530,6 +206644,9 @@ class ShapeKey(bpy_struct):
|
|
|
205530
206644
|
relative_key: typing_extensions.Self
|
|
205531
206645
|
""" Shape used as a relative key"""
|
|
205532
206646
|
|
|
206647
|
+
select: bool
|
|
206648
|
+
""" Shape key selection state"""
|
|
206649
|
+
|
|
205533
206650
|
slider_max: float
|
|
205534
206651
|
""" Maximum for slider"""
|
|
205535
206652
|
|
|
@@ -206567,10 +207684,16 @@ class SoundStrip(Strip, bpy_struct):
|
|
|
206567
207684
|
"""Sequence strip defining a sound to be played over a period of time"""
|
|
206568
207685
|
|
|
206569
207686
|
animation_offset_end: int
|
|
206570
|
-
""" Animation end offset (trim end)"""
|
|
207687
|
+
""" Animation end offset (trim end)Replaced by '.content_trim_end'.5.10 removal planned in version 6.0"""
|
|
206571
207688
|
|
|
206572
207689
|
animation_offset_start: int
|
|
206573
|
-
""" 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"""
|
|
206574
207697
|
|
|
206575
207698
|
pan: float
|
|
206576
207699
|
""" Playback panning of the sound (only for Mono sources)"""
|
|
@@ -206586,7 +207709,7 @@ class SoundStrip(Strip, bpy_struct):
|
|
|
206586
207709
|
""" Sound data-block used by this strip"""
|
|
206587
207710
|
|
|
206588
207711
|
sound_offset: float
|
|
206589
|
-
"""
|
|
207712
|
+
""" Subframe offset of the sound source start expressed in seconds"""
|
|
206590
207713
|
|
|
206591
207714
|
volume: float
|
|
206592
207715
|
""" Playback volume of the sound"""
|
|
@@ -210013,7 +211136,7 @@ class StringProperty(Property, bpy_struct):
|
|
|
210013
211136
|
"""
|
|
210014
211137
|
|
|
210015
211138
|
class Strip(bpy_struct):
|
|
210016
|
-
"""
|
|
211139
|
+
"""A single container for content in the Video Sequence Editor"""
|
|
210017
211140
|
|
|
210018
211141
|
blend_alpha: float
|
|
210019
211142
|
""" Percentage of how much the strip's colors affect other strips"""
|
|
@@ -210049,34 +211172,52 @@ class Strip(bpy_struct):
|
|
|
210049
211172
|
""" Method for controlling how the strip combines with other strips"""
|
|
210050
211173
|
|
|
210051
211174
|
channel: int
|
|
210052
|
-
"""
|
|
211175
|
+
""" Vertical position of the strip"""
|
|
210053
211176
|
|
|
210054
211177
|
color_tag: bpy.stub_internal.rna_enums.StripColorItems
|
|
210055
211178
|
""" Color tag for a strip"""
|
|
210056
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
|
+
|
|
210057
211192
|
effect_fader: float
|
|
210058
211193
|
""" Custom fade value"""
|
|
210059
211194
|
|
|
210060
211195
|
frame_duration: int
|
|
210061
|
-
""" 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"""
|
|
210062
211197
|
|
|
210063
211198
|
frame_final_duration: int
|
|
210064
|
-
""" 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"""
|
|
210065
211200
|
|
|
210066
211201
|
frame_final_end: int
|
|
210067
|
-
""" 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"""
|
|
210068
211203
|
|
|
210069
211204
|
frame_final_start: int
|
|
210070
|
-
""" 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"""
|
|
210071
211206
|
|
|
210072
211207
|
frame_offset_end: float
|
|
210073
|
-
""" 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"""
|
|
210074
211209
|
|
|
210075
211210
|
frame_offset_start: float
|
|
210076
|
-
""" 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"""
|
|
210077
211212
|
|
|
210078
211213
|
frame_start: float
|
|
210079
|
-
""" 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"""
|
|
210080
211221
|
|
|
210081
211222
|
lock: bool
|
|
210082
211223
|
""" Lock strip so that it cannot be transformed"""
|
|
@@ -210085,12 +211226,24 @@ class Strip(bpy_struct):
|
|
|
210085
211226
|
""" Modifiers affecting this strip"""
|
|
210086
211227
|
|
|
210087
211228
|
mute: bool
|
|
210088
|
-
""" Disable strip so that it
|
|
211229
|
+
""" Disable strip so that it does not contribute any output"""
|
|
210089
211230
|
|
|
210090
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
|
+
|
|
210091
211238
|
select: bool
|
|
211239
|
+
""" Whether the strip is selected"""
|
|
211240
|
+
|
|
210092
211241
|
select_left_handle: bool
|
|
211242
|
+
""" Whether the left handle is selected"""
|
|
211243
|
+
|
|
210093
211244
|
select_right_handle: bool
|
|
211245
|
+
""" Whether the right handle is selected"""
|
|
211246
|
+
|
|
210094
211247
|
show_retiming_keys: bool
|
|
210095
211248
|
""" Show retiming keys, so they can be moved"""
|
|
210096
211249
|
|
|
@@ -218896,6 +220049,9 @@ class UnknownType(bpy_struct):
|
|
|
218896
220049
|
class UserAssetLibrary(bpy_struct):
|
|
218897
220050
|
"""Settings to define a reusable library for Asset Browsers to use"""
|
|
218898
220051
|
|
|
220052
|
+
enabled: bool
|
|
220053
|
+
""" Enable the asset library"""
|
|
220054
|
+
|
|
218899
220055
|
import_method: typing.Literal["LINK", "APPEND", "APPEND_REUSE", "PACK"]
|
|
218900
220056
|
""" Determine how the asset will be imported, unless overridden by the Asset Browser"""
|
|
218901
220057
|
|
|
@@ -222312,10 +223468,10 @@ class WindowManager(ID, bpy_struct):
|
|
|
222312
223468
|
""" Filter by extension name, author & category"""
|
|
222313
223469
|
|
|
222314
223470
|
extension_show_panel_available: bool
|
|
222315
|
-
"""
|
|
223471
|
+
""" Show the available extensions panel"""
|
|
222316
223472
|
|
|
222317
223473
|
extension_show_panel_installed: bool
|
|
222318
|
-
"""
|
|
223474
|
+
""" Show the installed extensions panel"""
|
|
222319
223475
|
|
|
222320
223476
|
extension_tags: typing.Any
|
|
222321
223477
|
extension_type: typing.Literal["ALL", "ADDON", "THEME"]
|