fake-bpy-module 20250929__py3-none-any.whl → 20251001__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_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_ui/properties_data_modifier/__init__.pyi +12 -1
- bl_ui/space_node/__init__.pyi +0 -36
- bpy/app/translations/__init__.pyi +1 -1
- bpy/ops/brush/__init__.pyi +0 -32
- bpy/ops/collection/__init__.pyi +1 -1
- bpy/ops/grease_pencil/__init__.pyi +18 -0
- bpy/ops/node/__init__.pyi +35 -2
- bpy/ops/object/__init__.pyi +1 -1
- bpy/ops/poselib/__init__.pyi +0 -22
- bpy/ops/sequencer/__init__.pyi +3 -0
- bpy/stub_internal/rna_enums/__init__.pyi +10 -11
- bpy/types/__init__.pyi +399 -279
- bpy_extras/anim_utils/__init__.pyi +3 -0
- {fake_bpy_module-20250929.dist-info → fake_bpy_module-20251001.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250929.dist-info → fake_bpy_module-20251001.dist-info}/RECORD +18 -18
- {fake_bpy_module-20250929.dist-info → fake_bpy_module-20251001.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250929.dist-info → fake_bpy_module-20251001.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -1132,6 +1132,7 @@
|
|
|
1132
1132
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
1133
1133
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
1134
1134
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
1135
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
1135
1136
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
1136
1137
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
1137
1138
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -1197,6 +1198,7 @@
|
|
|
1197
1198
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
1198
1199
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
1199
1200
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
1201
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
1200
1202
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
1201
1203
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
1202
1204
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -5191,6 +5193,7 @@
|
|
|
5191
5193
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
5192
5194
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
5193
5195
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
5196
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
5194
5197
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
5195
5198
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
5196
5199
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -6081,8 +6084,8 @@ Types with Custom Property Support <bpy_types_custom_properties>
|
|
|
6081
6084
|
|
|
6082
6085
|
--------------------
|
|
6083
6086
|
|
|
6087
|
+
* GreasePencil.layer_groups
|
|
6084
6088
|
* GreasePencilTreeNode.parent_group
|
|
6085
|
-
* GreasePencilv3.layer_groups
|
|
6086
6089
|
* GreasePencilv3LayerGroup.active
|
|
6087
6090
|
* GreasePencilv3LayerGroup.move
|
|
6088
6091
|
* GreasePencilv3LayerGroup.move_bottom
|
|
@@ -6117,6 +6120,7 @@ Types with Custom Property Support <bpy_types_custom_properties>
|
|
|
6117
6120
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
6118
6121
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
6119
6122
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
6123
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
6120
6124
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
6121
6125
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
6122
6126
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -7431,6 +7435,7 @@ Types with Custom Property Support <bpy_types_custom_properties>
|
|
|
7431
7435
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
7432
7436
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
7433
7437
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
7438
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
7434
7439
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
7435
7440
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
7436
7441
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -7496,6 +7501,7 @@ Types with Custom Property Support <bpy_types_custom_properties>
|
|
|
7496
7501
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
7497
7502
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
7498
7503
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
7504
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
7499
7505
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
7500
7506
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
7501
7507
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -8892,6 +8898,7 @@ The USDHookExample
|
|
|
8892
8898
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
8893
8899
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
8894
8900
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
8901
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
8895
8902
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
8896
8903
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
8897
8904
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -8978,7 +8985,7 @@ The USDHookExample
|
|
|
8978
8985
|
|
|
8979
8986
|
* Curve.materials
|
|
8980
8987
|
* Curves.materials
|
|
8981
|
-
*
|
|
8988
|
+
* GreasePencil.materials
|
|
8982
8989
|
* Mesh.materials
|
|
8983
8990
|
* MetaBall.materials
|
|
8984
8991
|
* PointCloud.materials
|
|
@@ -10026,6 +10033,7 @@ The USDHookExample
|
|
|
10026
10033
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
10027
10034
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
10028
10035
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
10036
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
10029
10037
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
10030
10038
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
10031
10039
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -11305,6 +11313,7 @@ The USDHookExample
|
|
|
11305
11313
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
11306
11314
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
11307
11315
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
11316
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
11308
11317
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
11309
11318
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
11310
11319
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -11849,6 +11858,7 @@ The USDHookExample
|
|
|
11849
11858
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
11850
11859
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
11851
11860
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
11861
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
11852
11862
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
11853
11863
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
11854
11864
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -12942,6 +12952,7 @@ database.
|
|
|
12942
12952
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
12943
12953
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
12944
12954
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
12955
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
12945
12956
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
12946
12957
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
12947
12958
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -13868,6 +13879,7 @@ database.
|
|
|
13868
13879
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
13869
13880
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
13870
13881
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
13882
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
13871
13883
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
13872
13884
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
13873
13885
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -14031,6 +14043,7 @@ database.
|
|
|
14031
14043
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
14032
14044
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
14033
14045
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
14046
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
14034
14047
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
14035
14048
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
14036
14049
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -16027,6 +16040,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
16027
16040
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
16028
16041
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
16029
16042
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
16043
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
16030
16044
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
16031
16045
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
16032
16046
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -17280,6 +17294,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
17280
17294
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
17281
17295
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
17282
17296
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
17297
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
17283
17298
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
17284
17299
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
17285
17300
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -20895,6 +20910,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
20895
20910
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
20896
20911
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
20897
20912
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
20913
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
20898
20914
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
20899
20915
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
20900
20916
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -21261,6 +21277,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
21261
21277
|
* Curve.materials
|
|
21262
21278
|
* Curves.materials
|
|
21263
21279
|
* GeometryNodeInputMaterial.material
|
|
21280
|
+
* GreasePencil.materials
|
|
21264
21281
|
* GreasePencilArrayModifier.material_filter
|
|
21265
21282
|
* GreasePencilBuildModifier.material_filter
|
|
21266
21283
|
* GreasePencilColorModifier.material_filter
|
|
@@ -21286,7 +21303,6 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
21286
21303
|
* GreasePencilTintModifier.material_filter
|
|
21287
21304
|
* GreasePencilWeightAngleModifier.material_filter
|
|
21288
21305
|
* GreasePencilWeightProximityModifier.material_filter
|
|
21289
|
-
* GreasePencilv3.materials
|
|
21290
21306
|
* IDMaterials.append
|
|
21291
21307
|
* IDMaterials.pop
|
|
21292
21308
|
* MaterialSlot.material
|
|
@@ -22027,6 +22043,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
22027
22043
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
22028
22044
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
22029
22045
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
22046
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
22030
22047
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
22031
22048
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
22032
22049
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -23281,6 +23298,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
23281
23298
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
23282
23299
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
23283
23300
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
23301
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
23284
23302
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
23285
23303
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
23286
23304
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -23540,6 +23558,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
23540
23558
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
23541
23559
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
23542
23560
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
23561
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
23543
23562
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
23544
23563
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
23545
23564
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -23878,6 +23897,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
23878
23897
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
23879
23898
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
23880
23899
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
23900
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
23881
23901
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
23882
23902
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
23883
23903
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -24176,6 +24196,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
24176
24196
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
24177
24197
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
24178
24198
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
24199
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
24179
24200
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
24180
24201
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
24181
24202
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -24824,6 +24845,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
24824
24845
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
24825
24846
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
24826
24847
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
24848
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
24827
24849
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
24828
24850
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
24829
24851
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -27273,6 +27295,7 @@ It demonstrates:
|
|
|
27273
27295
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
27274
27296
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
27275
27297
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
27298
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
27276
27299
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
27277
27300
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
27278
27301
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -28091,7 +28114,7 @@ It demonstrates:
|
|
|
28091
28114
|
|
|
28092
28115
|
--------------------
|
|
28093
28116
|
|
|
28094
|
-
*
|
|
28117
|
+
* GreasePencil.layer_groups
|
|
28095
28118
|
|
|
28096
28119
|
:columns: 2
|
|
28097
28120
|
|
|
@@ -28983,6 +29006,7 @@ It demonstrates:
|
|
|
28983
29006
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
28984
29007
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
28985
29008
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
29009
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
28986
29010
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
28987
29011
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
28988
29012
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -29612,6 +29636,7 @@ It demonstrates:
|
|
|
29612
29636
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
29613
29637
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
29614
29638
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
29639
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
29615
29640
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
29616
29641
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
29617
29642
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -33163,6 +33188,7 @@ It demonstrates:
|
|
|
33163
33188
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
33164
33189
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
33165
33190
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
33191
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
33166
33192
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
33167
33193
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
33168
33194
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -33410,6 +33436,7 @@ It demonstrates:
|
|
|
33410
33436
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
33411
33437
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
33412
33438
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
33439
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
33413
33440
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
33414
33441
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
33415
33442
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -35482,6 +35509,7 @@ Executing the operator will then print all values.
|
|
|
35482
35509
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
35483
35510
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
35484
35511
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
35512
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
35485
35513
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
35486
35514
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
35487
35515
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -40360,6 +40388,7 @@ Operator.draw method for layout and display.
|
|
|
40360
40388
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
40361
40389
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
40362
40390
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
40391
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
40363
40392
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
40364
40393
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
40365
40394
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -41579,6 +41608,7 @@ Operator.draw method for layout and display.
|
|
|
41579
41608
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
41580
41609
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
41581
41610
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
41611
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
41582
41612
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
41583
41613
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
41584
41614
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -42600,6 +42630,7 @@ Operator.draw method for layout and display.
|
|
|
42600
42630
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
42601
42631
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
42602
42632
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
42633
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
42603
42634
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
42604
42635
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
42605
42636
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -42980,92 +43011,6 @@ Operator.draw method for layout and display.
|
|
|
42980
43011
|
:columns: 2
|
|
42981
43012
|
|
|
42982
43013
|
|
|
42983
|
-
--------------------
|
|
42984
|
-
|
|
42985
|
-
* bpy_struct.id_data
|
|
42986
|
-
* ID.name
|
|
42987
|
-
* ID.name_full
|
|
42988
|
-
* ID.id_type
|
|
42989
|
-
* ID.session_uid
|
|
42990
|
-
* ID.is_evaluated
|
|
42991
|
-
* ID.original
|
|
42992
|
-
* ID.users
|
|
42993
|
-
* ID.use_fake_user
|
|
42994
|
-
* ID.use_extra_user
|
|
42995
|
-
* ID.is_embedded_data
|
|
42996
|
-
* ID.is_linked_packed
|
|
42997
|
-
* ID.is_missing
|
|
42998
|
-
* ID.is_runtime_data
|
|
42999
|
-
* ID.is_editable
|
|
43000
|
-
* ID.tag
|
|
43001
|
-
* ID.is_library_indirect
|
|
43002
|
-
* ID.library
|
|
43003
|
-
* ID.library_weak_reference
|
|
43004
|
-
* ID.asset_data
|
|
43005
|
-
* ID.override_library
|
|
43006
|
-
* ID.preview
|
|
43007
|
-
|
|
43008
|
-
:columns: 2
|
|
43009
|
-
|
|
43010
|
-
|
|
43011
|
-
--------------------
|
|
43012
|
-
|
|
43013
|
-
* bpy_struct.as_pointer
|
|
43014
|
-
* bpy_struct.driver_add
|
|
43015
|
-
* bpy_struct.driver_remove
|
|
43016
|
-
* bpy_struct.get
|
|
43017
|
-
* bpy_struct.id_properties_clear
|
|
43018
|
-
* bpy_struct.id_properties_ensure
|
|
43019
|
-
* bpy_struct.id_properties_ui
|
|
43020
|
-
* bpy_struct.is_property_hidden
|
|
43021
|
-
* bpy_struct.is_property_overridable_library
|
|
43022
|
-
* bpy_struct.is_property_readonly
|
|
43023
|
-
* bpy_struct.is_property_set
|
|
43024
|
-
* bpy_struct.items
|
|
43025
|
-
* bpy_struct.keyframe_delete
|
|
43026
|
-
* bpy_struct.keyframe_insert
|
|
43027
|
-
* bpy_struct.keys
|
|
43028
|
-
* bpy_struct.path_from_id
|
|
43029
|
-
* bpy_struct.path_resolve
|
|
43030
|
-
* bpy_struct.pop
|
|
43031
|
-
* bpy_struct.property_overridable_library_set
|
|
43032
|
-
* bpy_struct.property_unset
|
|
43033
|
-
* bpy_struct.rna_ancestors
|
|
43034
|
-
* bpy_struct.type_recast
|
|
43035
|
-
* bpy_struct.values
|
|
43036
|
-
* ID.bl_system_properties_get
|
|
43037
|
-
* ID.rename
|
|
43038
|
-
* ID.evaluated_get
|
|
43039
|
-
* ID.copy
|
|
43040
|
-
* ID.asset_mark
|
|
43041
|
-
* ID.asset_clear
|
|
43042
|
-
* ID.asset_generate_preview
|
|
43043
|
-
* ID.override_create
|
|
43044
|
-
* ID.override_hierarchy_create
|
|
43045
|
-
* ID.user_clear
|
|
43046
|
-
* ID.user_remap
|
|
43047
|
-
* ID.make_local
|
|
43048
|
-
* ID.user_of_id
|
|
43049
|
-
* ID.animation_data_create
|
|
43050
|
-
* ID.animation_data_clear
|
|
43051
|
-
* ID.update_tag
|
|
43052
|
-
* ID.preview_ensure
|
|
43053
|
-
* ID.bl_rna_get_subclass
|
|
43054
|
-
* ID.bl_rna_get_subclass_py
|
|
43055
|
-
|
|
43056
|
-
:columns: 2
|
|
43057
|
-
|
|
43058
|
-
|
|
43059
|
-
--------------------
|
|
43060
|
-
|
|
43061
|
-
* bpy.context.grease_pencil
|
|
43062
|
-
* BlendData.grease_pencils_v3
|
|
43063
|
-
* BlendDataGreasePencilsV3.new
|
|
43064
|
-
* BlendDataGreasePencilsV3.remove
|
|
43065
|
-
|
|
43066
|
-
:columns: 2
|
|
43067
|
-
|
|
43068
|
-
|
|
43069
43014
|
--------------------
|
|
43070
43015
|
|
|
43071
43016
|
* bpy_struct.id_data
|
|
@@ -44602,6 +44547,7 @@ Operator.draw method for layout and display.
|
|
|
44602
44547
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
44603
44548
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
44604
44549
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
44550
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
44605
44551
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
44606
44552
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
44607
44553
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -49045,6 +48991,94 @@ Operator.draw method for layout and display.
|
|
|
49045
48991
|
:columns: 2
|
|
49046
48992
|
|
|
49047
48993
|
|
|
48994
|
+
--------------------
|
|
48995
|
+
|
|
48996
|
+
* bpy_struct.id_data
|
|
48997
|
+
* ID.name
|
|
48998
|
+
* ID.name_full
|
|
48999
|
+
* ID.id_type
|
|
49000
|
+
* ID.session_uid
|
|
49001
|
+
* ID.is_evaluated
|
|
49002
|
+
* ID.original
|
|
49003
|
+
* ID.users
|
|
49004
|
+
* ID.use_fake_user
|
|
49005
|
+
* ID.use_extra_user
|
|
49006
|
+
* ID.is_embedded_data
|
|
49007
|
+
* ID.is_linked_packed
|
|
49008
|
+
* ID.is_missing
|
|
49009
|
+
* ID.is_runtime_data
|
|
49010
|
+
* ID.is_editable
|
|
49011
|
+
* ID.tag
|
|
49012
|
+
* ID.is_library_indirect
|
|
49013
|
+
* ID.library
|
|
49014
|
+
* ID.library_weak_reference
|
|
49015
|
+
* ID.asset_data
|
|
49016
|
+
* ID.override_library
|
|
49017
|
+
* ID.preview
|
|
49018
|
+
|
|
49019
|
+
:columns: 2
|
|
49020
|
+
|
|
49021
|
+
|
|
49022
|
+
--------------------
|
|
49023
|
+
|
|
49024
|
+
* bpy_struct.as_pointer
|
|
49025
|
+
* bpy_struct.driver_add
|
|
49026
|
+
* bpy_struct.driver_remove
|
|
49027
|
+
* bpy_struct.get
|
|
49028
|
+
* bpy_struct.id_properties_clear
|
|
49029
|
+
* bpy_struct.id_properties_ensure
|
|
49030
|
+
* bpy_struct.id_properties_ui
|
|
49031
|
+
* bpy_struct.is_property_hidden
|
|
49032
|
+
* bpy_struct.is_property_overridable_library
|
|
49033
|
+
* bpy_struct.is_property_readonly
|
|
49034
|
+
* bpy_struct.is_property_set
|
|
49035
|
+
* bpy_struct.items
|
|
49036
|
+
* bpy_struct.keyframe_delete
|
|
49037
|
+
* bpy_struct.keyframe_insert
|
|
49038
|
+
* bpy_struct.keys
|
|
49039
|
+
* bpy_struct.path_from_id
|
|
49040
|
+
* bpy_struct.path_resolve
|
|
49041
|
+
* bpy_struct.pop
|
|
49042
|
+
* bpy_struct.property_overridable_library_set
|
|
49043
|
+
* bpy_struct.property_unset
|
|
49044
|
+
* bpy_struct.rna_ancestors
|
|
49045
|
+
* bpy_struct.type_recast
|
|
49046
|
+
* bpy_struct.values
|
|
49047
|
+
* ID.bl_system_properties_get
|
|
49048
|
+
* ID.rename
|
|
49049
|
+
* ID.evaluated_get
|
|
49050
|
+
* ID.copy
|
|
49051
|
+
* ID.asset_mark
|
|
49052
|
+
* ID.asset_clear
|
|
49053
|
+
* ID.asset_generate_preview
|
|
49054
|
+
* ID.override_create
|
|
49055
|
+
* ID.override_hierarchy_create
|
|
49056
|
+
* ID.user_clear
|
|
49057
|
+
* ID.user_remap
|
|
49058
|
+
* ID.make_local
|
|
49059
|
+
* ID.user_of_id
|
|
49060
|
+
* ID.animation_data_create
|
|
49061
|
+
* ID.animation_data_clear
|
|
49062
|
+
* ID.update_tag
|
|
49063
|
+
* ID.preview_ensure
|
|
49064
|
+
* ID.bl_rna_get_subclass
|
|
49065
|
+
* ID.bl_rna_get_subclass_py
|
|
49066
|
+
|
|
49067
|
+
:columns: 2
|
|
49068
|
+
|
|
49069
|
+
|
|
49070
|
+
--------------------
|
|
49071
|
+
|
|
49072
|
+
* bpy.context.annotation_data
|
|
49073
|
+
* bpy.context.gpencil
|
|
49074
|
+
* bpy.context.grease_pencil
|
|
49075
|
+
* BlendData.grease_pencils
|
|
49076
|
+
* BlendDataGreasePencilsV3.new
|
|
49077
|
+
* BlendDataGreasePencilsV3.remove
|
|
49078
|
+
|
|
49079
|
+
:columns: 2
|
|
49080
|
+
|
|
49081
|
+
|
|
49048
49082
|
--------------------
|
|
49049
49083
|
|
|
49050
49084
|
* bpy_struct.id_data
|
|
@@ -50381,6 +50415,7 @@ Operator.draw method for layout and display.
|
|
|
50381
50415
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
50382
50416
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
50383
50417
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
50418
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
50384
50419
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
50385
50420
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
50386
50421
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -52201,6 +52236,7 @@ Operator.draw method for layout and display.
|
|
|
52201
52236
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
52202
52237
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
52203
52238
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
52239
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
52204
52240
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
52205
52241
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
52206
52242
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -52319,6 +52355,7 @@ Operator.draw method for layout and display.
|
|
|
52319
52355
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
52320
52356
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
52321
52357
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
52358
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
52322
52359
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
52323
52360
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
52324
52361
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -57942,10 +57979,10 @@ print(positions_data)
|
|
|
57942
57979
|
* AttributeGroupPointCloud.remove
|
|
57943
57980
|
* Curves.attributes
|
|
57944
57981
|
* Curves.color_attributes
|
|
57982
|
+
* GreasePencil.attributes
|
|
57983
|
+
* GreasePencil.color_attributes
|
|
57945
57984
|
* GreasePencilDrawing.attributes
|
|
57946
57985
|
* GreasePencilDrawing.color_attributes
|
|
57947
|
-
* GreasePencilv3.attributes
|
|
57948
|
-
* GreasePencilv3.color_attributes
|
|
57949
57986
|
* Mesh.attributes
|
|
57950
57987
|
* Mesh.color_attributes
|
|
57951
57988
|
* PointCloud.attributes
|
|
@@ -59040,7 +59077,7 @@ print(positions_data)
|
|
|
59040
59077
|
|
|
59041
59078
|
--------------------
|
|
59042
59079
|
|
|
59043
|
-
*
|
|
59080
|
+
* GreasePencil.layers
|
|
59044
59081
|
|
|
59045
59082
|
:columns: 2
|
|
59046
59083
|
|
|
@@ -61733,6 +61770,7 @@ print(positions_data)
|
|
|
61733
61770
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
61734
61771
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
61735
61772
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
61773
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
61736
61774
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
61737
61775
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
61738
61776
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -64019,6 +64057,7 @@ print(positions_data)
|
|
|
64019
64057
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
64020
64058
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
64021
64059
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
64060
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
64022
64061
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
64023
64062
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
64024
64063
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -64146,7 +64185,7 @@ print(positions_data)
|
|
|
64146
64185
|
|
|
64147
64186
|
--------------------
|
|
64148
64187
|
|
|
64149
|
-
* BlendData.
|
|
64188
|
+
* BlendData.grease_pencils
|
|
64150
64189
|
|
|
64151
64190
|
:columns: 2
|
|
64152
64191
|
|
|
@@ -64957,6 +64996,7 @@ print(positions_data)
|
|
|
64957
64996
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
64958
64997
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
64959
64998
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
64999
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
64960
65000
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
64961
65001
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
64962
65002
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -67006,6 +67046,7 @@ print(positions_data)
|
|
|
67006
67046
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
67007
67047
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
67008
67048
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
67049
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
67009
67050
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
67010
67051
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
67011
67052
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -69663,8 +69704,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
69663
69704
|
|
|
69664
69705
|
--------------------
|
|
69665
69706
|
|
|
69666
|
-
*
|
|
69667
|
-
*
|
|
69707
|
+
* GreasePencil.attributes
|
|
69708
|
+
* GreasePencil.color_attributes
|
|
69668
69709
|
|
|
69669
69710
|
:columns: 2
|
|
69670
69711
|
|
|
@@ -69733,6 +69774,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
69733
69774
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
69734
69775
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
69735
69776
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
69777
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
69736
69778
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
69737
69779
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
69738
69780
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -70384,6 +70426,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
70384
70426
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
70385
70427
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
70386
70428
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
70429
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
70387
70430
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
70388
70431
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
70389
70432
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -75215,6 +75258,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
75215
75258
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
75216
75259
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
75217
75260
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
75261
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
75218
75262
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
75219
75263
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
75220
75264
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -75517,6 +75561,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
75517
75561
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
75518
75562
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
75519
75563
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
75564
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
75520
75565
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
75521
75566
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
75522
75567
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -77468,6 +77513,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
77468
77513
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
77469
77514
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
77470
77515
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
77516
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
77471
77517
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
77472
77518
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
77473
77519
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -79229,7 +79275,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
79229
79275
|
* Curve.animation_data
|
|
79230
79276
|
* Curves.animation_data
|
|
79231
79277
|
* FreestyleLineStyle.animation_data
|
|
79232
|
-
*
|
|
79278
|
+
* GreasePencil.animation_data
|
|
79233
79279
|
* ID.animation_data_create
|
|
79234
79280
|
* Key.animation_data
|
|
79235
79281
|
* Lattice.animation_data
|
|
@@ -82103,6 +82149,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
82103
82149
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
82104
82150
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
82105
82151
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
82152
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
82106
82153
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
82107
82154
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
82108
82155
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -84922,6 +84969,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
84922
84969
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
84923
84970
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
84924
84971
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
84972
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
84925
84973
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
84926
84974
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
84927
84975
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -87458,6 +87506,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
87458
87506
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
87459
87507
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
87460
87508
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
87509
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
87461
87510
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
87462
87511
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
87463
87512
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -90164,7 +90213,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
90164
90213
|
|
|
90165
90214
|
--------------------
|
|
90166
90215
|
|
|
90167
|
-
*
|
|
90216
|
+
* GreasePencil.layers
|
|
90168
90217
|
* GreasePencilv3Layers.active
|
|
90169
90218
|
* GreasePencilv3Layers.move
|
|
90170
90219
|
* GreasePencilv3Layers.move_bottom
|
|
@@ -90390,6 +90439,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
90390
90439
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
90391
90440
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
90392
90441
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
90442
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
90393
90443
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
90394
90444
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
90395
90445
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -93325,6 +93375,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
93325
93375
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
93326
93376
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
93327
93377
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
93378
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
93328
93379
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
93329
93380
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
93330
93381
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -96061,6 +96112,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
96061
96112
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
96062
96113
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
96063
96114
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
96115
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
96064
96116
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
96065
96117
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
96066
96118
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -99165,6 +99217,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
99165
99217
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
99166
99218
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
99167
99219
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
99220
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
99168
99221
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
99169
99222
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
99170
99223
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -102138,6 +102191,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
102138
102191
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
102139
102192
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
102140
102193
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
102194
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
102141
102195
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
102142
102196
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
102143
102197
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -102591,6 +102645,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
102591
102645
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
102592
102646
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
102593
102647
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
102648
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
102594
102649
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
102595
102650
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
102596
102651
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -102796,6 +102851,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
102796
102851
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
102797
102852
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
102798
102853
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
102854
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
102799
102855
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
102800
102856
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
102801
102857
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -106097,7 +106153,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
106097
106153
|
* ShaderNodeVectorCurve.mapping
|
|
106098
106154
|
* TextureNodeCurveRGB.mapping
|
|
106099
106155
|
* TextureNodeCurveTime.curve
|
|
106100
|
-
* UvSculpt.
|
|
106156
|
+
* UvSculpt.curve_distance_falloff
|
|
106101
106157
|
* VertexWeightEditModifier.map_curve
|
|
106102
106158
|
* VertexWeightProximityModifier.map_curve
|
|
106103
106159
|
* WarpModifier.falloff_curve
|
|
@@ -106208,6 +106264,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
106208
106264
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
106209
106265
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
106210
106266
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
106267
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
106211
106268
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
106212
106269
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
106213
106270
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -106273,6 +106330,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
106273
106330
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
106274
106331
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
106275
106332
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
106333
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
106276
106334
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
106277
106335
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
106278
106336
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -108590,6 +108648,7 @@ Menu.poll function.
|
|
|
108590
108648
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
108591
108649
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
108592
108650
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
108651
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
108593
108652
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
108594
108653
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
108595
108654
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -108865,6 +108924,7 @@ Menu.poll function.
|
|
|
108865
108924
|
* Action.fcurve_ensure_for_datablock
|
|
108866
108925
|
* Action.fcurves
|
|
108867
108926
|
* ActionChannelbag.fcurves
|
|
108927
|
+
* ActionChannelbagFCurves.ensure
|
|
108868
108928
|
* ActionChannelbagFCurves.find
|
|
108869
108929
|
* ActionChannelbagFCurves.new
|
|
108870
108930
|
* ActionChannelbagFCurves.remove
|
|
@@ -110953,6 +111013,7 @@ Menu.poll function.
|
|
|
110953
111013
|
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
110954
111014
|
* NodeTreeInterfaceSocket.layer_selection_field
|
|
110955
111015
|
* NodeTreeInterfaceSocket.menu_expanded
|
|
111016
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
110956
111017
|
* NodeTreeInterfaceSocket.attribute_domain
|
|
110957
111018
|
* NodeTreeInterfaceSocket.default_attribute_name
|
|
110958
111019
|
* NodeTreeInterfaceSocket.structure_type
|
|
@@ -112027,17 +112088,36 @@ class AOVs(bpy_prop_collection[AOV], bpy_struct):
|
|
|
112027
112088
|
class ActionChannelbagFCurves(bpy_prop_collection[FCurve], bpy_struct):
|
|
112028
112089
|
"""Collection of F-Curves for a specific action slot, on a specific strip"""
|
|
112029
112090
|
|
|
112030
|
-
def new(
|
|
112091
|
+
def new(
|
|
112092
|
+
self, data_path: str, *, index: int | None = 0, group_name: str = ""
|
|
112093
|
+
) -> FCurve:
|
|
112031
112094
|
"""Add an F-Curve to the channelbag
|
|
112032
112095
|
|
|
112033
112096
|
:param data_path: Data Path, F-Curve data path to use
|
|
112034
112097
|
:type data_path: str
|
|
112035
112098
|
:param index: Index, Array index
|
|
112036
112099
|
:type index: int | None
|
|
112100
|
+
:param group_name: Group Name, Name of the Group for this F-Curve, will be created if it does not exist yet
|
|
112101
|
+
:type group_name: str
|
|
112037
112102
|
:return: Newly created F-Curve
|
|
112038
112103
|
:rtype: FCurve
|
|
112039
112104
|
"""
|
|
112040
112105
|
|
|
112106
|
+
def ensure(
|
|
112107
|
+
self, data_path: str, *, index: int | None = 0, group_name: str = ""
|
|
112108
|
+
) -> FCurve:
|
|
112109
|
+
"""Returns the F-Curve if it already exists, and creates it if necessary
|
|
112110
|
+
|
|
112111
|
+
:param data_path: Data Path, F-Curve data path to use
|
|
112112
|
+
:type data_path: str
|
|
112113
|
+
:param index: Index, Array index
|
|
112114
|
+
:type index: int | None
|
|
112115
|
+
:param group_name: Group Name, Name of the Group for this F-Curve, will be created if it does not exist yet. This parameter is ignored if the F-Curve already exists
|
|
112116
|
+
:type group_name: str
|
|
112117
|
+
:return: Found or newly created F-Curve
|
|
112118
|
+
:rtype: FCurve
|
|
112119
|
+
"""
|
|
112120
|
+
|
|
112041
112121
|
def find(self, data_path: str, *, index: int | None = 0) -> FCurve:
|
|
112042
112122
|
"""Find an F-Curve. Note that this function performs a linear scan of all F-Curves in the channelbag.
|
|
112043
112123
|
|
|
@@ -114175,7 +114255,7 @@ class BlendDataFonts(bpy_prop_collection[VectorFont], bpy_struct):
|
|
|
114175
114255
|
:rtype: typing.Any
|
|
114176
114256
|
"""
|
|
114177
114257
|
|
|
114178
|
-
class BlendDataGreasePencilsV3(bpy_prop_collection[
|
|
114258
|
+
class BlendDataGreasePencilsV3(bpy_prop_collection[GreasePencil], bpy_struct):
|
|
114179
114259
|
"""Collection of Grease Pencils"""
|
|
114180
114260
|
|
|
114181
114261
|
def tag(self, value: bool | None) -> None:
|
|
@@ -114185,18 +114265,18 @@ class BlendDataGreasePencilsV3(bpy_prop_collection[GreasePencilv3], bpy_struct):
|
|
|
114185
114265
|
:type value: bool | None
|
|
114186
114266
|
"""
|
|
114187
114267
|
|
|
114188
|
-
def new(self, name: str) ->
|
|
114268
|
+
def new(self, name: str) -> GreasePencil:
|
|
114189
114269
|
"""Add a new Grease Pencil data-block to the main database
|
|
114190
114270
|
|
|
114191
114271
|
:param name: New name for the data-block
|
|
114192
114272
|
:type name: str
|
|
114193
114273
|
:return: New Grease Pencil data-block
|
|
114194
|
-
:rtype:
|
|
114274
|
+
:rtype: GreasePencil
|
|
114195
114275
|
"""
|
|
114196
114276
|
|
|
114197
114277
|
def remove(
|
|
114198
114278
|
self,
|
|
114199
|
-
grease_pencil:
|
|
114279
|
+
grease_pencil: GreasePencil,
|
|
114200
114280
|
*,
|
|
114201
114281
|
do_unlink: bool | None = True,
|
|
114202
114282
|
do_id_user: bool | None = True,
|
|
@@ -114205,7 +114285,7 @@ class BlendDataGreasePencilsV3(bpy_prop_collection[GreasePencilv3], bpy_struct):
|
|
|
114205
114285
|
"""Remove a Grease Pencil instance from the current blendfile
|
|
114206
114286
|
|
|
114207
114287
|
:param grease_pencil: Grease Pencil to remove
|
|
114208
|
-
:type grease_pencil:
|
|
114288
|
+
:type grease_pencil: GreasePencil
|
|
114209
114289
|
:param do_unlink: Unlink all usages of this Grease Pencil before deleting it
|
|
114210
114290
|
:type do_unlink: bool | None
|
|
114211
114291
|
:param do_id_user: Decrement user counter of all data-blocks used by this Grease Pencil
|
|
@@ -115193,16 +115273,16 @@ class BlendDataNodeTrees(bpy_prop_collection[NodeTree], bpy_struct):
|
|
|
115193
115273
|
:param type: Type, The type of node_group to add
|
|
115194
115274
|
|
|
115195
115275
|
GeometryNodeTree
|
|
115196
|
-
Geometry Node Editor --
|
|
115276
|
+
Geometry Node Editor -- Advanced geometry editing and tools creation using nodes.
|
|
115197
115277
|
|
|
115198
115278
|
CompositorNodeTree
|
|
115199
|
-
Compositor --
|
|
115279
|
+
Compositor -- Create effects and post-process renders, images, and the 3D Viewport.
|
|
115200
115280
|
|
|
115201
115281
|
ShaderNodeTree
|
|
115202
|
-
Shader Editor --
|
|
115282
|
+
Shader Editor -- Edit materials, lights, and world shading using nodes.
|
|
115203
115283
|
|
|
115204
115284
|
TextureNodeTree
|
|
115205
|
-
Texture Node Editor --
|
|
115285
|
+
Texture Node Editor -- Edit textures using nodes.
|
|
115206
115286
|
:type type: typing.Literal['GeometryNodeTree','CompositorNodeTree','ShaderNodeTree','TextureNodeTree'] | None
|
|
115207
115287
|
:return: New node tree data-block
|
|
115208
115288
|
:rtype: NodeTree
|
|
@@ -124945,7 +125025,12 @@ class Action(ID, bpy_struct):
|
|
|
124945
125025
|
"""Deselects all keys of the Action. The selection status of F-Curves is unchanged."""
|
|
124946
125026
|
|
|
124947
125027
|
def fcurve_ensure_for_datablock(
|
|
124948
|
-
self,
|
|
125028
|
+
self,
|
|
125029
|
+
datablock: ID,
|
|
125030
|
+
data_path: str,
|
|
125031
|
+
*,
|
|
125032
|
+
index: int | None = 0,
|
|
125033
|
+
group_name: str = "",
|
|
124949
125034
|
) -> FCurve:
|
|
124950
125035
|
"""Ensure that an F-Curve exists, with the given data path and array index, for the given data-block. This action must already be assigned to the data-block. This function will also create the layer, keyframe strip, and action slot if necessary, and take care of assigning the action slot too
|
|
124951
125036
|
|
|
@@ -124955,6 +125040,8 @@ class Action(ID, bpy_struct):
|
|
|
124955
125040
|
:type data_path: str
|
|
124956
125041
|
:param index: Index, Array index
|
|
124957
125042
|
:type index: int | None
|
|
125043
|
+
:param group_name: Group Name, Name of the group for this F-Curve, if any. If the F-Curve already exists, this parameter is ignored
|
|
125044
|
+
:type group_name: str
|
|
124958
125045
|
:return: The found or created F-Curve
|
|
124959
125046
|
:rtype: FCurve
|
|
124960
125047
|
"""
|
|
@@ -128306,7 +128393,7 @@ class BlendData(bpy_struct):
|
|
|
128306
128393
|
:type: BlendDataFonts
|
|
128307
128394
|
"""
|
|
128308
128395
|
|
|
128309
|
-
|
|
128396
|
+
grease_pencils: BlendDataGreasePencilsV3
|
|
128310
128397
|
""" Grease Pencil data-blocks
|
|
128311
128398
|
|
|
128312
128399
|
:type: BlendDataGreasePencilsV3
|
|
@@ -143290,11 +143377,16 @@ class Context(bpy_struct):
|
|
|
143290
143377
|
:type: FreestyleLineStyle | None
|
|
143291
143378
|
"""
|
|
143292
143379
|
|
|
143293
|
-
gpencil:
|
|
143294
|
-
|
|
143380
|
+
gpencil: GreasePencil | None
|
|
143381
|
+
"""
|
|
143382
|
+
|
|
143383
|
+
:type: GreasePencil | None
|
|
143384
|
+
"""
|
|
143385
|
+
|
|
143386
|
+
grease_pencil: GreasePencil | None
|
|
143295
143387
|
"""
|
|
143296
143388
|
|
|
143297
|
-
:type:
|
|
143389
|
+
:type: GreasePencil | None
|
|
143298
143390
|
"""
|
|
143299
143391
|
|
|
143300
143392
|
curves: typing.Any
|
|
@@ -143544,7 +143636,12 @@ class Context(bpy_struct):
|
|
|
143544
143636
|
:type: list[MovieTrackingTrack]
|
|
143545
143637
|
"""
|
|
143546
143638
|
|
|
143547
|
-
annotation_data:
|
|
143639
|
+
annotation_data: GreasePencil | None
|
|
143640
|
+
"""
|
|
143641
|
+
|
|
143642
|
+
:type: GreasePencil | None
|
|
143643
|
+
"""
|
|
143644
|
+
|
|
143548
143645
|
annotation_data_owner: ID | None
|
|
143549
143646
|
"""
|
|
143550
143647
|
|
|
@@ -150560,6 +150657,12 @@ class FieldSettings(bpy_struct):
|
|
|
150560
150657
|
class FileAssetSelectIDFilter(bpy_struct):
|
|
150561
150658
|
"""Which asset types to show/hide, when browsing an asset library"""
|
|
150562
150659
|
|
|
150660
|
+
experimental_filter_annotations: bool
|
|
150661
|
+
""" Show Annotation data-blocks
|
|
150662
|
+
|
|
150663
|
+
:type: bool
|
|
150664
|
+
"""
|
|
150665
|
+
|
|
150563
150666
|
experimental_filter_armature: bool
|
|
150564
150667
|
""" Show Armature data-blocks
|
|
150565
150668
|
|
|
@@ -151120,6 +151223,12 @@ class FileSelectIDFilter(bpy_struct):
|
|
|
151120
151223
|
:type: bool
|
|
151121
151224
|
"""
|
|
151122
151225
|
|
|
151226
|
+
filter_annotations: bool
|
|
151227
|
+
""" Show Annotation data-blocks
|
|
151228
|
+
|
|
151229
|
+
:type: bool
|
|
151230
|
+
"""
|
|
151231
|
+
|
|
151123
151232
|
filter_armature: bool
|
|
151124
151233
|
""" Show Armature data-blocks
|
|
151125
151234
|
|
|
@@ -174397,6 +174506,151 @@ class GpWeightPaint(Paint, bpy_struct):
|
|
|
174397
174506
|
:rtype: typing.Any
|
|
174398
174507
|
"""
|
|
174399
174508
|
|
|
174509
|
+
class GreasePencil(ID, bpy_struct):
|
|
174510
|
+
"""Grease Pencil data-block"""
|
|
174511
|
+
|
|
174512
|
+
after_color: mathutils.Color
|
|
174513
|
+
""" Base color for ghosts after the active frame
|
|
174514
|
+
|
|
174515
|
+
:type: mathutils.Color
|
|
174516
|
+
"""
|
|
174517
|
+
|
|
174518
|
+
animation_data: AnimData | None
|
|
174519
|
+
""" Animation data for this data-block
|
|
174520
|
+
|
|
174521
|
+
:type: AnimData | None
|
|
174522
|
+
"""
|
|
174523
|
+
|
|
174524
|
+
attributes: AttributeGroupGreasePencil
|
|
174525
|
+
""" Geometry attributes
|
|
174526
|
+
|
|
174527
|
+
:type: AttributeGroupGreasePencil
|
|
174528
|
+
"""
|
|
174529
|
+
|
|
174530
|
+
before_color: mathutils.Color
|
|
174531
|
+
""" Base color for ghosts before the active frame
|
|
174532
|
+
|
|
174533
|
+
:type: mathutils.Color
|
|
174534
|
+
"""
|
|
174535
|
+
|
|
174536
|
+
color_attributes: AttributeGroupGreasePencil
|
|
174537
|
+
""" Geometry color attributes
|
|
174538
|
+
|
|
174539
|
+
:type: AttributeGroupGreasePencil
|
|
174540
|
+
"""
|
|
174541
|
+
|
|
174542
|
+
ghost_after_range: int
|
|
174543
|
+
""" Maximum number of frames to show after current frame (0 = don't show any frames after current)
|
|
174544
|
+
|
|
174545
|
+
:type: int
|
|
174546
|
+
"""
|
|
174547
|
+
|
|
174548
|
+
ghost_before_range: int
|
|
174549
|
+
""" Maximum number of frames to show before current frame (0 = don't show any frames before current)
|
|
174550
|
+
|
|
174551
|
+
:type: int
|
|
174552
|
+
"""
|
|
174553
|
+
|
|
174554
|
+
layer_groups: GreasePencilv3LayerGroup
|
|
174555
|
+
""" Grease Pencil layer groups
|
|
174556
|
+
|
|
174557
|
+
:type: GreasePencilv3LayerGroup
|
|
174558
|
+
"""
|
|
174559
|
+
|
|
174560
|
+
layers: GreasePencilv3Layers
|
|
174561
|
+
""" Grease Pencil layers
|
|
174562
|
+
|
|
174563
|
+
:type: GreasePencilv3Layers
|
|
174564
|
+
"""
|
|
174565
|
+
|
|
174566
|
+
materials: IDMaterials
|
|
174567
|
+
"""
|
|
174568
|
+
|
|
174569
|
+
:type: IDMaterials
|
|
174570
|
+
"""
|
|
174571
|
+
|
|
174572
|
+
onion_factor: float
|
|
174573
|
+
""" Change fade opacity of displayed onion frames
|
|
174574
|
+
|
|
174575
|
+
:type: float
|
|
174576
|
+
"""
|
|
174577
|
+
|
|
174578
|
+
onion_keyframe_type: typing.Literal[
|
|
174579
|
+
"ALL", "KEYFRAME", "BREAKDOWN", "MOVING_HOLD", "EXTREME", "JITTER", "GENERATED"
|
|
174580
|
+
]
|
|
174581
|
+
""" Type of keyframe (for filtering)
|
|
174582
|
+
|
|
174583
|
+
:type: typing.Literal['ALL','KEYFRAME','BREAKDOWN','MOVING_HOLD','EXTREME','JITTER','GENERATED']
|
|
174584
|
+
"""
|
|
174585
|
+
|
|
174586
|
+
onion_mode: typing.Literal["ABSOLUTE", "RELATIVE", "SELECTED"]
|
|
174587
|
+
""" Mode to display frames
|
|
174588
|
+
|
|
174589
|
+
:type: typing.Literal['ABSOLUTE','RELATIVE','SELECTED']
|
|
174590
|
+
"""
|
|
174591
|
+
|
|
174592
|
+
stroke_depth_order: bpy.stub_internal.rna_enums.StrokeDepthOrderItems
|
|
174593
|
+
""" Defines how the strokes are ordered in 3D space (for objects not displayed 'In Front')
|
|
174594
|
+
|
|
174595
|
+
:type: bpy.stub_internal.rna_enums.StrokeDepthOrderItems
|
|
174596
|
+
"""
|
|
174597
|
+
|
|
174598
|
+
use_autolock_layers: bool
|
|
174599
|
+
""" Automatically lock all layers except the active one to avoid accidental changes
|
|
174600
|
+
|
|
174601
|
+
:type: bool
|
|
174602
|
+
"""
|
|
174603
|
+
|
|
174604
|
+
use_ghost_custom_colors: bool
|
|
174605
|
+
""" Use custom colors for ghost frames
|
|
174606
|
+
|
|
174607
|
+
:type: bool
|
|
174608
|
+
"""
|
|
174609
|
+
|
|
174610
|
+
use_onion_fade: bool
|
|
174611
|
+
""" Display onion keyframes with a fade in color transparency
|
|
174612
|
+
|
|
174613
|
+
:type: bool
|
|
174614
|
+
"""
|
|
174615
|
+
|
|
174616
|
+
use_onion_loop: bool
|
|
174617
|
+
""" Display onion keyframes for looping animations
|
|
174618
|
+
|
|
174619
|
+
:type: bool
|
|
174620
|
+
"""
|
|
174621
|
+
|
|
174622
|
+
@classmethod
|
|
174623
|
+
def bl_rna_get_subclass(
|
|
174624
|
+
cls,
|
|
174625
|
+
id: str | None,
|
|
174626
|
+
default=None,
|
|
174627
|
+
/,
|
|
174628
|
+
) -> Struct:
|
|
174629
|
+
"""
|
|
174630
|
+
|
|
174631
|
+
:param id: The RNA type identifier.
|
|
174632
|
+
:type id: str | None
|
|
174633
|
+
:param default:
|
|
174634
|
+
:return: The RNA type or default when not found.
|
|
174635
|
+
:rtype: Struct
|
|
174636
|
+
"""
|
|
174637
|
+
|
|
174638
|
+
@classmethod
|
|
174639
|
+
def bl_rna_get_subclass_py(
|
|
174640
|
+
cls,
|
|
174641
|
+
id: str | None,
|
|
174642
|
+
default=None,
|
|
174643
|
+
/,
|
|
174644
|
+
) -> typing.Any:
|
|
174645
|
+
"""
|
|
174646
|
+
|
|
174647
|
+
:param id: The RNA type identifier.
|
|
174648
|
+
:type id: str | None
|
|
174649
|
+
:param default:
|
|
174650
|
+
:return: The class or default when not found.
|
|
174651
|
+
:rtype: typing.Any
|
|
174652
|
+
"""
|
|
174653
|
+
|
|
174400
174654
|
class GreasePencilArmatureModifier(Modifier, bpy_struct):
|
|
174401
174655
|
"""Deform stroke points using armature object"""
|
|
174402
174656
|
|
|
@@ -179650,151 +179904,6 @@ class GreasePencilWeightProximityModifier(Modifier, bpy_struct):
|
|
|
179650
179904
|
:rtype: typing.Any
|
|
179651
179905
|
"""
|
|
179652
179906
|
|
|
179653
|
-
class GreasePencilv3(ID, bpy_struct):
|
|
179654
|
-
"""Grease Pencil data-block"""
|
|
179655
|
-
|
|
179656
|
-
after_color: mathutils.Color
|
|
179657
|
-
""" Base color for ghosts after the active frame
|
|
179658
|
-
|
|
179659
|
-
:type: mathutils.Color
|
|
179660
|
-
"""
|
|
179661
|
-
|
|
179662
|
-
animation_data: AnimData | None
|
|
179663
|
-
""" Animation data for this data-block
|
|
179664
|
-
|
|
179665
|
-
:type: AnimData | None
|
|
179666
|
-
"""
|
|
179667
|
-
|
|
179668
|
-
attributes: AttributeGroupGreasePencil
|
|
179669
|
-
""" Geometry attributes
|
|
179670
|
-
|
|
179671
|
-
:type: AttributeGroupGreasePencil
|
|
179672
|
-
"""
|
|
179673
|
-
|
|
179674
|
-
before_color: mathutils.Color
|
|
179675
|
-
""" Base color for ghosts before the active frame
|
|
179676
|
-
|
|
179677
|
-
:type: mathutils.Color
|
|
179678
|
-
"""
|
|
179679
|
-
|
|
179680
|
-
color_attributes: AttributeGroupGreasePencil
|
|
179681
|
-
""" Geometry color attributes
|
|
179682
|
-
|
|
179683
|
-
:type: AttributeGroupGreasePencil
|
|
179684
|
-
"""
|
|
179685
|
-
|
|
179686
|
-
ghost_after_range: int
|
|
179687
|
-
""" Maximum number of frames to show after current frame (0 = don't show any frames after current)
|
|
179688
|
-
|
|
179689
|
-
:type: int
|
|
179690
|
-
"""
|
|
179691
|
-
|
|
179692
|
-
ghost_before_range: int
|
|
179693
|
-
""" Maximum number of frames to show before current frame (0 = don't show any frames before current)
|
|
179694
|
-
|
|
179695
|
-
:type: int
|
|
179696
|
-
"""
|
|
179697
|
-
|
|
179698
|
-
layer_groups: GreasePencilv3LayerGroup
|
|
179699
|
-
""" Grease Pencil layer groups
|
|
179700
|
-
|
|
179701
|
-
:type: GreasePencilv3LayerGroup
|
|
179702
|
-
"""
|
|
179703
|
-
|
|
179704
|
-
layers: GreasePencilv3Layers
|
|
179705
|
-
""" Grease Pencil layers
|
|
179706
|
-
|
|
179707
|
-
:type: GreasePencilv3Layers
|
|
179708
|
-
"""
|
|
179709
|
-
|
|
179710
|
-
materials: IDMaterials
|
|
179711
|
-
"""
|
|
179712
|
-
|
|
179713
|
-
:type: IDMaterials
|
|
179714
|
-
"""
|
|
179715
|
-
|
|
179716
|
-
onion_factor: float
|
|
179717
|
-
""" Change fade opacity of displayed onion frames
|
|
179718
|
-
|
|
179719
|
-
:type: float
|
|
179720
|
-
"""
|
|
179721
|
-
|
|
179722
|
-
onion_keyframe_type: typing.Literal[
|
|
179723
|
-
"ALL", "KEYFRAME", "BREAKDOWN", "MOVING_HOLD", "EXTREME", "JITTER", "GENERATED"
|
|
179724
|
-
]
|
|
179725
|
-
""" Type of keyframe (for filtering)
|
|
179726
|
-
|
|
179727
|
-
:type: typing.Literal['ALL','KEYFRAME','BREAKDOWN','MOVING_HOLD','EXTREME','JITTER','GENERATED']
|
|
179728
|
-
"""
|
|
179729
|
-
|
|
179730
|
-
onion_mode: typing.Literal["ABSOLUTE", "RELATIVE", "SELECTED"]
|
|
179731
|
-
""" Mode to display frames
|
|
179732
|
-
|
|
179733
|
-
:type: typing.Literal['ABSOLUTE','RELATIVE','SELECTED']
|
|
179734
|
-
"""
|
|
179735
|
-
|
|
179736
|
-
stroke_depth_order: bpy.stub_internal.rna_enums.StrokeDepthOrderItems
|
|
179737
|
-
""" Defines how the strokes are ordered in 3D space (for objects not displayed 'In Front')
|
|
179738
|
-
|
|
179739
|
-
:type: bpy.stub_internal.rna_enums.StrokeDepthOrderItems
|
|
179740
|
-
"""
|
|
179741
|
-
|
|
179742
|
-
use_autolock_layers: bool
|
|
179743
|
-
""" Automatically lock all layers except the active one to avoid accidental changes
|
|
179744
|
-
|
|
179745
|
-
:type: bool
|
|
179746
|
-
"""
|
|
179747
|
-
|
|
179748
|
-
use_ghost_custom_colors: bool
|
|
179749
|
-
""" Use custom colors for ghost frames
|
|
179750
|
-
|
|
179751
|
-
:type: bool
|
|
179752
|
-
"""
|
|
179753
|
-
|
|
179754
|
-
use_onion_fade: bool
|
|
179755
|
-
""" Display onion keyframes with a fade in color transparency
|
|
179756
|
-
|
|
179757
|
-
:type: bool
|
|
179758
|
-
"""
|
|
179759
|
-
|
|
179760
|
-
use_onion_loop: bool
|
|
179761
|
-
""" Display onion keyframes for looping animations
|
|
179762
|
-
|
|
179763
|
-
:type: bool
|
|
179764
|
-
"""
|
|
179765
|
-
|
|
179766
|
-
@classmethod
|
|
179767
|
-
def bl_rna_get_subclass(
|
|
179768
|
-
cls,
|
|
179769
|
-
id: str | None,
|
|
179770
|
-
default=None,
|
|
179771
|
-
/,
|
|
179772
|
-
) -> Struct:
|
|
179773
|
-
"""
|
|
179774
|
-
|
|
179775
|
-
:param id: The RNA type identifier.
|
|
179776
|
-
:type id: str | None
|
|
179777
|
-
:param default:
|
|
179778
|
-
:return: The RNA type or default when not found.
|
|
179779
|
-
:rtype: Struct
|
|
179780
|
-
"""
|
|
179781
|
-
|
|
179782
|
-
@classmethod
|
|
179783
|
-
def bl_rna_get_subclass_py(
|
|
179784
|
-
cls,
|
|
179785
|
-
id: str | None,
|
|
179786
|
-
default=None,
|
|
179787
|
-
/,
|
|
179788
|
-
) -> typing.Any:
|
|
179789
|
-
"""
|
|
179790
|
-
|
|
179791
|
-
:param id: The RNA type identifier.
|
|
179792
|
-
:type id: str | None
|
|
179793
|
-
:param default:
|
|
179794
|
-
:return: The class or default when not found.
|
|
179795
|
-
:rtype: typing.Any
|
|
179796
|
-
"""
|
|
179797
|
-
|
|
179798
179907
|
class GroupNodeViewerPathElem(ViewerPathElem, bpy_struct):
|
|
179799
179908
|
node_id: int
|
|
179800
179909
|
"""
|
|
@@ -203128,6 +203237,12 @@ Deprecated. Will be remove in 5.0.
|
|
|
203128
203237
|
:type: str
|
|
203129
203238
|
"""
|
|
203130
203239
|
|
|
203240
|
+
optional_label: bool
|
|
203241
|
+
""" Indicate that the label of this socket is not necessary to understand its meaning. This may result in the label being skipped in some cases
|
|
203242
|
+
|
|
203243
|
+
:type: bool
|
|
203244
|
+
"""
|
|
203245
|
+
|
|
203131
203246
|
socket_type: str
|
|
203132
203247
|
""" Type of the socket generated by this interface item
|
|
203133
203248
|
|
|
@@ -208925,10 +209040,10 @@ class Object(ID, bpy_struct):
|
|
|
208925
209040
|
:type: typing.Any | None
|
|
208926
209041
|
"""
|
|
208927
209042
|
|
|
208928
|
-
data: Armature | Camera | Curve | Curves |
|
|
209043
|
+
data: Armature | Camera | Curve | Curves | GreasePencil | Lattice | Light | LightProbe | Mesh | MetaBall | PointCloud | Speaker | SurfaceCurve | TextCurve | Volume | None
|
|
208929
209044
|
"""
|
|
208930
209045
|
|
|
208931
|
-
:type: Armature | Camera | Curve | Curves |
|
|
209046
|
+
:type: Armature | Camera | Curve | Curves | GreasePencil | Lattice | Light | LightProbe | Mesh | MetaBall | PointCloud | Speaker | SurfaceCurve | TextCurve | Volume | None
|
|
208932
209047
|
"""
|
|
208933
209048
|
|
|
208934
209049
|
delta_location: mathutils.Vector
|
|
@@ -239779,7 +239894,11 @@ class Strip(bpy_struct):
|
|
|
239779
239894
|
"""
|
|
239780
239895
|
|
|
239781
239896
|
def split(
|
|
239782
|
-
self,
|
|
239897
|
+
self,
|
|
239898
|
+
frame: int | None,
|
|
239899
|
+
split_method: typing.Literal["SOFT", "HARD"],
|
|
239900
|
+
*,
|
|
239901
|
+
ignore_connections: bool | None = False,
|
|
239783
239902
|
) -> typing_extensions.Self:
|
|
239784
239903
|
"""Split Strip
|
|
239785
239904
|
|
|
@@ -239787,6 +239906,8 @@ class Strip(bpy_struct):
|
|
|
239787
239906
|
:type frame: int | None
|
|
239788
239907
|
:param split_method:
|
|
239789
239908
|
:type split_method: typing.Literal['SOFT','HARD']
|
|
239909
|
+
:param ignore_connections: Dont propagate split to connected strips
|
|
239910
|
+
:type ignore_connections: bool | None
|
|
239790
239911
|
:return: Right side Strip
|
|
239791
239912
|
:rtype: typing_extensions.Self
|
|
239792
239913
|
"""
|
|
@@ -248067,12 +248188,6 @@ class ThemeUserInterface(bpy_struct):
|
|
|
248067
248188
|
class ThemeView3D(bpy_struct):
|
|
248068
248189
|
"""Theme settings for the 3D viewport"""
|
|
248069
248190
|
|
|
248070
|
-
act_spline: mathutils.Color
|
|
248071
|
-
"""
|
|
248072
|
-
|
|
248073
|
-
:type: mathutils.Color
|
|
248074
|
-
"""
|
|
248075
|
-
|
|
248076
248191
|
after_current_frame: mathutils.Color
|
|
248077
248192
|
""" The color for things after the current frame (for onion skinning, motion paths, etc.)
|
|
248078
248193
|
|
|
@@ -251572,6 +251687,7 @@ class UILayout(bpy_struct):
|
|
|
251572
251687
|
brush: bool | None = False,
|
|
251573
251688
|
use_negative_slope: bool | None = False,
|
|
251574
251689
|
show_tone: bool | None = False,
|
|
251690
|
+
show_presets: bool | None = False,
|
|
251575
251691
|
) -> None:
|
|
251576
251692
|
"""Item. A curve mapping widget used for e.g falloff curves for lights.
|
|
251577
251693
|
|
|
@@ -251589,6 +251705,8 @@ class UILayout(bpy_struct):
|
|
|
251589
251705
|
:type use_negative_slope: bool | None
|
|
251590
251706
|
:param show_tone: Show tone options
|
|
251591
251707
|
:type show_tone: bool | None
|
|
251708
|
+
:param show_presets: Show preset options
|
|
251709
|
+
:type show_presets: bool | None
|
|
251592
251710
|
"""
|
|
251593
251711
|
|
|
251594
251712
|
def template_curveprofile(self, data: typing.Any, property: str) -> None:
|
|
@@ -251970,11 +252088,15 @@ class UILayout(bpy_struct):
|
|
|
251970
252088
|
:type operator: typing.Literal['ADD','SWAP'] | None
|
|
251971
252089
|
"""
|
|
251972
252090
|
|
|
251973
|
-
def template_modifier_asset_menu_items(
|
|
252091
|
+
def template_modifier_asset_menu_items(
|
|
252092
|
+
self, *, catalog_path: str = "", skip_essentials: bool | None = False
|
|
252093
|
+
) -> None:
|
|
251974
252094
|
"""template_modifier_asset_menu_items
|
|
251975
252095
|
|
|
251976
252096
|
:param catalog_path:
|
|
251977
252097
|
:type catalog_path: str
|
|
252098
|
+
:param skip_essentials:
|
|
252099
|
+
:type skip_essentials: bool | None
|
|
251978
252100
|
"""
|
|
251979
252101
|
|
|
251980
252102
|
def template_node_operator_asset_menu_items(
|
|
@@ -253551,7 +253673,13 @@ class UserSolidLight(bpy_struct):
|
|
|
253551
253673
|
"""
|
|
253552
253674
|
|
|
253553
253675
|
class UvSculpt(bpy_struct):
|
|
253554
|
-
|
|
253676
|
+
curve_distance_falloff: CurveMapping | None
|
|
253677
|
+
"""
|
|
253678
|
+
|
|
253679
|
+
:type: CurveMapping | None
|
|
253680
|
+
"""
|
|
253681
|
+
|
|
253682
|
+
curve_distance_falloff_preset: bpy.stub_internal.rna_enums.BrushCurvePresetItems
|
|
253555
253683
|
"""
|
|
253556
253684
|
|
|
253557
253685
|
:type: bpy.stub_internal.rna_enums.BrushCurvePresetItems
|
|
@@ -253569,12 +253697,6 @@ class UvSculpt(bpy_struct):
|
|
|
253569
253697
|
:type: float
|
|
253570
253698
|
"""
|
|
253571
253699
|
|
|
253572
|
-
strength_curve: CurveMapping | None
|
|
253573
|
-
"""
|
|
253574
|
-
|
|
253575
|
-
:type: CurveMapping | None
|
|
253576
|
-
"""
|
|
253577
|
-
|
|
253578
253700
|
@classmethod
|
|
253579
253701
|
def bl_rna_get_subclass(
|
|
253580
253702
|
cls,
|
|
@@ -261950,8 +262072,6 @@ NODE_PT_node_tree_animation: bl_ui.space_node.NODE_PT_node_tree_animation
|
|
|
261950
262072
|
|
|
261951
262073
|
NODE_PT_node_tree_interface: bl_ui.space_node.NODE_PT_node_tree_interface
|
|
261952
262074
|
|
|
261953
|
-
NODE_PT_node_tree_interface_panel_toggle: bl_ui.space_node.NODE_PT_node_tree_interface_panel_toggle
|
|
261954
|
-
|
|
261955
262075
|
NODE_PT_node_tree_properties: bl_ui.space_node.NODE_PT_node_tree_properties
|
|
261956
262076
|
|
|
261957
262077
|
NODE_PT_overlay: bl_ui.space_node.NODE_PT_overlay
|