fake-bpy-module 20250926__py3-none-any.whl → 20250928__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_operators/node/__init__.pyi +0 -9
- bl_ui/node_add_menu/__init__.pyi +16 -15
- bl_ui/node_add_menu_compositor/__init__.pyi +17 -17
- bl_ui/node_add_menu_geometry/__init__.pyi +56 -56
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +1 -1
- bl_ui/properties_render/__init__.pyi +31 -0
- bl_ui/space_node/__init__.pyi +2 -2
- bpy/ops/action/__init__.pyi +3 -0
- bpy/ops/file/__init__.pyi +3 -0
- bpy/ops/graph/__init__.pyi +3 -0
- bpy/ops/marker/__init__.pyi +3 -0
- bpy/ops/nla/__init__.pyi +3 -0
- bpy/ops/node/__init__.pyi +206 -0
- bpy/ops/sequencer/__init__.pyi +6 -0
- bpy/ops/ui/__init__.pyi +12 -0
- bpy/stub_internal/rna_enums/__init__.pyi +2 -0
- bpy/types/__init__.pyi +635 -30
- {fake_bpy_module-20250926.dist-info → fake_bpy_module-20250928.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250926.dist-info → fake_bpy_module-20250928.dist-info}/RECORD +23 -23
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20250926.dist-info → fake_bpy_module-20250928.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250926.dist-info → fake_bpy_module-20250928.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -1028,6 +1028,7 @@
|
|
|
1028
1028
|
* ID.use_fake_user
|
|
1029
1029
|
* ID.use_extra_user
|
|
1030
1030
|
* ID.is_embedded_data
|
|
1031
|
+
* ID.is_linked_packed
|
|
1031
1032
|
* ID.is_missing
|
|
1032
1033
|
* ID.is_runtime_data
|
|
1033
1034
|
* ID.is_editable
|
|
@@ -1449,6 +1450,7 @@
|
|
|
1449
1450
|
* ID.use_fake_user
|
|
1450
1451
|
* ID.use_extra_user
|
|
1451
1452
|
* ID.is_embedded_data
|
|
1453
|
+
* ID.is_linked_packed
|
|
1452
1454
|
* ID.is_missing
|
|
1453
1455
|
* ID.is_runtime_data
|
|
1454
1456
|
* ID.is_editable
|
|
@@ -2215,6 +2217,7 @@
|
|
|
2215
2217
|
* ID.use_fake_user
|
|
2216
2218
|
* ID.use_extra_user
|
|
2217
2219
|
* ID.is_embedded_data
|
|
2220
|
+
* ID.is_linked_packed
|
|
2218
2221
|
* ID.is_missing
|
|
2219
2222
|
* ID.is_runtime_data
|
|
2220
2223
|
* ID.is_editable
|
|
@@ -14432,6 +14435,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
14432
14435
|
* ID.use_fake_user
|
|
14433
14436
|
* ID.use_extra_user
|
|
14434
14437
|
* ID.is_embedded_data
|
|
14438
|
+
* ID.is_linked_packed
|
|
14435
14439
|
* ID.is_missing
|
|
14436
14440
|
* ID.is_runtime_data
|
|
14437
14441
|
* ID.is_editable
|
|
@@ -14518,6 +14522,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
14518
14522
|
* NodeTreePath.node_tree
|
|
14519
14523
|
* NodesModifier.node_group
|
|
14520
14524
|
* Scene.compositing_node_group
|
|
14525
|
+
* SequencerCompositorModifierData.node_group
|
|
14521
14526
|
* ShaderNodeCustomGroup.node_tree
|
|
14522
14527
|
* ShaderNodeGroup.node_tree
|
|
14523
14528
|
* SpaceNodeEditor.edit_tree
|
|
@@ -14876,6 +14881,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
14876
14881
|
* ID.use_fake_user
|
|
14877
14882
|
* ID.use_extra_user
|
|
14878
14883
|
* ID.is_embedded_data
|
|
14884
|
+
* ID.is_linked_packed
|
|
14879
14885
|
* ID.is_missing
|
|
14880
14886
|
* ID.is_runtime_data
|
|
14881
14887
|
* ID.is_editable
|
|
@@ -16223,6 +16229,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
16223
16229
|
* ID.use_fake_user
|
|
16224
16230
|
* ID.use_extra_user
|
|
16225
16231
|
* ID.is_embedded_data
|
|
16232
|
+
* ID.is_linked_packed
|
|
16226
16233
|
* ID.is_missing
|
|
16227
16234
|
* ID.is_runtime_data
|
|
16228
16235
|
* ID.is_editable
|
|
@@ -17751,6 +17758,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
17751
17758
|
* ID.use_fake_user
|
|
17752
17759
|
* ID.use_extra_user
|
|
17753
17760
|
* ID.is_embedded_data
|
|
17761
|
+
* ID.is_linked_packed
|
|
17754
17762
|
* ID.is_missing
|
|
17755
17763
|
* ID.is_runtime_data
|
|
17756
17764
|
* ID.is_editable
|
|
@@ -21042,6 +21050,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
21042
21050
|
* ID.use_fake_user
|
|
21043
21051
|
* ID.use_extra_user
|
|
21044
21052
|
* ID.is_embedded_data
|
|
21053
|
+
* ID.is_linked_packed
|
|
21045
21054
|
* ID.is_missing
|
|
21046
21055
|
* ID.is_runtime_data
|
|
21047
21056
|
* ID.is_editable
|
|
@@ -21176,6 +21185,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
21176
21185
|
* ID.use_fake_user
|
|
21177
21186
|
* ID.use_extra_user
|
|
21178
21187
|
* ID.is_embedded_data
|
|
21188
|
+
* ID.is_linked_packed
|
|
21179
21189
|
* ID.is_missing
|
|
21180
21190
|
* ID.is_runtime_data
|
|
21181
21191
|
* ID.is_editable
|
|
@@ -22556,6 +22566,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
22556
22566
|
* ID.use_fake_user
|
|
22557
22567
|
* ID.use_extra_user
|
|
22558
22568
|
* ID.is_embedded_data
|
|
22569
|
+
* ID.is_linked_packed
|
|
22559
22570
|
* ID.is_missing
|
|
22560
22571
|
* ID.is_runtime_data
|
|
22561
22572
|
* ID.is_editable
|
|
@@ -23926,6 +23937,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
23926
23937
|
* ID.use_fake_user
|
|
23927
23938
|
* ID.use_extra_user
|
|
23928
23939
|
* ID.is_embedded_data
|
|
23940
|
+
* ID.is_linked_packed
|
|
23929
23941
|
* ID.is_missing
|
|
23930
23942
|
* ID.is_runtime_data
|
|
23931
23943
|
* ID.is_editable
|
|
@@ -24721,6 +24733,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
24721
24733
|
* ID.use_fake_user
|
|
24722
24734
|
* ID.use_extra_user
|
|
24723
24735
|
* ID.is_embedded_data
|
|
24736
|
+
* ID.is_linked_packed
|
|
24724
24737
|
* ID.is_missing
|
|
24725
24738
|
* ID.is_runtime_data
|
|
24726
24739
|
* ID.is_editable
|
|
@@ -25292,6 +25305,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
25292
25305
|
* ID.use_fake_user
|
|
25293
25306
|
* ID.use_extra_user
|
|
25294
25307
|
* ID.is_embedded_data
|
|
25308
|
+
* ID.is_linked_packed
|
|
25295
25309
|
* ID.is_missing
|
|
25296
25310
|
* ID.is_runtime_data
|
|
25297
25311
|
* ID.is_editable
|
|
@@ -25763,6 +25777,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
25763
25777
|
* ID.use_fake_user
|
|
25764
25778
|
* ID.use_extra_user
|
|
25765
25779
|
* ID.is_embedded_data
|
|
25780
|
+
* ID.is_linked_packed
|
|
25766
25781
|
* ID.is_missing
|
|
25767
25782
|
* ID.is_runtime_data
|
|
25768
25783
|
* ID.is_editable
|
|
@@ -29164,6 +29179,7 @@ It demonstrates:
|
|
|
29164
29179
|
* ID.use_fake_user
|
|
29165
29180
|
* ID.use_extra_user
|
|
29166
29181
|
* ID.is_embedded_data
|
|
29182
|
+
* ID.is_linked_packed
|
|
29167
29183
|
* ID.is_missing
|
|
29168
29184
|
* ID.is_runtime_data
|
|
29169
29185
|
* ID.is_editable
|
|
@@ -32387,6 +32403,8 @@ It demonstrates:
|
|
|
32387
32403
|
* GeometryNodeTrimCurve.output_template
|
|
32388
32404
|
* GeometryNodeUVPackIslands.input_template
|
|
32389
32405
|
* GeometryNodeUVPackIslands.output_template
|
|
32406
|
+
* GeometryNodeUVTangent.input_template
|
|
32407
|
+
* GeometryNodeUVTangent.output_template
|
|
32390
32408
|
* GeometryNodeUVUnwrap.input_template
|
|
32391
32409
|
* GeometryNodeUVUnwrap.output_template
|
|
32392
32410
|
* GeometryNodeVertexOfCorner.input_template
|
|
@@ -32407,6 +32425,8 @@ It demonstrates:
|
|
|
32407
32425
|
* NodeClosureOutput.output_template
|
|
32408
32426
|
* NodeCombineBundle.input_template
|
|
32409
32427
|
* NodeCombineBundle.output_template
|
|
32428
|
+
* NodeEnableOutput.input_template
|
|
32429
|
+
* NodeEnableOutput.output_template
|
|
32410
32430
|
* NodeEvaluateClosure.input_template
|
|
32411
32431
|
* NodeEvaluateClosure.output_template
|
|
32412
32432
|
* NodeFrame.input_template
|
|
@@ -34329,6 +34349,7 @@ It demonstrates:
|
|
|
34329
34349
|
* ID.use_fake_user
|
|
34330
34350
|
* ID.use_extra_user
|
|
34331
34351
|
* ID.is_embedded_data
|
|
34352
|
+
* ID.is_linked_packed
|
|
34332
34353
|
* ID.is_missing
|
|
34333
34354
|
* ID.is_runtime_data
|
|
34334
34355
|
* ID.is_editable
|
|
@@ -34822,6 +34843,7 @@ It demonstrates:
|
|
|
34822
34843
|
* ID.use_fake_user
|
|
34823
34844
|
* ID.use_extra_user
|
|
34824
34845
|
* ID.is_embedded_data
|
|
34846
|
+
* ID.is_linked_packed
|
|
34825
34847
|
* ID.is_missing
|
|
34826
34848
|
* ID.is_runtime_data
|
|
34827
34849
|
* ID.is_editable
|
|
@@ -35049,6 +35071,7 @@ It demonstrates:
|
|
|
35049
35071
|
* ID.use_fake_user
|
|
35050
35072
|
* ID.use_extra_user
|
|
35051
35073
|
* ID.is_embedded_data
|
|
35074
|
+
* ID.is_linked_packed
|
|
35052
35075
|
* ID.is_missing
|
|
35053
35076
|
* ID.is_runtime_data
|
|
35054
35077
|
* ID.is_editable
|
|
@@ -36370,6 +36393,7 @@ Executing the operator will then print all values.
|
|
|
36370
36393
|
* ID.use_fake_user
|
|
36371
36394
|
* ID.use_extra_user
|
|
36372
36395
|
* ID.is_embedded_data
|
|
36396
|
+
* ID.is_linked_packed
|
|
36373
36397
|
* ID.is_missing
|
|
36374
36398
|
* ID.is_runtime_data
|
|
36375
36399
|
* ID.is_editable
|
|
@@ -36901,6 +36925,100 @@ Executing the operator will then print all values.
|
|
|
36901
36925
|
:columns: 2
|
|
36902
36926
|
|
|
36903
36927
|
|
|
36928
|
+
--------------------
|
|
36929
|
+
|
|
36930
|
+
* bpy_struct.as_pointer
|
|
36931
|
+
* bpy_struct.driver_add
|
|
36932
|
+
* bpy_struct.driver_remove
|
|
36933
|
+
* bpy_struct.get
|
|
36934
|
+
* bpy_struct.id_properties_clear
|
|
36935
|
+
* bpy_struct.id_properties_ensure
|
|
36936
|
+
* bpy_struct.id_properties_ui
|
|
36937
|
+
* bpy_struct.is_property_hidden
|
|
36938
|
+
* bpy_struct.is_property_overridable_library
|
|
36939
|
+
* bpy_struct.is_property_readonly
|
|
36940
|
+
* bpy_struct.is_property_set
|
|
36941
|
+
* bpy_struct.items
|
|
36942
|
+
* bpy_struct.keyframe_delete
|
|
36943
|
+
* bpy_struct.keyframe_insert
|
|
36944
|
+
* bpy_struct.keys
|
|
36945
|
+
* bpy_struct.path_from_id
|
|
36946
|
+
* bpy_struct.path_resolve
|
|
36947
|
+
* bpy_struct.pop
|
|
36948
|
+
* bpy_struct.property_overridable_library_set
|
|
36949
|
+
* bpy_struct.property_unset
|
|
36950
|
+
* bpy_struct.rna_ancestors
|
|
36951
|
+
* bpy_struct.type_recast
|
|
36952
|
+
* bpy_struct.values
|
|
36953
|
+
* Node.bl_system_properties_get
|
|
36954
|
+
* Node.socket_value_update
|
|
36955
|
+
* Node.is_registered_node_type
|
|
36956
|
+
* Node.poll
|
|
36957
|
+
* Node.poll_instance
|
|
36958
|
+
* Node.update
|
|
36959
|
+
* Node.insert_link
|
|
36960
|
+
* Node.init
|
|
36961
|
+
* Node.copy
|
|
36962
|
+
* Node.free
|
|
36963
|
+
* Node.draw_buttons
|
|
36964
|
+
* Node.draw_buttons_ext
|
|
36965
|
+
* Node.draw_label
|
|
36966
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
36967
|
+
* Node.debug_zone_lazy_function_graph
|
|
36968
|
+
* Node.poll
|
|
36969
|
+
* Node.bl_rna_get_subclass
|
|
36970
|
+
* Node.bl_rna_get_subclass_py
|
|
36971
|
+
* NodeInternal.poll
|
|
36972
|
+
* NodeInternal.poll_instance
|
|
36973
|
+
* NodeInternal.update
|
|
36974
|
+
* NodeInternal.draw_buttons
|
|
36975
|
+
* NodeInternal.draw_buttons_ext
|
|
36976
|
+
* NodeInternal.bl_rna_get_subclass
|
|
36977
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
36978
|
+
|
|
36979
|
+
:columns: 2
|
|
36980
|
+
|
|
36981
|
+
|
|
36982
|
+
--------------------
|
|
36983
|
+
|
|
36984
|
+
* bpy_struct.id_data
|
|
36985
|
+
* Node.type
|
|
36986
|
+
* Node.location
|
|
36987
|
+
* Node.location_absolute
|
|
36988
|
+
* Node.width
|
|
36989
|
+
* Node.height
|
|
36990
|
+
* Node.dimensions
|
|
36991
|
+
* Node.name
|
|
36992
|
+
* Node.label
|
|
36993
|
+
* Node.inputs
|
|
36994
|
+
* Node.outputs
|
|
36995
|
+
* Node.internal_links
|
|
36996
|
+
* Node.parent
|
|
36997
|
+
* Node.warning_propagation
|
|
36998
|
+
* Node.use_custom_color
|
|
36999
|
+
* Node.color
|
|
37000
|
+
* Node.color_tag
|
|
37001
|
+
* Node.select
|
|
37002
|
+
* Node.show_options
|
|
37003
|
+
* Node.show_preview
|
|
37004
|
+
* Node.hide
|
|
37005
|
+
* Node.mute
|
|
37006
|
+
* Node.show_texture
|
|
37007
|
+
* Node.bl_idname
|
|
37008
|
+
* Node.bl_label
|
|
37009
|
+
* Node.bl_description
|
|
37010
|
+
* Node.bl_icon
|
|
37011
|
+
* Node.bl_static_type
|
|
37012
|
+
* Node.bl_width_default
|
|
37013
|
+
* Node.bl_width_min
|
|
37014
|
+
* Node.bl_width_max
|
|
37015
|
+
* Node.bl_height_default
|
|
37016
|
+
* Node.bl_height_min
|
|
37017
|
+
* Node.bl_height_max
|
|
37018
|
+
|
|
37019
|
+
:columns: 2
|
|
37020
|
+
|
|
37021
|
+
|
|
36904
37022
|
--------------------
|
|
36905
37023
|
|
|
36906
37024
|
* bpy_struct.as_pointer
|
|
@@ -37841,6 +37959,7 @@ Operator.draw method for layout and display.
|
|
|
37841
37959
|
* ID.use_fake_user
|
|
37842
37960
|
* ID.use_extra_user
|
|
37843
37961
|
* ID.is_embedded_data
|
|
37962
|
+
* ID.is_linked_packed
|
|
37844
37963
|
* ID.is_missing
|
|
37845
37964
|
* ID.is_runtime_data
|
|
37846
37965
|
* ID.is_editable
|
|
@@ -38696,6 +38815,7 @@ Operator.draw method for layout and display.
|
|
|
38696
38815
|
* ID.use_fake_user
|
|
38697
38816
|
* ID.use_extra_user
|
|
38698
38817
|
* ID.is_embedded_data
|
|
38818
|
+
* ID.is_linked_packed
|
|
38699
38819
|
* ID.is_missing
|
|
38700
38820
|
* ID.is_runtime_data
|
|
38701
38821
|
* ID.is_editable
|
|
@@ -40753,6 +40873,7 @@ Operator.draw method for layout and display.
|
|
|
40753
40873
|
* ID.use_fake_user
|
|
40754
40874
|
* ID.use_extra_user
|
|
40755
40875
|
* ID.is_embedded_data
|
|
40876
|
+
* ID.is_linked_packed
|
|
40756
40877
|
* ID.is_missing
|
|
40757
40878
|
* ID.is_runtime_data
|
|
40758
40879
|
* ID.is_editable
|
|
@@ -41996,6 +42117,7 @@ Operator.draw method for layout and display.
|
|
|
41996
42117
|
* ID.use_fake_user
|
|
41997
42118
|
* ID.use_extra_user
|
|
41998
42119
|
* ID.is_embedded_data
|
|
42120
|
+
* ID.is_linked_packed
|
|
41999
42121
|
* ID.is_missing
|
|
42000
42122
|
* ID.is_runtime_data
|
|
42001
42123
|
* ID.is_editable
|
|
@@ -42165,6 +42287,7 @@ Operator.draw method for layout and display.
|
|
|
42165
42287
|
* ID.use_fake_user
|
|
42166
42288
|
* ID.use_extra_user
|
|
42167
42289
|
* ID.is_embedded_data
|
|
42290
|
+
* ID.is_linked_packed
|
|
42168
42291
|
* ID.is_missing
|
|
42169
42292
|
* ID.is_runtime_data
|
|
42170
42293
|
* ID.is_editable
|
|
@@ -42870,6 +42993,7 @@ Operator.draw method for layout and display.
|
|
|
42870
42993
|
* ID.use_fake_user
|
|
42871
42994
|
* ID.use_extra_user
|
|
42872
42995
|
* ID.is_embedded_data
|
|
42996
|
+
* ID.is_linked_packed
|
|
42873
42997
|
* ID.is_missing
|
|
42874
42998
|
* ID.is_runtime_data
|
|
42875
42999
|
* ID.is_editable
|
|
@@ -45587,6 +45711,7 @@ Operator.draw method for layout and display.
|
|
|
45587
45711
|
* ID.use_fake_user
|
|
45588
45712
|
* ID.use_extra_user
|
|
45589
45713
|
* ID.is_embedded_data
|
|
45714
|
+
* ID.is_linked_packed
|
|
45590
45715
|
* ID.is_missing
|
|
45591
45716
|
* ID.is_runtime_data
|
|
45592
45717
|
* ID.is_editable
|
|
@@ -46321,6 +46446,7 @@ Operator.draw method for layout and display.
|
|
|
46321
46446
|
* ID.use_fake_user
|
|
46322
46447
|
* ID.use_extra_user
|
|
46323
46448
|
* ID.is_embedded_data
|
|
46449
|
+
* ID.is_linked_packed
|
|
46324
46450
|
* ID.is_missing
|
|
46325
46451
|
* ID.is_runtime_data
|
|
46326
46452
|
* ID.is_editable
|
|
@@ -47274,6 +47400,7 @@ Operator.draw method for layout and display.
|
|
|
47274
47400
|
* ID.use_fake_user
|
|
47275
47401
|
* ID.use_extra_user
|
|
47276
47402
|
* ID.is_embedded_data
|
|
47403
|
+
* ID.is_linked_packed
|
|
47277
47404
|
* ID.is_missing
|
|
47278
47405
|
* ID.is_runtime_data
|
|
47279
47406
|
* ID.is_editable
|
|
@@ -54864,6 +54991,7 @@ Operator.draw method for layout and display.
|
|
|
54864
54991
|
* ID.use_fake_user
|
|
54865
54992
|
* ID.use_extra_user
|
|
54866
54993
|
* ID.is_embedded_data
|
|
54994
|
+
* ID.is_linked_packed
|
|
54867
54995
|
* ID.is_missing
|
|
54868
54996
|
* ID.is_runtime_data
|
|
54869
54997
|
* ID.is_editable
|
|
@@ -56071,6 +56199,7 @@ Operator.draw method for layout and display.
|
|
|
56071
56199
|
* ID.use_fake_user
|
|
56072
56200
|
* ID.use_extra_user
|
|
56073
56201
|
* ID.is_embedded_data
|
|
56202
|
+
* ID.is_linked_packed
|
|
56074
56203
|
* ID.is_missing
|
|
56075
56204
|
* ID.is_runtime_data
|
|
56076
56205
|
* ID.is_editable
|
|
@@ -62500,6 +62629,7 @@ print(positions_data)
|
|
|
62500
62629
|
* ID.use_fake_user
|
|
62501
62630
|
* ID.use_extra_user
|
|
62502
62631
|
* ID.is_embedded_data
|
|
62632
|
+
* ID.is_linked_packed
|
|
62503
62633
|
* ID.is_missing
|
|
62504
62634
|
* ID.is_runtime_data
|
|
62505
62635
|
* ID.is_editable
|
|
@@ -63569,6 +63699,7 @@ print(positions_data)
|
|
|
63569
63699
|
* ID.use_fake_user
|
|
63570
63700
|
* ID.use_extra_user
|
|
63571
63701
|
* ID.is_embedded_data
|
|
63702
|
+
* ID.is_linked_packed
|
|
63572
63703
|
* ID.is_missing
|
|
63573
63704
|
* ID.is_runtime_data
|
|
63574
63705
|
* ID.is_editable
|
|
@@ -63700,6 +63831,7 @@ print(positions_data)
|
|
|
63700
63831
|
* ID.use_fake_user
|
|
63701
63832
|
* ID.use_extra_user
|
|
63702
63833
|
* ID.is_embedded_data
|
|
63834
|
+
* ID.is_linked_packed
|
|
63703
63835
|
* ID.is_missing
|
|
63704
63836
|
* ID.is_runtime_data
|
|
63705
63837
|
* ID.is_editable
|
|
@@ -64261,6 +64393,103 @@ print(positions_data)
|
|
|
64261
64393
|
:columns: 2
|
|
64262
64394
|
|
|
64263
64395
|
|
|
64396
|
+
--------------------
|
|
64397
|
+
|
|
64398
|
+
* bpy_struct.id_data
|
|
64399
|
+
* Node.type
|
|
64400
|
+
* Node.location
|
|
64401
|
+
* Node.location_absolute
|
|
64402
|
+
* Node.width
|
|
64403
|
+
* Node.height
|
|
64404
|
+
* Node.dimensions
|
|
64405
|
+
* Node.name
|
|
64406
|
+
* Node.label
|
|
64407
|
+
* Node.inputs
|
|
64408
|
+
* Node.outputs
|
|
64409
|
+
* Node.internal_links
|
|
64410
|
+
* Node.parent
|
|
64411
|
+
* Node.warning_propagation
|
|
64412
|
+
* Node.use_custom_color
|
|
64413
|
+
* Node.color
|
|
64414
|
+
* Node.color_tag
|
|
64415
|
+
* Node.select
|
|
64416
|
+
* Node.show_options
|
|
64417
|
+
* Node.show_preview
|
|
64418
|
+
* Node.hide
|
|
64419
|
+
* Node.mute
|
|
64420
|
+
* Node.show_texture
|
|
64421
|
+
* Node.bl_idname
|
|
64422
|
+
* Node.bl_label
|
|
64423
|
+
* Node.bl_description
|
|
64424
|
+
* Node.bl_icon
|
|
64425
|
+
* Node.bl_static_type
|
|
64426
|
+
* Node.bl_width_default
|
|
64427
|
+
* Node.bl_width_min
|
|
64428
|
+
* Node.bl_width_max
|
|
64429
|
+
* Node.bl_height_default
|
|
64430
|
+
* Node.bl_height_min
|
|
64431
|
+
* Node.bl_height_max
|
|
64432
|
+
|
|
64433
|
+
:columns: 2
|
|
64434
|
+
|
|
64435
|
+
|
|
64436
|
+
--------------------
|
|
64437
|
+
|
|
64438
|
+
* bpy_struct.as_pointer
|
|
64439
|
+
* bpy_struct.driver_add
|
|
64440
|
+
* bpy_struct.driver_remove
|
|
64441
|
+
* bpy_struct.get
|
|
64442
|
+
* bpy_struct.id_properties_clear
|
|
64443
|
+
* bpy_struct.id_properties_ensure
|
|
64444
|
+
* bpy_struct.id_properties_ui
|
|
64445
|
+
* bpy_struct.is_property_hidden
|
|
64446
|
+
* bpy_struct.is_property_overridable_library
|
|
64447
|
+
* bpy_struct.is_property_readonly
|
|
64448
|
+
* bpy_struct.is_property_set
|
|
64449
|
+
* bpy_struct.items
|
|
64450
|
+
* bpy_struct.keyframe_delete
|
|
64451
|
+
* bpy_struct.keyframe_insert
|
|
64452
|
+
* bpy_struct.keys
|
|
64453
|
+
* bpy_struct.path_from_id
|
|
64454
|
+
* bpy_struct.path_resolve
|
|
64455
|
+
* bpy_struct.pop
|
|
64456
|
+
* bpy_struct.property_overridable_library_set
|
|
64457
|
+
* bpy_struct.property_unset
|
|
64458
|
+
* bpy_struct.rna_ancestors
|
|
64459
|
+
* bpy_struct.type_recast
|
|
64460
|
+
* bpy_struct.values
|
|
64461
|
+
* Node.bl_system_properties_get
|
|
64462
|
+
* Node.socket_value_update
|
|
64463
|
+
* Node.is_registered_node_type
|
|
64464
|
+
* Node.poll
|
|
64465
|
+
* Node.poll_instance
|
|
64466
|
+
* Node.update
|
|
64467
|
+
* Node.insert_link
|
|
64468
|
+
* Node.init
|
|
64469
|
+
* Node.copy
|
|
64470
|
+
* Node.free
|
|
64471
|
+
* Node.draw_buttons
|
|
64472
|
+
* Node.draw_buttons_ext
|
|
64473
|
+
* Node.draw_label
|
|
64474
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
64475
|
+
* Node.debug_zone_lazy_function_graph
|
|
64476
|
+
* Node.poll
|
|
64477
|
+
* Node.bl_rna_get_subclass
|
|
64478
|
+
* Node.bl_rna_get_subclass_py
|
|
64479
|
+
* NodeInternal.poll
|
|
64480
|
+
* NodeInternal.poll_instance
|
|
64481
|
+
* NodeInternal.update
|
|
64482
|
+
* NodeInternal.draw_buttons
|
|
64483
|
+
* NodeInternal.draw_buttons_ext
|
|
64484
|
+
* NodeInternal.bl_rna_get_subclass
|
|
64485
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
64486
|
+
* GeometryNode.poll
|
|
64487
|
+
* GeometryNode.bl_rna_get_subclass
|
|
64488
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
64489
|
+
|
|
64490
|
+
:columns: 2
|
|
64491
|
+
|
|
64492
|
+
|
|
64264
64493
|
--------------------
|
|
64265
64494
|
|
|
64266
64495
|
* bpy_struct.id_data
|
|
@@ -67243,6 +67472,7 @@ print(positions_data)
|
|
|
67243
67472
|
* ID.use_fake_user
|
|
67244
67473
|
* ID.use_extra_user
|
|
67245
67474
|
* ID.is_embedded_data
|
|
67475
|
+
* ID.is_linked_packed
|
|
67246
67476
|
* ID.is_missing
|
|
67247
67477
|
* ID.is_runtime_data
|
|
67248
67478
|
* ID.is_editable
|
|
@@ -68888,6 +69118,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
68888
69118
|
* ID.use_fake_user
|
|
68889
69119
|
* ID.use_extra_user
|
|
68890
69120
|
* ID.is_embedded_data
|
|
69121
|
+
* ID.is_linked_packed
|
|
68891
69122
|
* ID.is_missing
|
|
68892
69123
|
* ID.is_runtime_data
|
|
68893
69124
|
* ID.is_editable
|
|
@@ -70049,6 +70280,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
70049
70280
|
* ID.use_fake_user
|
|
70050
70281
|
* ID.use_extra_user
|
|
70051
70282
|
* ID.is_embedded_data
|
|
70283
|
+
* ID.is_linked_packed
|
|
70052
70284
|
* ID.is_missing
|
|
70053
70285
|
* ID.is_runtime_data
|
|
70054
70286
|
* ID.is_editable
|
|
@@ -70745,6 +70977,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
70745
70977
|
* ID.use_fake_user
|
|
70746
70978
|
* ID.use_extra_user
|
|
70747
70979
|
* ID.is_embedded_data
|
|
70980
|
+
* ID.is_linked_packed
|
|
70748
70981
|
* ID.is_missing
|
|
70749
70982
|
* ID.is_runtime_data
|
|
70750
70983
|
* ID.is_editable
|
|
@@ -71813,6 +72046,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
71813
72046
|
* ID.use_fake_user
|
|
71814
72047
|
* ID.use_extra_user
|
|
71815
72048
|
* ID.is_embedded_data
|
|
72049
|
+
* ID.is_linked_packed
|
|
71816
72050
|
* ID.is_missing
|
|
71817
72051
|
* ID.is_runtime_data
|
|
71818
72052
|
* ID.is_editable
|
|
@@ -72207,6 +72441,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
72207
72441
|
* ID.use_fake_user
|
|
72208
72442
|
* ID.use_extra_user
|
|
72209
72443
|
* ID.is_embedded_data
|
|
72444
|
+
* ID.is_linked_packed
|
|
72210
72445
|
* ID.is_missing
|
|
72211
72446
|
* ID.is_runtime_data
|
|
72212
72447
|
* ID.is_editable
|
|
@@ -75882,6 +76117,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
75882
76117
|
* ID.use_fake_user
|
|
75883
76118
|
* ID.use_extra_user
|
|
75884
76119
|
* ID.is_embedded_data
|
|
76120
|
+
* ID.is_linked_packed
|
|
75885
76121
|
* ID.is_missing
|
|
75886
76122
|
* ID.is_runtime_data
|
|
75887
76123
|
* ID.is_editable
|
|
@@ -78120,6 +78356,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
78120
78356
|
* ID.use_fake_user
|
|
78121
78357
|
* ID.use_extra_user
|
|
78122
78358
|
* ID.is_embedded_data
|
|
78359
|
+
* ID.is_linked_packed
|
|
78123
78360
|
* ID.is_missing
|
|
78124
78361
|
* ID.is_runtime_data
|
|
78125
78362
|
* ID.is_editable
|
|
@@ -78731,6 +78968,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
78731
78968
|
* ID.use_fake_user
|
|
78732
78969
|
* ID.use_extra_user
|
|
78733
78970
|
* ID.is_embedded_data
|
|
78971
|
+
* ID.is_linked_packed
|
|
78734
78972
|
* ID.is_missing
|
|
78735
78973
|
* ID.is_runtime_data
|
|
78736
78974
|
* ID.is_editable
|
|
@@ -80788,6 +81026,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
80788
81026
|
* ID.use_fake_user
|
|
80789
81027
|
* ID.use_extra_user
|
|
80790
81028
|
* ID.is_embedded_data
|
|
81029
|
+
* ID.is_linked_packed
|
|
80791
81030
|
* ID.is_missing
|
|
80792
81031
|
* ID.is_runtime_data
|
|
80793
81032
|
* ID.is_editable
|
|
@@ -81923,6 +82162,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
81923
82162
|
* ID.use_fake_user
|
|
81924
82163
|
* ID.use_extra_user
|
|
81925
82164
|
* ID.is_embedded_data
|
|
82165
|
+
* ID.is_linked_packed
|
|
81926
82166
|
* ID.is_missing
|
|
81927
82167
|
* ID.is_runtime_data
|
|
81928
82168
|
* ID.is_editable
|
|
@@ -82608,6 +82848,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
82608
82848
|
* ID.use_fake_user
|
|
82609
82849
|
* ID.use_extra_user
|
|
82610
82850
|
* ID.is_embedded_data
|
|
82851
|
+
* ID.is_linked_packed
|
|
82611
82852
|
* ID.is_missing
|
|
82612
82853
|
* ID.is_runtime_data
|
|
82613
82854
|
* ID.is_editable
|
|
@@ -83038,6 +83279,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
83038
83279
|
* ID.use_fake_user
|
|
83039
83280
|
* ID.use_extra_user
|
|
83040
83281
|
* ID.is_embedded_data
|
|
83282
|
+
* ID.is_linked_packed
|
|
83041
83283
|
* ID.is_missing
|
|
83042
83284
|
* ID.is_runtime_data
|
|
83043
83285
|
* ID.is_editable
|
|
@@ -85751,6 +85993,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
85751
85993
|
* ID.use_fake_user
|
|
85752
85994
|
* ID.use_extra_user
|
|
85753
85995
|
* ID.is_embedded_data
|
|
85996
|
+
* ID.is_linked_packed
|
|
85754
85997
|
* ID.is_missing
|
|
85755
85998
|
* ID.is_runtime_data
|
|
85756
85999
|
* ID.is_editable
|
|
@@ -86482,6 +86725,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
86482
86725
|
* ID.use_fake_user
|
|
86483
86726
|
* ID.use_extra_user
|
|
86484
86727
|
* ID.is_embedded_data
|
|
86728
|
+
* ID.is_linked_packed
|
|
86485
86729
|
* ID.is_missing
|
|
86486
86730
|
* ID.is_runtime_data
|
|
86487
86731
|
* ID.is_editable
|
|
@@ -87011,6 +87255,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
87011
87255
|
* ID.use_fake_user
|
|
87012
87256
|
* ID.use_extra_user
|
|
87013
87257
|
* ID.is_embedded_data
|
|
87258
|
+
* ID.is_linked_packed
|
|
87014
87259
|
* ID.is_missing
|
|
87015
87260
|
* ID.is_runtime_data
|
|
87016
87261
|
* ID.is_editable
|
|
@@ -87960,6 +88205,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
87960
88205
|
* ID.use_fake_user
|
|
87961
88206
|
* ID.use_extra_user
|
|
87962
88207
|
* ID.is_embedded_data
|
|
88208
|
+
* ID.is_linked_packed
|
|
87963
88209
|
* ID.is_missing
|
|
87964
88210
|
* ID.is_runtime_data
|
|
87965
88211
|
* ID.is_editable
|
|
@@ -88161,6 +88407,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
88161
88407
|
* Action.fcurve_ensure_for_datablock
|
|
88162
88408
|
* ActionSlot.users
|
|
88163
88409
|
* AssetRepresentation.local_id
|
|
88410
|
+
* BlendData.pack_linked_ids_hierarchy
|
|
88411
|
+
* BlendData.pack_linked_ids_hierarchy
|
|
88164
88412
|
* BlendDataObjects.new
|
|
88165
88413
|
* BlendImportContextItem.id
|
|
88166
88414
|
* BlendImportContextItem.library_override_id
|
|
@@ -91398,6 +91646,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
91398
91646
|
* ID.use_fake_user
|
|
91399
91647
|
* ID.use_extra_user
|
|
91400
91648
|
* ID.is_embedded_data
|
|
91649
|
+
* ID.is_linked_packed
|
|
91401
91650
|
* ID.is_missing
|
|
91402
91651
|
* ID.is_runtime_data
|
|
91403
91652
|
* ID.is_editable
|
|
@@ -91466,6 +91715,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
91466
91715
|
* BlendDataLibraries.remove
|
|
91467
91716
|
* BlendImportContextItem.source_library
|
|
91468
91717
|
* ID.library
|
|
91718
|
+
* Library.archive_libraries
|
|
91719
|
+
* Library.archive_parent_library
|
|
91469
91720
|
* Library.parent
|
|
91470
91721
|
|
|
91471
91722
|
:columns: 2
|
|
@@ -92623,6 +92874,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
92623
92874
|
* ID.use_fake_user
|
|
92624
92875
|
* ID.use_extra_user
|
|
92625
92876
|
* ID.is_embedded_data
|
|
92877
|
+
* ID.is_linked_packed
|
|
92626
92878
|
* ID.is_missing
|
|
92627
92879
|
* ID.is_runtime_data
|
|
92628
92880
|
* ID.is_editable
|
|
@@ -94638,6 +94890,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
94638
94890
|
* ID.use_fake_user
|
|
94639
94891
|
* ID.use_extra_user
|
|
94640
94892
|
* ID.is_embedded_data
|
|
94893
|
+
* ID.is_linked_packed
|
|
94641
94894
|
* ID.is_missing
|
|
94642
94895
|
* ID.is_runtime_data
|
|
94643
94896
|
* ID.is_editable
|
|
@@ -96872,6 +97125,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
96872
97125
|
* ID.use_fake_user
|
|
96873
97126
|
* ID.use_extra_user
|
|
96874
97127
|
* ID.is_embedded_data
|
|
97128
|
+
* ID.is_linked_packed
|
|
96875
97129
|
* ID.is_missing
|
|
96876
97130
|
* ID.is_runtime_data
|
|
96877
97131
|
* ID.is_editable
|
|
@@ -97712,6 +97966,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
97712
97966
|
* ID.use_fake_user
|
|
97713
97967
|
* ID.use_extra_user
|
|
97714
97968
|
* ID.is_embedded_data
|
|
97969
|
+
* ID.is_linked_packed
|
|
97715
97970
|
* ID.is_missing
|
|
97716
97971
|
* ID.is_runtime_data
|
|
97717
97972
|
* ID.is_editable
|
|
@@ -99186,6 +99441,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
99186
99441
|
* ID.use_fake_user
|
|
99187
99442
|
* ID.use_extra_user
|
|
99188
99443
|
* ID.is_embedded_data
|
|
99444
|
+
* ID.is_linked_packed
|
|
99189
99445
|
* ID.is_missing
|
|
99190
99446
|
* ID.is_runtime_data
|
|
99191
99447
|
* ID.is_editable
|
|
@@ -100219,6 +100475,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
100219
100475
|
* ID.use_fake_user
|
|
100220
100476
|
* ID.use_extra_user
|
|
100221
100477
|
* ID.is_embedded_data
|
|
100478
|
+
* ID.is_linked_packed
|
|
100222
100479
|
* ID.is_missing
|
|
100223
100480
|
* ID.is_runtime_data
|
|
100224
100481
|
* ID.is_editable
|
|
@@ -101589,6 +101846,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
101589
101846
|
* ID.use_fake_user
|
|
101590
101847
|
* ID.use_extra_user
|
|
101591
101848
|
* ID.is_embedded_data
|
|
101849
|
+
* ID.is_linked_packed
|
|
101592
101850
|
* ID.is_missing
|
|
101593
101851
|
* ID.is_runtime_data
|
|
101594
101852
|
* ID.is_editable
|
|
@@ -102597,6 +102855,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
102597
102855
|
* ID.use_fake_user
|
|
102598
102856
|
* ID.use_extra_user
|
|
102599
102857
|
* ID.is_embedded_data
|
|
102858
|
+
* ID.is_linked_packed
|
|
102600
102859
|
* ID.is_missing
|
|
102601
102860
|
* ID.is_runtime_data
|
|
102602
102861
|
* ID.is_editable
|
|
@@ -103000,6 +103259,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
103000
103259
|
* ID.use_fake_user
|
|
103001
103260
|
* ID.use_extra_user
|
|
103002
103261
|
* ID.is_embedded_data
|
|
103262
|
+
* ID.is_linked_packed
|
|
103003
103263
|
* ID.is_missing
|
|
103004
103264
|
* ID.is_runtime_data
|
|
103005
103265
|
* ID.is_editable
|
|
@@ -104237,6 +104497,54 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
104237
104497
|
:columns: 2
|
|
104238
104498
|
|
|
104239
104499
|
|
|
104500
|
+
--------------------
|
|
104501
|
+
|
|
104502
|
+
* bpy_struct.id_data
|
|
104503
|
+
* StripModifier.name
|
|
104504
|
+
* StripModifier.type
|
|
104505
|
+
* StripModifier.mute
|
|
104506
|
+
* StripModifier.enable
|
|
104507
|
+
* StripModifier.show_expanded
|
|
104508
|
+
* StripModifier.input_mask_type
|
|
104509
|
+
* StripModifier.mask_time
|
|
104510
|
+
* StripModifier.input_mask_strip
|
|
104511
|
+
* StripModifier.input_mask_id
|
|
104512
|
+
* StripModifier.is_active
|
|
104513
|
+
|
|
104514
|
+
:columns: 2
|
|
104515
|
+
|
|
104516
|
+
|
|
104517
|
+
--------------------
|
|
104518
|
+
|
|
104519
|
+
* bpy_struct.as_pointer
|
|
104520
|
+
* bpy_struct.driver_add
|
|
104521
|
+
* bpy_struct.driver_remove
|
|
104522
|
+
* bpy_struct.get
|
|
104523
|
+
* bpy_struct.id_properties_clear
|
|
104524
|
+
* bpy_struct.id_properties_ensure
|
|
104525
|
+
* bpy_struct.id_properties_ui
|
|
104526
|
+
* bpy_struct.is_property_hidden
|
|
104527
|
+
* bpy_struct.is_property_overridable_library
|
|
104528
|
+
* bpy_struct.is_property_readonly
|
|
104529
|
+
* bpy_struct.is_property_set
|
|
104530
|
+
* bpy_struct.items
|
|
104531
|
+
* bpy_struct.keyframe_delete
|
|
104532
|
+
* bpy_struct.keyframe_insert
|
|
104533
|
+
* bpy_struct.keys
|
|
104534
|
+
* bpy_struct.path_from_id
|
|
104535
|
+
* bpy_struct.path_resolve
|
|
104536
|
+
* bpy_struct.pop
|
|
104537
|
+
* bpy_struct.property_overridable_library_set
|
|
104538
|
+
* bpy_struct.property_unset
|
|
104539
|
+
* bpy_struct.rna_ancestors
|
|
104540
|
+
* bpy_struct.type_recast
|
|
104541
|
+
* bpy_struct.values
|
|
104542
|
+
* StripModifier.bl_rna_get_subclass
|
|
104543
|
+
* StripModifier.bl_rna_get_subclass_py
|
|
104544
|
+
|
|
104545
|
+
:columns: 2
|
|
104546
|
+
|
|
104547
|
+
|
|
104240
104548
|
--------------------
|
|
104241
104549
|
|
|
104242
104550
|
* bpy_struct.id_data
|
|
@@ -105479,6 +105787,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
105479
105787
|
* ID.use_fake_user
|
|
105480
105788
|
* ID.use_extra_user
|
|
105481
105789
|
* ID.is_embedded_data
|
|
105790
|
+
* ID.is_linked_packed
|
|
105482
105791
|
* ID.is_missing
|
|
105483
105792
|
* ID.is_runtime_data
|
|
105484
105793
|
* ID.is_editable
|
|
@@ -107227,6 +107536,7 @@ Menu.poll function.
|
|
|
107227
107536
|
* ID.use_fake_user
|
|
107228
107537
|
* ID.use_extra_user
|
|
107229
107538
|
* ID.is_embedded_data
|
|
107539
|
+
* ID.is_linked_packed
|
|
107230
107540
|
* ID.is_missing
|
|
107231
107541
|
* ID.is_runtime_data
|
|
107232
107542
|
* ID.is_editable
|
|
@@ -110235,6 +110545,7 @@ Menu.poll function.
|
|
|
110235
110545
|
* ID.use_fake_user
|
|
110236
110546
|
* ID.use_extra_user
|
|
110237
110547
|
* ID.is_embedded_data
|
|
110548
|
+
* ID.is_linked_packed
|
|
110238
110549
|
* ID.is_missing
|
|
110239
110550
|
* ID.is_runtime_data
|
|
110240
110551
|
* ID.is_editable
|
|
@@ -128199,6 +128510,15 @@ class BlendData(bpy_struct):
|
|
|
128199
128510
|
:type: BlendDataWorlds
|
|
128200
128511
|
"""
|
|
128201
128512
|
|
|
128513
|
+
def pack_linked_ids_hierarchy(self, root_id: ID | None) -> ID:
|
|
128514
|
+
"""Pack the given linked ID and its dependencies into current blendfile
|
|
128515
|
+
|
|
128516
|
+
:param root_id: Root linked ID to pack
|
|
128517
|
+
:type root_id: ID | None
|
|
128518
|
+
:return: The packed ID matching the given root ID
|
|
128519
|
+
:rtype: ID
|
|
128520
|
+
"""
|
|
128521
|
+
|
|
128202
128522
|
def batch_remove(self, ids: collections.abc.Sequence[ID] | None) -> None:
|
|
128203
128523
|
"""Remove (delete) several IDs at once.Note that this function is quicker than individual calls to `remove()` (from `bpy.types.BlendData`
|
|
128204
128524
|
ID collections), but less safe/versatile (it can break Blender, e.g. by removing all scenes...).
|
|
@@ -131809,6 +132129,12 @@ class BrushCapabilitiesSculpt(bpy_struct):
|
|
|
131809
132129
|
:type: bool
|
|
131810
132130
|
"""
|
|
131811
132131
|
|
|
132132
|
+
has_auto_smooth_pressure: bool
|
|
132133
|
+
"""
|
|
132134
|
+
|
|
132135
|
+
:type: bool
|
|
132136
|
+
"""
|
|
132137
|
+
|
|
131812
132138
|
has_color: bool
|
|
131813
132139
|
"""
|
|
131814
132140
|
|
|
@@ -131833,6 +132159,12 @@ class BrushCapabilitiesSculpt(bpy_struct):
|
|
|
131833
132159
|
:type: bool
|
|
131834
132160
|
"""
|
|
131835
132161
|
|
|
132162
|
+
has_hardness_pressure: bool
|
|
132163
|
+
"""
|
|
132164
|
+
|
|
132165
|
+
:type: bool
|
|
132166
|
+
"""
|
|
132167
|
+
|
|
131836
132168
|
has_height: bool
|
|
131837
132169
|
"""
|
|
131838
132170
|
|
|
@@ -131905,6 +132237,12 @@ class BrushCapabilitiesSculpt(bpy_struct):
|
|
|
131905
132237
|
:type: bool
|
|
131906
132238
|
"""
|
|
131907
132239
|
|
|
132240
|
+
has_size_pressure: bool
|
|
132241
|
+
"""
|
|
132242
|
+
|
|
132243
|
+
:type: bool
|
|
132244
|
+
"""
|
|
132245
|
+
|
|
131908
132246
|
has_smooth_stroke: bool
|
|
131909
132247
|
"""
|
|
131910
132248
|
|
|
@@ -133427,6 +133765,12 @@ class Camera(ID, bpy_struct):
|
|
|
133427
133765
|
:type: float
|
|
133428
133766
|
"""
|
|
133429
133767
|
|
|
133768
|
+
composition_guide_color: bpy_prop_array[float]
|
|
133769
|
+
""" Color and alpha for compositional guide overlays
|
|
133770
|
+
|
|
133771
|
+
:type: bpy_prop_array[float]
|
|
133772
|
+
"""
|
|
133773
|
+
|
|
133430
133774
|
custom_bytecode: str
|
|
133431
133775
|
""" Compiled bytecode of the custom shader
|
|
133432
133776
|
|
|
@@ -135773,6 +136117,12 @@ class ColorManagedDisplaySettings(bpy_struct):
|
|
|
135773
136117
|
:type: typing.Literal['NONE']
|
|
135774
136118
|
"""
|
|
135775
136119
|
|
|
136120
|
+
emulation: typing.Literal["OFF", "AUTO"]
|
|
136121
|
+
""" Control how images in the chosen display are mapped to the physical display
|
|
136122
|
+
|
|
136123
|
+
:type: typing.Literal['OFF','AUTO']
|
|
136124
|
+
"""
|
|
136125
|
+
|
|
135776
136126
|
@classmethod
|
|
135777
136127
|
def bl_rna_get_subclass(
|
|
135778
136128
|
cls,
|
|
@@ -135926,6 +136276,12 @@ class ColorManagedViewSettings(bpy_struct):
|
|
|
135926
136276
|
:type: typing.Literal['NONE']
|
|
135927
136277
|
"""
|
|
135928
136278
|
|
|
136279
|
+
support_emulation: bool
|
|
136280
|
+
""" The display and view transform supports automatic emulation for another display device, using the display color spaces mechanism in OpenColorIO v2 configurations
|
|
136281
|
+
|
|
136282
|
+
:type: bool
|
|
136283
|
+
"""
|
|
136284
|
+
|
|
135929
136285
|
use_curve_mapping: bool
|
|
135930
136286
|
""" Use RGB curved for pre-display transformation
|
|
135931
136287
|
|
|
@@ -150461,10 +150817,12 @@ class FileAssetSelectParams(FileSelectParams, bpy_struct):
|
|
|
150461
150817
|
:type: FileAssetSelectIDFilter
|
|
150462
150818
|
"""
|
|
150463
150819
|
|
|
150464
|
-
import_method: typing.Literal[
|
|
150820
|
+
import_method: typing.Literal[
|
|
150821
|
+
"FOLLOW_PREFS", "LINK", "APPEND", "APPEND_REUSE", "PACK"
|
|
150822
|
+
]
|
|
150465
150823
|
""" Determine how the asset will be imported
|
|
150466
150824
|
|
|
150467
|
-
:type: typing.Literal['FOLLOW_PREFS','LINK','APPEND','APPEND_REUSE']
|
|
150825
|
+
:type: typing.Literal['FOLLOW_PREFS','LINK','APPEND','APPEND_REUSE','PACK']
|
|
150468
150826
|
"""
|
|
150469
150827
|
|
|
150470
150828
|
instance_collections_on_append: bool
|
|
@@ -172601,6 +172959,69 @@ class GeometryNodeUVPackIslands(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
172601
172959
|
:rtype: typing.Any
|
|
172602
172960
|
"""
|
|
172603
172961
|
|
|
172962
|
+
class GeometryNodeUVTangent(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
172963
|
+
"""Generate tangent directions based on a UV map"""
|
|
172964
|
+
|
|
172965
|
+
@classmethod
|
|
172966
|
+
def is_registered_node_type(cls) -> bool:
|
|
172967
|
+
"""True if a registered node type
|
|
172968
|
+
|
|
172969
|
+
:return: Result
|
|
172970
|
+
:rtype: bool
|
|
172971
|
+
"""
|
|
172972
|
+
|
|
172973
|
+
@classmethod
|
|
172974
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
172975
|
+
"""Input socket template
|
|
172976
|
+
|
|
172977
|
+
:param index: Index
|
|
172978
|
+
:type index: int | None
|
|
172979
|
+
:return: result
|
|
172980
|
+
:rtype: NodeInternalSocketTemplate
|
|
172981
|
+
"""
|
|
172982
|
+
|
|
172983
|
+
@classmethod
|
|
172984
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
172985
|
+
"""Output socket template
|
|
172986
|
+
|
|
172987
|
+
:param index: Index
|
|
172988
|
+
:type index: int | None
|
|
172989
|
+
:return: result
|
|
172990
|
+
:rtype: NodeInternalSocketTemplate
|
|
172991
|
+
"""
|
|
172992
|
+
|
|
172993
|
+
@classmethod
|
|
172994
|
+
def bl_rna_get_subclass(
|
|
172995
|
+
cls,
|
|
172996
|
+
id: str | None,
|
|
172997
|
+
default=None,
|
|
172998
|
+
/,
|
|
172999
|
+
) -> Struct:
|
|
173000
|
+
"""
|
|
173001
|
+
|
|
173002
|
+
:param id: The RNA type identifier.
|
|
173003
|
+
:type id: str | None
|
|
173004
|
+
:param default:
|
|
173005
|
+
:return: The RNA type or default when not found.
|
|
173006
|
+
:rtype: Struct
|
|
173007
|
+
"""
|
|
173008
|
+
|
|
173009
|
+
@classmethod
|
|
173010
|
+
def bl_rna_get_subclass_py(
|
|
173011
|
+
cls,
|
|
173012
|
+
id: str | None,
|
|
173013
|
+
default=None,
|
|
173014
|
+
/,
|
|
173015
|
+
) -> typing.Any:
|
|
173016
|
+
"""
|
|
173017
|
+
|
|
173018
|
+
:param id: The RNA type identifier.
|
|
173019
|
+
:type id: str | None
|
|
173020
|
+
:param default:
|
|
173021
|
+
:return: The class or default when not found.
|
|
173022
|
+
:rtype: typing.Any
|
|
173023
|
+
"""
|
|
173024
|
+
|
|
172604
173025
|
class GeometryNodeUVUnwrap(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
172605
173026
|
"""Generate a UV map based on seam edges"""
|
|
172606
173027
|
|
|
@@ -179829,6 +180250,12 @@ class ID(bpy_struct):
|
|
|
179829
180250
|
:type: bool
|
|
179830
180251
|
"""
|
|
179831
180252
|
|
|
180253
|
+
is_linked_packed: bool
|
|
180254
|
+
""" This data-block is linked and packed into the .blend file
|
|
180255
|
+
|
|
180256
|
+
:type: bool
|
|
180257
|
+
"""
|
|
180258
|
+
|
|
179832
180259
|
is_missing: bool
|
|
179833
180260
|
""" This data-block is a place-holder for missing linked data (i.e. it is [an override of] a linked data that could not be found anymore)
|
|
179834
180261
|
|
|
@@ -184187,12 +184614,30 @@ class LayoutPanelState(bpy_struct):
|
|
|
184187
184614
|
class Library(ID, bpy_struct):
|
|
184188
184615
|
"""External .blend file from which data is linked"""
|
|
184189
184616
|
|
|
184617
|
+
archive_libraries: bpy_prop_collection[Library]
|
|
184618
|
+
""" Archive libraries of packed IDs, generated (and owned) by this source library
|
|
184619
|
+
|
|
184620
|
+
:type: bpy_prop_collection[Library]
|
|
184621
|
+
"""
|
|
184622
|
+
|
|
184623
|
+
archive_parent_library: typing_extensions.Self | None
|
|
184624
|
+
""" Source library from which this archive of packed IDs was generated
|
|
184625
|
+
|
|
184626
|
+
:type: typing_extensions.Self | None
|
|
184627
|
+
"""
|
|
184628
|
+
|
|
184190
184629
|
filepath: str
|
|
184191
184630
|
""" Path to the library .blend file
|
|
184192
184631
|
|
|
184193
184632
|
:type: str
|
|
184194
184633
|
"""
|
|
184195
184634
|
|
|
184635
|
+
is_archive: bool
|
|
184636
|
+
""" This library is an 'archive' storage for packed linked IDs originally linked from its 'archive parent' library.
|
|
184637
|
+
|
|
184638
|
+
:type: bool
|
|
184639
|
+
"""
|
|
184640
|
+
|
|
184196
184641
|
is_editable: bool
|
|
184197
184642
|
""" Data-blocks in this library are editable despite being linked. Used by brush assets and their dependencies.
|
|
184198
184643
|
|
|
@@ -197396,6 +197841,12 @@ class NodeClosureOutput(NodeInternal, Node, bpy_struct):
|
|
|
197396
197841
|
:type: int | None
|
|
197397
197842
|
"""
|
|
197398
197843
|
|
|
197844
|
+
define_signature: bool
|
|
197845
|
+
""" This zone defines a closure signature that should be used by other nodes
|
|
197846
|
+
|
|
197847
|
+
:type: bool
|
|
197848
|
+
"""
|
|
197849
|
+
|
|
197399
197850
|
input_items: NodeClosureInputItems
|
|
197400
197851
|
"""
|
|
197401
197852
|
|
|
@@ -197487,6 +197938,12 @@ class NodeClosureOutputItem(bpy_struct):
|
|
|
197487
197938
|
:type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
197488
197939
|
"""
|
|
197489
197940
|
|
|
197941
|
+
structure_type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
197942
|
+
""" What kind of higher order types are expected to flow through this socket
|
|
197943
|
+
|
|
197944
|
+
:type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
197945
|
+
"""
|
|
197946
|
+
|
|
197490
197947
|
@classmethod
|
|
197491
197948
|
def bl_rna_get_subclass(
|
|
197492
197949
|
cls,
|
|
@@ -197534,6 +197991,12 @@ class NodeCombineBundle(NodeInternal, Node, bpy_struct):
|
|
|
197534
197991
|
:type: NodeCombineBundleItems
|
|
197535
197992
|
"""
|
|
197536
197993
|
|
|
197994
|
+
define_signature: bool
|
|
197995
|
+
""" This node defines a bundle signature that should be used by other nodes
|
|
197996
|
+
|
|
197997
|
+
:type: bool
|
|
197998
|
+
"""
|
|
197999
|
+
|
|
197537
198000
|
@classmethod
|
|
197538
198001
|
def is_registered_node_type(cls) -> bool:
|
|
197539
198002
|
"""True if a registered node type
|
|
@@ -197613,6 +198076,12 @@ class NodeCombineBundleItem(bpy_struct):
|
|
|
197613
198076
|
:type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
197614
198077
|
"""
|
|
197615
198078
|
|
|
198079
|
+
structure_type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
198080
|
+
""" What kind of higher order types are expected to flow through this socket
|
|
198081
|
+
|
|
198082
|
+
:type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
198083
|
+
"""
|
|
198084
|
+
|
|
197616
198085
|
@classmethod
|
|
197617
198086
|
def bl_rna_get_subclass(
|
|
197618
198087
|
cls,
|
|
@@ -197761,6 +198230,75 @@ class NodeCustomGroup(Node, bpy_struct):
|
|
|
197761
198230
|
:rtype: typing.Any
|
|
197762
198231
|
"""
|
|
197763
198232
|
|
|
198233
|
+
class NodeEnableOutput(NodeInternal, Node, bpy_struct):
|
|
198234
|
+
"""Either pass through the input value or output the fallback value"""
|
|
198235
|
+
|
|
198236
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
198237
|
+
"""
|
|
198238
|
+
|
|
198239
|
+
:type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
198240
|
+
"""
|
|
198241
|
+
|
|
198242
|
+
@classmethod
|
|
198243
|
+
def is_registered_node_type(cls) -> bool:
|
|
198244
|
+
"""True if a registered node type
|
|
198245
|
+
|
|
198246
|
+
:return: Result
|
|
198247
|
+
:rtype: bool
|
|
198248
|
+
"""
|
|
198249
|
+
|
|
198250
|
+
@classmethod
|
|
198251
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
198252
|
+
"""Input socket template
|
|
198253
|
+
|
|
198254
|
+
:param index: Index
|
|
198255
|
+
:type index: int | None
|
|
198256
|
+
:return: result
|
|
198257
|
+
:rtype: NodeInternalSocketTemplate
|
|
198258
|
+
"""
|
|
198259
|
+
|
|
198260
|
+
@classmethod
|
|
198261
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
198262
|
+
"""Output socket template
|
|
198263
|
+
|
|
198264
|
+
:param index: Index
|
|
198265
|
+
:type index: int | None
|
|
198266
|
+
:return: result
|
|
198267
|
+
:rtype: NodeInternalSocketTemplate
|
|
198268
|
+
"""
|
|
198269
|
+
|
|
198270
|
+
@classmethod
|
|
198271
|
+
def bl_rna_get_subclass(
|
|
198272
|
+
cls,
|
|
198273
|
+
id: str | None,
|
|
198274
|
+
default=None,
|
|
198275
|
+
/,
|
|
198276
|
+
) -> Struct:
|
|
198277
|
+
"""
|
|
198278
|
+
|
|
198279
|
+
:param id: The RNA type identifier.
|
|
198280
|
+
:type id: str | None
|
|
198281
|
+
:param default:
|
|
198282
|
+
:return: The RNA type or default when not found.
|
|
198283
|
+
:rtype: Struct
|
|
198284
|
+
"""
|
|
198285
|
+
|
|
198286
|
+
@classmethod
|
|
198287
|
+
def bl_rna_get_subclass_py(
|
|
198288
|
+
cls,
|
|
198289
|
+
id: str | None,
|
|
198290
|
+
default=None,
|
|
198291
|
+
/,
|
|
198292
|
+
) -> typing.Any:
|
|
198293
|
+
"""
|
|
198294
|
+
|
|
198295
|
+
:param id: The RNA type identifier.
|
|
198296
|
+
:type id: str | None
|
|
198297
|
+
:param default:
|
|
198298
|
+
:return: The class or default when not found.
|
|
198299
|
+
:rtype: typing.Any
|
|
198300
|
+
"""
|
|
198301
|
+
|
|
197764
198302
|
class NodeEnumItem(bpy_struct):
|
|
197765
198303
|
description: str
|
|
197766
198304
|
"""
|
|
@@ -197821,6 +198359,12 @@ class NodeEvaluateClosure(NodeInternal, Node, bpy_struct):
|
|
|
197821
198359
|
:type: int | None
|
|
197822
198360
|
"""
|
|
197823
198361
|
|
|
198362
|
+
define_signature: bool
|
|
198363
|
+
""" This node defines a closure signature that should be used by other nodes
|
|
198364
|
+
|
|
198365
|
+
:type: bool
|
|
198366
|
+
"""
|
|
198367
|
+
|
|
197824
198368
|
input_items: NodeEvaluateClosureInputItems
|
|
197825
198369
|
"""
|
|
197826
198370
|
|
|
@@ -198844,6 +199388,12 @@ class NodeSeparateBundle(NodeInternal, Node, bpy_struct):
|
|
|
198844
199388
|
:type: NodeSeparateBundleItems
|
|
198845
199389
|
"""
|
|
198846
199390
|
|
|
199391
|
+
define_signature: bool
|
|
199392
|
+
""" This node defines a bundle signature that should be used by other nodes
|
|
199393
|
+
|
|
199394
|
+
:type: bool
|
|
199395
|
+
"""
|
|
199396
|
+
|
|
198847
199397
|
@classmethod
|
|
198848
199398
|
def is_registered_node_type(cls) -> bool:
|
|
198849
199399
|
"""True if a registered node type
|
|
@@ -198923,6 +199473,12 @@ class NodeSeparateBundleItem(bpy_struct):
|
|
|
198923
199473
|
:type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
198924
199474
|
"""
|
|
198925
199475
|
|
|
199476
|
+
structure_type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
199477
|
+
""" What kind of higher order types are expected to flow through this socket
|
|
199478
|
+
|
|
199479
|
+
:type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
199480
|
+
"""
|
|
199481
|
+
|
|
198926
199482
|
@classmethod
|
|
198927
199483
|
def bl_rna_get_subclass(
|
|
198928
199484
|
cls,
|
|
@@ -215070,6 +215626,18 @@ class PoseBone(bpy_struct):
|
|
|
215070
215626
|
:type: bool
|
|
215071
215627
|
"""
|
|
215072
215628
|
|
|
215629
|
+
use_transform_around_custom_shape: bool
|
|
215630
|
+
""" Transform the bone as if it was a child of the Custom Shape Transform bone. This can be useful when combining shape-key and armature deformations.
|
|
215631
|
+
|
|
215632
|
+
:type: bool
|
|
215633
|
+
"""
|
|
215634
|
+
|
|
215635
|
+
use_transform_at_custom_shape: bool
|
|
215636
|
+
""" The location and orientation of the Custom Shape Transform bone will be used for transform gizmos and for other transform operators in the 3D Viewport. When disabled, the 3D Viewport will still use the actual bone transform for these, even when the custom bone shape transform is overridden.
|
|
215637
|
+
|
|
215638
|
+
:type: bool
|
|
215639
|
+
"""
|
|
215640
|
+
|
|
215073
215641
|
basename: typing.Any
|
|
215074
215642
|
""" The name of this bone before any . character.(readonly)"""
|
|
215075
215643
|
|
|
@@ -215797,6 +216365,12 @@ class PreferencesEdit(bpy_struct):
|
|
|
215797
216365
|
class PreferencesExperimental(bpy_struct):
|
|
215798
216366
|
"""Experimental features"""
|
|
215799
216367
|
|
|
216368
|
+
no_data_block_packing: bool
|
|
216369
|
+
""" Fall-back to appending instead of packing data-blocks
|
|
216370
|
+
|
|
216371
|
+
:type: bool
|
|
216372
|
+
"""
|
|
216373
|
+
|
|
215800
216374
|
override_auto_resync: bool
|
|
215801
216375
|
""" Disable library overrides automatic resync detection and process on file load (can be useful to help fixing broken files). Also see the "--disable-liboverride-auto-resync" command line option
|
|
215802
216376
|
|
|
@@ -223338,6 +223912,53 @@ class SequencerCacheOverlay(bpy_struct):
|
|
|
223338
223912
|
:rtype: typing.Any
|
|
223339
223913
|
"""
|
|
223340
223914
|
|
|
223915
|
+
class SequencerCompositorModifierData(StripModifier, bpy_struct):
|
|
223916
|
+
"""Compositor Modifier"""
|
|
223917
|
+
|
|
223918
|
+
node_group: NodeTree | None
|
|
223919
|
+
""" Node group that controls what this modifier does
|
|
223920
|
+
|
|
223921
|
+
:type: NodeTree | None
|
|
223922
|
+
"""
|
|
223923
|
+
|
|
223924
|
+
open_mask_input_panel: bool
|
|
223925
|
+
"""
|
|
223926
|
+
|
|
223927
|
+
:type: bool
|
|
223928
|
+
"""
|
|
223929
|
+
|
|
223930
|
+
@classmethod
|
|
223931
|
+
def bl_rna_get_subclass(
|
|
223932
|
+
cls,
|
|
223933
|
+
id: str | None,
|
|
223934
|
+
default=None,
|
|
223935
|
+
/,
|
|
223936
|
+
) -> Struct:
|
|
223937
|
+
"""
|
|
223938
|
+
|
|
223939
|
+
:param id: The RNA type identifier.
|
|
223940
|
+
:type id: str | None
|
|
223941
|
+
:param default:
|
|
223942
|
+
:return: The RNA type or default when not found.
|
|
223943
|
+
:rtype: Struct
|
|
223944
|
+
"""
|
|
223945
|
+
|
|
223946
|
+
@classmethod
|
|
223947
|
+
def bl_rna_get_subclass_py(
|
|
223948
|
+
cls,
|
|
223949
|
+
id: str | None,
|
|
223950
|
+
default=None,
|
|
223951
|
+
/,
|
|
223952
|
+
) -> typing.Any:
|
|
223953
|
+
"""
|
|
223954
|
+
|
|
223955
|
+
:param id: The RNA type identifier.
|
|
223956
|
+
:type id: str | None
|
|
223957
|
+
:param default:
|
|
223958
|
+
:return: The class or default when not found.
|
|
223959
|
+
:rtype: typing.Any
|
|
223960
|
+
"""
|
|
223961
|
+
|
|
223341
223962
|
class SequencerPreviewOverlay(bpy_struct):
|
|
223342
223963
|
show_annotation: bool
|
|
223343
223964
|
""" Show annotations for this view
|
|
@@ -235268,10 +235889,10 @@ class SpaceNodeEditor(Space, bpy_struct):
|
|
|
235268
235889
|
:type: NodeTree | None
|
|
235269
235890
|
"""
|
|
235270
235891
|
|
|
235271
|
-
node_tree_sub_type:
|
|
235892
|
+
node_tree_sub_type: str
|
|
235272
235893
|
"""
|
|
235273
235894
|
|
|
235274
|
-
:type:
|
|
235895
|
+
:type: str
|
|
235275
235896
|
"""
|
|
235276
235897
|
|
|
235277
235898
|
overlay: SpaceNodeOverlay
|
|
@@ -245384,18 +246005,6 @@ class ThemeImageEditor(bpy_struct):
|
|
|
245384
246005
|
:type: mathutils.Color
|
|
245385
246006
|
"""
|
|
245386
246007
|
|
|
245387
|
-
paint_curve_handle: bpy_prop_array[float]
|
|
245388
|
-
"""
|
|
245389
|
-
|
|
245390
|
-
:type: bpy_prop_array[float]
|
|
245391
|
-
"""
|
|
245392
|
-
|
|
245393
|
-
paint_curve_pivot: bpy_prop_array[float]
|
|
245394
|
-
"""
|
|
245395
|
-
|
|
245396
|
-
:type: bpy_prop_array[float]
|
|
245397
|
-
"""
|
|
245398
|
-
|
|
245399
246008
|
preview_stitch_active: bpy_prop_array[float]
|
|
245400
246009
|
"""
|
|
245401
246010
|
|
|
@@ -247728,18 +248337,6 @@ class ThemeView3D(bpy_struct):
|
|
|
247728
248337
|
:type: int
|
|
247729
248338
|
"""
|
|
247730
248339
|
|
|
247731
|
-
paint_curve_handle: bpy_prop_array[float]
|
|
247732
|
-
"""
|
|
247733
|
-
|
|
247734
|
-
:type: bpy_prop_array[float]
|
|
247735
|
-
"""
|
|
247736
|
-
|
|
247737
|
-
paint_curve_pivot: bpy_prop_array[float]
|
|
247738
|
-
"""
|
|
247739
|
-
|
|
247740
|
-
:type: bpy_prop_array[float]
|
|
247741
|
-
"""
|
|
247742
|
-
|
|
247743
248340
|
seam: mathutils.Color
|
|
247744
248341
|
"""
|
|
247745
248342
|
|
|
@@ -252719,10 +253316,10 @@ class UnknownType(bpy_struct):
|
|
|
252719
253316
|
class UserAssetLibrary(bpy_struct):
|
|
252720
253317
|
"""Settings to define a reusable library for Asset Browsers to use"""
|
|
252721
253318
|
|
|
252722
|
-
import_method: typing.Literal["LINK", "APPEND", "APPEND_REUSE"]
|
|
253319
|
+
import_method: typing.Literal["LINK", "APPEND", "APPEND_REUSE", "PACK"]
|
|
252723
253320
|
""" Determine how the asset will be imported, unless overridden by the Asset Browser
|
|
252724
253321
|
|
|
252725
|
-
:type: typing.Literal['LINK','APPEND','APPEND_REUSE']
|
|
253322
|
+
:type: typing.Literal['LINK','APPEND','APPEND_REUSE','PACK']
|
|
252726
253323
|
"""
|
|
252727
253324
|
|
|
252728
253325
|
name: str
|
|
@@ -256623,6 +257220,12 @@ class VolumeRender(bpy_struct):
|
|
|
256623
257220
|
:type: typing.Literal['OBJECT','WORLD']
|
|
256624
257221
|
"""
|
|
256625
257222
|
|
|
257223
|
+
step_size: float
|
|
257224
|
+
""" Distance between volume samples. Lower values render more detail at the cost of performance. If set to zero, the step size is automatically determined based on voxel size.
|
|
257225
|
+
|
|
257226
|
+
:type: float
|
|
257227
|
+
"""
|
|
257228
|
+
|
|
256626
257229
|
@classmethod
|
|
256627
257230
|
def bl_rna_get_subclass(
|
|
256628
257231
|
cls,
|
|
@@ -261945,6 +262548,8 @@ RENDER_MT_pixeldensity_presets: bl_ui.properties_output.RENDER_MT_pixeldensity_p
|
|
|
261945
262548
|
|
|
261946
262549
|
RENDER_PT_color_management: bl_ui.properties_render.RENDER_PT_color_management
|
|
261947
262550
|
|
|
262551
|
+
RENDER_PT_color_management_advanced: bl_ui.properties_render.RENDER_PT_color_management_advanced
|
|
262552
|
+
|
|
261948
262553
|
RENDER_PT_color_management_curves: bl_ui.properties_render.RENDER_PT_color_management_curves
|
|
261949
262554
|
|
|
261950
262555
|
RENDER_PT_color_management_white_balance: bl_ui.properties_render.RENDER_PT_color_management_white_balance
|