fake-bpy-module 20240919__py3-none-any.whl → 20240921__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/anim/__init__.pyi +49 -14
- bl_ui/properties_paint_common/__init__.pyi +11 -0
- bl_ui/space_image/__init__.pyi +5 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +2 -0
- bl_ui/space_view3d/__init__.pyi +23 -0
- bpy/ops/anim/__init__.pyi +24 -0
- bpy/ops/grease_pencil/__init__.pyi +103 -0
- bpy/ops/object/__init__.pyi +48 -0
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +364 -47
- {fake_bpy_module-20240919.dist-info → fake_bpy_module-20240921.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240919.dist-info → fake_bpy_module-20240921.dist-info}/RECORD +15 -15
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240919.dist-info → fake_bpy_module-20240921.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240919.dist-info → fake_bpy_module-20240921.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -2751,6 +2751,7 @@
|
|
|
2751
2751
|
* bpy_struct.property_unset
|
|
2752
2752
|
* bpy_struct.type_recast
|
|
2753
2753
|
* bpy_struct.values
|
|
2754
|
+
* ID.rename
|
|
2754
2755
|
* ID.evaluated_get
|
|
2755
2756
|
* ID.copy
|
|
2756
2757
|
* ID.asset_mark
|
|
@@ -3531,6 +3532,7 @@
|
|
|
3531
3532
|
* bpy_struct.property_unset
|
|
3532
3533
|
* bpy_struct.type_recast
|
|
3533
3534
|
* bpy_struct.values
|
|
3535
|
+
* ID.rename
|
|
3534
3536
|
* ID.evaluated_get
|
|
3535
3537
|
* ID.copy
|
|
3536
3538
|
* ID.asset_mark
|
|
@@ -10742,6 +10744,7 @@
|
|
|
10742
10744
|
* bpy_struct.property_unset
|
|
10743
10745
|
* bpy_struct.type_recast
|
|
10744
10746
|
* bpy_struct.values
|
|
10747
|
+
* ID.rename
|
|
10745
10748
|
* ID.evaluated_get
|
|
10746
10749
|
* ID.copy
|
|
10747
10750
|
* ID.asset_mark
|
|
@@ -11171,6 +11174,7 @@
|
|
|
11171
11174
|
* bpy_struct.property_unset
|
|
11172
11175
|
* bpy_struct.type_recast
|
|
11173
11176
|
* bpy_struct.values
|
|
11177
|
+
* ID.rename
|
|
11174
11178
|
* ID.evaluated_get
|
|
11175
11179
|
* ID.copy
|
|
11176
11180
|
* ID.asset_mark
|
|
@@ -13006,6 +13010,7 @@
|
|
|
13006
13010
|
* bpy_struct.property_unset
|
|
13007
13011
|
* bpy_struct.type_recast
|
|
13008
13012
|
* bpy_struct.values
|
|
13013
|
+
* ID.rename
|
|
13009
13014
|
* ID.evaluated_get
|
|
13010
13015
|
* ID.copy
|
|
13011
13016
|
* ID.asset_mark
|
|
@@ -15940,6 +15945,7 @@
|
|
|
15940
15945
|
* bpy_struct.property_unset
|
|
15941
15946
|
* bpy_struct.type_recast
|
|
15942
15947
|
* bpy_struct.values
|
|
15948
|
+
* ID.rename
|
|
15943
15949
|
* ID.evaluated_get
|
|
15944
15950
|
* ID.copy
|
|
15945
15951
|
* ID.asset_mark
|
|
@@ -16987,6 +16993,7 @@
|
|
|
16987
16993
|
* bpy_struct.property_unset
|
|
16988
16994
|
* bpy_struct.type_recast
|
|
16989
16995
|
* bpy_struct.values
|
|
16996
|
+
* ID.rename
|
|
16990
16997
|
* ID.evaluated_get
|
|
16991
16998
|
* ID.copy
|
|
16992
16999
|
* ID.asset_mark
|
|
@@ -18478,6 +18485,7 @@
|
|
|
18478
18485
|
* bpy_struct.property_unset
|
|
18479
18486
|
* bpy_struct.type_recast
|
|
18480
18487
|
* bpy_struct.values
|
|
18488
|
+
* ID.rename
|
|
18481
18489
|
* ID.evaluated_get
|
|
18482
18490
|
* ID.copy
|
|
18483
18491
|
* ID.asset_mark
|
|
@@ -21001,6 +21009,7 @@
|
|
|
21001
21009
|
* bpy_struct.property_unset
|
|
21002
21010
|
* bpy_struct.type_recast
|
|
21003
21011
|
* bpy_struct.values
|
|
21012
|
+
* ID.rename
|
|
21004
21013
|
* ID.evaluated_get
|
|
21005
21014
|
* ID.copy
|
|
21006
21015
|
* ID.asset_mark
|
|
@@ -21341,6 +21350,7 @@
|
|
|
21341
21350
|
* bpy_struct.property_unset
|
|
21342
21351
|
* bpy_struct.type_recast
|
|
21343
21352
|
* bpy_struct.values
|
|
21353
|
+
* ID.rename
|
|
21344
21354
|
* ID.evaluated_get
|
|
21345
21355
|
* ID.copy
|
|
21346
21356
|
* ID.asset_mark
|
|
@@ -22029,6 +22039,7 @@
|
|
|
22029
22039
|
* bpy_struct.property_unset
|
|
22030
22040
|
* bpy_struct.type_recast
|
|
22031
22041
|
* bpy_struct.values
|
|
22042
|
+
* ID.rename
|
|
22032
22043
|
* ID.evaluated_get
|
|
22033
22044
|
* ID.copy
|
|
22034
22045
|
* ID.asset_mark
|
|
@@ -22519,6 +22530,7 @@
|
|
|
22519
22530
|
* bpy_struct.property_unset
|
|
22520
22531
|
* bpy_struct.type_recast
|
|
22521
22532
|
* bpy_struct.values
|
|
22533
|
+
* ID.rename
|
|
22522
22534
|
* ID.evaluated_get
|
|
22523
22535
|
* ID.copy
|
|
22524
22536
|
* ID.asset_mark
|
|
@@ -23213,6 +23225,7 @@
|
|
|
23213
23225
|
* bpy_struct.property_unset
|
|
23214
23226
|
* bpy_struct.type_recast
|
|
23215
23227
|
* bpy_struct.values
|
|
23228
|
+
* ID.rename
|
|
23216
23229
|
* ID.evaluated_get
|
|
23217
23230
|
* ID.copy
|
|
23218
23231
|
* ID.asset_mark
|
|
@@ -23526,6 +23539,7 @@
|
|
|
23526
23539
|
* bpy_struct.property_unset
|
|
23527
23540
|
* bpy_struct.type_recast
|
|
23528
23541
|
* bpy_struct.values
|
|
23542
|
+
* ID.rename
|
|
23529
23543
|
* ID.evaluated_get
|
|
23530
23544
|
* ID.copy
|
|
23531
23545
|
* ID.asset_mark
|
|
@@ -25623,6 +25637,7 @@
|
|
|
25623
25637
|
* bpy_struct.property_unset
|
|
25624
25638
|
* bpy_struct.type_recast
|
|
25625
25639
|
* bpy_struct.values
|
|
25640
|
+
* ID.rename
|
|
25626
25641
|
* ID.evaluated_get
|
|
25627
25642
|
* ID.copy
|
|
25628
25643
|
* ID.asset_mark
|
|
@@ -27839,6 +27854,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
27839
27854
|
* bpy_struct.property_unset
|
|
27840
27855
|
* bpy_struct.type_recast
|
|
27841
27856
|
* bpy_struct.values
|
|
27857
|
+
* ID.rename
|
|
27842
27858
|
* ID.evaluated_get
|
|
27843
27859
|
* ID.copy
|
|
27844
27860
|
* ID.asset_mark
|
|
@@ -29114,6 +29130,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
29114
29130
|
* bpy_struct.property_unset
|
|
29115
29131
|
* bpy_struct.type_recast
|
|
29116
29132
|
* bpy_struct.values
|
|
29133
|
+
* ID.rename
|
|
29117
29134
|
* ID.evaluated_get
|
|
29118
29135
|
* ID.copy
|
|
29119
29136
|
* ID.asset_mark
|
|
@@ -29231,6 +29248,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
29231
29248
|
* bpy_struct.property_unset
|
|
29232
29249
|
* bpy_struct.type_recast
|
|
29233
29250
|
* bpy_struct.values
|
|
29251
|
+
* ID.rename
|
|
29234
29252
|
* ID.evaluated_get
|
|
29235
29253
|
* ID.copy
|
|
29236
29254
|
* ID.asset_mark
|
|
@@ -29994,6 +30012,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
29994
30012
|
* bpy_struct.property_unset
|
|
29995
30013
|
* bpy_struct.type_recast
|
|
29996
30014
|
* bpy_struct.values
|
|
30015
|
+
* ID.rename
|
|
29997
30016
|
* ID.evaluated_get
|
|
29998
30017
|
* ID.copy
|
|
29999
30018
|
* ID.asset_mark
|
|
@@ -31828,6 +31847,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
31828
31847
|
* bpy_struct.property_unset
|
|
31829
31848
|
* bpy_struct.type_recast
|
|
31830
31849
|
* bpy_struct.values
|
|
31850
|
+
* ID.rename
|
|
31831
31851
|
* ID.evaluated_get
|
|
31832
31852
|
* ID.copy
|
|
31833
31853
|
* ID.asset_mark
|
|
@@ -32163,6 +32183,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
32163
32183
|
* bpy_struct.property_unset
|
|
32164
32184
|
* bpy_struct.type_recast
|
|
32165
32185
|
* bpy_struct.values
|
|
32186
|
+
* ID.rename
|
|
32166
32187
|
* ID.evaluated_get
|
|
32167
32188
|
* ID.copy
|
|
32168
32189
|
* ID.asset_mark
|
|
@@ -32355,6 +32376,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
32355
32376
|
* bpy_struct.property_unset
|
|
32356
32377
|
* bpy_struct.type_recast
|
|
32357
32378
|
* bpy_struct.values
|
|
32379
|
+
* ID.rename
|
|
32358
32380
|
* ID.evaluated_get
|
|
32359
32381
|
* ID.copy
|
|
32360
32382
|
* ID.asset_mark
|
|
@@ -32780,6 +32802,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
32780
32802
|
* bpy_struct.property_unset
|
|
32781
32803
|
* bpy_struct.type_recast
|
|
32782
32804
|
* bpy_struct.values
|
|
32805
|
+
* ID.rename
|
|
32783
32806
|
* ID.evaluated_get
|
|
32784
32807
|
* ID.copy
|
|
32785
32808
|
* ID.asset_mark
|
|
@@ -37063,6 +37086,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
37063
37086
|
* bpy_struct.property_unset
|
|
37064
37087
|
* bpy_struct.type_recast
|
|
37065
37088
|
* bpy_struct.values
|
|
37089
|
+
* ID.rename
|
|
37066
37090
|
* ID.evaluated_get
|
|
37067
37091
|
* ID.copy
|
|
37068
37092
|
* ID.asset_mark
|
|
@@ -38207,6 +38231,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
38207
38231
|
* bpy_struct.property_unset
|
|
38208
38232
|
* bpy_struct.type_recast
|
|
38209
38233
|
* bpy_struct.values
|
|
38234
|
+
* ID.rename
|
|
38210
38235
|
* ID.evaluated_get
|
|
38211
38236
|
* ID.copy
|
|
38212
38237
|
* ID.asset_mark
|
|
@@ -38281,6 +38306,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
38281
38306
|
* bpy_struct.property_unset
|
|
38282
38307
|
* bpy_struct.type_recast
|
|
38283
38308
|
* bpy_struct.values
|
|
38309
|
+
* ID.rename
|
|
38284
38310
|
* ID.evaluated_get
|
|
38285
38311
|
* ID.copy
|
|
38286
38312
|
* ID.asset_mark
|
|
@@ -39742,7 +39768,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
39742
39768
|
|
|
39743
39769
|
--------------------
|
|
39744
39770
|
|
|
39745
|
-
*
|
|
39771
|
+
* ActionKeyframeStrip.channelbags
|
|
39746
39772
|
|
|
39747
39773
|
:columns: 2
|
|
39748
39774
|
|
|
@@ -39933,6 +39959,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
39933
39959
|
* bpy_struct.property_unset
|
|
39934
39960
|
* bpy_struct.type_recast
|
|
39935
39961
|
* bpy_struct.values
|
|
39962
|
+
* ID.rename
|
|
39936
39963
|
* ID.evaluated_get
|
|
39937
39964
|
* ID.copy
|
|
39938
39965
|
* ID.asset_mark
|
|
@@ -40442,6 +40469,7 @@ The USDHookExample
|
|
|
40442
40469
|
* bpy_struct.property_unset
|
|
40443
40470
|
* bpy_struct.type_recast
|
|
40444
40471
|
* bpy_struct.values
|
|
40472
|
+
* ID.rename
|
|
40445
40473
|
* ID.evaluated_get
|
|
40446
40474
|
* ID.copy
|
|
40447
40475
|
* ID.asset_mark
|
|
@@ -43031,8 +43059,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
43031
43059
|
|
|
43032
43060
|
* ActionChannelBags.new
|
|
43033
43061
|
* ActionChannelBags.remove
|
|
43034
|
-
*
|
|
43035
|
-
*
|
|
43062
|
+
* ActionKeyframeStrip.channelbags
|
|
43063
|
+
* ActionKeyframeStrip.channels
|
|
43036
43064
|
|
|
43037
43065
|
:columns: 2
|
|
43038
43066
|
|
|
@@ -44513,10 +44541,12 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
44513
44541
|
|
|
44514
44542
|
* Action.slots
|
|
44515
44543
|
* ActionChannelBags.new
|
|
44544
|
+
* ActionConstraint.action_slot
|
|
44545
|
+
* ActionConstraint.action_slots
|
|
44546
|
+
* ActionKeyframeStrip.key_insert
|
|
44516
44547
|
* ActionSlots.active
|
|
44517
44548
|
* ActionSlots.new
|
|
44518
44549
|
* ActionSlots.remove
|
|
44519
|
-
* ActionStrip.key_insert
|
|
44520
44550
|
* AnimData.action_slot
|
|
44521
44551
|
* AnimData.action_slots
|
|
44522
44552
|
* NlaStrip.action_slot
|
|
@@ -45350,6 +45380,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
45350
45380
|
* bpy_struct.property_unset
|
|
45351
45381
|
* bpy_struct.type_recast
|
|
45352
45382
|
* bpy_struct.values
|
|
45383
|
+
* ID.rename
|
|
45353
45384
|
* ID.evaluated_get
|
|
45354
45385
|
* ID.copy
|
|
45355
45386
|
* ID.asset_mark
|
|
@@ -47753,6 +47784,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
47753
47784
|
* bpy_struct.property_unset
|
|
47754
47785
|
* bpy_struct.type_recast
|
|
47755
47786
|
* bpy_struct.values
|
|
47787
|
+
* ID.rename
|
|
47756
47788
|
* ID.evaluated_get
|
|
47757
47789
|
* ID.copy
|
|
47758
47790
|
* ID.asset_mark
|
|
@@ -49917,6 +49949,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
49917
49949
|
* bpy_struct.property_unset
|
|
49918
49950
|
* bpy_struct.type_recast
|
|
49919
49951
|
* bpy_struct.values
|
|
49952
|
+
* ID.rename
|
|
49920
49953
|
* ID.evaluated_get
|
|
49921
49954
|
* ID.copy
|
|
49922
49955
|
* ID.asset_mark
|
|
@@ -51852,6 +51885,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
51852
51885
|
* bpy_struct.property_unset
|
|
51853
51886
|
* bpy_struct.type_recast
|
|
51854
51887
|
* bpy_struct.values
|
|
51888
|
+
* ID.rename
|
|
51855
51889
|
* ID.evaluated_get
|
|
51856
51890
|
* ID.copy
|
|
51857
51891
|
* ID.asset_mark
|
|
@@ -55699,6 +55733,7 @@ print(positions_data)
|
|
|
55699
55733
|
* bpy_struct.property_unset
|
|
55700
55734
|
* bpy_struct.type_recast
|
|
55701
55735
|
* bpy_struct.values
|
|
55736
|
+
* ID.rename
|
|
55702
55737
|
* ID.evaluated_get
|
|
55703
55738
|
* ID.copy
|
|
55704
55739
|
* ID.asset_mark
|
|
@@ -56111,6 +56146,7 @@ print(positions_data)
|
|
|
56111
56146
|
* bpy_struct.property_unset
|
|
56112
56147
|
* bpy_struct.type_recast
|
|
56113
56148
|
* bpy_struct.values
|
|
56149
|
+
* ID.rename
|
|
56114
56150
|
* ID.evaluated_get
|
|
56115
56151
|
* ID.copy
|
|
56116
56152
|
* ID.asset_mark
|
|
@@ -56238,6 +56274,7 @@ print(positions_data)
|
|
|
56238
56274
|
* bpy_struct.property_unset
|
|
56239
56275
|
* bpy_struct.type_recast
|
|
56240
56276
|
* bpy_struct.values
|
|
56277
|
+
* ID.rename
|
|
56241
56278
|
* ID.evaluated_get
|
|
56242
56279
|
* ID.copy
|
|
56243
56280
|
* ID.asset_mark
|
|
@@ -57783,6 +57820,7 @@ print(positions_data)
|
|
|
57783
57820
|
* bpy_struct.property_unset
|
|
57784
57821
|
* bpy_struct.type_recast
|
|
57785
57822
|
* bpy_struct.values
|
|
57823
|
+
* ID.rename
|
|
57786
57824
|
* ID.evaluated_get
|
|
57787
57825
|
* ID.copy
|
|
57788
57826
|
* ID.asset_mark
|
|
@@ -58996,6 +59034,7 @@ print(positions_data)
|
|
|
58996
59034
|
* bpy_struct.property_unset
|
|
58997
59035
|
* bpy_struct.type_recast
|
|
58998
59036
|
* bpy_struct.values
|
|
59037
|
+
* ID.rename
|
|
58999
59038
|
* ID.evaluated_get
|
|
59000
59039
|
* ID.copy
|
|
59001
59040
|
* ID.asset_mark
|
|
@@ -59851,6 +59890,7 @@ print(positions_data)
|
|
|
59851
59890
|
* bpy_struct.property_unset
|
|
59852
59891
|
* bpy_struct.type_recast
|
|
59853
59892
|
* bpy_struct.values
|
|
59893
|
+
* ID.rename
|
|
59854
59894
|
* ID.evaluated_get
|
|
59855
59895
|
* ID.copy
|
|
59856
59896
|
* ID.asset_mark
|
|
@@ -62199,6 +62239,7 @@ print(positions_data)
|
|
|
62199
62239
|
* bpy_struct.property_unset
|
|
62200
62240
|
* bpy_struct.type_recast
|
|
62201
62241
|
* bpy_struct.values
|
|
62242
|
+
* ID.rename
|
|
62202
62243
|
* ID.evaluated_get
|
|
62203
62244
|
* ID.copy
|
|
62204
62245
|
* ID.asset_mark
|
|
@@ -63887,6 +63928,7 @@ print(positions_data)
|
|
|
63887
63928
|
* bpy_struct.property_unset
|
|
63888
63929
|
* bpy_struct.type_recast
|
|
63889
63930
|
* bpy_struct.values
|
|
63931
|
+
* ID.rename
|
|
63890
63932
|
* ID.evaluated_get
|
|
63891
63933
|
* ID.copy
|
|
63892
63934
|
* ID.asset_mark
|
|
@@ -65791,6 +65833,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
65791
65833
|
* bpy_struct.property_unset
|
|
65792
65834
|
* bpy_struct.type_recast
|
|
65793
65835
|
* bpy_struct.values
|
|
65836
|
+
* ID.rename
|
|
65794
65837
|
* ID.evaluated_get
|
|
65795
65838
|
* ID.copy
|
|
65796
65839
|
* ID.asset_mark
|
|
@@ -67489,6 +67532,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
67489
67532
|
* bpy_struct.property_unset
|
|
67490
67533
|
* bpy_struct.type_recast
|
|
67491
67534
|
* bpy_struct.values
|
|
67535
|
+
* ID.rename
|
|
67492
67536
|
* ID.evaluated_get
|
|
67493
67537
|
* ID.copy
|
|
67494
67538
|
* ID.asset_mark
|
|
@@ -68239,6 +68283,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
68239
68283
|
* bpy_struct.property_unset
|
|
68240
68284
|
* bpy_struct.type_recast
|
|
68241
68285
|
* bpy_struct.values
|
|
68286
|
+
* ID.rename
|
|
68242
68287
|
* ID.evaluated_get
|
|
68243
68288
|
* ID.copy
|
|
68244
68289
|
* ID.asset_mark
|
|
@@ -69295,6 +69340,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
69295
69340
|
* bpy_struct.property_unset
|
|
69296
69341
|
* bpy_struct.type_recast
|
|
69297
69342
|
* bpy_struct.values
|
|
69343
|
+
* ID.rename
|
|
69298
69344
|
* ID.evaluated_get
|
|
69299
69345
|
* ID.copy
|
|
69300
69346
|
* ID.asset_mark
|
|
@@ -69370,6 +69416,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
69370
69416
|
* bpy_struct.property_unset
|
|
69371
69417
|
* bpy_struct.type_recast
|
|
69372
69418
|
* bpy_struct.values
|
|
69419
|
+
* ID.rename
|
|
69373
69420
|
* ID.evaluated_get
|
|
69374
69421
|
* ID.copy
|
|
69375
69422
|
* ID.asset_mark
|
|
@@ -70021,6 +70068,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
70021
70068
|
* bpy_struct.property_unset
|
|
70022
70069
|
* bpy_struct.type_recast
|
|
70023
70070
|
* bpy_struct.values
|
|
70071
|
+
* ID.rename
|
|
70024
70072
|
* ID.evaluated_get
|
|
70025
70073
|
* ID.copy
|
|
70026
70074
|
* ID.asset_mark
|
|
@@ -70315,6 +70363,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
70315
70363
|
* bpy_struct.property_unset
|
|
70316
70364
|
* bpy_struct.type_recast
|
|
70317
70365
|
* bpy_struct.values
|
|
70366
|
+
* ID.rename
|
|
70318
70367
|
* ID.evaluated_get
|
|
70319
70368
|
* ID.copy
|
|
70320
70369
|
* ID.asset_mark
|
|
@@ -73137,6 +73186,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
73137
73186
|
* bpy_struct.property_unset
|
|
73138
73187
|
* bpy_struct.type_recast
|
|
73139
73188
|
* bpy_struct.values
|
|
73189
|
+
* ID.rename
|
|
73140
73190
|
* ID.evaluated_get
|
|
73141
73191
|
* ID.copy
|
|
73142
73192
|
* ID.asset_mark
|
|
@@ -74990,6 +75040,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
74990
75040
|
* bpy_struct.property_unset
|
|
74991
75041
|
* bpy_struct.type_recast
|
|
74992
75042
|
* bpy_struct.values
|
|
75043
|
+
* ID.rename
|
|
74993
75044
|
* ID.evaluated_get
|
|
74994
75045
|
* ID.copy
|
|
74995
75046
|
* ID.asset_mark
|
|
@@ -75501,6 +75552,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
75501
75552
|
* bpy_struct.property_unset
|
|
75502
75553
|
* bpy_struct.type_recast
|
|
75503
75554
|
* bpy_struct.values
|
|
75555
|
+
* ID.rename
|
|
75504
75556
|
* ID.evaluated_get
|
|
75505
75557
|
* ID.copy
|
|
75506
75558
|
* ID.asset_mark
|
|
@@ -75713,6 +75765,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
75713
75765
|
* bpy_struct.property_unset
|
|
75714
75766
|
* bpy_struct.type_recast
|
|
75715
75767
|
* bpy_struct.values
|
|
75768
|
+
* ID.rename
|
|
75716
75769
|
* ID.evaluated_get
|
|
75717
75770
|
* ID.copy
|
|
75718
75771
|
* ID.asset_mark
|
|
@@ -76276,6 +76329,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
76276
76329
|
* bpy_struct.property_unset
|
|
76277
76330
|
* bpy_struct.type_recast
|
|
76278
76331
|
* bpy_struct.values
|
|
76332
|
+
* ID.rename
|
|
76279
76333
|
* ID.evaluated_get
|
|
76280
76334
|
* ID.copy
|
|
76281
76335
|
* ID.asset_mark
|
|
@@ -77062,6 +77116,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
77062
77116
|
* bpy_struct.property_unset
|
|
77063
77117
|
* bpy_struct.type_recast
|
|
77064
77118
|
* bpy_struct.values
|
|
77119
|
+
* ID.rename
|
|
77065
77120
|
* ID.evaluated_get
|
|
77066
77121
|
* ID.copy
|
|
77067
77122
|
* ID.asset_mark
|
|
@@ -78095,6 +78150,7 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
78095
78150
|
* bpy_struct.property_unset
|
|
78096
78151
|
* bpy_struct.type_recast
|
|
78097
78152
|
* bpy_struct.values
|
|
78153
|
+
* ID.rename
|
|
78098
78154
|
* ID.evaluated_get
|
|
78099
78155
|
* ID.copy
|
|
78100
78156
|
* ID.asset_mark
|
|
@@ -80567,6 +80623,44 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
80567
80623
|
:columns: 2
|
|
80568
80624
|
|
|
80569
80625
|
|
|
80626
|
+
--------------------
|
|
80627
|
+
|
|
80628
|
+
* bpy_struct.id_data
|
|
80629
|
+
* ActionStrip.type
|
|
80630
|
+
|
|
80631
|
+
:columns: 2
|
|
80632
|
+
|
|
80633
|
+
|
|
80634
|
+
--------------------
|
|
80635
|
+
|
|
80636
|
+
* bpy_struct.as_pointer
|
|
80637
|
+
* bpy_struct.driver_add
|
|
80638
|
+
* bpy_struct.driver_remove
|
|
80639
|
+
* bpy_struct.get
|
|
80640
|
+
* bpy_struct.id_properties_clear
|
|
80641
|
+
* bpy_struct.id_properties_ensure
|
|
80642
|
+
* bpy_struct.id_properties_ui
|
|
80643
|
+
* bpy_struct.is_property_hidden
|
|
80644
|
+
* bpy_struct.is_property_overridable_library
|
|
80645
|
+
* bpy_struct.is_property_readonly
|
|
80646
|
+
* bpy_struct.is_property_set
|
|
80647
|
+
* bpy_struct.items
|
|
80648
|
+
* bpy_struct.keyframe_delete
|
|
80649
|
+
* bpy_struct.keyframe_insert
|
|
80650
|
+
* bpy_struct.keys
|
|
80651
|
+
* bpy_struct.path_from_id
|
|
80652
|
+
* bpy_struct.path_resolve
|
|
80653
|
+
* bpy_struct.pop
|
|
80654
|
+
* bpy_struct.property_overridable_library_set
|
|
80655
|
+
* bpy_struct.property_unset
|
|
80656
|
+
* bpy_struct.type_recast
|
|
80657
|
+
* bpy_struct.values
|
|
80658
|
+
* ActionStrip.bl_rna_get_subclass
|
|
80659
|
+
* ActionStrip.bl_rna_get_subclass_py
|
|
80660
|
+
|
|
80661
|
+
:columns: 2
|
|
80662
|
+
|
|
80663
|
+
|
|
80570
80664
|
--------------------
|
|
80571
80665
|
|
|
80572
80666
|
* bpy_struct.id_data
|
|
@@ -80682,6 +80776,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
80682
80776
|
* bpy_struct.property_unset
|
|
80683
80777
|
* bpy_struct.type_recast
|
|
80684
80778
|
* bpy_struct.values
|
|
80779
|
+
* ID.rename
|
|
80685
80780
|
* ID.evaluated_get
|
|
80686
80781
|
* ID.copy
|
|
80687
80782
|
* ID.asset_mark
|
|
@@ -81918,6 +82013,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
81918
82013
|
* bpy_struct.property_unset
|
|
81919
82014
|
* bpy_struct.type_recast
|
|
81920
82015
|
* bpy_struct.values
|
|
82016
|
+
* ID.rename
|
|
81921
82017
|
* ID.evaluated_get
|
|
81922
82018
|
* ID.copy
|
|
81923
82019
|
* ID.asset_mark
|
|
@@ -91075,6 +91171,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
91075
91171
|
* bpy_struct.property_unset
|
|
91076
91172
|
* bpy_struct.type_recast
|
|
91077
91173
|
* bpy_struct.values
|
|
91174
|
+
* ID.rename
|
|
91078
91175
|
* ID.evaluated_get
|
|
91079
91176
|
* ID.copy
|
|
91080
91177
|
* ID.asset_mark
|
|
@@ -92452,6 +92549,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
92452
92549
|
* bpy_struct.property_unset
|
|
92453
92550
|
* bpy_struct.type_recast
|
|
92454
92551
|
* bpy_struct.values
|
|
92552
|
+
* ID.rename
|
|
92455
92553
|
* ID.evaluated_get
|
|
92456
92554
|
* ID.copy
|
|
92457
92555
|
* ID.asset_mark
|
|
@@ -95593,6 +95691,7 @@ Executing the operator will then print all values.
|
|
|
95593
95691
|
* bpy_struct.property_unset
|
|
95594
95692
|
* bpy_struct.type_recast
|
|
95595
95693
|
* bpy_struct.values
|
|
95694
|
+
* ID.rename
|
|
95596
95695
|
* ID.evaluated_get
|
|
95597
95696
|
* ID.copy
|
|
95598
95697
|
* ID.asset_mark
|
|
@@ -96379,6 +96478,7 @@ Executing the operator will then print all values.
|
|
|
96379
96478
|
* bpy_struct.property_unset
|
|
96380
96479
|
* bpy_struct.type_recast
|
|
96381
96480
|
* bpy_struct.values
|
|
96481
|
+
* ID.rename
|
|
96382
96482
|
* ID.evaluated_get
|
|
96383
96483
|
* ID.copy
|
|
96384
96484
|
* ID.asset_mark
|
|
@@ -96480,6 +96580,7 @@ Executing the operator will then print all values.
|
|
|
96480
96580
|
* bpy_struct.property_unset
|
|
96481
96581
|
* bpy_struct.type_recast
|
|
96482
96582
|
* bpy_struct.values
|
|
96583
|
+
* ID.rename
|
|
96483
96584
|
* ID.evaluated_get
|
|
96484
96585
|
* ID.copy
|
|
96485
96586
|
* ID.asset_mark
|
|
@@ -98152,6 +98253,7 @@ Executing the operator will then print all values.
|
|
|
98152
98253
|
* bpy_struct.property_unset
|
|
98153
98254
|
* bpy_struct.type_recast
|
|
98154
98255
|
* bpy_struct.values
|
|
98256
|
+
* ID.rename
|
|
98155
98257
|
* ID.evaluated_get
|
|
98156
98258
|
* ID.copy
|
|
98157
98259
|
* ID.asset_mark
|
|
@@ -99233,6 +99335,7 @@ Executing the operator will then print all values.
|
|
|
99233
99335
|
* bpy_struct.property_unset
|
|
99234
99336
|
* bpy_struct.type_recast
|
|
99235
99337
|
* bpy_struct.values
|
|
99338
|
+
* ID.rename
|
|
99236
99339
|
* ID.evaluated_get
|
|
99237
99340
|
* ID.copy
|
|
99238
99341
|
* ID.asset_mark
|
|
@@ -111309,6 +111412,30 @@ class ActionConstraint(Constraint, bpy_struct):
|
|
|
111309
111412
|
:type: Action | None
|
|
111310
111413
|
"""
|
|
111311
111414
|
|
|
111415
|
+
action_slot: ActionSlot | None
|
|
111416
|
+
""" The slot identifies which sub-set of the Action is considered to be for this strip, and its name is used to find the right slot when assigning another Action
|
|
111417
|
+
|
|
111418
|
+
:type: ActionSlot | None
|
|
111419
|
+
"""
|
|
111420
|
+
|
|
111421
|
+
action_slot_handle: int
|
|
111422
|
+
""" A number that identifies which sub-set of the Action is considered to be for this Action Constraint
|
|
111423
|
+
|
|
111424
|
+
:type: int
|
|
111425
|
+
"""
|
|
111426
|
+
|
|
111427
|
+
action_slot_name: str
|
|
111428
|
+
""" The name of the action slot. The slot identifies which sub-set of the Action is considered to be for this constraint, and its name is used to find the right slot when assigning an Action.
|
|
111429
|
+
|
|
111430
|
+
:type: str
|
|
111431
|
+
"""
|
|
111432
|
+
|
|
111433
|
+
action_slots: bpy_prop_collection[ActionSlot]
|
|
111434
|
+
""" The list of action slots suitable for this NLA strip
|
|
111435
|
+
|
|
111436
|
+
:type: bpy_prop_collection[ActionSlot]
|
|
111437
|
+
"""
|
|
111438
|
+
|
|
111312
111439
|
eval_time: float
|
|
111313
111440
|
""" Interpolates between Action Start and End frames
|
|
111314
111441
|
|
|
@@ -111500,6 +111627,70 @@ class ActionGroup(bpy_struct):
|
|
|
111500
111627
|
:rtype: typing.Any
|
|
111501
111628
|
"""
|
|
111502
111629
|
|
|
111630
|
+
class ActionKeyframeStrip(ActionStrip, bpy_struct):
|
|
111631
|
+
"""Strip with a set of F-Curves for each action slot"""
|
|
111632
|
+
|
|
111633
|
+
channelbags: ActionChannelBags
|
|
111634
|
+
"""
|
|
111635
|
+
|
|
111636
|
+
:type: ActionChannelBags
|
|
111637
|
+
"""
|
|
111638
|
+
|
|
111639
|
+
def channels(self, slot_handle: int | None) -> ActionChannelBag:
|
|
111640
|
+
"""Find the ActionChannelBag for a specific Slot
|
|
111641
|
+
|
|
111642
|
+
:param slot_handle: Slot Handle, Number that identifies a specific action slot
|
|
111643
|
+
:type slot_handle: int | None
|
|
111644
|
+
:return: Channels
|
|
111645
|
+
:rtype: ActionChannelBag
|
|
111646
|
+
"""
|
|
111647
|
+
|
|
111648
|
+
def key_insert(
|
|
111649
|
+
self,
|
|
111650
|
+
slot: ActionSlot | None,
|
|
111651
|
+
data_path: str,
|
|
111652
|
+
array_index: int | None,
|
|
111653
|
+
value: float | None,
|
|
111654
|
+
time: float | None,
|
|
111655
|
+
) -> bool:
|
|
111656
|
+
"""key_insert
|
|
111657
|
+
|
|
111658
|
+
:param slot: Slot, The slot that identifies which 'thing' should be keyed
|
|
111659
|
+
:type slot: ActionSlot | None
|
|
111660
|
+
:param data_path: Data Path, F-Curve data path
|
|
111661
|
+
:type data_path: str
|
|
111662
|
+
:param array_index: Array Index, Index of the animated array element, or -1 if the property is not an array
|
|
111663
|
+
:type array_index: int | None
|
|
111664
|
+
:param value: Value to key, Value of the animated property
|
|
111665
|
+
:type value: float | None
|
|
111666
|
+
:param time: Time of the key, Time, in frames, of the key
|
|
111667
|
+
:type time: float | None
|
|
111668
|
+
:return: Success, Whether the key was successfully inserted
|
|
111669
|
+
:rtype: bool
|
|
111670
|
+
"""
|
|
111671
|
+
|
|
111672
|
+
@classmethod
|
|
111673
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
111674
|
+
"""
|
|
111675
|
+
|
|
111676
|
+
:param id: The RNA type identifier.
|
|
111677
|
+
:type id: str | None
|
|
111678
|
+
:param default:
|
|
111679
|
+
:return: The RNA type or default when not found.
|
|
111680
|
+
:rtype: Struct
|
|
111681
|
+
"""
|
|
111682
|
+
|
|
111683
|
+
@classmethod
|
|
111684
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
111685
|
+
"""
|
|
111686
|
+
|
|
111687
|
+
:param id: The RNA type identifier.
|
|
111688
|
+
:type id: str | None
|
|
111689
|
+
:param default:
|
|
111690
|
+
:return: The class or default when not found.
|
|
111691
|
+
:rtype: typing.Any
|
|
111692
|
+
"""
|
|
111693
|
+
|
|
111503
111694
|
class ActionLayer(bpy_struct):
|
|
111504
111695
|
influence: float
|
|
111505
111696
|
""" How much of this layer is used when blending into the lower layers
|
|
@@ -111557,7 +111748,7 @@ class ActionSlot(bpy_struct):
|
|
|
111557
111748
|
"""
|
|
111558
111749
|
|
|
111559
111750
|
handle: int
|
|
111560
|
-
""" Number specific to this Slot, unique within the ActionThis is used, for example, on a
|
|
111751
|
+
""" Number specific to this Slot, unique within the ActionThis is used, for example, on a ActionKeyframeStrip to look up the ActionChannelBag for this Slot
|
|
111561
111752
|
|
|
111562
111753
|
:type: int
|
|
111563
111754
|
"""
|
|
@@ -111615,51 +111806,12 @@ class ActionSlot(bpy_struct):
|
|
|
111615
111806
|
"""
|
|
111616
111807
|
|
|
111617
111808
|
class ActionStrip(bpy_struct):
|
|
111618
|
-
channelbags: ActionChannelBags
|
|
111619
|
-
"""
|
|
111620
|
-
|
|
111621
|
-
:type: ActionChannelBags
|
|
111622
|
-
"""
|
|
111623
|
-
|
|
111624
111809
|
type: typing.Literal["KEYFRAME"]
|
|
111625
111810
|
"""
|
|
111626
111811
|
|
|
111627
111812
|
:type: typing.Literal['KEYFRAME']
|
|
111628
111813
|
"""
|
|
111629
111814
|
|
|
111630
|
-
def channels(self, slot_handle: int | None) -> ActionChannelBag:
|
|
111631
|
-
"""Find the ActionChannelBag for a specific Slot
|
|
111632
|
-
|
|
111633
|
-
:param slot_handle: Slot Handle, Number that identifies a specific action slot
|
|
111634
|
-
:type slot_handle: int | None
|
|
111635
|
-
:return: Channels
|
|
111636
|
-
:rtype: ActionChannelBag
|
|
111637
|
-
"""
|
|
111638
|
-
|
|
111639
|
-
def key_insert(
|
|
111640
|
-
self,
|
|
111641
|
-
slot: ActionSlot | None,
|
|
111642
|
-
data_path: str,
|
|
111643
|
-
array_index: int | None,
|
|
111644
|
-
value: float | None,
|
|
111645
|
-
time: float | None,
|
|
111646
|
-
) -> bool:
|
|
111647
|
-
"""key_insert
|
|
111648
|
-
|
|
111649
|
-
:param slot: Slot, The slot that identifies which 'thing' should be keyed
|
|
111650
|
-
:type slot: ActionSlot | None
|
|
111651
|
-
:param data_path: Data Path, F-Curve data path
|
|
111652
|
-
:type data_path: str
|
|
111653
|
-
:param array_index: Array Index, Index of the animated array element, or -1 if the property is not an array
|
|
111654
|
-
:type array_index: int | None
|
|
111655
|
-
:param value: Value to key, Value of the animated property
|
|
111656
|
-
:type value: float | None
|
|
111657
|
-
:param time: Time of the key, Time, in frames, of the key
|
|
111658
|
-
:type time: float | None
|
|
111659
|
-
:return: Success, Whether the key was successfully inserted
|
|
111660
|
-
:rtype: bool
|
|
111661
|
-
"""
|
|
111662
|
-
|
|
111663
111815
|
@classmethod
|
|
111664
111816
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
111665
111817
|
"""
|
|
@@ -159805,6 +159957,51 @@ class ID(bpy_struct):
|
|
|
159805
159957
|
:type: int
|
|
159806
159958
|
"""
|
|
159807
159959
|
|
|
159960
|
+
def rename(
|
|
159961
|
+
self,
|
|
159962
|
+
name: str,
|
|
159963
|
+
mode: typing.Literal["NEVER", "ALWAYS", "SAME_ROOT"] | None = "NEVER",
|
|
159964
|
+
) -> typing.Literal[
|
|
159965
|
+
"UNCHANGED",
|
|
159966
|
+
"UNCHANGED_COLLISION",
|
|
159967
|
+
"RENAMED_NO_COLLISION",
|
|
159968
|
+
"RENAMED_COLLISION_ADJUSTED",
|
|
159969
|
+
"RENAMED_COLLISION_FORCED",
|
|
159970
|
+
]:
|
|
159971
|
+
"""More refined handling in case the new name collides with another ID's name
|
|
159972
|
+
|
|
159973
|
+
:param name: New name to rename the ID to, if empty will re-use the current ID name
|
|
159974
|
+
:type name: str
|
|
159975
|
+
:param mode: How to handle name collision, in case the requested new name is already used by another ID of the same type
|
|
159976
|
+
|
|
159977
|
+
NEVER
|
|
159978
|
+
Never Rename -- Never rename an exisitng ID whose name would conflict, the currently renamed ID will get a numeric suffix appended to its new name.
|
|
159979
|
+
|
|
159980
|
+
ALWAYS
|
|
159981
|
+
Always Rename -- Always rename an exisitng ID whose name would conflict, ensuring that the currently renamed ID will get requested name.
|
|
159982
|
+
|
|
159983
|
+
SAME_ROOT
|
|
159984
|
+
Rename If Same Root -- Only rename an exisitng ID whose name would conflict if its name root (everything besides the numerical suffix) is the same as the existing name of the currently renamed ID.
|
|
159985
|
+
:type mode: typing.Literal['NEVER','ALWAYS','SAME_ROOT'] | None
|
|
159986
|
+
:return: How did the renaming of the data-block went on
|
|
159987
|
+
|
|
159988
|
+
UNCHANGED
|
|
159989
|
+
Unchanged -- The ID was not renamed, e.g. because it is already named as requested.
|
|
159990
|
+
|
|
159991
|
+
UNCHANGED_COLLISION
|
|
159992
|
+
Unchanged Due to Collision -- The ID was not renamed, because requested name would have collided with another existing ID's name, and the automatically adjusted name was the same as the current ID's name.
|
|
159993
|
+
|
|
159994
|
+
RENAMED_NO_COLLISION
|
|
159995
|
+
Renamed Without Collision -- The ID was renamed as requested, without creating any name collision.
|
|
159996
|
+
|
|
159997
|
+
RENAMED_COLLISION_ADJUSTED
|
|
159998
|
+
Renamed With Collision -- The ID was renamed with adjustement of the requested name, to avoid a name collision.
|
|
159999
|
+
|
|
160000
|
+
RENAMED_COLLISION_FORCED
|
|
160001
|
+
Renamed Enforced With Collision -- The ID was renamed as requested, also renaming another ID to avoid a name collision.
|
|
160002
|
+
:rtype: typing.Literal['UNCHANGED','UNCHANGED_COLLISION','RENAMED_NO_COLLISION','RENAMED_COLLISION_ADJUSTED','RENAMED_COLLISION_FORCED']
|
|
160003
|
+
"""
|
|
160004
|
+
|
|
159808
160005
|
def evaluated_get(self, depsgraph: Depsgraph) -> typing_extensions.Self:
|
|
159809
160006
|
"""Get corresponding evaluated ID from the given dependency graph. Note that this does not ensure the dependency graph is fully evaluated, it just returns the result of the last evaluation.
|
|
159810
160007
|
|
|
@@ -160256,6 +160453,14 @@ class IKParam(bpy_struct):
|
|
|
160256
160453
|
"""
|
|
160257
160454
|
|
|
160258
160455
|
class IMAGE_AST_brush_paint(AssetShelf, bpy_struct):
|
|
160456
|
+
@classmethod
|
|
160457
|
+
def brush_type_poll(cls, context, asset):
|
|
160458
|
+
"""
|
|
160459
|
+
|
|
160460
|
+
:param context:
|
|
160461
|
+
:param asset:
|
|
160462
|
+
"""
|
|
160463
|
+
|
|
160259
160464
|
@staticmethod
|
|
160260
160465
|
def draw_popup_selector(layout, context, brush, show_name=True):
|
|
160261
160466
|
"""
|
|
@@ -180399,6 +180604,12 @@ class NodesModifier(Modifier, bpy_struct):
|
|
|
180399
180604
|
:type: str
|
|
180400
180605
|
"""
|
|
180401
180606
|
|
|
180607
|
+
bake_target: typing.Literal["PACKED", "DISK"]
|
|
180608
|
+
""" Where to store the baked data
|
|
180609
|
+
|
|
180610
|
+
:type: typing.Literal['PACKED','DISK']
|
|
180611
|
+
"""
|
|
180612
|
+
|
|
180402
180613
|
bakes: NodesModifierBakes
|
|
180403
180614
|
"""
|
|
180404
180615
|
|
|
@@ -180494,6 +180705,12 @@ class NodesModifierBake(bpy_struct):
|
|
|
180494
180705
|
:type: typing.Literal['ANIMATION','STILL']
|
|
180495
180706
|
"""
|
|
180496
180707
|
|
|
180708
|
+
bake_target: typing.Literal["INHERIT", "PACKED", "DISK"]
|
|
180709
|
+
""" Where to store the baked data
|
|
180710
|
+
|
|
180711
|
+
:type: typing.Literal['INHERIT','PACKED','DISK']
|
|
180712
|
+
"""
|
|
180713
|
+
|
|
180497
180714
|
data_blocks: NodesModifierBakeDataBlocks
|
|
180498
180715
|
"""
|
|
180499
180716
|
|
|
@@ -219870,6 +220087,9 @@ class UILayout(bpy_struct):
|
|
|
219870
220087
|
*,
|
|
219871
220088
|
new: str = "",
|
|
219872
220089
|
unlink: str = "",
|
|
220090
|
+
text: str | None = "",
|
|
220091
|
+
text_ctxt: str | None = "",
|
|
220092
|
+
translate: bool | None = True,
|
|
219873
220093
|
):
|
|
219874
220094
|
"""template_search
|
|
219875
220095
|
|
|
@@ -219885,6 +220105,12 @@ class UILayout(bpy_struct):
|
|
|
219885
220105
|
:type new: str
|
|
219886
220106
|
:param unlink: Operator identifier to unlink or delete the active item from the collection
|
|
219887
220107
|
:type unlink: str
|
|
220108
|
+
:param text: Override automatic text of the item
|
|
220109
|
+
:type text: str | None
|
|
220110
|
+
:param text_ctxt: Override automatic translation context of the given text
|
|
220111
|
+
:type text_ctxt: str | None
|
|
220112
|
+
:param translate: Translate the given text, when UI translation is enabled
|
|
220113
|
+
:type translate: bool | None
|
|
219888
220114
|
"""
|
|
219889
220115
|
|
|
219890
220116
|
def template_search_preview(
|
|
@@ -219896,6 +220122,9 @@ class UILayout(bpy_struct):
|
|
|
219896
220122
|
*,
|
|
219897
220123
|
new: str = "",
|
|
219898
220124
|
unlink: str = "",
|
|
220125
|
+
text: str | None = "",
|
|
220126
|
+
text_ctxt: str | None = "",
|
|
220127
|
+
translate: bool | None = True,
|
|
219899
220128
|
rows: int | None = 0,
|
|
219900
220129
|
cols: int | None = 0,
|
|
219901
220130
|
):
|
|
@@ -219913,6 +220142,12 @@ class UILayout(bpy_struct):
|
|
|
219913
220142
|
:type new: str
|
|
219914
220143
|
:param unlink: Operator identifier to unlink or delete the active item from the collection
|
|
219915
220144
|
:type unlink: str
|
|
220145
|
+
:param text: Override automatic text of the item
|
|
220146
|
+
:type text: str | None
|
|
220147
|
+
:param text_ctxt: Override automatic translation context of the given text
|
|
220148
|
+
:type text_ctxt: str | None
|
|
220149
|
+
:param translate: Translate the given text, when UI translation is enabled
|
|
220150
|
+
:type translate: bool | None
|
|
219916
220151
|
:param rows: Number of thumbnail preview rows to display
|
|
219917
220152
|
:type rows: int | None
|
|
219918
220153
|
:param cols: Number of thumbnail preview columns to display
|
|
@@ -221836,6 +222071,14 @@ class UvSculpt(Paint, bpy_struct):
|
|
|
221836
222071
|
"""
|
|
221837
222072
|
|
|
221838
222073
|
class VIEW3D_AST_brush_gpencil_paint(AssetShelf, bpy_struct):
|
|
222074
|
+
@classmethod
|
|
222075
|
+
def brush_type_poll(cls, context, asset):
|
|
222076
|
+
"""
|
|
222077
|
+
|
|
222078
|
+
:param context:
|
|
222079
|
+
:param asset:
|
|
222080
|
+
"""
|
|
222081
|
+
|
|
221839
222082
|
@staticmethod
|
|
221840
222083
|
def draw_popup_selector(layout, context, brush, show_name=True):
|
|
221841
222084
|
"""
|
|
@@ -221876,6 +222119,14 @@ class VIEW3D_AST_brush_gpencil_paint(AssetShelf, bpy_struct):
|
|
|
221876
222119
|
"""
|
|
221877
222120
|
|
|
221878
222121
|
class VIEW3D_AST_brush_gpencil_sculpt(AssetShelf, bpy_struct):
|
|
222122
|
+
@classmethod
|
|
222123
|
+
def brush_type_poll(cls, context, asset):
|
|
222124
|
+
"""
|
|
222125
|
+
|
|
222126
|
+
:param context:
|
|
222127
|
+
:param asset:
|
|
222128
|
+
"""
|
|
222129
|
+
|
|
221879
222130
|
@staticmethod
|
|
221880
222131
|
def draw_popup_selector(layout, context, brush, show_name=True):
|
|
221881
222132
|
"""
|
|
@@ -221916,6 +222167,14 @@ class VIEW3D_AST_brush_gpencil_sculpt(AssetShelf, bpy_struct):
|
|
|
221916
222167
|
"""
|
|
221917
222168
|
|
|
221918
222169
|
class VIEW3D_AST_brush_gpencil_vertex(AssetShelf, bpy_struct):
|
|
222170
|
+
@classmethod
|
|
222171
|
+
def brush_type_poll(cls, context, asset):
|
|
222172
|
+
"""
|
|
222173
|
+
|
|
222174
|
+
:param context:
|
|
222175
|
+
:param asset:
|
|
222176
|
+
"""
|
|
222177
|
+
|
|
221919
222178
|
@staticmethod
|
|
221920
222179
|
def draw_popup_selector(layout, context, brush, show_name=True):
|
|
221921
222180
|
"""
|
|
@@ -221956,6 +222215,14 @@ class VIEW3D_AST_brush_gpencil_vertex(AssetShelf, bpy_struct):
|
|
|
221956
222215
|
"""
|
|
221957
222216
|
|
|
221958
222217
|
class VIEW3D_AST_brush_gpencil_weight(AssetShelf, bpy_struct):
|
|
222218
|
+
@classmethod
|
|
222219
|
+
def brush_type_poll(cls, context, asset):
|
|
222220
|
+
"""
|
|
222221
|
+
|
|
222222
|
+
:param context:
|
|
222223
|
+
:param asset:
|
|
222224
|
+
"""
|
|
222225
|
+
|
|
221959
222226
|
@staticmethod
|
|
221960
222227
|
def draw_popup_selector(layout, context, brush, show_name=True):
|
|
221961
222228
|
"""
|
|
@@ -221996,6 +222263,14 @@ class VIEW3D_AST_brush_gpencil_weight(AssetShelf, bpy_struct):
|
|
|
221996
222263
|
"""
|
|
221997
222264
|
|
|
221998
222265
|
class VIEW3D_AST_brush_grease_pencil_paint(AssetShelf, bpy_struct):
|
|
222266
|
+
@classmethod
|
|
222267
|
+
def brush_type_poll(cls, context, asset):
|
|
222268
|
+
"""
|
|
222269
|
+
|
|
222270
|
+
:param context:
|
|
222271
|
+
:param asset:
|
|
222272
|
+
"""
|
|
222273
|
+
|
|
221999
222274
|
@staticmethod
|
|
222000
222275
|
def draw_popup_selector(layout, context, brush, show_name=True):
|
|
222001
222276
|
"""
|
|
@@ -222036,6 +222311,14 @@ class VIEW3D_AST_brush_grease_pencil_paint(AssetShelf, bpy_struct):
|
|
|
222036
222311
|
"""
|
|
222037
222312
|
|
|
222038
222313
|
class VIEW3D_AST_brush_sculpt(AssetShelf, bpy_struct):
|
|
222314
|
+
@classmethod
|
|
222315
|
+
def brush_type_poll(cls, context, asset):
|
|
222316
|
+
"""
|
|
222317
|
+
|
|
222318
|
+
:param context:
|
|
222319
|
+
:param asset:
|
|
222320
|
+
"""
|
|
222321
|
+
|
|
222039
222322
|
@staticmethod
|
|
222040
222323
|
def draw_popup_selector(layout, context, brush, show_name=True):
|
|
222041
222324
|
"""
|
|
@@ -222076,6 +222359,14 @@ class VIEW3D_AST_brush_sculpt(AssetShelf, bpy_struct):
|
|
|
222076
222359
|
"""
|
|
222077
222360
|
|
|
222078
222361
|
class VIEW3D_AST_brush_sculpt_curves(AssetShelf, bpy_struct):
|
|
222362
|
+
@classmethod
|
|
222363
|
+
def brush_type_poll(cls, context, asset):
|
|
222364
|
+
"""
|
|
222365
|
+
|
|
222366
|
+
:param context:
|
|
222367
|
+
:param asset:
|
|
222368
|
+
"""
|
|
222369
|
+
|
|
222079
222370
|
@staticmethod
|
|
222080
222371
|
def draw_popup_selector(layout, context, brush, show_name=True):
|
|
222081
222372
|
"""
|
|
@@ -222116,6 +222407,14 @@ class VIEW3D_AST_brush_sculpt_curves(AssetShelf, bpy_struct):
|
|
|
222116
222407
|
"""
|
|
222117
222408
|
|
|
222118
222409
|
class VIEW3D_AST_brush_texture_paint(AssetShelf, bpy_struct):
|
|
222410
|
+
@classmethod
|
|
222411
|
+
def brush_type_poll(cls, context, asset):
|
|
222412
|
+
"""
|
|
222413
|
+
|
|
222414
|
+
:param context:
|
|
222415
|
+
:param asset:
|
|
222416
|
+
"""
|
|
222417
|
+
|
|
222119
222418
|
@staticmethod
|
|
222120
222419
|
def draw_popup_selector(layout, context, brush, show_name=True):
|
|
222121
222420
|
"""
|
|
@@ -222156,6 +222455,14 @@ class VIEW3D_AST_brush_texture_paint(AssetShelf, bpy_struct):
|
|
|
222156
222455
|
"""
|
|
222157
222456
|
|
|
222158
222457
|
class VIEW3D_AST_brush_vertex_paint(AssetShelf, bpy_struct):
|
|
222458
|
+
@classmethod
|
|
222459
|
+
def brush_type_poll(cls, context, asset):
|
|
222460
|
+
"""
|
|
222461
|
+
|
|
222462
|
+
:param context:
|
|
222463
|
+
:param asset:
|
|
222464
|
+
"""
|
|
222465
|
+
|
|
222159
222466
|
@staticmethod
|
|
222160
222467
|
def draw_popup_selector(layout, context, brush, show_name=True):
|
|
222161
222468
|
"""
|
|
@@ -222196,6 +222503,14 @@ class VIEW3D_AST_brush_vertex_paint(AssetShelf, bpy_struct):
|
|
|
222196
222503
|
"""
|
|
222197
222504
|
|
|
222198
222505
|
class VIEW3D_AST_brush_weight_paint(AssetShelf, bpy_struct):
|
|
222506
|
+
@classmethod
|
|
222507
|
+
def brush_type_poll(cls, context, asset):
|
|
222508
|
+
"""
|
|
222509
|
+
|
|
222510
|
+
:param context:
|
|
222511
|
+
:param asset:
|
|
222512
|
+
"""
|
|
222513
|
+
|
|
222199
222514
|
@staticmethod
|
|
222200
222515
|
def draw_popup_selector(layout, context, brush, show_name=True):
|
|
222201
222516
|
"""
|
|
@@ -226725,7 +227040,7 @@ class WorkSpaceTool(bpy_struct):
|
|
|
226725
227040
|
cursor: bpy.typing.WindowCursorItems | None = "DEFAULT",
|
|
226726
227041
|
keymap: str = "",
|
|
226727
227042
|
gizmo_group: str = "",
|
|
226728
|
-
brush_type: str = "",
|
|
227043
|
+
brush_type: str | None = "",
|
|
226729
227044
|
data_block: str = "",
|
|
226730
227045
|
operator: str = "",
|
|
226731
227046
|
index: int | None = 0,
|
|
@@ -226743,8 +227058,8 @@ class WorkSpaceTool(bpy_struct):
|
|
|
226743
227058
|
:type keymap: str
|
|
226744
227059
|
:param gizmo_group: Gizmo Group
|
|
226745
227060
|
:type gizmo_group: str
|
|
226746
|
-
:param brush_type: Brush Type
|
|
226747
|
-
:type brush_type: str
|
|
227061
|
+
:param brush_type: Brush Type, Limit this tool to a specific type of brush
|
|
227062
|
+
:type brush_type: str | None
|
|
226748
227063
|
:param data_block: Data Block
|
|
226749
227064
|
:type data_block: str
|
|
226750
227065
|
:param operator: Operator
|
|
@@ -228101,6 +228416,8 @@ ANIM_OT_keying_set_export: bl_operators.anim.ANIM_OT_keying_set_export
|
|
|
228101
228416
|
|
|
228102
228417
|
ANIM_OT_slot_new_for_id: bl_operators.anim.ANIM_OT_slot_new_for_id
|
|
228103
228418
|
|
|
228419
|
+
ANIM_OT_slot_unassign_from_constraint: bl_operators.anim.ANIM_OT_slot_unassign_from_constraint
|
|
228420
|
+
|
|
228104
228421
|
ANIM_OT_slot_unassign_from_id: bl_operators.anim.ANIM_OT_slot_unassign_from_id
|
|
228105
228422
|
|
|
228106
228423
|
ANIM_OT_slot_unassign_from_nla_strip: bl_operators.anim.ANIM_OT_slot_unassign_from_nla_strip
|