fake-bpy-module 20240508__py3-none-any.whl → 20240509__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.
- bpy/ops/action/__init__.pyi +152 -76
- bpy/ops/anim/__init__.pyi +212 -106
- bpy/ops/armature/__init__.pyi +192 -96
- bpy/ops/asset/__init__.pyi +64 -32
- bpy/ops/boid/__init__.pyi +32 -16
- bpy/ops/brush/__init__.pyi +36 -18
- bpy/ops/buttons/__init__.pyi +24 -12
- bpy/ops/cachefile/__init__.pyi +20 -10
- bpy/ops/camera/__init__.pyi +8 -4
- bpy/ops/clip/__init__.pyi +368 -184
- bpy/ops/cloth/__init__.pyi +4 -2
- bpy/ops/collection/__init__.pyi +36 -18
- bpy/ops/console/__init__.pyi +84 -42
- bpy/ops/constraint/__init__.pyi +72 -36
- bpy/ops/curve/__init__.pyi +204 -102
- bpy/ops/curves/__init__.pyi +108 -54
- bpy/ops/cycles/__init__.pyi +12 -6
- bpy/ops/dpaint/__init__.pyi +20 -10
- bpy/ops/ed/__init__.pyi +48 -24
- bpy/ops/export_anim/__init__.pyi +4 -2
- bpy/ops/export_mesh/__init__.pyi +4 -2
- bpy/ops/export_scene/__init__.pyi +16 -10
- bpy/ops/file/__init__.pyi +160 -80
- bpy/ops/fluid/__init__.pyi +56 -28
- bpy/ops/font/__init__.pyi +92 -46
- bpy/ops/geometry/__init__.pyi +40 -20
- bpy/ops/gizmogroup/__init__.pyi +8 -4
- bpy/ops/gpencil/__init__.pyi +600 -300
- bpy/ops/graph/__init__.pyi +260 -130
- bpy/ops/grease_pencil/__init__.pyi +268 -134
- bpy/ops/image/__init__.pyi +188 -94
- bpy/ops/import_anim/__init__.pyi +4 -2
- bpy/ops/import_curve/__init__.pyi +4 -2
- bpy/ops/import_mesh/__init__.pyi +4 -2
- bpy/ops/import_scene/__init__.pyi +12 -6
- bpy/ops/info/__init__.pyi +28 -14
- bpy/ops/lattice/__init__.pyi +32 -16
- bpy/ops/marker/__init__.pyi +44 -22
- bpy/ops/mask/__init__.pyi +156 -78
- bpy/ops/material/__init__.pyi +12 -6
- bpy/ops/mball/__init__.pyi +32 -16
- bpy/ops/mesh/__init__.pyi +652 -326
- bpy/ops/nla/__init__.pyi +159 -81
- bpy/ops/node/__init__.pyi +404 -202
- bpy/ops/object/__init__.pyi +1002 -490
- bpy/ops/outliner/__init__.pyi +276 -138
- bpy/ops/paint/__init__.pyi +212 -106
- bpy/ops/paintcurve/__init__.pyi +32 -16
- bpy/ops/palette/__init__.pyi +28 -14
- bpy/ops/particle/__init__.pyi +144 -72
- bpy/ops/pose/__init__.pyi +156 -78
- bpy/ops/poselib/__init__.pyi +36 -18
- bpy/ops/preferences/__init__.pyi +152 -76
- bpy/ops/ptcache/__init__.pyi +28 -14
- bpy/ops/render/__init__.pyi +48 -24
- bpy/ops/rigidbody/__init__.pyi +52 -26
- bpy/ops/scene/__init__.pyi +156 -78
- bpy/ops/screen/__init__.pyi +156 -78
- bpy/ops/script/__init__.pyi +12 -6
- bpy/ops/sculpt/__init__.pyi +134 -68
- bpy/ops/sculpt_curves/__init__.pyi +16 -8
- bpy/ops/sequencer/__init__.pyi +340 -170
- bpy/ops/sound/__init__.pyi +28 -14
- bpy/ops/spreadsheet/__init__.pyi +16 -8
- bpy/ops/surface/__init__.pyi +24 -12
- bpy/ops/text/__init__.pyi +172 -86
- bpy/ops/text_editor/__init__.pyi +4 -2
- bpy/ops/texture/__init__.pyi +16 -8
- bpy/ops/transform/__init__.pyi +108 -54
- bpy/ops/ui/__init__.pyi +132 -66
- bpy/ops/uilist/__init__.pyi +12 -6
- bpy/ops/uv/__init__.pyi +196 -98
- bpy/ops/view2d/__init__.pyi +56 -28
- bpy/ops/view3d/__init__.pyi +268 -134
- bpy/ops/wm/__init__.pyi +493 -224
- bpy/ops/workspace/__init__.pyi +28 -14
- bpy/ops/world/__init__.pyi +4 -2
- bpy/types/__init__.pyi +396 -28
- {fake_bpy_module-20240508.dist-info → fake_bpy_module-20240509.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240508.dist-info → fake_bpy_module-20240509.dist-info}/RECORD +83 -83
- mathutils/__init__.pyi +20 -0
- {fake_bpy_module-20240508.dist-info → fake_bpy_module-20240509.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240508.dist-info → fake_bpy_module-20240509.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -503,6 +503,7 @@
|
|
|
503
503
|
* Modifier.show_on_cage
|
|
504
504
|
* Modifier.show_expanded
|
|
505
505
|
* Modifier.is_active
|
|
506
|
+
* Modifier.use_pin_to_last
|
|
506
507
|
* Modifier.is_override_data
|
|
507
508
|
* Modifier.use_apply_on_spline
|
|
508
509
|
* Modifier.execution_time
|
|
@@ -818,6 +819,7 @@
|
|
|
818
819
|
* Modifier.show_on_cage
|
|
819
820
|
* Modifier.show_expanded
|
|
820
821
|
* Modifier.is_active
|
|
822
|
+
* Modifier.use_pin_to_last
|
|
821
823
|
* Modifier.is_override_data
|
|
822
824
|
* Modifier.use_apply_on_spline
|
|
823
825
|
* Modifier.execution_time
|
|
@@ -2039,6 +2041,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
2039
2041
|
* Modifier.show_on_cage
|
|
2040
2042
|
* Modifier.show_expanded
|
|
2041
2043
|
* Modifier.is_active
|
|
2044
|
+
* Modifier.use_pin_to_last
|
|
2042
2045
|
* Modifier.is_override_data
|
|
2043
2046
|
* Modifier.use_apply_on_spline
|
|
2044
2047
|
* Modifier.execution_time
|
|
@@ -3398,6 +3401,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
3398
3401
|
* Modifier.show_on_cage
|
|
3399
3402
|
* Modifier.show_expanded
|
|
3400
3403
|
* Modifier.is_active
|
|
3404
|
+
* Modifier.use_pin_to_last
|
|
3401
3405
|
* Modifier.is_override_data
|
|
3402
3406
|
* Modifier.use_apply_on_spline
|
|
3403
3407
|
* Modifier.execution_time
|
|
@@ -4126,6 +4130,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
4126
4130
|
* Modifier.show_on_cage
|
|
4127
4131
|
* Modifier.show_expanded
|
|
4128
4132
|
* Modifier.is_active
|
|
4133
|
+
* Modifier.use_pin_to_last
|
|
4129
4134
|
* Modifier.is_override_data
|
|
4130
4135
|
* Modifier.use_apply_on_spline
|
|
4131
4136
|
* Modifier.execution_time
|
|
@@ -4265,6 +4270,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
4265
4270
|
* Modifier.show_on_cage
|
|
4266
4271
|
* Modifier.show_expanded
|
|
4267
4272
|
* Modifier.is_active
|
|
4273
|
+
* Modifier.use_pin_to_last
|
|
4268
4274
|
* Modifier.is_override_data
|
|
4269
4275
|
* Modifier.use_apply_on_spline
|
|
4270
4276
|
* Modifier.execution_time
|
|
@@ -4666,6 +4672,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
4666
4672
|
* Modifier.show_on_cage
|
|
4667
4673
|
* Modifier.show_expanded
|
|
4668
4674
|
* Modifier.is_active
|
|
4675
|
+
* Modifier.use_pin_to_last
|
|
4669
4676
|
* Modifier.is_override_data
|
|
4670
4677
|
* Modifier.use_apply_on_spline
|
|
4671
4678
|
* Modifier.execution_time
|
|
@@ -5067,6 +5074,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
5067
5074
|
* Modifier.show_on_cage
|
|
5068
5075
|
* Modifier.show_expanded
|
|
5069
5076
|
* Modifier.is_active
|
|
5077
|
+
* Modifier.use_pin_to_last
|
|
5070
5078
|
* Modifier.is_override_data
|
|
5071
5079
|
* Modifier.use_apply_on_spline
|
|
5072
5080
|
* Modifier.execution_time
|
|
@@ -7341,6 +7349,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
7341
7349
|
* Modifier.show_on_cage
|
|
7342
7350
|
* Modifier.show_expanded
|
|
7343
7351
|
* Modifier.is_active
|
|
7352
|
+
* Modifier.use_pin_to_last
|
|
7344
7353
|
* Modifier.is_override_data
|
|
7345
7354
|
* Modifier.use_apply_on_spline
|
|
7346
7355
|
* Modifier.execution_time
|
|
@@ -7746,6 +7755,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
7746
7755
|
* Modifier.show_on_cage
|
|
7747
7756
|
* Modifier.show_expanded
|
|
7748
7757
|
* Modifier.is_active
|
|
7758
|
+
* Modifier.use_pin_to_last
|
|
7749
7759
|
* Modifier.is_override_data
|
|
7750
7760
|
* Modifier.use_apply_on_spline
|
|
7751
7761
|
* Modifier.execution_time
|
|
@@ -8691,6 +8701,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
8691
8701
|
* Modifier.show_on_cage
|
|
8692
8702
|
* Modifier.show_expanded
|
|
8693
8703
|
* Modifier.is_active
|
|
8704
|
+
* Modifier.use_pin_to_last
|
|
8694
8705
|
* Modifier.is_override_data
|
|
8695
8706
|
* Modifier.use_apply_on_spline
|
|
8696
8707
|
* Modifier.execution_time
|
|
@@ -10731,7 +10742,9 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
10731
10742
|
* ID.asset_data
|
|
10732
10743
|
* ID.override_library
|
|
10733
10744
|
* ID.preview
|
|
10745
|
+
* NodeTree.color_tag
|
|
10734
10746
|
* NodeTree.view_center
|
|
10747
|
+
* NodeTree.description
|
|
10735
10748
|
* NodeTree.animation_data
|
|
10736
10749
|
* NodeTree.nodes
|
|
10737
10750
|
* NodeTree.links
|
|
@@ -11055,6 +11068,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
11055
11068
|
* Modifier.show_on_cage
|
|
11056
11069
|
* Modifier.show_expanded
|
|
11057
11070
|
* Modifier.is_active
|
|
11071
|
+
* Modifier.use_pin_to_last
|
|
11058
11072
|
* Modifier.is_override_data
|
|
11059
11073
|
* Modifier.use_apply_on_spline
|
|
11060
11074
|
* Modifier.execution_time
|
|
@@ -11373,6 +11387,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
11373
11387
|
* Modifier.show_on_cage
|
|
11374
11388
|
* Modifier.show_expanded
|
|
11375
11389
|
* Modifier.is_active
|
|
11390
|
+
* Modifier.use_pin_to_last
|
|
11376
11391
|
* Modifier.is_override_data
|
|
11377
11392
|
* Modifier.use_apply_on_spline
|
|
11378
11393
|
* Modifier.execution_time
|
|
@@ -16689,6 +16704,7 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
16689
16704
|
* Modifier.show_on_cage
|
|
16690
16705
|
* Modifier.show_expanded
|
|
16691
16706
|
* Modifier.is_active
|
|
16707
|
+
* Modifier.use_pin_to_last
|
|
16692
16708
|
* Modifier.is_override_data
|
|
16693
16709
|
* Modifier.use_apply_on_spline
|
|
16694
16710
|
* Modifier.execution_time
|
|
@@ -16738,6 +16754,7 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
16738
16754
|
* Modifier.show_on_cage
|
|
16739
16755
|
* Modifier.show_expanded
|
|
16740
16756
|
* Modifier.is_active
|
|
16757
|
+
* Modifier.use_pin_to_last
|
|
16741
16758
|
* Modifier.is_override_data
|
|
16742
16759
|
* Modifier.use_apply_on_spline
|
|
16743
16760
|
* Modifier.execution_time
|
|
@@ -18476,6 +18493,7 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
18476
18493
|
* Modifier.show_on_cage
|
|
18477
18494
|
* Modifier.show_expanded
|
|
18478
18495
|
* Modifier.is_active
|
|
18496
|
+
* Modifier.use_pin_to_last
|
|
18479
18497
|
* Modifier.is_override_data
|
|
18480
18498
|
* Modifier.use_apply_on_spline
|
|
18481
18499
|
* Modifier.execution_time
|
|
@@ -19237,6 +19255,7 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
19237
19255
|
* Modifier.show_on_cage
|
|
19238
19256
|
* Modifier.show_expanded
|
|
19239
19257
|
* Modifier.is_active
|
|
19258
|
+
* Modifier.use_pin_to_last
|
|
19240
19259
|
* Modifier.is_override_data
|
|
19241
19260
|
* Modifier.use_apply_on_spline
|
|
19242
19261
|
* Modifier.execution_time
|
|
@@ -19716,6 +19735,7 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
19716
19735
|
* Modifier.show_on_cage
|
|
19717
19736
|
* Modifier.show_expanded
|
|
19718
19737
|
* Modifier.is_active
|
|
19738
|
+
* Modifier.use_pin_to_last
|
|
19719
19739
|
* Modifier.is_override_data
|
|
19720
19740
|
* Modifier.use_apply_on_spline
|
|
19721
19741
|
* Modifier.execution_time
|
|
@@ -20156,6 +20176,7 @@ FileHandler
|
|
|
20156
20176
|
* Modifier.show_on_cage
|
|
20157
20177
|
* Modifier.show_expanded
|
|
20158
20178
|
* Modifier.is_active
|
|
20179
|
+
* Modifier.use_pin_to_last
|
|
20159
20180
|
* Modifier.is_override_data
|
|
20160
20181
|
* Modifier.use_apply_on_spline
|
|
20161
20182
|
* Modifier.execution_time
|
|
@@ -21300,6 +21321,7 @@ FileHandler
|
|
|
21300
21321
|
* Modifier.show_on_cage
|
|
21301
21322
|
* Modifier.show_expanded
|
|
21302
21323
|
* Modifier.is_active
|
|
21324
|
+
* Modifier.use_pin_to_last
|
|
21303
21325
|
* Modifier.is_override_data
|
|
21304
21326
|
* Modifier.use_apply_on_spline
|
|
21305
21327
|
* Modifier.execution_time
|
|
@@ -22359,6 +22381,7 @@ FileHandler
|
|
|
22359
22381
|
* Modifier.show_on_cage
|
|
22360
22382
|
* Modifier.show_expanded
|
|
22361
22383
|
* Modifier.is_active
|
|
22384
|
+
* Modifier.use_pin_to_last
|
|
22362
22385
|
* Modifier.is_override_data
|
|
22363
22386
|
* Modifier.use_apply_on_spline
|
|
22364
22387
|
* Modifier.execution_time
|
|
@@ -22575,6 +22598,7 @@ FileHandler
|
|
|
22575
22598
|
* Modifier.show_on_cage
|
|
22576
22599
|
* Modifier.show_expanded
|
|
22577
22600
|
* Modifier.is_active
|
|
22601
|
+
* Modifier.use_pin_to_last
|
|
22578
22602
|
* Modifier.is_override_data
|
|
22579
22603
|
* Modifier.use_apply_on_spline
|
|
22580
22604
|
* Modifier.execution_time
|
|
@@ -22817,7 +22841,9 @@ FileHandler
|
|
|
22817
22841
|
* ID.asset_data
|
|
22818
22842
|
* ID.override_library
|
|
22819
22843
|
* ID.preview
|
|
22844
|
+
* NodeTree.color_tag
|
|
22820
22845
|
* NodeTree.view_center
|
|
22846
|
+
* NodeTree.description
|
|
22821
22847
|
* NodeTree.animation_data
|
|
22822
22848
|
* NodeTree.nodes
|
|
22823
22849
|
* NodeTree.links
|
|
@@ -23764,6 +23790,7 @@ FileHandler
|
|
|
23764
23790
|
* Modifier.show_on_cage
|
|
23765
23791
|
* Modifier.show_expanded
|
|
23766
23792
|
* Modifier.is_active
|
|
23793
|
+
* Modifier.use_pin_to_last
|
|
23767
23794
|
* Modifier.is_override_data
|
|
23768
23795
|
* Modifier.use_apply_on_spline
|
|
23769
23796
|
* Modifier.execution_time
|
|
@@ -24925,6 +24952,7 @@ FileHandler
|
|
|
24925
24952
|
* Modifier.show_on_cage
|
|
24926
24953
|
* Modifier.show_expanded
|
|
24927
24954
|
* Modifier.is_active
|
|
24955
|
+
* Modifier.use_pin_to_last
|
|
24928
24956
|
* Modifier.is_override_data
|
|
24929
24957
|
* Modifier.use_apply_on_spline
|
|
24930
24958
|
* Modifier.execution_time
|
|
@@ -25825,6 +25853,7 @@ FileHandler
|
|
|
25825
25853
|
* Modifier.show_on_cage
|
|
25826
25854
|
* Modifier.show_expanded
|
|
25827
25855
|
* Modifier.is_active
|
|
25856
|
+
* Modifier.use_pin_to_last
|
|
25828
25857
|
* Modifier.is_override_data
|
|
25829
25858
|
* Modifier.use_apply_on_spline
|
|
25830
25859
|
* Modifier.execution_time
|
|
@@ -29244,6 +29273,48 @@ FileHandler
|
|
|
29244
29273
|
:columns: 2
|
|
29245
29274
|
|
|
29246
29275
|
|
|
29276
|
+
--------------------
|
|
29277
|
+
|
|
29278
|
+
* GreasePencilv3.layer_groups
|
|
29279
|
+
|
|
29280
|
+
:columns: 2
|
|
29281
|
+
|
|
29282
|
+
|
|
29283
|
+
--------------------
|
|
29284
|
+
|
|
29285
|
+
* bpy_struct.id_data
|
|
29286
|
+
|
|
29287
|
+
:columns: 2
|
|
29288
|
+
|
|
29289
|
+
|
|
29290
|
+
--------------------
|
|
29291
|
+
|
|
29292
|
+
* bpy_struct.as_pointer
|
|
29293
|
+
* bpy_struct.driver_add
|
|
29294
|
+
* bpy_struct.driver_remove
|
|
29295
|
+
* bpy_struct.get
|
|
29296
|
+
* bpy_struct.id_properties_clear
|
|
29297
|
+
* bpy_struct.id_properties_ensure
|
|
29298
|
+
* bpy_struct.id_properties_ui
|
|
29299
|
+
* bpy_struct.is_property_hidden
|
|
29300
|
+
* bpy_struct.is_property_overridable_library
|
|
29301
|
+
* bpy_struct.is_property_readonly
|
|
29302
|
+
* bpy_struct.is_property_set
|
|
29303
|
+
* bpy_struct.items
|
|
29304
|
+
* bpy_struct.keyframe_delete
|
|
29305
|
+
* bpy_struct.keyframe_insert
|
|
29306
|
+
* bpy_struct.keys
|
|
29307
|
+
* bpy_struct.path_from_id
|
|
29308
|
+
* bpy_struct.path_resolve
|
|
29309
|
+
* bpy_struct.pop
|
|
29310
|
+
* bpy_struct.property_overridable_library_set
|
|
29311
|
+
* bpy_struct.property_unset
|
|
29312
|
+
* bpy_struct.type_recast
|
|
29313
|
+
* bpy_struct.values
|
|
29314
|
+
|
|
29315
|
+
:columns: 2
|
|
29316
|
+
|
|
29317
|
+
|
|
29247
29318
|
--------------------
|
|
29248
29319
|
|
|
29249
29320
|
* bpy_struct.id_data
|
|
@@ -30897,6 +30968,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
30897
30968
|
* Modifier.show_on_cage
|
|
30898
30969
|
* Modifier.show_expanded
|
|
30899
30970
|
* Modifier.is_active
|
|
30971
|
+
* Modifier.use_pin_to_last
|
|
30900
30972
|
* Modifier.is_override_data
|
|
30901
30973
|
* Modifier.use_apply_on_spline
|
|
30902
30974
|
* Modifier.execution_time
|
|
@@ -31800,7 +31872,9 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
31800
31872
|
* ID.asset_data
|
|
31801
31873
|
* ID.override_library
|
|
31802
31874
|
* ID.preview
|
|
31875
|
+
* NodeTree.color_tag
|
|
31803
31876
|
* NodeTree.view_center
|
|
31877
|
+
* NodeTree.description
|
|
31804
31878
|
* NodeTree.animation_data
|
|
31805
31879
|
* NodeTree.nodes
|
|
31806
31880
|
* NodeTree.links
|
|
@@ -31879,6 +31953,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
31879
31953
|
* Modifier.show_on_cage
|
|
31880
31954
|
* Modifier.show_expanded
|
|
31881
31955
|
* Modifier.is_active
|
|
31956
|
+
* Modifier.use_pin_to_last
|
|
31882
31957
|
* Modifier.is_override_data
|
|
31883
31958
|
* Modifier.use_apply_on_spline
|
|
31884
31959
|
* Modifier.execution_time
|
|
@@ -33612,6 +33687,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
33612
33687
|
* Modifier.show_on_cage
|
|
33613
33688
|
* Modifier.show_expanded
|
|
33614
33689
|
* Modifier.is_active
|
|
33690
|
+
* Modifier.use_pin_to_last
|
|
33615
33691
|
* Modifier.is_override_data
|
|
33616
33692
|
* Modifier.use_apply_on_spline
|
|
33617
33693
|
* Modifier.execution_time
|
|
@@ -33703,6 +33779,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
33703
33779
|
* Modifier.show_on_cage
|
|
33704
33780
|
* Modifier.show_expanded
|
|
33705
33781
|
* Modifier.is_active
|
|
33782
|
+
* Modifier.use_pin_to_last
|
|
33706
33783
|
* Modifier.is_override_data
|
|
33707
33784
|
* Modifier.use_apply_on_spline
|
|
33708
33785
|
* Modifier.execution_time
|
|
@@ -34730,6 +34807,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
34730
34807
|
* Modifier.show_on_cage
|
|
34731
34808
|
* Modifier.show_expanded
|
|
34732
34809
|
* Modifier.is_active
|
|
34810
|
+
* Modifier.use_pin_to_last
|
|
34733
34811
|
* Modifier.is_override_data
|
|
34734
34812
|
* Modifier.use_apply_on_spline
|
|
34735
34813
|
* Modifier.execution_time
|
|
@@ -35131,6 +35209,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
35131
35209
|
* Modifier.show_on_cage
|
|
35132
35210
|
* Modifier.show_expanded
|
|
35133
35211
|
* Modifier.is_active
|
|
35212
|
+
* Modifier.use_pin_to_last
|
|
35134
35213
|
* Modifier.is_override_data
|
|
35135
35214
|
* Modifier.use_apply_on_spline
|
|
35136
35215
|
* Modifier.execution_time
|
|
@@ -37323,6 +37402,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
37323
37402
|
* Modifier.show_on_cage
|
|
37324
37403
|
* Modifier.show_expanded
|
|
37325
37404
|
* Modifier.is_active
|
|
37405
|
+
* Modifier.use_pin_to_last
|
|
37326
37406
|
* Modifier.is_override_data
|
|
37327
37407
|
* Modifier.use_apply_on_spline
|
|
37328
37408
|
* Modifier.execution_time
|
|
@@ -38593,6 +38673,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
38593
38673
|
* Modifier.show_on_cage
|
|
38594
38674
|
* Modifier.show_expanded
|
|
38595
38675
|
* Modifier.is_active
|
|
38676
|
+
* Modifier.use_pin_to_last
|
|
38596
38677
|
* Modifier.is_override_data
|
|
38597
38678
|
* Modifier.use_apply_on_spline
|
|
38598
38679
|
* Modifier.execution_time
|
|
@@ -38687,6 +38768,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
38687
38768
|
* Modifier.show_on_cage
|
|
38688
38769
|
* Modifier.show_expanded
|
|
38689
38770
|
* Modifier.is_active
|
|
38771
|
+
* Modifier.use_pin_to_last
|
|
38690
38772
|
* Modifier.is_override_data
|
|
38691
38773
|
* Modifier.use_apply_on_spline
|
|
38692
38774
|
* Modifier.execution_time
|
|
@@ -39624,6 +39706,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
39624
39706
|
* Modifier.show_on_cage
|
|
39625
39707
|
* Modifier.show_expanded
|
|
39626
39708
|
* Modifier.is_active
|
|
39709
|
+
* Modifier.use_pin_to_last
|
|
39627
39710
|
* Modifier.is_override_data
|
|
39628
39711
|
* Modifier.use_apply_on_spline
|
|
39629
39712
|
* Modifier.execution_time
|
|
@@ -40004,6 +40087,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
40004
40087
|
* Modifier.show_on_cage
|
|
40005
40088
|
* Modifier.show_expanded
|
|
40006
40089
|
* Modifier.is_active
|
|
40090
|
+
* Modifier.use_pin_to_last
|
|
40007
40091
|
* Modifier.is_override_data
|
|
40008
40092
|
* Modifier.use_apply_on_spline
|
|
40009
40093
|
* Modifier.execution_time
|
|
@@ -40488,6 +40572,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
40488
40572
|
* Modifier.show_on_cage
|
|
40489
40573
|
* Modifier.show_expanded
|
|
40490
40574
|
* Modifier.is_active
|
|
40575
|
+
* Modifier.use_pin_to_last
|
|
40491
40576
|
* Modifier.is_override_data
|
|
40492
40577
|
* Modifier.use_apply_on_spline
|
|
40493
40578
|
* Modifier.execution_time
|
|
@@ -40796,6 +40881,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
40796
40881
|
* Modifier.show_on_cage
|
|
40797
40882
|
* Modifier.show_expanded
|
|
40798
40883
|
* Modifier.is_active
|
|
40884
|
+
* Modifier.use_pin_to_last
|
|
40799
40885
|
* Modifier.is_override_data
|
|
40800
40886
|
* Modifier.use_apply_on_spline
|
|
40801
40887
|
* Modifier.execution_time
|
|
@@ -43065,6 +43151,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
43065
43151
|
* Modifier.show_on_cage
|
|
43066
43152
|
* Modifier.show_expanded
|
|
43067
43153
|
* Modifier.is_active
|
|
43154
|
+
* Modifier.use_pin_to_last
|
|
43068
43155
|
* Modifier.is_override_data
|
|
43069
43156
|
* Modifier.use_apply_on_spline
|
|
43070
43157
|
* Modifier.execution_time
|
|
@@ -43269,6 +43356,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
43269
43356
|
* Modifier.show_on_cage
|
|
43270
43357
|
* Modifier.show_expanded
|
|
43271
43358
|
* Modifier.is_active
|
|
43359
|
+
* Modifier.use_pin_to_last
|
|
43272
43360
|
* Modifier.is_override_data
|
|
43273
43361
|
* Modifier.use_apply_on_spline
|
|
43274
43362
|
* Modifier.execution_time
|
|
@@ -45329,6 +45417,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
45329
45417
|
* Modifier.show_on_cage
|
|
45330
45418
|
* Modifier.show_expanded
|
|
45331
45419
|
* Modifier.is_active
|
|
45420
|
+
* Modifier.use_pin_to_last
|
|
45332
45421
|
* Modifier.is_override_data
|
|
45333
45422
|
* Modifier.use_apply_on_spline
|
|
45334
45423
|
* Modifier.execution_time
|
|
@@ -46401,7 +46490,7 @@ Executing the operator will then print all values.
|
|
|
46401
46490
|
|
|
46402
46491
|
* bpy.context.active_gpencil_frame
|
|
46403
46492
|
* GreasePencilv3.layers
|
|
46404
|
-
* GreasePencilv3Layers.
|
|
46493
|
+
* GreasePencilv3Layers.active_layer
|
|
46405
46494
|
|
|
46406
46495
|
:columns: 2
|
|
46407
46496
|
|
|
@@ -49505,6 +49594,7 @@ Executing the operator will then print all values.
|
|
|
49505
49594
|
* Modifier.show_on_cage
|
|
49506
49595
|
* Modifier.show_expanded
|
|
49507
49596
|
* Modifier.is_active
|
|
49597
|
+
* Modifier.use_pin_to_last
|
|
49508
49598
|
* Modifier.is_override_data
|
|
49509
49599
|
* Modifier.use_apply_on_spline
|
|
49510
49600
|
* Modifier.execution_time
|
|
@@ -49858,6 +49948,7 @@ Executing the operator will then print all values.
|
|
|
49858
49948
|
* Modifier.show_on_cage
|
|
49859
49949
|
* Modifier.show_expanded
|
|
49860
49950
|
* Modifier.is_active
|
|
49951
|
+
* Modifier.use_pin_to_last
|
|
49861
49952
|
* Modifier.is_override_data
|
|
49862
49953
|
* Modifier.use_apply_on_spline
|
|
49863
49954
|
* Modifier.execution_time
|
|
@@ -50033,6 +50124,7 @@ Executing the operator will then print all values.
|
|
|
50033
50124
|
* Modifier.show_on_cage
|
|
50034
50125
|
* Modifier.show_expanded
|
|
50035
50126
|
* Modifier.is_active
|
|
50127
|
+
* Modifier.use_pin_to_last
|
|
50036
50128
|
* Modifier.is_override_data
|
|
50037
50129
|
* Modifier.use_apply_on_spline
|
|
50038
50130
|
* Modifier.execution_time
|
|
@@ -50301,6 +50393,7 @@ Executing the operator will then print all values.
|
|
|
50301
50393
|
* Modifier.show_on_cage
|
|
50302
50394
|
* Modifier.show_expanded
|
|
50303
50395
|
* Modifier.is_active
|
|
50396
|
+
* Modifier.use_pin_to_last
|
|
50304
50397
|
* Modifier.is_override_data
|
|
50305
50398
|
* Modifier.use_apply_on_spline
|
|
50306
50399
|
* Modifier.execution_time
|
|
@@ -51561,6 +51654,7 @@ Executing the operator will then print all values.
|
|
|
51561
51654
|
* Modifier.show_on_cage
|
|
51562
51655
|
* Modifier.show_expanded
|
|
51563
51656
|
* Modifier.is_active
|
|
51657
|
+
* Modifier.use_pin_to_last
|
|
51564
51658
|
* Modifier.is_override_data
|
|
51565
51659
|
* Modifier.use_apply_on_spline
|
|
51566
51660
|
* Modifier.execution_time
|
|
@@ -52875,6 +52969,95 @@ Executing the operator will then print all values.
|
|
|
52875
52969
|
:columns: 2
|
|
52876
52970
|
|
|
52877
52971
|
|
|
52972
|
+
--------------------
|
|
52973
|
+
|
|
52974
|
+
* bpy_struct.id_data
|
|
52975
|
+
* Node.type
|
|
52976
|
+
* Node.location
|
|
52977
|
+
* Node.width
|
|
52978
|
+
* Node.height
|
|
52979
|
+
* Node.dimensions
|
|
52980
|
+
* Node.name
|
|
52981
|
+
* Node.label
|
|
52982
|
+
* Node.inputs
|
|
52983
|
+
* Node.outputs
|
|
52984
|
+
* Node.internal_links
|
|
52985
|
+
* Node.parent
|
|
52986
|
+
* Node.use_custom_color
|
|
52987
|
+
* Node.color
|
|
52988
|
+
* Node.select
|
|
52989
|
+
* Node.show_options
|
|
52990
|
+
* Node.show_preview
|
|
52991
|
+
* Node.hide
|
|
52992
|
+
* Node.mute
|
|
52993
|
+
* Node.show_texture
|
|
52994
|
+
* Node.bl_idname
|
|
52995
|
+
* Node.bl_label
|
|
52996
|
+
* Node.bl_description
|
|
52997
|
+
* Node.bl_icon
|
|
52998
|
+
* Node.bl_static_type
|
|
52999
|
+
* Node.bl_width_default
|
|
53000
|
+
* Node.bl_width_min
|
|
53001
|
+
* Node.bl_width_max
|
|
53002
|
+
* Node.bl_height_default
|
|
53003
|
+
* Node.bl_height_min
|
|
53004
|
+
* Node.bl_height_max
|
|
53005
|
+
|
|
53006
|
+
:columns: 2
|
|
53007
|
+
|
|
53008
|
+
|
|
53009
|
+
--------------------
|
|
53010
|
+
|
|
53011
|
+
* bpy_struct.as_pointer
|
|
53012
|
+
* bpy_struct.driver_add
|
|
53013
|
+
* bpy_struct.driver_remove
|
|
53014
|
+
* bpy_struct.get
|
|
53015
|
+
* bpy_struct.id_properties_clear
|
|
53016
|
+
* bpy_struct.id_properties_ensure
|
|
53017
|
+
* bpy_struct.id_properties_ui
|
|
53018
|
+
* bpy_struct.is_property_hidden
|
|
53019
|
+
* bpy_struct.is_property_overridable_library
|
|
53020
|
+
* bpy_struct.is_property_readonly
|
|
53021
|
+
* bpy_struct.is_property_set
|
|
53022
|
+
* bpy_struct.items
|
|
53023
|
+
* bpy_struct.keyframe_delete
|
|
53024
|
+
* bpy_struct.keyframe_insert
|
|
53025
|
+
* bpy_struct.keys
|
|
53026
|
+
* bpy_struct.path_from_id
|
|
53027
|
+
* bpy_struct.path_resolve
|
|
53028
|
+
* bpy_struct.pop
|
|
53029
|
+
* bpy_struct.property_overridable_library_set
|
|
53030
|
+
* bpy_struct.property_unset
|
|
53031
|
+
* bpy_struct.type_recast
|
|
53032
|
+
* bpy_struct.values
|
|
53033
|
+
* Node.socket_value_update
|
|
53034
|
+
* Node.is_registered_node_type
|
|
53035
|
+
* Node.poll
|
|
53036
|
+
* Node.poll_instance
|
|
53037
|
+
* Node.update
|
|
53038
|
+
* Node.insert_link
|
|
53039
|
+
* Node.init
|
|
53040
|
+
* Node.copy
|
|
53041
|
+
* Node.free
|
|
53042
|
+
* Node.draw_buttons
|
|
53043
|
+
* Node.draw_buttons_ext
|
|
53044
|
+
* Node.draw_label
|
|
53045
|
+
* Node.poll
|
|
53046
|
+
* Node.bl_rna_get_subclass
|
|
53047
|
+
* Node.bl_rna_get_subclass_py
|
|
53048
|
+
* NodeInternal.poll
|
|
53049
|
+
* NodeInternal.poll_instance
|
|
53050
|
+
* NodeInternal.update
|
|
53051
|
+
* NodeInternal.draw_buttons
|
|
53052
|
+
* NodeInternal.draw_buttons_ext
|
|
53053
|
+
* NodeInternal.bl_rna_get_subclass
|
|
53054
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
53055
|
+
* FunctionNode.bl_rna_get_subclass
|
|
53056
|
+
* FunctionNode.bl_rna_get_subclass_py
|
|
53057
|
+
|
|
53058
|
+
:columns: 2
|
|
53059
|
+
|
|
53060
|
+
|
|
52878
53061
|
--------------------
|
|
52879
53062
|
|
|
52880
53063
|
* bpy_struct.id_data
|
|
@@ -56904,6 +57087,7 @@ Executing the operator will then print all values.
|
|
|
56904
57087
|
* Modifier.show_on_cage
|
|
56905
57088
|
* Modifier.show_expanded
|
|
56906
57089
|
* Modifier.is_active
|
|
57090
|
+
* Modifier.use_pin_to_last
|
|
56907
57091
|
* Modifier.is_override_data
|
|
56908
57092
|
* Modifier.use_apply_on_spline
|
|
56909
57093
|
* Modifier.execution_time
|
|
@@ -57918,6 +58102,7 @@ Executing the operator will then print all values.
|
|
|
57918
58102
|
* Modifier.show_on_cage
|
|
57919
58103
|
* Modifier.show_expanded
|
|
57920
58104
|
* Modifier.is_active
|
|
58105
|
+
* Modifier.use_pin_to_last
|
|
57921
58106
|
* Modifier.is_override_data
|
|
57922
58107
|
* Modifier.use_apply_on_spline
|
|
57923
58108
|
* Modifier.execution_time
|
|
@@ -58873,6 +59058,7 @@ Executing the operator will then print all values.
|
|
|
58873
59058
|
* Modifier.show_on_cage
|
|
58874
59059
|
* Modifier.show_expanded
|
|
58875
59060
|
* Modifier.is_active
|
|
59061
|
+
* Modifier.use_pin_to_last
|
|
58876
59062
|
* Modifier.is_override_data
|
|
58877
59063
|
* Modifier.use_apply_on_spline
|
|
58878
59064
|
* Modifier.execution_time
|
|
@@ -59791,6 +59977,7 @@ Executing the operator will then print all values.
|
|
|
59791
59977
|
* Modifier.show_on_cage
|
|
59792
59978
|
* Modifier.show_expanded
|
|
59793
59979
|
* Modifier.is_active
|
|
59980
|
+
* Modifier.use_pin_to_last
|
|
59794
59981
|
* Modifier.is_override_data
|
|
59795
59982
|
* Modifier.use_apply_on_spline
|
|
59796
59983
|
* Modifier.execution_time
|
|
@@ -59840,6 +60027,7 @@ Executing the operator will then print all values.
|
|
|
59840
60027
|
* Modifier.show_on_cage
|
|
59841
60028
|
* Modifier.show_expanded
|
|
59842
60029
|
* Modifier.is_active
|
|
60030
|
+
* Modifier.use_pin_to_last
|
|
59843
60031
|
* Modifier.is_override_data
|
|
59844
60032
|
* Modifier.use_apply_on_spline
|
|
59845
60033
|
* Modifier.execution_time
|
|
@@ -60698,6 +60886,7 @@ Executing the operator will then print all values.
|
|
|
60698
60886
|
* Modifier.show_on_cage
|
|
60699
60887
|
* Modifier.show_expanded
|
|
60700
60888
|
* Modifier.is_active
|
|
60889
|
+
* Modifier.use_pin_to_last
|
|
60701
60890
|
* Modifier.is_override_data
|
|
60702
60891
|
* Modifier.use_apply_on_spline
|
|
60703
60892
|
* Modifier.execution_time
|
|
@@ -61543,6 +61732,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
61543
61732
|
* Modifier.show_on_cage
|
|
61544
61733
|
* Modifier.show_expanded
|
|
61545
61734
|
* Modifier.is_active
|
|
61735
|
+
* Modifier.use_pin_to_last
|
|
61546
61736
|
* Modifier.is_override_data
|
|
61547
61737
|
* Modifier.use_apply_on_spline
|
|
61548
61738
|
* Modifier.execution_time
|
|
@@ -63028,6 +63218,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
63028
63218
|
* Modifier.show_on_cage
|
|
63029
63219
|
* Modifier.show_expanded
|
|
63030
63220
|
* Modifier.is_active
|
|
63221
|
+
* Modifier.use_pin_to_last
|
|
63031
63222
|
* Modifier.is_override_data
|
|
63032
63223
|
* Modifier.use_apply_on_spline
|
|
63033
63224
|
* Modifier.execution_time
|
|
@@ -63119,6 +63310,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
63119
63310
|
* Modifier.show_on_cage
|
|
63120
63311
|
* Modifier.show_expanded
|
|
63121
63312
|
* Modifier.is_active
|
|
63313
|
+
* Modifier.use_pin_to_last
|
|
63122
63314
|
* Modifier.is_override_data
|
|
63123
63315
|
* Modifier.use_apply_on_spline
|
|
63124
63316
|
* Modifier.execution_time
|
|
@@ -63168,6 +63360,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
63168
63360
|
* Modifier.show_on_cage
|
|
63169
63361
|
* Modifier.show_expanded
|
|
63170
63362
|
* Modifier.is_active
|
|
63363
|
+
* Modifier.use_pin_to_last
|
|
63171
63364
|
* Modifier.is_override_data
|
|
63172
63365
|
* Modifier.use_apply_on_spline
|
|
63173
63366
|
* Modifier.execution_time
|
|
@@ -63926,6 +64119,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
63926
64119
|
* Modifier.show_on_cage
|
|
63927
64120
|
* Modifier.show_expanded
|
|
63928
64121
|
* Modifier.is_active
|
|
64122
|
+
* Modifier.use_pin_to_last
|
|
63929
64123
|
* Modifier.is_override_data
|
|
63930
64124
|
* Modifier.use_apply_on_spline
|
|
63931
64125
|
* Modifier.execution_time
|
|
@@ -65277,6 +65471,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
65277
65471
|
* Modifier.show_on_cage
|
|
65278
65472
|
* Modifier.show_expanded
|
|
65279
65473
|
* Modifier.is_active
|
|
65474
|
+
* Modifier.use_pin_to_last
|
|
65280
65475
|
* Modifier.is_override_data
|
|
65281
65476
|
* Modifier.use_apply_on_spline
|
|
65282
65477
|
* Modifier.execution_time
|
|
@@ -67516,6 +67711,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
67516
67711
|
* Modifier.show_on_cage
|
|
67517
67712
|
* Modifier.show_expanded
|
|
67518
67713
|
* Modifier.is_active
|
|
67714
|
+
* Modifier.use_pin_to_last
|
|
67519
67715
|
* Modifier.is_override_data
|
|
67520
67716
|
* Modifier.use_apply_on_spline
|
|
67521
67717
|
* Modifier.execution_time
|
|
@@ -70389,6 +70585,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
70389
70585
|
* Modifier.show_on_cage
|
|
70390
70586
|
* Modifier.show_expanded
|
|
70391
70587
|
* Modifier.is_active
|
|
70588
|
+
* Modifier.use_pin_to_last
|
|
70392
70589
|
* Modifier.is_override_data
|
|
70393
70590
|
* Modifier.use_apply_on_spline
|
|
70394
70591
|
* Modifier.execution_time
|
|
@@ -71037,6 +71234,7 @@ The USDHookExample
|
|
|
71037
71234
|
* Modifier.show_on_cage
|
|
71038
71235
|
* Modifier.show_expanded
|
|
71039
71236
|
* Modifier.is_active
|
|
71237
|
+
* Modifier.use_pin_to_last
|
|
71040
71238
|
* Modifier.is_override_data
|
|
71041
71239
|
* Modifier.use_apply_on_spline
|
|
71042
71240
|
* Modifier.execution_time
|
|
@@ -71167,6 +71365,7 @@ The USDHookExample
|
|
|
71167
71365
|
* Modifier.show_on_cage
|
|
71168
71366
|
* Modifier.show_expanded
|
|
71169
71367
|
* Modifier.is_active
|
|
71368
|
+
* Modifier.use_pin_to_last
|
|
71170
71369
|
* Modifier.is_override_data
|
|
71171
71370
|
* Modifier.use_apply_on_spline
|
|
71172
71371
|
* Modifier.execution_time
|
|
@@ -71885,6 +72084,7 @@ The USDHookExample
|
|
|
71885
72084
|
* Modifier.show_on_cage
|
|
71886
72085
|
* Modifier.show_expanded
|
|
71887
72086
|
* Modifier.is_active
|
|
72087
|
+
* Modifier.use_pin_to_last
|
|
71888
72088
|
* Modifier.is_override_data
|
|
71889
72089
|
* Modifier.use_apply_on_spline
|
|
71890
72090
|
* Modifier.execution_time
|
|
@@ -72280,6 +72480,7 @@ The USDHookExample
|
|
|
72280
72480
|
* Modifier.show_on_cage
|
|
72281
72481
|
* Modifier.show_expanded
|
|
72282
72482
|
* Modifier.is_active
|
|
72483
|
+
* Modifier.use_pin_to_last
|
|
72283
72484
|
* Modifier.is_override_data
|
|
72284
72485
|
* Modifier.use_apply_on_spline
|
|
72285
72486
|
* Modifier.execution_time
|
|
@@ -72430,7 +72631,9 @@ The USDHookExample
|
|
|
72430
72631
|
* ID.asset_data
|
|
72431
72632
|
* ID.override_library
|
|
72432
72633
|
* ID.preview
|
|
72634
|
+
* NodeTree.color_tag
|
|
72433
72635
|
* NodeTree.view_center
|
|
72636
|
+
* NodeTree.description
|
|
72434
72637
|
* NodeTree.animation_data
|
|
72435
72638
|
* NodeTree.nodes
|
|
72436
72639
|
* NodeTree.links
|
|
@@ -74774,6 +74977,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
74774
74977
|
* Modifier.show_on_cage
|
|
74775
74978
|
* Modifier.show_expanded
|
|
74776
74979
|
* Modifier.is_active
|
|
74980
|
+
* Modifier.use_pin_to_last
|
|
74777
74981
|
* Modifier.is_override_data
|
|
74778
74982
|
* Modifier.use_apply_on_spline
|
|
74779
74983
|
* Modifier.execution_time
|
|
@@ -75178,6 +75382,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
75178
75382
|
* Modifier.show_on_cage
|
|
75179
75383
|
* Modifier.show_expanded
|
|
75180
75384
|
* Modifier.is_active
|
|
75385
|
+
* Modifier.use_pin_to_last
|
|
75181
75386
|
* Modifier.is_override_data
|
|
75182
75387
|
* Modifier.use_apply_on_spline
|
|
75183
75388
|
* Modifier.execution_time
|
|
@@ -75404,6 +75609,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
75404
75609
|
* Modifier.show_on_cage
|
|
75405
75610
|
* Modifier.show_expanded
|
|
75406
75611
|
* Modifier.is_active
|
|
75612
|
+
* Modifier.use_pin_to_last
|
|
75407
75613
|
* Modifier.is_override_data
|
|
75408
75614
|
* Modifier.use_apply_on_spline
|
|
75409
75615
|
* Modifier.execution_time
|
|
@@ -75723,6 +75929,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
75723
75929
|
* Modifier.show_on_cage
|
|
75724
75930
|
* Modifier.show_expanded
|
|
75725
75931
|
* Modifier.is_active
|
|
75932
|
+
* Modifier.use_pin_to_last
|
|
75726
75933
|
* Modifier.is_override_data
|
|
75727
75934
|
* Modifier.use_apply_on_spline
|
|
75728
75935
|
* Modifier.execution_time
|
|
@@ -76517,6 +76724,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
76517
76724
|
* Modifier.show_on_cage
|
|
76518
76725
|
* Modifier.show_expanded
|
|
76519
76726
|
* Modifier.is_active
|
|
76727
|
+
* Modifier.use_pin_to_last
|
|
76520
76728
|
* Modifier.is_override_data
|
|
76521
76729
|
* Modifier.use_apply_on_spline
|
|
76522
76730
|
* Modifier.execution_time
|
|
@@ -78041,6 +78249,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
78041
78249
|
* Modifier.show_on_cage
|
|
78042
78250
|
* Modifier.show_expanded
|
|
78043
78251
|
* Modifier.is_active
|
|
78252
|
+
* Modifier.use_pin_to_last
|
|
78044
78253
|
* Modifier.is_override_data
|
|
78045
78254
|
* Modifier.use_apply_on_spline
|
|
78046
78255
|
* Modifier.execution_time
|
|
@@ -78977,6 +79186,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
78977
79186
|
* FunctionNodeAlignEulerToVector.output_template
|
|
78978
79187
|
* FunctionNodeAlignRotationToVector.input_template
|
|
78979
79188
|
* FunctionNodeAlignRotationToVector.output_template
|
|
79189
|
+
* FunctionNodeAxesToRotation.input_template
|
|
79190
|
+
* FunctionNodeAxesToRotation.output_template
|
|
78980
79191
|
* FunctionNodeAxisAngleToRotation.input_template
|
|
78981
79192
|
* FunctionNodeAxisAngleToRotation.output_template
|
|
78982
79193
|
* FunctionNodeBooleanMath.input_template
|
|
@@ -80483,6 +80694,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
80483
80694
|
--------------------
|
|
80484
80695
|
|
|
80485
80696
|
* GreasePencilv3.layer_groups
|
|
80697
|
+
* GreasePencilv3LayerGroup.active_group
|
|
80486
80698
|
|
|
80487
80699
|
:columns: 2
|
|
80488
80700
|
|
|
@@ -81489,6 +81701,7 @@ database.
|
|
|
81489
81701
|
* Modifier.show_on_cage
|
|
81490
81702
|
* Modifier.show_expanded
|
|
81491
81703
|
* Modifier.is_active
|
|
81704
|
+
* Modifier.use_pin_to_last
|
|
81492
81705
|
* Modifier.is_override_data
|
|
81493
81706
|
* Modifier.use_apply_on_spline
|
|
81494
81707
|
* Modifier.execution_time
|
|
@@ -82762,6 +82975,7 @@ database.
|
|
|
82762
82975
|
* Modifier.show_on_cage
|
|
82763
82976
|
* Modifier.show_expanded
|
|
82764
82977
|
* Modifier.is_active
|
|
82978
|
+
* Modifier.use_pin_to_last
|
|
82765
82979
|
* Modifier.is_override_data
|
|
82766
82980
|
* Modifier.use_apply_on_spline
|
|
82767
82981
|
* Modifier.execution_time
|
|
@@ -83100,6 +83314,7 @@ database.
|
|
|
83100
83314
|
* Modifier.show_on_cage
|
|
83101
83315
|
* Modifier.show_expanded
|
|
83102
83316
|
* Modifier.is_active
|
|
83317
|
+
* Modifier.use_pin_to_last
|
|
83103
83318
|
* Modifier.is_override_data
|
|
83104
83319
|
* Modifier.use_apply_on_spline
|
|
83105
83320
|
* Modifier.execution_time
|
|
@@ -83419,6 +83634,7 @@ database.
|
|
|
83419
83634
|
* Modifier.show_on_cage
|
|
83420
83635
|
* Modifier.show_expanded
|
|
83421
83636
|
* Modifier.is_active
|
|
83637
|
+
* Modifier.use_pin_to_last
|
|
83422
83638
|
* Modifier.is_override_data
|
|
83423
83639
|
* Modifier.use_apply_on_spline
|
|
83424
83640
|
* Modifier.execution_time
|
|
@@ -84229,6 +84445,7 @@ database.
|
|
|
84229
84445
|
* Modifier.show_on_cage
|
|
84230
84446
|
* Modifier.show_expanded
|
|
84231
84447
|
* Modifier.is_active
|
|
84448
|
+
* Modifier.use_pin_to_last
|
|
84232
84449
|
* Modifier.is_override_data
|
|
84233
84450
|
* Modifier.use_apply_on_spline
|
|
84234
84451
|
* Modifier.execution_time
|
|
@@ -87300,6 +87517,7 @@ database.
|
|
|
87300
87517
|
* Modifier.show_on_cage
|
|
87301
87518
|
* Modifier.show_expanded
|
|
87302
87519
|
* Modifier.is_active
|
|
87520
|
+
* Modifier.use_pin_to_last
|
|
87303
87521
|
* Modifier.is_override_data
|
|
87304
87522
|
* Modifier.use_apply_on_spline
|
|
87305
87523
|
* Modifier.execution_time
|
|
@@ -91120,6 +91338,7 @@ database.
|
|
|
91120
91338
|
* Modifier.show_on_cage
|
|
91121
91339
|
* Modifier.show_expanded
|
|
91122
91340
|
* Modifier.is_active
|
|
91341
|
+
* Modifier.use_pin_to_last
|
|
91123
91342
|
* Modifier.is_override_data
|
|
91124
91343
|
* Modifier.use_apply_on_spline
|
|
91125
91344
|
* Modifier.execution_time
|
|
@@ -92583,6 +92802,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
92583
92802
|
* Modifier.show_on_cage
|
|
92584
92803
|
* Modifier.show_expanded
|
|
92585
92804
|
* Modifier.is_active
|
|
92805
|
+
* Modifier.use_pin_to_last
|
|
92586
92806
|
* Modifier.is_override_data
|
|
92587
92807
|
* Modifier.use_apply_on_spline
|
|
92588
92808
|
* Modifier.execution_time
|
|
@@ -94970,6 +95190,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
94970
95190
|
* Modifier.show_on_cage
|
|
94971
95191
|
* Modifier.show_expanded
|
|
94972
95192
|
* Modifier.is_active
|
|
95193
|
+
* Modifier.use_pin_to_last
|
|
94973
95194
|
* Modifier.is_override_data
|
|
94974
95195
|
* Modifier.use_apply_on_spline
|
|
94975
95196
|
* Modifier.execution_time
|
|
@@ -95271,6 +95492,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
95271
95492
|
* Modifier.show_on_cage
|
|
95272
95493
|
* Modifier.show_expanded
|
|
95273
95494
|
* Modifier.is_active
|
|
95495
|
+
* Modifier.use_pin_to_last
|
|
95274
95496
|
* Modifier.is_override_data
|
|
95275
95497
|
* Modifier.use_apply_on_spline
|
|
95276
95498
|
* Modifier.execution_time
|
|
@@ -95320,6 +95542,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
95320
95542
|
* Modifier.show_on_cage
|
|
95321
95543
|
* Modifier.show_expanded
|
|
95322
95544
|
* Modifier.is_active
|
|
95545
|
+
* Modifier.use_pin_to_last
|
|
95323
95546
|
* Modifier.is_override_data
|
|
95324
95547
|
* Modifier.use_apply_on_spline
|
|
95325
95548
|
* Modifier.execution_time
|
|
@@ -96312,6 +96535,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
96312
96535
|
* Modifier.show_on_cage
|
|
96313
96536
|
* Modifier.show_expanded
|
|
96314
96537
|
* Modifier.is_active
|
|
96538
|
+
* Modifier.use_pin_to_last
|
|
96315
96539
|
* Modifier.is_override_data
|
|
96316
96540
|
* Modifier.use_apply_on_spline
|
|
96317
96541
|
* Modifier.execution_time
|
|
@@ -96361,6 +96585,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
96361
96585
|
* Modifier.show_on_cage
|
|
96362
96586
|
* Modifier.show_expanded
|
|
96363
96587
|
* Modifier.is_active
|
|
96588
|
+
* Modifier.use_pin_to_last
|
|
96364
96589
|
* Modifier.is_override_data
|
|
96365
96590
|
* Modifier.use_apply_on_spline
|
|
96366
96591
|
* Modifier.execution_time
|
|
@@ -97711,11 +97936,11 @@ class bpy_prop_collection(typing.Generic[GenericType]):
|
|
|
97711
97936
|
"""
|
|
97712
97937
|
...
|
|
97713
97938
|
|
|
97714
|
-
def __getitem__(self, key: typing.Union[int, str]) -> GenericType:
|
|
97939
|
+
def __getitem__(self, key: typing.Union[int, str, slice]) -> GenericType:
|
|
97715
97940
|
"""
|
|
97716
97941
|
|
|
97717
97942
|
:param key:
|
|
97718
|
-
:type key: typing.Union[int, str]
|
|
97943
|
+
:type key: typing.Union[int, str, slice]
|
|
97719
97944
|
:return:
|
|
97720
97945
|
:rtype: GenericType
|
|
97721
97946
|
"""
|
|
@@ -98356,6 +98581,18 @@ class NodeTree:
|
|
|
98356
98581
|
:type: typing.Union[str, typing.Any]
|
|
98357
98582
|
"""
|
|
98358
98583
|
|
|
98584
|
+
color_tag: typing.Union[str, int]
|
|
98585
|
+
""" Color tag of the node group which influences the header color
|
|
98586
|
+
|
|
98587
|
+
:type: typing.Union[str, int]
|
|
98588
|
+
"""
|
|
98589
|
+
|
|
98590
|
+
description: typing.Union[str, typing.Any]
|
|
98591
|
+
""" Description of the node tree
|
|
98592
|
+
|
|
98593
|
+
:type: typing.Union[str, typing.Any]
|
|
98594
|
+
"""
|
|
98595
|
+
|
|
98359
98596
|
grease_pencil: GreasePencil
|
|
98360
98597
|
""" Grease Pencil data-block
|
|
98361
98598
|
|
|
@@ -122939,10 +123176,45 @@ class GreasePencilTimeModifierSegment(bpy_struct):
|
|
|
122939
123176
|
"""
|
|
122940
123177
|
...
|
|
122941
123178
|
|
|
123179
|
+
class GreasePencilv3LayerGroup(bpy_struct):
|
|
123180
|
+
"""Collection of Grease Pencil layers"""
|
|
123181
|
+
|
|
123182
|
+
active_group: GreasePencilLayerGroup
|
|
123183
|
+
""" Active Grease Pencil layer
|
|
123184
|
+
|
|
123185
|
+
:type: GreasePencilLayerGroup
|
|
123186
|
+
"""
|
|
123187
|
+
|
|
123188
|
+
@classmethod
|
|
123189
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
123190
|
+
"""
|
|
123191
|
+
|
|
123192
|
+
:param id: The RNA type identifier.
|
|
123193
|
+
:type id: typing.Optional[str]
|
|
123194
|
+
:param default:
|
|
123195
|
+
:return: The RNA type or default when not found.
|
|
123196
|
+
:rtype: Struct
|
|
123197
|
+
"""
|
|
123198
|
+
...
|
|
123199
|
+
|
|
123200
|
+
@classmethod
|
|
123201
|
+
def bl_rna_get_subclass_py(
|
|
123202
|
+
cls, id: typing.Optional[str], default=None
|
|
123203
|
+
) -> typing.Any:
|
|
123204
|
+
"""
|
|
123205
|
+
|
|
123206
|
+
:param id: The RNA type identifier.
|
|
123207
|
+
:type id: typing.Optional[str]
|
|
123208
|
+
:param default:
|
|
123209
|
+
:return: The class or default when not found.
|
|
123210
|
+
:rtype: typing.Any
|
|
123211
|
+
"""
|
|
123212
|
+
...
|
|
123213
|
+
|
|
122942
123214
|
class GreasePencilv3Layers(bpy_struct):
|
|
122943
123215
|
"""Collection of Grease Pencil layers"""
|
|
122944
123216
|
|
|
122945
|
-
|
|
123217
|
+
active_layer: GreasePencilLayer
|
|
122946
123218
|
""" Active Grease Pencil layer
|
|
122947
123219
|
|
|
122948
123220
|
:type: GreasePencilLayer
|
|
@@ -128766,6 +129038,12 @@ class Modifier(bpy_struct):
|
|
|
128766
129038
|
:type: bool
|
|
128767
129039
|
"""
|
|
128768
129040
|
|
|
129041
|
+
use_pin_to_last: bool
|
|
129042
|
+
""" Keep the modifier at the end of the list
|
|
129043
|
+
|
|
129044
|
+
:type: bool
|
|
129045
|
+
"""
|
|
129046
|
+
|
|
128769
129047
|
@classmethod
|
|
128770
129048
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
128771
129049
|
"""
|
|
@@ -171348,12 +171626,6 @@ class Collection(ID, bpy_struct):
|
|
|
171348
171626
|
class CompositorNodeTree(NodeTree, ID, bpy_struct):
|
|
171349
171627
|
"""Node tree consisting of linked nodes used for compositing"""
|
|
171350
171628
|
|
|
171351
|
-
edit_quality: typing.Union[str, int]
|
|
171352
|
-
""" Quality when editing
|
|
171353
|
-
|
|
171354
|
-
:type: typing.Union[str, int]
|
|
171355
|
-
"""
|
|
171356
|
-
|
|
171357
171629
|
execution_mode: typing.Union[str, int]
|
|
171358
171630
|
""" Set how compositing is executed
|
|
171359
171631
|
|
|
@@ -171366,18 +171638,6 @@ class CompositorNodeTree(NodeTree, ID, bpy_struct):
|
|
|
171366
171638
|
:type: typing.Union[str, int]
|
|
171367
171639
|
"""
|
|
171368
171640
|
|
|
171369
|
-
render_quality: typing.Union[str, int]
|
|
171370
|
-
""" Quality when rendering
|
|
171371
|
-
|
|
171372
|
-
:type: typing.Union[str, int]
|
|
171373
|
-
"""
|
|
171374
|
-
|
|
171375
|
-
use_two_pass: bool
|
|
171376
|
-
""" Use two pass execution during editing: first calculate fast nodes, second pass calculate all nodes
|
|
171377
|
-
|
|
171378
|
-
:type: bool
|
|
171379
|
-
"""
|
|
171380
|
-
|
|
171381
171641
|
use_viewer_border: bool
|
|
171382
171642
|
""" Use boundaries for viewer nodes and composite backdrop
|
|
171383
171643
|
|
|
@@ -173166,6 +173426,12 @@ class LightProbe(ID, bpy_struct):
|
|
|
173166
173426
|
:type: float
|
|
173167
173427
|
"""
|
|
173168
173428
|
|
|
173429
|
+
grid_surfel_density: int
|
|
173430
|
+
""" Number of surfels to spawn in one local unit distance (higher values improve quality)
|
|
173431
|
+
|
|
173432
|
+
:type: int
|
|
173433
|
+
"""
|
|
173434
|
+
|
|
173169
173435
|
grid_validity_threshold: float
|
|
173170
173436
|
""" Ratio of front-facing surface hits under which a grid sample will not be considered for lighting
|
|
173171
173437
|
|
|
@@ -173238,12 +173504,6 @@ class LightProbe(ID, bpy_struct):
|
|
|
173238
173504
|
:type: bool
|
|
173239
173505
|
"""
|
|
173240
173506
|
|
|
173241
|
-
surfel_density: float
|
|
173242
|
-
""" Number of surfels per unit distance (higher values improve quality)
|
|
173243
|
-
|
|
173244
|
-
:type: float
|
|
173245
|
-
"""
|
|
173246
|
-
|
|
173247
173507
|
type: typing.Union[str, int]
|
|
173248
173508
|
""" Type of light probe
|
|
173249
173509
|
|
|
@@ -204512,12 +204772,42 @@ class TextSequence(EffectSequence, Sequence, bpy_struct):
|
|
|
204512
204772
|
:type: typing.Union[typing.List[float], typing.Tuple[float, float], mathutils.Vector]
|
|
204513
204773
|
"""
|
|
204514
204774
|
|
|
204775
|
+
outline_color: bpy_prop_array[float]
|
|
204776
|
+
"""
|
|
204777
|
+
|
|
204778
|
+
:type: bpy_prop_array[float]
|
|
204779
|
+
"""
|
|
204780
|
+
|
|
204781
|
+
outline_width: float
|
|
204782
|
+
"""
|
|
204783
|
+
|
|
204784
|
+
:type: float
|
|
204785
|
+
"""
|
|
204786
|
+
|
|
204787
|
+
shadow_angle: float
|
|
204788
|
+
"""
|
|
204789
|
+
|
|
204790
|
+
:type: float
|
|
204791
|
+
"""
|
|
204792
|
+
|
|
204793
|
+
shadow_blur: float
|
|
204794
|
+
"""
|
|
204795
|
+
|
|
204796
|
+
:type: float
|
|
204797
|
+
"""
|
|
204798
|
+
|
|
204515
204799
|
shadow_color: bpy_prop_array[float]
|
|
204516
204800
|
"""
|
|
204517
204801
|
|
|
204518
204802
|
:type: bpy_prop_array[float]
|
|
204519
204803
|
"""
|
|
204520
204804
|
|
|
204805
|
+
shadow_offset: float
|
|
204806
|
+
"""
|
|
204807
|
+
|
|
204808
|
+
:type: float
|
|
204809
|
+
"""
|
|
204810
|
+
|
|
204521
204811
|
text: typing.Union[str, typing.Any]
|
|
204522
204812
|
""" Text that will be displayed
|
|
204523
204813
|
|
|
@@ -204542,6 +204832,12 @@ class TextSequence(EffectSequence, Sequence, bpy_struct):
|
|
|
204542
204832
|
:type: bool
|
|
204543
204833
|
"""
|
|
204544
204834
|
|
|
204835
|
+
use_outline: bool
|
|
204836
|
+
""" Display outline around text
|
|
204837
|
+
|
|
204838
|
+
:type: bool
|
|
204839
|
+
"""
|
|
204840
|
+
|
|
204545
204841
|
use_shadow: bool
|
|
204546
204842
|
""" Display shadow behind text
|
|
204547
204843
|
|
|
@@ -213209,6 +213505,78 @@ class FunctionNodeAlignRotationToVector(FunctionNode, NodeInternal, Node, bpy_st
|
|
|
213209
213505
|
"""
|
|
213210
213506
|
...
|
|
213211
213507
|
|
|
213508
|
+
class FunctionNodeAxesToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
213509
|
+
"""Create a rotation from a primary and (ideally orthogonal) secondary axis"""
|
|
213510
|
+
|
|
213511
|
+
primary_axis: typing.Union[str, int]
|
|
213512
|
+
""" Axis that is aligned exactly to the provided primary direction
|
|
213513
|
+
|
|
213514
|
+
:type: typing.Union[str, int]
|
|
213515
|
+
"""
|
|
213516
|
+
|
|
213517
|
+
secondary_axis: typing.Union[str, int]
|
|
213518
|
+
""" Axis that is aligned as well as possible given the alignment of the primary axis
|
|
213519
|
+
|
|
213520
|
+
:type: typing.Union[str, int]
|
|
213521
|
+
"""
|
|
213522
|
+
|
|
213523
|
+
@classmethod
|
|
213524
|
+
def is_registered_node_type(cls) -> bool:
|
|
213525
|
+
"""True if a registered node type
|
|
213526
|
+
|
|
213527
|
+
:return: Result
|
|
213528
|
+
:rtype: bool
|
|
213529
|
+
"""
|
|
213530
|
+
...
|
|
213531
|
+
|
|
213532
|
+
@classmethod
|
|
213533
|
+
def input_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
|
|
213534
|
+
"""Input socket template
|
|
213535
|
+
|
|
213536
|
+
:param index: Index
|
|
213537
|
+
:type index: typing.Optional[int]
|
|
213538
|
+
:return: result
|
|
213539
|
+
:rtype: NodeInternalSocketTemplate
|
|
213540
|
+
"""
|
|
213541
|
+
...
|
|
213542
|
+
|
|
213543
|
+
@classmethod
|
|
213544
|
+
def output_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
|
|
213545
|
+
"""Output socket template
|
|
213546
|
+
|
|
213547
|
+
:param index: Index
|
|
213548
|
+
:type index: typing.Optional[int]
|
|
213549
|
+
:return: result
|
|
213550
|
+
:rtype: NodeInternalSocketTemplate
|
|
213551
|
+
"""
|
|
213552
|
+
...
|
|
213553
|
+
|
|
213554
|
+
@classmethod
|
|
213555
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
213556
|
+
"""
|
|
213557
|
+
|
|
213558
|
+
:param id: The RNA type identifier.
|
|
213559
|
+
:type id: typing.Optional[str]
|
|
213560
|
+
:param default:
|
|
213561
|
+
:return: The RNA type or default when not found.
|
|
213562
|
+
:rtype: Struct
|
|
213563
|
+
"""
|
|
213564
|
+
...
|
|
213565
|
+
|
|
213566
|
+
@classmethod
|
|
213567
|
+
def bl_rna_get_subclass_py(
|
|
213568
|
+
cls, id: typing.Optional[str], default=None
|
|
213569
|
+
) -> typing.Any:
|
|
213570
|
+
"""
|
|
213571
|
+
|
|
213572
|
+
:param id: The RNA type identifier.
|
|
213573
|
+
:type id: typing.Optional[str]
|
|
213574
|
+
:param default:
|
|
213575
|
+
:return: The class or default when not found.
|
|
213576
|
+
:rtype: typing.Any
|
|
213577
|
+
"""
|
|
213578
|
+
...
|
|
213579
|
+
|
|
213212
213580
|
class FunctionNodeAxisAngleToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
213213
213581
|
""" """
|
|
213214
213582
|
|