fake-bpy-module 20250926__py3-none-any.whl → 20250927__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 +15 -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 +260 -30
- {fake_bpy_module-20250926.dist-info → fake_bpy_module-20250927.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250926.dist-info → fake_bpy_module-20250927.dist-info}/RECORD +23 -23
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20250926.dist-info → fake_bpy_module-20250927.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250926.dist-info → fake_bpy_module-20250927.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
|
|
@@ -34329,6 +34345,7 @@ It demonstrates:
|
|
|
34329
34345
|
* ID.use_fake_user
|
|
34330
34346
|
* ID.use_extra_user
|
|
34331
34347
|
* ID.is_embedded_data
|
|
34348
|
+
* ID.is_linked_packed
|
|
34332
34349
|
* ID.is_missing
|
|
34333
34350
|
* ID.is_runtime_data
|
|
34334
34351
|
* ID.is_editable
|
|
@@ -34822,6 +34839,7 @@ It demonstrates:
|
|
|
34822
34839
|
* ID.use_fake_user
|
|
34823
34840
|
* ID.use_extra_user
|
|
34824
34841
|
* ID.is_embedded_data
|
|
34842
|
+
* ID.is_linked_packed
|
|
34825
34843
|
* ID.is_missing
|
|
34826
34844
|
* ID.is_runtime_data
|
|
34827
34845
|
* ID.is_editable
|
|
@@ -35049,6 +35067,7 @@ It demonstrates:
|
|
|
35049
35067
|
* ID.use_fake_user
|
|
35050
35068
|
* ID.use_extra_user
|
|
35051
35069
|
* ID.is_embedded_data
|
|
35070
|
+
* ID.is_linked_packed
|
|
35052
35071
|
* ID.is_missing
|
|
35053
35072
|
* ID.is_runtime_data
|
|
35054
35073
|
* ID.is_editable
|
|
@@ -36370,6 +36389,7 @@ Executing the operator will then print all values.
|
|
|
36370
36389
|
* ID.use_fake_user
|
|
36371
36390
|
* ID.use_extra_user
|
|
36372
36391
|
* ID.is_embedded_data
|
|
36392
|
+
* ID.is_linked_packed
|
|
36373
36393
|
* ID.is_missing
|
|
36374
36394
|
* ID.is_runtime_data
|
|
36375
36395
|
* ID.is_editable
|
|
@@ -37841,6 +37861,7 @@ Operator.draw method for layout and display.
|
|
|
37841
37861
|
* ID.use_fake_user
|
|
37842
37862
|
* ID.use_extra_user
|
|
37843
37863
|
* ID.is_embedded_data
|
|
37864
|
+
* ID.is_linked_packed
|
|
37844
37865
|
* ID.is_missing
|
|
37845
37866
|
* ID.is_runtime_data
|
|
37846
37867
|
* ID.is_editable
|
|
@@ -38696,6 +38717,7 @@ Operator.draw method for layout and display.
|
|
|
38696
38717
|
* ID.use_fake_user
|
|
38697
38718
|
* ID.use_extra_user
|
|
38698
38719
|
* ID.is_embedded_data
|
|
38720
|
+
* ID.is_linked_packed
|
|
38699
38721
|
* ID.is_missing
|
|
38700
38722
|
* ID.is_runtime_data
|
|
38701
38723
|
* ID.is_editable
|
|
@@ -40753,6 +40775,7 @@ Operator.draw method for layout and display.
|
|
|
40753
40775
|
* ID.use_fake_user
|
|
40754
40776
|
* ID.use_extra_user
|
|
40755
40777
|
* ID.is_embedded_data
|
|
40778
|
+
* ID.is_linked_packed
|
|
40756
40779
|
* ID.is_missing
|
|
40757
40780
|
* ID.is_runtime_data
|
|
40758
40781
|
* ID.is_editable
|
|
@@ -41996,6 +42019,7 @@ Operator.draw method for layout and display.
|
|
|
41996
42019
|
* ID.use_fake_user
|
|
41997
42020
|
* ID.use_extra_user
|
|
41998
42021
|
* ID.is_embedded_data
|
|
42022
|
+
* ID.is_linked_packed
|
|
41999
42023
|
* ID.is_missing
|
|
42000
42024
|
* ID.is_runtime_data
|
|
42001
42025
|
* ID.is_editable
|
|
@@ -42165,6 +42189,7 @@ Operator.draw method for layout and display.
|
|
|
42165
42189
|
* ID.use_fake_user
|
|
42166
42190
|
* ID.use_extra_user
|
|
42167
42191
|
* ID.is_embedded_data
|
|
42192
|
+
* ID.is_linked_packed
|
|
42168
42193
|
* ID.is_missing
|
|
42169
42194
|
* ID.is_runtime_data
|
|
42170
42195
|
* ID.is_editable
|
|
@@ -42870,6 +42895,7 @@ Operator.draw method for layout and display.
|
|
|
42870
42895
|
* ID.use_fake_user
|
|
42871
42896
|
* ID.use_extra_user
|
|
42872
42897
|
* ID.is_embedded_data
|
|
42898
|
+
* ID.is_linked_packed
|
|
42873
42899
|
* ID.is_missing
|
|
42874
42900
|
* ID.is_runtime_data
|
|
42875
42901
|
* ID.is_editable
|
|
@@ -45587,6 +45613,7 @@ Operator.draw method for layout and display.
|
|
|
45587
45613
|
* ID.use_fake_user
|
|
45588
45614
|
* ID.use_extra_user
|
|
45589
45615
|
* ID.is_embedded_data
|
|
45616
|
+
* ID.is_linked_packed
|
|
45590
45617
|
* ID.is_missing
|
|
45591
45618
|
* ID.is_runtime_data
|
|
45592
45619
|
* ID.is_editable
|
|
@@ -46321,6 +46348,7 @@ Operator.draw method for layout and display.
|
|
|
46321
46348
|
* ID.use_fake_user
|
|
46322
46349
|
* ID.use_extra_user
|
|
46323
46350
|
* ID.is_embedded_data
|
|
46351
|
+
* ID.is_linked_packed
|
|
46324
46352
|
* ID.is_missing
|
|
46325
46353
|
* ID.is_runtime_data
|
|
46326
46354
|
* ID.is_editable
|
|
@@ -47274,6 +47302,7 @@ Operator.draw method for layout and display.
|
|
|
47274
47302
|
* ID.use_fake_user
|
|
47275
47303
|
* ID.use_extra_user
|
|
47276
47304
|
* ID.is_embedded_data
|
|
47305
|
+
* ID.is_linked_packed
|
|
47277
47306
|
* ID.is_missing
|
|
47278
47307
|
* ID.is_runtime_data
|
|
47279
47308
|
* ID.is_editable
|
|
@@ -54864,6 +54893,7 @@ Operator.draw method for layout and display.
|
|
|
54864
54893
|
* ID.use_fake_user
|
|
54865
54894
|
* ID.use_extra_user
|
|
54866
54895
|
* ID.is_embedded_data
|
|
54896
|
+
* ID.is_linked_packed
|
|
54867
54897
|
* ID.is_missing
|
|
54868
54898
|
* ID.is_runtime_data
|
|
54869
54899
|
* ID.is_editable
|
|
@@ -56071,6 +56101,7 @@ Operator.draw method for layout and display.
|
|
|
56071
56101
|
* ID.use_fake_user
|
|
56072
56102
|
* ID.use_extra_user
|
|
56073
56103
|
* ID.is_embedded_data
|
|
56104
|
+
* ID.is_linked_packed
|
|
56074
56105
|
* ID.is_missing
|
|
56075
56106
|
* ID.is_runtime_data
|
|
56076
56107
|
* ID.is_editable
|
|
@@ -62500,6 +62531,7 @@ print(positions_data)
|
|
|
62500
62531
|
* ID.use_fake_user
|
|
62501
62532
|
* ID.use_extra_user
|
|
62502
62533
|
* ID.is_embedded_data
|
|
62534
|
+
* ID.is_linked_packed
|
|
62503
62535
|
* ID.is_missing
|
|
62504
62536
|
* ID.is_runtime_data
|
|
62505
62537
|
* ID.is_editable
|
|
@@ -63569,6 +63601,7 @@ print(positions_data)
|
|
|
63569
63601
|
* ID.use_fake_user
|
|
63570
63602
|
* ID.use_extra_user
|
|
63571
63603
|
* ID.is_embedded_data
|
|
63604
|
+
* ID.is_linked_packed
|
|
63572
63605
|
* ID.is_missing
|
|
63573
63606
|
* ID.is_runtime_data
|
|
63574
63607
|
* ID.is_editable
|
|
@@ -63700,6 +63733,7 @@ print(positions_data)
|
|
|
63700
63733
|
* ID.use_fake_user
|
|
63701
63734
|
* ID.use_extra_user
|
|
63702
63735
|
* ID.is_embedded_data
|
|
63736
|
+
* ID.is_linked_packed
|
|
63703
63737
|
* ID.is_missing
|
|
63704
63738
|
* ID.is_runtime_data
|
|
63705
63739
|
* ID.is_editable
|
|
@@ -67243,6 +67277,7 @@ print(positions_data)
|
|
|
67243
67277
|
* ID.use_fake_user
|
|
67244
67278
|
* ID.use_extra_user
|
|
67245
67279
|
* ID.is_embedded_data
|
|
67280
|
+
* ID.is_linked_packed
|
|
67246
67281
|
* ID.is_missing
|
|
67247
67282
|
* ID.is_runtime_data
|
|
67248
67283
|
* ID.is_editable
|
|
@@ -68888,6 +68923,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
68888
68923
|
* ID.use_fake_user
|
|
68889
68924
|
* ID.use_extra_user
|
|
68890
68925
|
* ID.is_embedded_data
|
|
68926
|
+
* ID.is_linked_packed
|
|
68891
68927
|
* ID.is_missing
|
|
68892
68928
|
* ID.is_runtime_data
|
|
68893
68929
|
* ID.is_editable
|
|
@@ -70049,6 +70085,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
70049
70085
|
* ID.use_fake_user
|
|
70050
70086
|
* ID.use_extra_user
|
|
70051
70087
|
* ID.is_embedded_data
|
|
70088
|
+
* ID.is_linked_packed
|
|
70052
70089
|
* ID.is_missing
|
|
70053
70090
|
* ID.is_runtime_data
|
|
70054
70091
|
* ID.is_editable
|
|
@@ -70745,6 +70782,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
70745
70782
|
* ID.use_fake_user
|
|
70746
70783
|
* ID.use_extra_user
|
|
70747
70784
|
* ID.is_embedded_data
|
|
70785
|
+
* ID.is_linked_packed
|
|
70748
70786
|
* ID.is_missing
|
|
70749
70787
|
* ID.is_runtime_data
|
|
70750
70788
|
* ID.is_editable
|
|
@@ -71813,6 +71851,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
71813
71851
|
* ID.use_fake_user
|
|
71814
71852
|
* ID.use_extra_user
|
|
71815
71853
|
* ID.is_embedded_data
|
|
71854
|
+
* ID.is_linked_packed
|
|
71816
71855
|
* ID.is_missing
|
|
71817
71856
|
* ID.is_runtime_data
|
|
71818
71857
|
* ID.is_editable
|
|
@@ -72207,6 +72246,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
72207
72246
|
* ID.use_fake_user
|
|
72208
72247
|
* ID.use_extra_user
|
|
72209
72248
|
* ID.is_embedded_data
|
|
72249
|
+
* ID.is_linked_packed
|
|
72210
72250
|
* ID.is_missing
|
|
72211
72251
|
* ID.is_runtime_data
|
|
72212
72252
|
* ID.is_editable
|
|
@@ -75882,6 +75922,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
75882
75922
|
* ID.use_fake_user
|
|
75883
75923
|
* ID.use_extra_user
|
|
75884
75924
|
* ID.is_embedded_data
|
|
75925
|
+
* ID.is_linked_packed
|
|
75885
75926
|
* ID.is_missing
|
|
75886
75927
|
* ID.is_runtime_data
|
|
75887
75928
|
* ID.is_editable
|
|
@@ -78120,6 +78161,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
78120
78161
|
* ID.use_fake_user
|
|
78121
78162
|
* ID.use_extra_user
|
|
78122
78163
|
* ID.is_embedded_data
|
|
78164
|
+
* ID.is_linked_packed
|
|
78123
78165
|
* ID.is_missing
|
|
78124
78166
|
* ID.is_runtime_data
|
|
78125
78167
|
* ID.is_editable
|
|
@@ -78731,6 +78773,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
78731
78773
|
* ID.use_fake_user
|
|
78732
78774
|
* ID.use_extra_user
|
|
78733
78775
|
* ID.is_embedded_data
|
|
78776
|
+
* ID.is_linked_packed
|
|
78734
78777
|
* ID.is_missing
|
|
78735
78778
|
* ID.is_runtime_data
|
|
78736
78779
|
* ID.is_editable
|
|
@@ -80788,6 +80831,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
80788
80831
|
* ID.use_fake_user
|
|
80789
80832
|
* ID.use_extra_user
|
|
80790
80833
|
* ID.is_embedded_data
|
|
80834
|
+
* ID.is_linked_packed
|
|
80791
80835
|
* ID.is_missing
|
|
80792
80836
|
* ID.is_runtime_data
|
|
80793
80837
|
* ID.is_editable
|
|
@@ -81923,6 +81967,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
81923
81967
|
* ID.use_fake_user
|
|
81924
81968
|
* ID.use_extra_user
|
|
81925
81969
|
* ID.is_embedded_data
|
|
81970
|
+
* ID.is_linked_packed
|
|
81926
81971
|
* ID.is_missing
|
|
81927
81972
|
* ID.is_runtime_data
|
|
81928
81973
|
* ID.is_editable
|
|
@@ -82608,6 +82653,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
82608
82653
|
* ID.use_fake_user
|
|
82609
82654
|
* ID.use_extra_user
|
|
82610
82655
|
* ID.is_embedded_data
|
|
82656
|
+
* ID.is_linked_packed
|
|
82611
82657
|
* ID.is_missing
|
|
82612
82658
|
* ID.is_runtime_data
|
|
82613
82659
|
* ID.is_editable
|
|
@@ -83038,6 +83084,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
83038
83084
|
* ID.use_fake_user
|
|
83039
83085
|
* ID.use_extra_user
|
|
83040
83086
|
* ID.is_embedded_data
|
|
83087
|
+
* ID.is_linked_packed
|
|
83041
83088
|
* ID.is_missing
|
|
83042
83089
|
* ID.is_runtime_data
|
|
83043
83090
|
* ID.is_editable
|
|
@@ -85751,6 +85798,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
85751
85798
|
* ID.use_fake_user
|
|
85752
85799
|
* ID.use_extra_user
|
|
85753
85800
|
* ID.is_embedded_data
|
|
85801
|
+
* ID.is_linked_packed
|
|
85754
85802
|
* ID.is_missing
|
|
85755
85803
|
* ID.is_runtime_data
|
|
85756
85804
|
* ID.is_editable
|
|
@@ -86482,6 +86530,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
86482
86530
|
* ID.use_fake_user
|
|
86483
86531
|
* ID.use_extra_user
|
|
86484
86532
|
* ID.is_embedded_data
|
|
86533
|
+
* ID.is_linked_packed
|
|
86485
86534
|
* ID.is_missing
|
|
86486
86535
|
* ID.is_runtime_data
|
|
86487
86536
|
* ID.is_editable
|
|
@@ -87011,6 +87060,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
87011
87060
|
* ID.use_fake_user
|
|
87012
87061
|
* ID.use_extra_user
|
|
87013
87062
|
* ID.is_embedded_data
|
|
87063
|
+
* ID.is_linked_packed
|
|
87014
87064
|
* ID.is_missing
|
|
87015
87065
|
* ID.is_runtime_data
|
|
87016
87066
|
* ID.is_editable
|
|
@@ -87960,6 +88010,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
87960
88010
|
* ID.use_fake_user
|
|
87961
88011
|
* ID.use_extra_user
|
|
87962
88012
|
* ID.is_embedded_data
|
|
88013
|
+
* ID.is_linked_packed
|
|
87963
88014
|
* ID.is_missing
|
|
87964
88015
|
* ID.is_runtime_data
|
|
87965
88016
|
* ID.is_editable
|
|
@@ -88161,6 +88212,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
88161
88212
|
* Action.fcurve_ensure_for_datablock
|
|
88162
88213
|
* ActionSlot.users
|
|
88163
88214
|
* AssetRepresentation.local_id
|
|
88215
|
+
* BlendData.pack_linked_ids_hierarchy
|
|
88216
|
+
* BlendData.pack_linked_ids_hierarchy
|
|
88164
88217
|
* BlendDataObjects.new
|
|
88165
88218
|
* BlendImportContextItem.id
|
|
88166
88219
|
* BlendImportContextItem.library_override_id
|
|
@@ -91398,6 +91451,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
91398
91451
|
* ID.use_fake_user
|
|
91399
91452
|
* ID.use_extra_user
|
|
91400
91453
|
* ID.is_embedded_data
|
|
91454
|
+
* ID.is_linked_packed
|
|
91401
91455
|
* ID.is_missing
|
|
91402
91456
|
* ID.is_runtime_data
|
|
91403
91457
|
* ID.is_editable
|
|
@@ -91466,6 +91520,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
91466
91520
|
* BlendDataLibraries.remove
|
|
91467
91521
|
* BlendImportContextItem.source_library
|
|
91468
91522
|
* ID.library
|
|
91523
|
+
* Library.archive_libraries
|
|
91524
|
+
* Library.archive_parent_library
|
|
91469
91525
|
* Library.parent
|
|
91470
91526
|
|
|
91471
91527
|
:columns: 2
|
|
@@ -92623,6 +92679,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
92623
92679
|
* ID.use_fake_user
|
|
92624
92680
|
* ID.use_extra_user
|
|
92625
92681
|
* ID.is_embedded_data
|
|
92682
|
+
* ID.is_linked_packed
|
|
92626
92683
|
* ID.is_missing
|
|
92627
92684
|
* ID.is_runtime_data
|
|
92628
92685
|
* ID.is_editable
|
|
@@ -94638,6 +94695,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
94638
94695
|
* ID.use_fake_user
|
|
94639
94696
|
* ID.use_extra_user
|
|
94640
94697
|
* ID.is_embedded_data
|
|
94698
|
+
* ID.is_linked_packed
|
|
94641
94699
|
* ID.is_missing
|
|
94642
94700
|
* ID.is_runtime_data
|
|
94643
94701
|
* ID.is_editable
|
|
@@ -96872,6 +96930,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
96872
96930
|
* ID.use_fake_user
|
|
96873
96931
|
* ID.use_extra_user
|
|
96874
96932
|
* ID.is_embedded_data
|
|
96933
|
+
* ID.is_linked_packed
|
|
96875
96934
|
* ID.is_missing
|
|
96876
96935
|
* ID.is_runtime_data
|
|
96877
96936
|
* ID.is_editable
|
|
@@ -97712,6 +97771,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
97712
97771
|
* ID.use_fake_user
|
|
97713
97772
|
* ID.use_extra_user
|
|
97714
97773
|
* ID.is_embedded_data
|
|
97774
|
+
* ID.is_linked_packed
|
|
97715
97775
|
* ID.is_missing
|
|
97716
97776
|
* ID.is_runtime_data
|
|
97717
97777
|
* ID.is_editable
|
|
@@ -99186,6 +99246,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
99186
99246
|
* ID.use_fake_user
|
|
99187
99247
|
* ID.use_extra_user
|
|
99188
99248
|
* ID.is_embedded_data
|
|
99249
|
+
* ID.is_linked_packed
|
|
99189
99250
|
* ID.is_missing
|
|
99190
99251
|
* ID.is_runtime_data
|
|
99191
99252
|
* ID.is_editable
|
|
@@ -100219,6 +100280,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
100219
100280
|
* ID.use_fake_user
|
|
100220
100281
|
* ID.use_extra_user
|
|
100221
100282
|
* ID.is_embedded_data
|
|
100283
|
+
* ID.is_linked_packed
|
|
100222
100284
|
* ID.is_missing
|
|
100223
100285
|
* ID.is_runtime_data
|
|
100224
100286
|
* ID.is_editable
|
|
@@ -101589,6 +101651,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
101589
101651
|
* ID.use_fake_user
|
|
101590
101652
|
* ID.use_extra_user
|
|
101591
101653
|
* ID.is_embedded_data
|
|
101654
|
+
* ID.is_linked_packed
|
|
101592
101655
|
* ID.is_missing
|
|
101593
101656
|
* ID.is_runtime_data
|
|
101594
101657
|
* ID.is_editable
|
|
@@ -102597,6 +102660,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
102597
102660
|
* ID.use_fake_user
|
|
102598
102661
|
* ID.use_extra_user
|
|
102599
102662
|
* ID.is_embedded_data
|
|
102663
|
+
* ID.is_linked_packed
|
|
102600
102664
|
* ID.is_missing
|
|
102601
102665
|
* ID.is_runtime_data
|
|
102602
102666
|
* ID.is_editable
|
|
@@ -103000,6 +103064,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
103000
103064
|
* ID.use_fake_user
|
|
103001
103065
|
* ID.use_extra_user
|
|
103002
103066
|
* ID.is_embedded_data
|
|
103067
|
+
* ID.is_linked_packed
|
|
103003
103068
|
* ID.is_missing
|
|
103004
103069
|
* ID.is_runtime_data
|
|
103005
103070
|
* ID.is_editable
|
|
@@ -104237,6 +104302,54 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
104237
104302
|
:columns: 2
|
|
104238
104303
|
|
|
104239
104304
|
|
|
104305
|
+
--------------------
|
|
104306
|
+
|
|
104307
|
+
* bpy_struct.id_data
|
|
104308
|
+
* StripModifier.name
|
|
104309
|
+
* StripModifier.type
|
|
104310
|
+
* StripModifier.mute
|
|
104311
|
+
* StripModifier.enable
|
|
104312
|
+
* StripModifier.show_expanded
|
|
104313
|
+
* StripModifier.input_mask_type
|
|
104314
|
+
* StripModifier.mask_time
|
|
104315
|
+
* StripModifier.input_mask_strip
|
|
104316
|
+
* StripModifier.input_mask_id
|
|
104317
|
+
* StripModifier.is_active
|
|
104318
|
+
|
|
104319
|
+
:columns: 2
|
|
104320
|
+
|
|
104321
|
+
|
|
104322
|
+
--------------------
|
|
104323
|
+
|
|
104324
|
+
* bpy_struct.as_pointer
|
|
104325
|
+
* bpy_struct.driver_add
|
|
104326
|
+
* bpy_struct.driver_remove
|
|
104327
|
+
* bpy_struct.get
|
|
104328
|
+
* bpy_struct.id_properties_clear
|
|
104329
|
+
* bpy_struct.id_properties_ensure
|
|
104330
|
+
* bpy_struct.id_properties_ui
|
|
104331
|
+
* bpy_struct.is_property_hidden
|
|
104332
|
+
* bpy_struct.is_property_overridable_library
|
|
104333
|
+
* bpy_struct.is_property_readonly
|
|
104334
|
+
* bpy_struct.is_property_set
|
|
104335
|
+
* bpy_struct.items
|
|
104336
|
+
* bpy_struct.keyframe_delete
|
|
104337
|
+
* bpy_struct.keyframe_insert
|
|
104338
|
+
* bpy_struct.keys
|
|
104339
|
+
* bpy_struct.path_from_id
|
|
104340
|
+
* bpy_struct.path_resolve
|
|
104341
|
+
* bpy_struct.pop
|
|
104342
|
+
* bpy_struct.property_overridable_library_set
|
|
104343
|
+
* bpy_struct.property_unset
|
|
104344
|
+
* bpy_struct.rna_ancestors
|
|
104345
|
+
* bpy_struct.type_recast
|
|
104346
|
+
* bpy_struct.values
|
|
104347
|
+
* StripModifier.bl_rna_get_subclass
|
|
104348
|
+
* StripModifier.bl_rna_get_subclass_py
|
|
104349
|
+
|
|
104350
|
+
:columns: 2
|
|
104351
|
+
|
|
104352
|
+
|
|
104240
104353
|
--------------------
|
|
104241
104354
|
|
|
104242
104355
|
* bpy_struct.id_data
|
|
@@ -105479,6 +105592,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
105479
105592
|
* ID.use_fake_user
|
|
105480
105593
|
* ID.use_extra_user
|
|
105481
105594
|
* ID.is_embedded_data
|
|
105595
|
+
* ID.is_linked_packed
|
|
105482
105596
|
* ID.is_missing
|
|
105483
105597
|
* ID.is_runtime_data
|
|
105484
105598
|
* ID.is_editable
|
|
@@ -107227,6 +107341,7 @@ Menu.poll function.
|
|
|
107227
107341
|
* ID.use_fake_user
|
|
107228
107342
|
* ID.use_extra_user
|
|
107229
107343
|
* ID.is_embedded_data
|
|
107344
|
+
* ID.is_linked_packed
|
|
107230
107345
|
* ID.is_missing
|
|
107231
107346
|
* ID.is_runtime_data
|
|
107232
107347
|
* ID.is_editable
|
|
@@ -110235,6 +110350,7 @@ Menu.poll function.
|
|
|
110235
110350
|
* ID.use_fake_user
|
|
110236
110351
|
* ID.use_extra_user
|
|
110237
110352
|
* ID.is_embedded_data
|
|
110353
|
+
* ID.is_linked_packed
|
|
110238
110354
|
* ID.is_missing
|
|
110239
110355
|
* ID.is_runtime_data
|
|
110240
110356
|
* ID.is_editable
|
|
@@ -128199,6 +128315,15 @@ class BlendData(bpy_struct):
|
|
|
128199
128315
|
:type: BlendDataWorlds
|
|
128200
128316
|
"""
|
|
128201
128317
|
|
|
128318
|
+
def pack_linked_ids_hierarchy(self, root_id: ID | None) -> ID:
|
|
128319
|
+
"""Pack the given linked ID and its dependencies into current blendfile
|
|
128320
|
+
|
|
128321
|
+
:param root_id: Root linked ID to pack
|
|
128322
|
+
:type root_id: ID | None
|
|
128323
|
+
:return: The packed ID matching the given root ID
|
|
128324
|
+
:rtype: ID
|
|
128325
|
+
"""
|
|
128326
|
+
|
|
128202
128327
|
def batch_remove(self, ids: collections.abc.Sequence[ID] | None) -> None:
|
|
128203
128328
|
"""Remove (delete) several IDs at once.Note that this function is quicker than individual calls to `remove()` (from `bpy.types.BlendData`
|
|
128204
128329
|
ID collections), but less safe/versatile (it can break Blender, e.g. by removing all scenes...).
|
|
@@ -131809,6 +131934,12 @@ class BrushCapabilitiesSculpt(bpy_struct):
|
|
|
131809
131934
|
:type: bool
|
|
131810
131935
|
"""
|
|
131811
131936
|
|
|
131937
|
+
has_auto_smooth_pressure: bool
|
|
131938
|
+
"""
|
|
131939
|
+
|
|
131940
|
+
:type: bool
|
|
131941
|
+
"""
|
|
131942
|
+
|
|
131812
131943
|
has_color: bool
|
|
131813
131944
|
"""
|
|
131814
131945
|
|
|
@@ -131833,6 +131964,12 @@ class BrushCapabilitiesSculpt(bpy_struct):
|
|
|
131833
131964
|
:type: bool
|
|
131834
131965
|
"""
|
|
131835
131966
|
|
|
131967
|
+
has_hardness_pressure: bool
|
|
131968
|
+
"""
|
|
131969
|
+
|
|
131970
|
+
:type: bool
|
|
131971
|
+
"""
|
|
131972
|
+
|
|
131836
131973
|
has_height: bool
|
|
131837
131974
|
"""
|
|
131838
131975
|
|
|
@@ -131905,6 +132042,12 @@ class BrushCapabilitiesSculpt(bpy_struct):
|
|
|
131905
132042
|
:type: bool
|
|
131906
132043
|
"""
|
|
131907
132044
|
|
|
132045
|
+
has_size_pressure: bool
|
|
132046
|
+
"""
|
|
132047
|
+
|
|
132048
|
+
:type: bool
|
|
132049
|
+
"""
|
|
132050
|
+
|
|
131908
132051
|
has_smooth_stroke: bool
|
|
131909
132052
|
"""
|
|
131910
132053
|
|
|
@@ -135773,6 +135916,12 @@ class ColorManagedDisplaySettings(bpy_struct):
|
|
|
135773
135916
|
:type: typing.Literal['NONE']
|
|
135774
135917
|
"""
|
|
135775
135918
|
|
|
135919
|
+
emulation: typing.Literal["OFF", "AUTO"]
|
|
135920
|
+
""" Control how images in the chosen display are mapped to the physical display
|
|
135921
|
+
|
|
135922
|
+
:type: typing.Literal['OFF','AUTO']
|
|
135923
|
+
"""
|
|
135924
|
+
|
|
135776
135925
|
@classmethod
|
|
135777
135926
|
def bl_rna_get_subclass(
|
|
135778
135927
|
cls,
|
|
@@ -135926,6 +136075,12 @@ class ColorManagedViewSettings(bpy_struct):
|
|
|
135926
136075
|
:type: typing.Literal['NONE']
|
|
135927
136076
|
"""
|
|
135928
136077
|
|
|
136078
|
+
support_emulation: bool
|
|
136079
|
+
""" The display and view transform supports automatic emulation for another display device, using the display color spaces mechanism in OpenColorIO v2 configurations
|
|
136080
|
+
|
|
136081
|
+
:type: bool
|
|
136082
|
+
"""
|
|
136083
|
+
|
|
135929
136084
|
use_curve_mapping: bool
|
|
135930
136085
|
""" Use RGB curved for pre-display transformation
|
|
135931
136086
|
|
|
@@ -150461,10 +150616,12 @@ class FileAssetSelectParams(FileSelectParams, bpy_struct):
|
|
|
150461
150616
|
:type: FileAssetSelectIDFilter
|
|
150462
150617
|
"""
|
|
150463
150618
|
|
|
150464
|
-
import_method: typing.Literal[
|
|
150619
|
+
import_method: typing.Literal[
|
|
150620
|
+
"FOLLOW_PREFS", "LINK", "APPEND", "APPEND_REUSE", "PACK"
|
|
150621
|
+
]
|
|
150465
150622
|
""" Determine how the asset will be imported
|
|
150466
150623
|
|
|
150467
|
-
:type: typing.Literal['FOLLOW_PREFS','LINK','APPEND','APPEND_REUSE']
|
|
150624
|
+
:type: typing.Literal['FOLLOW_PREFS','LINK','APPEND','APPEND_REUSE','PACK']
|
|
150468
150625
|
"""
|
|
150469
150626
|
|
|
150470
150627
|
instance_collections_on_append: bool
|
|
@@ -179829,6 +179986,12 @@ class ID(bpy_struct):
|
|
|
179829
179986
|
:type: bool
|
|
179830
179987
|
"""
|
|
179831
179988
|
|
|
179989
|
+
is_linked_packed: bool
|
|
179990
|
+
""" This data-block is linked and packed into the .blend file
|
|
179991
|
+
|
|
179992
|
+
:type: bool
|
|
179993
|
+
"""
|
|
179994
|
+
|
|
179832
179995
|
is_missing: bool
|
|
179833
179996
|
""" 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
179997
|
|
|
@@ -184187,12 +184350,30 @@ class LayoutPanelState(bpy_struct):
|
|
|
184187
184350
|
class Library(ID, bpy_struct):
|
|
184188
184351
|
"""External .blend file from which data is linked"""
|
|
184189
184352
|
|
|
184353
|
+
archive_libraries: bpy_prop_collection[Library]
|
|
184354
|
+
""" Archive libraries of packed IDs, generated (and owned) by this source library
|
|
184355
|
+
|
|
184356
|
+
:type: bpy_prop_collection[Library]
|
|
184357
|
+
"""
|
|
184358
|
+
|
|
184359
|
+
archive_parent_library: typing_extensions.Self | None
|
|
184360
|
+
""" Source library from which this archive of packed IDs was generated
|
|
184361
|
+
|
|
184362
|
+
:type: typing_extensions.Self | None
|
|
184363
|
+
"""
|
|
184364
|
+
|
|
184190
184365
|
filepath: str
|
|
184191
184366
|
""" Path to the library .blend file
|
|
184192
184367
|
|
|
184193
184368
|
:type: str
|
|
184194
184369
|
"""
|
|
184195
184370
|
|
|
184371
|
+
is_archive: bool
|
|
184372
|
+
""" This library is an 'archive' storage for packed linked IDs originally linked from its 'archive parent' library.
|
|
184373
|
+
|
|
184374
|
+
:type: bool
|
|
184375
|
+
"""
|
|
184376
|
+
|
|
184196
184377
|
is_editable: bool
|
|
184197
184378
|
""" Data-blocks in this library are editable despite being linked. Used by brush assets and their dependencies.
|
|
184198
184379
|
|
|
@@ -215070,6 +215251,18 @@ class PoseBone(bpy_struct):
|
|
|
215070
215251
|
:type: bool
|
|
215071
215252
|
"""
|
|
215072
215253
|
|
|
215254
|
+
use_transform_around_custom_shape: bool
|
|
215255
|
+
""" 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.
|
|
215256
|
+
|
|
215257
|
+
:type: bool
|
|
215258
|
+
"""
|
|
215259
|
+
|
|
215260
|
+
use_transform_at_custom_shape: bool
|
|
215261
|
+
""" 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.
|
|
215262
|
+
|
|
215263
|
+
:type: bool
|
|
215264
|
+
"""
|
|
215265
|
+
|
|
215073
215266
|
basename: typing.Any
|
|
215074
215267
|
""" The name of this bone before any . character.(readonly)"""
|
|
215075
215268
|
|
|
@@ -215797,6 +215990,12 @@ class PreferencesEdit(bpy_struct):
|
|
|
215797
215990
|
class PreferencesExperimental(bpy_struct):
|
|
215798
215991
|
"""Experimental features"""
|
|
215799
215992
|
|
|
215993
|
+
no_data_block_packing: bool
|
|
215994
|
+
""" Fall-back to appending instead of packing data-blocks
|
|
215995
|
+
|
|
215996
|
+
:type: bool
|
|
215997
|
+
"""
|
|
215998
|
+
|
|
215800
215999
|
override_auto_resync: bool
|
|
215801
216000
|
""" 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
216001
|
|
|
@@ -223338,6 +223537,53 @@ class SequencerCacheOverlay(bpy_struct):
|
|
|
223338
223537
|
:rtype: typing.Any
|
|
223339
223538
|
"""
|
|
223340
223539
|
|
|
223540
|
+
class SequencerCompositorModifierData(StripModifier, bpy_struct):
|
|
223541
|
+
"""Compositor Modifier"""
|
|
223542
|
+
|
|
223543
|
+
node_group: NodeTree | None
|
|
223544
|
+
""" Node group that controls what this modifier does
|
|
223545
|
+
|
|
223546
|
+
:type: NodeTree | None
|
|
223547
|
+
"""
|
|
223548
|
+
|
|
223549
|
+
open_mask_input_panel: bool
|
|
223550
|
+
"""
|
|
223551
|
+
|
|
223552
|
+
:type: bool
|
|
223553
|
+
"""
|
|
223554
|
+
|
|
223555
|
+
@classmethod
|
|
223556
|
+
def bl_rna_get_subclass(
|
|
223557
|
+
cls,
|
|
223558
|
+
id: str | None,
|
|
223559
|
+
default=None,
|
|
223560
|
+
/,
|
|
223561
|
+
) -> Struct:
|
|
223562
|
+
"""
|
|
223563
|
+
|
|
223564
|
+
:param id: The RNA type identifier.
|
|
223565
|
+
:type id: str | None
|
|
223566
|
+
:param default:
|
|
223567
|
+
:return: The RNA type or default when not found.
|
|
223568
|
+
:rtype: Struct
|
|
223569
|
+
"""
|
|
223570
|
+
|
|
223571
|
+
@classmethod
|
|
223572
|
+
def bl_rna_get_subclass_py(
|
|
223573
|
+
cls,
|
|
223574
|
+
id: str | None,
|
|
223575
|
+
default=None,
|
|
223576
|
+
/,
|
|
223577
|
+
) -> typing.Any:
|
|
223578
|
+
"""
|
|
223579
|
+
|
|
223580
|
+
:param id: The RNA type identifier.
|
|
223581
|
+
:type id: str | None
|
|
223582
|
+
:param default:
|
|
223583
|
+
:return: The class or default when not found.
|
|
223584
|
+
:rtype: typing.Any
|
|
223585
|
+
"""
|
|
223586
|
+
|
|
223341
223587
|
class SequencerPreviewOverlay(bpy_struct):
|
|
223342
223588
|
show_annotation: bool
|
|
223343
223589
|
""" Show annotations for this view
|
|
@@ -235268,10 +235514,10 @@ class SpaceNodeEditor(Space, bpy_struct):
|
|
|
235268
235514
|
:type: NodeTree | None
|
|
235269
235515
|
"""
|
|
235270
235516
|
|
|
235271
|
-
node_tree_sub_type:
|
|
235517
|
+
node_tree_sub_type: str
|
|
235272
235518
|
"""
|
|
235273
235519
|
|
|
235274
|
-
:type:
|
|
235520
|
+
:type: str
|
|
235275
235521
|
"""
|
|
235276
235522
|
|
|
235277
235523
|
overlay: SpaceNodeOverlay
|
|
@@ -245384,18 +245630,6 @@ class ThemeImageEditor(bpy_struct):
|
|
|
245384
245630
|
:type: mathutils.Color
|
|
245385
245631
|
"""
|
|
245386
245632
|
|
|
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
245633
|
preview_stitch_active: bpy_prop_array[float]
|
|
245400
245634
|
"""
|
|
245401
245635
|
|
|
@@ -247728,18 +247962,6 @@ class ThemeView3D(bpy_struct):
|
|
|
247728
247962
|
:type: int
|
|
247729
247963
|
"""
|
|
247730
247964
|
|
|
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
247965
|
seam: mathutils.Color
|
|
247744
247966
|
"""
|
|
247745
247967
|
|
|
@@ -252719,10 +252941,10 @@ class UnknownType(bpy_struct):
|
|
|
252719
252941
|
class UserAssetLibrary(bpy_struct):
|
|
252720
252942
|
"""Settings to define a reusable library for Asset Browsers to use"""
|
|
252721
252943
|
|
|
252722
|
-
import_method: typing.Literal["LINK", "APPEND", "APPEND_REUSE"]
|
|
252944
|
+
import_method: typing.Literal["LINK", "APPEND", "APPEND_REUSE", "PACK"]
|
|
252723
252945
|
""" Determine how the asset will be imported, unless overridden by the Asset Browser
|
|
252724
252946
|
|
|
252725
|
-
:type: typing.Literal['LINK','APPEND','APPEND_REUSE']
|
|
252947
|
+
:type: typing.Literal['LINK','APPEND','APPEND_REUSE','PACK']
|
|
252726
252948
|
"""
|
|
252727
252949
|
|
|
252728
252950
|
name: str
|
|
@@ -256623,6 +256845,12 @@ class VolumeRender(bpy_struct):
|
|
|
256623
256845
|
:type: typing.Literal['OBJECT','WORLD']
|
|
256624
256846
|
"""
|
|
256625
256847
|
|
|
256848
|
+
step_size: float
|
|
256849
|
+
""" 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.
|
|
256850
|
+
|
|
256851
|
+
:type: float
|
|
256852
|
+
"""
|
|
256853
|
+
|
|
256626
256854
|
@classmethod
|
|
256627
256855
|
def bl_rna_get_subclass(
|
|
256628
256856
|
cls,
|
|
@@ -261945,6 +262173,8 @@ RENDER_MT_pixeldensity_presets: bl_ui.properties_output.RENDER_MT_pixeldensity_p
|
|
|
261945
262173
|
|
|
261946
262174
|
RENDER_PT_color_management: bl_ui.properties_render.RENDER_PT_color_management
|
|
261947
262175
|
|
|
262176
|
+
RENDER_PT_color_management_advanced: bl_ui.properties_render.RENDER_PT_color_management_advanced
|
|
262177
|
+
|
|
261948
262178
|
RENDER_PT_color_management_curves: bl_ui.properties_render.RENDER_PT_color_management_curves
|
|
261949
262179
|
|
|
261950
262180
|
RENDER_PT_color_management_white_balance: bl_ui.properties_render.RENDER_PT_color_management_white_balance
|