fake-bpy-module 20240507__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.

Files changed (83) hide show
  1. bpy/ops/action/__init__.pyi +152 -76
  2. bpy/ops/anim/__init__.pyi +212 -106
  3. bpy/ops/armature/__init__.pyi +192 -96
  4. bpy/ops/asset/__init__.pyi +64 -32
  5. bpy/ops/boid/__init__.pyi +32 -16
  6. bpy/ops/brush/__init__.pyi +36 -18
  7. bpy/ops/buttons/__init__.pyi +24 -12
  8. bpy/ops/cachefile/__init__.pyi +20 -10
  9. bpy/ops/camera/__init__.pyi +8 -4
  10. bpy/ops/clip/__init__.pyi +368 -184
  11. bpy/ops/cloth/__init__.pyi +4 -2
  12. bpy/ops/collection/__init__.pyi +36 -18
  13. bpy/ops/console/__init__.pyi +84 -42
  14. bpy/ops/constraint/__init__.pyi +72 -36
  15. bpy/ops/curve/__init__.pyi +204 -102
  16. bpy/ops/curves/__init__.pyi +108 -54
  17. bpy/ops/cycles/__init__.pyi +12 -6
  18. bpy/ops/dpaint/__init__.pyi +20 -10
  19. bpy/ops/ed/__init__.pyi +48 -24
  20. bpy/ops/export_anim/__init__.pyi +4 -2
  21. bpy/ops/export_mesh/__init__.pyi +4 -2
  22. bpy/ops/export_scene/__init__.pyi +14 -8
  23. bpy/ops/file/__init__.pyi +160 -80
  24. bpy/ops/fluid/__init__.pyi +56 -28
  25. bpy/ops/font/__init__.pyi +92 -46
  26. bpy/ops/geometry/__init__.pyi +40 -20
  27. bpy/ops/gizmogroup/__init__.pyi +8 -4
  28. bpy/ops/gpencil/__init__.pyi +600 -300
  29. bpy/ops/graph/__init__.pyi +260 -130
  30. bpy/ops/grease_pencil/__init__.pyi +268 -134
  31. bpy/ops/image/__init__.pyi +188 -94
  32. bpy/ops/import_anim/__init__.pyi +4 -2
  33. bpy/ops/import_curve/__init__.pyi +4 -2
  34. bpy/ops/import_mesh/__init__.pyi +4 -2
  35. bpy/ops/import_scene/__init__.pyi +12 -6
  36. bpy/ops/info/__init__.pyi +28 -14
  37. bpy/ops/lattice/__init__.pyi +32 -16
  38. bpy/ops/marker/__init__.pyi +44 -22
  39. bpy/ops/mask/__init__.pyi +156 -78
  40. bpy/ops/material/__init__.pyi +12 -6
  41. bpy/ops/mball/__init__.pyi +32 -16
  42. bpy/ops/mesh/__init__.pyi +652 -326
  43. bpy/ops/nla/__init__.pyi +158 -80
  44. bpy/ops/node/__init__.pyi +404 -202
  45. bpy/ops/object/__init__.pyi +1002 -490
  46. bpy/ops/outliner/__init__.pyi +276 -138
  47. bpy/ops/paint/__init__.pyi +212 -106
  48. bpy/ops/paintcurve/__init__.pyi +32 -16
  49. bpy/ops/palette/__init__.pyi +28 -14
  50. bpy/ops/particle/__init__.pyi +144 -72
  51. bpy/ops/pose/__init__.pyi +156 -78
  52. bpy/ops/poselib/__init__.pyi +36 -18
  53. bpy/ops/preferences/__init__.pyi +152 -76
  54. bpy/ops/ptcache/__init__.pyi +28 -14
  55. bpy/ops/render/__init__.pyi +48 -24
  56. bpy/ops/rigidbody/__init__.pyi +52 -26
  57. bpy/ops/scene/__init__.pyi +156 -78
  58. bpy/ops/screen/__init__.pyi +156 -78
  59. bpy/ops/script/__init__.pyi +12 -6
  60. bpy/ops/sculpt/__init__.pyi +134 -68
  61. bpy/ops/sculpt_curves/__init__.pyi +16 -8
  62. bpy/ops/sequencer/__init__.pyi +340 -170
  63. bpy/ops/sound/__init__.pyi +28 -14
  64. bpy/ops/spreadsheet/__init__.pyi +16 -8
  65. bpy/ops/surface/__init__.pyi +24 -12
  66. bpy/ops/text/__init__.pyi +172 -86
  67. bpy/ops/text_editor/__init__.pyi +4 -2
  68. bpy/ops/texture/__init__.pyi +16 -8
  69. bpy/ops/transform/__init__.pyi +108 -54
  70. bpy/ops/ui/__init__.pyi +132 -66
  71. bpy/ops/uilist/__init__.pyi +12 -6
  72. bpy/ops/uv/__init__.pyi +196 -98
  73. bpy/ops/view2d/__init__.pyi +56 -28
  74. bpy/ops/view3d/__init__.pyi +268 -134
  75. bpy/ops/wm/__init__.pyi +493 -224
  76. bpy/ops/workspace/__init__.pyi +28 -14
  77. bpy/ops/world/__init__.pyi +4 -2
  78. bpy/types/__init__.pyi +1250 -631
  79. {fake_bpy_module-20240507.dist-info → fake_bpy_module-20240509.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240507.dist-info → fake_bpy_module-20240509.dist-info}/RECORD +83 -83
  81. mathutils/__init__.pyi +20 -0
  82. {fake_bpy_module-20240507.dist-info → fake_bpy_module-20240509.dist-info}/WHEEL +0 -0
  83. {fake_bpy_module-20240507.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
@@ -41794,7 +41880,6 @@ Base class for integrating USD Hydra based renderers.
41794
41880
  * AnimDataDrivers.new
41795
41881
  * AnimDataDrivers.remove
41796
41882
  * AnimationChannelBag.fcurves
41797
- * KeyframeAnimationStrip.key_insert
41798
41883
  * NlaStrip.fcurves
41799
41884
  * NlaStripFCurves.find
41800
41885
 
@@ -43066,6 +43151,7 @@ Base class for integrating USD Hydra based renderers.
43066
43151
  * Modifier.show_on_cage
43067
43152
  * Modifier.show_expanded
43068
43153
  * Modifier.is_active
43154
+ * Modifier.use_pin_to_last
43069
43155
  * Modifier.is_override_data
43070
43156
  * Modifier.use_apply_on_spline
43071
43157
  * Modifier.execution_time
@@ -43270,6 +43356,7 @@ Base class for integrating USD Hydra based renderers.
43270
43356
  * Modifier.show_on_cage
43271
43357
  * Modifier.show_expanded
43272
43358
  * Modifier.is_active
43359
+ * Modifier.use_pin_to_last
43273
43360
  * Modifier.is_override_data
43274
43361
  * Modifier.use_apply_on_spline
43275
43362
  * Modifier.execution_time
@@ -45330,6 +45417,7 @@ Base class for integrating USD Hydra based renderers.
45330
45417
  * Modifier.show_on_cage
45331
45418
  * Modifier.show_expanded
45332
45419
  * Modifier.is_active
45420
+ * Modifier.use_pin_to_last
45333
45421
  * Modifier.is_override_data
45334
45422
  * Modifier.use_apply_on_spline
45335
45423
  * Modifier.execution_time
@@ -46402,7 +46490,7 @@ Executing the operator will then print all values.
46402
46490
 
46403
46491
  * bpy.context.active_gpencil_frame
46404
46492
  * GreasePencilv3.layers
46405
- * GreasePencilv3Layers.active
46493
+ * GreasePencilv3Layers.active_layer
46406
46494
 
46407
46495
  :columns: 2
46408
46496
 
@@ -49506,6 +49594,7 @@ Executing the operator will then print all values.
49506
49594
  * Modifier.show_on_cage
49507
49595
  * Modifier.show_expanded
49508
49596
  * Modifier.is_active
49597
+ * Modifier.use_pin_to_last
49509
49598
  * Modifier.is_override_data
49510
49599
  * Modifier.use_apply_on_spline
49511
49600
  * Modifier.execution_time
@@ -49859,6 +49948,7 @@ Executing the operator will then print all values.
49859
49948
  * Modifier.show_on_cage
49860
49949
  * Modifier.show_expanded
49861
49950
  * Modifier.is_active
49951
+ * Modifier.use_pin_to_last
49862
49952
  * Modifier.is_override_data
49863
49953
  * Modifier.use_apply_on_spline
49864
49954
  * Modifier.execution_time
@@ -50034,6 +50124,7 @@ Executing the operator will then print all values.
50034
50124
  * Modifier.show_on_cage
50035
50125
  * Modifier.show_expanded
50036
50126
  * Modifier.is_active
50127
+ * Modifier.use_pin_to_last
50037
50128
  * Modifier.is_override_data
50038
50129
  * Modifier.use_apply_on_spline
50039
50130
  * Modifier.execution_time
@@ -50302,6 +50393,7 @@ Executing the operator will then print all values.
50302
50393
  * Modifier.show_on_cage
50303
50394
  * Modifier.show_expanded
50304
50395
  * Modifier.is_active
50396
+ * Modifier.use_pin_to_last
50305
50397
  * Modifier.is_override_data
50306
50398
  * Modifier.use_apply_on_spline
50307
50399
  * Modifier.execution_time
@@ -51562,6 +51654,7 @@ Executing the operator will then print all values.
51562
51654
  * Modifier.show_on_cage
51563
51655
  * Modifier.show_expanded
51564
51656
  * Modifier.is_active
51657
+ * Modifier.use_pin_to_last
51565
51658
  * Modifier.is_override_data
51566
51659
  * Modifier.use_apply_on_spline
51567
51660
  * Modifier.execution_time
@@ -52876,67 +52969,6 @@ Executing the operator will then print all values.
52876
52969
  :columns: 2
52877
52970
 
52878
52971
 
52879
- --------------------
52880
-
52881
- * bpy_struct.id_data
52882
-
52883
- :columns: 2
52884
-
52885
-
52886
- --------------------
52887
-
52888
- * bpy_struct.as_pointer
52889
- * bpy_struct.driver_add
52890
- * bpy_struct.driver_remove
52891
- * bpy_struct.get
52892
- * bpy_struct.id_properties_clear
52893
- * bpy_struct.id_properties_ensure
52894
- * bpy_struct.id_properties_ui
52895
- * bpy_struct.is_property_hidden
52896
- * bpy_struct.is_property_overridable_library
52897
- * bpy_struct.is_property_readonly
52898
- * bpy_struct.is_property_set
52899
- * bpy_struct.items
52900
- * bpy_struct.keyframe_delete
52901
- * bpy_struct.keyframe_insert
52902
- * bpy_struct.keys
52903
- * bpy_struct.path_from_id
52904
- * bpy_struct.path_resolve
52905
- * bpy_struct.pop
52906
- * bpy_struct.property_overridable_library_set
52907
- * bpy_struct.property_unset
52908
- * bpy_struct.type_recast
52909
- * bpy_struct.values
52910
-
52911
- :columns: 2
52912
-
52913
-
52914
- --------------------
52915
-
52916
- * ThemeUserInterface.wcol_box
52917
- * ThemeUserInterface.wcol_list_item
52918
- * ThemeUserInterface.wcol_menu
52919
- * ThemeUserInterface.wcol_menu_back
52920
- * ThemeUserInterface.wcol_menu_item
52921
- * ThemeUserInterface.wcol_num
52922
- * ThemeUserInterface.wcol_numslider
52923
- * ThemeUserInterface.wcol_option
52924
- * ThemeUserInterface.wcol_pie_menu
52925
- * ThemeUserInterface.wcol_progress
52926
- * ThemeUserInterface.wcol_pulldown
52927
- * ThemeUserInterface.wcol_radio
52928
- * ThemeUserInterface.wcol_regular
52929
- * ThemeUserInterface.wcol_scroll
52930
- * ThemeUserInterface.wcol_tab
52931
- * ThemeUserInterface.wcol_text
52932
- * ThemeUserInterface.wcol_toggle
52933
- * ThemeUserInterface.wcol_tool
52934
- * ThemeUserInterface.wcol_toolbar_item
52935
- * ThemeUserInterface.wcol_tooltip
52936
-
52937
- :columns: 2
52938
-
52939
-
52940
52972
  --------------------
52941
52973
 
52942
52974
  * bpy_struct.id_data
@@ -53020,51 +53052,8 @@ Executing the operator will then print all values.
53020
53052
  * NodeInternal.draw_buttons_ext
53021
53053
  * NodeInternal.bl_rna_get_subclass
53022
53054
  * NodeInternal.bl_rna_get_subclass_py
53023
- * GeometryNode.poll
53024
- * GeometryNode.bl_rna_get_subclass
53025
- * GeometryNode.bl_rna_get_subclass_py
53026
-
53027
- :columns: 2
53028
-
53029
-
53030
- --------------------
53031
-
53032
- * bpy_struct.id_data
53033
-
53034
- :columns: 2
53035
-
53036
-
53037
- --------------------
53038
-
53039
- * bpy_struct.as_pointer
53040
- * bpy_struct.driver_add
53041
- * bpy_struct.driver_remove
53042
- * bpy_struct.get
53043
- * bpy_struct.id_properties_clear
53044
- * bpy_struct.id_properties_ensure
53045
- * bpy_struct.id_properties_ui
53046
- * bpy_struct.is_property_hidden
53047
- * bpy_struct.is_property_overridable_library
53048
- * bpy_struct.is_property_readonly
53049
- * bpy_struct.is_property_set
53050
- * bpy_struct.items
53051
- * bpy_struct.keyframe_delete
53052
- * bpy_struct.keyframe_insert
53053
- * bpy_struct.keys
53054
- * bpy_struct.path_from_id
53055
- * bpy_struct.path_resolve
53056
- * bpy_struct.pop
53057
- * bpy_struct.property_overridable_library_set
53058
- * bpy_struct.property_unset
53059
- * bpy_struct.type_recast
53060
- * bpy_struct.values
53061
-
53062
- :columns: 2
53063
-
53064
-
53065
- --------------------
53066
-
53067
- * GreasePencil.grid
53055
+ * FunctionNode.bl_rna_get_subclass
53056
+ * FunctionNode.bl_rna_get_subclass_py
53068
53057
 
53069
53058
  :columns: 2
53070
53059
 
@@ -53106,9 +53095,26 @@ Executing the operator will then print all values.
53106
53095
 
53107
53096
  --------------------
53108
53097
 
53109
- * AssetMetaData.tags
53110
- * AssetTags.new
53111
- * AssetTags.remove
53098
+ * ThemeUserInterface.wcol_box
53099
+ * ThemeUserInterface.wcol_list_item
53100
+ * ThemeUserInterface.wcol_menu
53101
+ * ThemeUserInterface.wcol_menu_back
53102
+ * ThemeUserInterface.wcol_menu_item
53103
+ * ThemeUserInterface.wcol_num
53104
+ * ThemeUserInterface.wcol_numslider
53105
+ * ThemeUserInterface.wcol_option
53106
+ * ThemeUserInterface.wcol_pie_menu
53107
+ * ThemeUserInterface.wcol_progress
53108
+ * ThemeUserInterface.wcol_pulldown
53109
+ * ThemeUserInterface.wcol_radio
53110
+ * ThemeUserInterface.wcol_regular
53111
+ * ThemeUserInterface.wcol_scroll
53112
+ * ThemeUserInterface.wcol_tab
53113
+ * ThemeUserInterface.wcol_text
53114
+ * ThemeUserInterface.wcol_toggle
53115
+ * ThemeUserInterface.wcol_tool
53116
+ * ThemeUserInterface.wcol_toolbar_item
53117
+ * ThemeUserInterface.wcol_tooltip
53112
53118
 
53113
53119
  :columns: 2
53114
53120
 
@@ -53240,55 +53246,7 @@ Executing the operator will then print all values.
53240
53246
 
53241
53247
  --------------------
53242
53248
 
53243
- * Mesh.skin_vertices
53244
-
53245
- :columns: 2
53246
-
53247
-
53248
- --------------------
53249
-
53250
- * bpy_struct.id_data
53251
-
53252
- :columns: 2
53253
-
53254
-
53255
- --------------------
53256
-
53257
- * bpy_struct.as_pointer
53258
- * bpy_struct.driver_add
53259
- * bpy_struct.driver_remove
53260
- * bpy_struct.get
53261
- * bpy_struct.id_properties_clear
53262
- * bpy_struct.id_properties_ensure
53263
- * bpy_struct.id_properties_ui
53264
- * bpy_struct.is_property_hidden
53265
- * bpy_struct.is_property_overridable_library
53266
- * bpy_struct.is_property_readonly
53267
- * bpy_struct.is_property_set
53268
- * bpy_struct.items
53269
- * bpy_struct.keyframe_delete
53270
- * bpy_struct.keyframe_insert
53271
- * bpy_struct.keys
53272
- * bpy_struct.path_from_id
53273
- * bpy_struct.path_resolve
53274
- * bpy_struct.pop
53275
- * bpy_struct.property_overridable_library_set
53276
- * bpy_struct.property_unset
53277
- * bpy_struct.type_recast
53278
- * bpy_struct.values
53279
-
53280
- :columns: 2
53281
-
53282
-
53283
- --------------------
53284
-
53285
- * ThemeClipEditor.space_list
53286
- * ThemeDopeSheet.space_list
53287
- * ThemeGraphEditor.space_list
53288
- * ThemeNLAEditor.space_list
53289
- * ThemeNodeEditor.space_list
53290
- * ThemeSequenceEditor.space_list
53291
- * ThemeSpreadsheet.space_list
53249
+ * GreasePencil.grid
53292
53250
 
53293
53251
  :columns: 2
53294
53252
 
@@ -53330,7 +53288,9 @@ Executing the operator will then print all values.
53330
53288
 
53331
53289
  --------------------
53332
53290
 
53333
- * ClothModifier.settings
53291
+ * AssetMetaData.tags
53292
+ * AssetTags.new
53293
+ * AssetTags.remove
53334
53294
 
53335
53295
  :columns: 2
53336
53296
 
@@ -53418,9 +53378,9 @@ Executing the operator will then print all values.
53418
53378
  * NodeInternal.draw_buttons_ext
53419
53379
  * NodeInternal.bl_rna_get_subclass
53420
53380
  * NodeInternal.bl_rna_get_subclass_py
53421
- * ShaderNode.poll
53422
- * ShaderNode.bl_rna_get_subclass
53423
- * ShaderNode.bl_rna_get_subclass_py
53381
+ * GeometryNode.poll
53382
+ * GeometryNode.bl_rna_get_subclass
53383
+ * GeometryNode.bl_rna_get_subclass_py
53424
53384
 
53425
53385
  :columns: 2
53426
53386
 
@@ -53428,36 +53388,258 @@ Executing the operator will then print all values.
53428
53388
  --------------------
53429
53389
 
53430
53390
  * bpy_struct.id_data
53431
- * Node.type
53432
- * Node.location
53433
- * Node.width
53434
- * Node.height
53435
- * Node.dimensions
53436
- * Node.name
53437
- * Node.label
53438
- * Node.inputs
53439
- * Node.outputs
53440
- * Node.internal_links
53441
- * Node.parent
53442
- * Node.use_custom_color
53443
- * Node.color
53444
- * Node.select
53445
- * Node.show_options
53446
- * Node.show_preview
53447
- * Node.hide
53448
- * Node.mute
53449
- * Node.show_texture
53450
- * Node.bl_idname
53451
- * Node.bl_label
53452
- * Node.bl_description
53453
- * Node.bl_icon
53454
- * Node.bl_static_type
53455
- * Node.bl_width_default
53456
- * Node.bl_width_min
53457
- * Node.bl_width_max
53458
- * Node.bl_height_default
53459
- * Node.bl_height_min
53460
- * Node.bl_height_max
53391
+
53392
+ :columns: 2
53393
+
53394
+
53395
+ --------------------
53396
+
53397
+ * bpy_struct.as_pointer
53398
+ * bpy_struct.driver_add
53399
+ * bpy_struct.driver_remove
53400
+ * bpy_struct.get
53401
+ * bpy_struct.id_properties_clear
53402
+ * bpy_struct.id_properties_ensure
53403
+ * bpy_struct.id_properties_ui
53404
+ * bpy_struct.is_property_hidden
53405
+ * bpy_struct.is_property_overridable_library
53406
+ * bpy_struct.is_property_readonly
53407
+ * bpy_struct.is_property_set
53408
+ * bpy_struct.items
53409
+ * bpy_struct.keyframe_delete
53410
+ * bpy_struct.keyframe_insert
53411
+ * bpy_struct.keys
53412
+ * bpy_struct.path_from_id
53413
+ * bpy_struct.path_resolve
53414
+ * bpy_struct.pop
53415
+ * bpy_struct.property_overridable_library_set
53416
+ * bpy_struct.property_unset
53417
+ * bpy_struct.type_recast
53418
+ * bpy_struct.values
53419
+
53420
+ :columns: 2
53421
+
53422
+
53423
+ --------------------
53424
+
53425
+ * Mesh.skin_vertices
53426
+
53427
+ :columns: 2
53428
+
53429
+
53430
+ --------------------
53431
+
53432
+ * bpy_struct.id_data
53433
+
53434
+ :columns: 2
53435
+
53436
+
53437
+ --------------------
53438
+
53439
+ * bpy_struct.as_pointer
53440
+ * bpy_struct.driver_add
53441
+ * bpy_struct.driver_remove
53442
+ * bpy_struct.get
53443
+ * bpy_struct.id_properties_clear
53444
+ * bpy_struct.id_properties_ensure
53445
+ * bpy_struct.id_properties_ui
53446
+ * bpy_struct.is_property_hidden
53447
+ * bpy_struct.is_property_overridable_library
53448
+ * bpy_struct.is_property_readonly
53449
+ * bpy_struct.is_property_set
53450
+ * bpy_struct.items
53451
+ * bpy_struct.keyframe_delete
53452
+ * bpy_struct.keyframe_insert
53453
+ * bpy_struct.keys
53454
+ * bpy_struct.path_from_id
53455
+ * bpy_struct.path_resolve
53456
+ * bpy_struct.pop
53457
+ * bpy_struct.property_overridable_library_set
53458
+ * bpy_struct.property_unset
53459
+ * bpy_struct.type_recast
53460
+ * bpy_struct.values
53461
+
53462
+ :columns: 2
53463
+
53464
+
53465
+ --------------------
53466
+
53467
+ * ThemeClipEditor.space_list
53468
+ * ThemeDopeSheet.space_list
53469
+ * ThemeGraphEditor.space_list
53470
+ * ThemeNLAEditor.space_list
53471
+ * ThemeNodeEditor.space_list
53472
+ * ThemeSequenceEditor.space_list
53473
+ * ThemeSpreadsheet.space_list
53474
+
53475
+ :columns: 2
53476
+
53477
+
53478
+ --------------------
53479
+
53480
+ * bpy_struct.id_data
53481
+
53482
+ :columns: 2
53483
+
53484
+
53485
+ --------------------
53486
+
53487
+ * bpy_struct.as_pointer
53488
+ * bpy_struct.driver_add
53489
+ * bpy_struct.driver_remove
53490
+ * bpy_struct.get
53491
+ * bpy_struct.id_properties_clear
53492
+ * bpy_struct.id_properties_ensure
53493
+ * bpy_struct.id_properties_ui
53494
+ * bpy_struct.is_property_hidden
53495
+ * bpy_struct.is_property_overridable_library
53496
+ * bpy_struct.is_property_readonly
53497
+ * bpy_struct.is_property_set
53498
+ * bpy_struct.items
53499
+ * bpy_struct.keyframe_delete
53500
+ * bpy_struct.keyframe_insert
53501
+ * bpy_struct.keys
53502
+ * bpy_struct.path_from_id
53503
+ * bpy_struct.path_resolve
53504
+ * bpy_struct.pop
53505
+ * bpy_struct.property_overridable_library_set
53506
+ * bpy_struct.property_unset
53507
+ * bpy_struct.type_recast
53508
+ * bpy_struct.values
53509
+
53510
+ :columns: 2
53511
+
53512
+
53513
+ --------------------
53514
+
53515
+ * ClothModifier.settings
53516
+
53517
+ :columns: 2
53518
+
53519
+
53520
+ --------------------
53521
+
53522
+ * bpy_struct.id_data
53523
+ * Node.type
53524
+ * Node.location
53525
+ * Node.width
53526
+ * Node.height
53527
+ * Node.dimensions
53528
+ * Node.name
53529
+ * Node.label
53530
+ * Node.inputs
53531
+ * Node.outputs
53532
+ * Node.internal_links
53533
+ * Node.parent
53534
+ * Node.use_custom_color
53535
+ * Node.color
53536
+ * Node.select
53537
+ * Node.show_options
53538
+ * Node.show_preview
53539
+ * Node.hide
53540
+ * Node.mute
53541
+ * Node.show_texture
53542
+ * Node.bl_idname
53543
+ * Node.bl_label
53544
+ * Node.bl_description
53545
+ * Node.bl_icon
53546
+ * Node.bl_static_type
53547
+ * Node.bl_width_default
53548
+ * Node.bl_width_min
53549
+ * Node.bl_width_max
53550
+ * Node.bl_height_default
53551
+ * Node.bl_height_min
53552
+ * Node.bl_height_max
53553
+
53554
+ :columns: 2
53555
+
53556
+
53557
+ --------------------
53558
+
53559
+ * bpy_struct.as_pointer
53560
+ * bpy_struct.driver_add
53561
+ * bpy_struct.driver_remove
53562
+ * bpy_struct.get
53563
+ * bpy_struct.id_properties_clear
53564
+ * bpy_struct.id_properties_ensure
53565
+ * bpy_struct.id_properties_ui
53566
+ * bpy_struct.is_property_hidden
53567
+ * bpy_struct.is_property_overridable_library
53568
+ * bpy_struct.is_property_readonly
53569
+ * bpy_struct.is_property_set
53570
+ * bpy_struct.items
53571
+ * bpy_struct.keyframe_delete
53572
+ * bpy_struct.keyframe_insert
53573
+ * bpy_struct.keys
53574
+ * bpy_struct.path_from_id
53575
+ * bpy_struct.path_resolve
53576
+ * bpy_struct.pop
53577
+ * bpy_struct.property_overridable_library_set
53578
+ * bpy_struct.property_unset
53579
+ * bpy_struct.type_recast
53580
+ * bpy_struct.values
53581
+ * Node.socket_value_update
53582
+ * Node.is_registered_node_type
53583
+ * Node.poll
53584
+ * Node.poll_instance
53585
+ * Node.update
53586
+ * Node.insert_link
53587
+ * Node.init
53588
+ * Node.copy
53589
+ * Node.free
53590
+ * Node.draw_buttons
53591
+ * Node.draw_buttons_ext
53592
+ * Node.draw_label
53593
+ * Node.poll
53594
+ * Node.bl_rna_get_subclass
53595
+ * Node.bl_rna_get_subclass_py
53596
+ * NodeInternal.poll
53597
+ * NodeInternal.poll_instance
53598
+ * NodeInternal.update
53599
+ * NodeInternal.draw_buttons
53600
+ * NodeInternal.draw_buttons_ext
53601
+ * NodeInternal.bl_rna_get_subclass
53602
+ * NodeInternal.bl_rna_get_subclass_py
53603
+ * ShaderNode.poll
53604
+ * ShaderNode.bl_rna_get_subclass
53605
+ * ShaderNode.bl_rna_get_subclass_py
53606
+
53607
+ :columns: 2
53608
+
53609
+
53610
+ --------------------
53611
+
53612
+ * bpy_struct.id_data
53613
+ * Node.type
53614
+ * Node.location
53615
+ * Node.width
53616
+ * Node.height
53617
+ * Node.dimensions
53618
+ * Node.name
53619
+ * Node.label
53620
+ * Node.inputs
53621
+ * Node.outputs
53622
+ * Node.internal_links
53623
+ * Node.parent
53624
+ * Node.use_custom_color
53625
+ * Node.color
53626
+ * Node.select
53627
+ * Node.show_options
53628
+ * Node.show_preview
53629
+ * Node.hide
53630
+ * Node.mute
53631
+ * Node.show_texture
53632
+ * Node.bl_idname
53633
+ * Node.bl_label
53634
+ * Node.bl_description
53635
+ * Node.bl_icon
53636
+ * Node.bl_static_type
53637
+ * Node.bl_width_default
53638
+ * Node.bl_width_min
53639
+ * Node.bl_width_max
53640
+ * Node.bl_height_default
53641
+ * Node.bl_height_min
53642
+ * Node.bl_height_max
53461
53643
 
53462
53644
  :columns: 2
53463
53645
 
@@ -56035,6 +56217,96 @@ Executing the operator will then print all values.
56035
56217
  :columns: 2
56036
56218
 
56037
56219
 
56220
+ --------------------
56221
+
56222
+ * bpy_struct.id_data
56223
+ * Node.type
56224
+ * Node.location
56225
+ * Node.width
56226
+ * Node.height
56227
+ * Node.dimensions
56228
+ * Node.name
56229
+ * Node.label
56230
+ * Node.inputs
56231
+ * Node.outputs
56232
+ * Node.internal_links
56233
+ * Node.parent
56234
+ * Node.use_custom_color
56235
+ * Node.color
56236
+ * Node.select
56237
+ * Node.show_options
56238
+ * Node.show_preview
56239
+ * Node.hide
56240
+ * Node.mute
56241
+ * Node.show_texture
56242
+ * Node.bl_idname
56243
+ * Node.bl_label
56244
+ * Node.bl_description
56245
+ * Node.bl_icon
56246
+ * Node.bl_static_type
56247
+ * Node.bl_width_default
56248
+ * Node.bl_width_min
56249
+ * Node.bl_width_max
56250
+ * Node.bl_height_default
56251
+ * Node.bl_height_min
56252
+ * Node.bl_height_max
56253
+
56254
+ :columns: 2
56255
+
56256
+
56257
+ --------------------
56258
+
56259
+ * bpy_struct.as_pointer
56260
+ * bpy_struct.driver_add
56261
+ * bpy_struct.driver_remove
56262
+ * bpy_struct.get
56263
+ * bpy_struct.id_properties_clear
56264
+ * bpy_struct.id_properties_ensure
56265
+ * bpy_struct.id_properties_ui
56266
+ * bpy_struct.is_property_hidden
56267
+ * bpy_struct.is_property_overridable_library
56268
+ * bpy_struct.is_property_readonly
56269
+ * bpy_struct.is_property_set
56270
+ * bpy_struct.items
56271
+ * bpy_struct.keyframe_delete
56272
+ * bpy_struct.keyframe_insert
56273
+ * bpy_struct.keys
56274
+ * bpy_struct.path_from_id
56275
+ * bpy_struct.path_resolve
56276
+ * bpy_struct.pop
56277
+ * bpy_struct.property_overridable_library_set
56278
+ * bpy_struct.property_unset
56279
+ * bpy_struct.type_recast
56280
+ * bpy_struct.values
56281
+ * Node.socket_value_update
56282
+ * Node.is_registered_node_type
56283
+ * Node.poll
56284
+ * Node.poll_instance
56285
+ * Node.update
56286
+ * Node.insert_link
56287
+ * Node.init
56288
+ * Node.copy
56289
+ * Node.free
56290
+ * Node.draw_buttons
56291
+ * Node.draw_buttons_ext
56292
+ * Node.draw_label
56293
+ * Node.poll
56294
+ * Node.bl_rna_get_subclass
56295
+ * Node.bl_rna_get_subclass_py
56296
+ * NodeInternal.poll
56297
+ * NodeInternal.poll_instance
56298
+ * NodeInternal.update
56299
+ * NodeInternal.draw_buttons
56300
+ * NodeInternal.draw_buttons_ext
56301
+ * NodeInternal.bl_rna_get_subclass
56302
+ * NodeInternal.bl_rna_get_subclass_py
56303
+ * GeometryNode.poll
56304
+ * GeometryNode.bl_rna_get_subclass
56305
+ * GeometryNode.bl_rna_get_subclass_py
56306
+
56307
+ :columns: 2
56308
+
56309
+
56038
56310
  --------------------
56039
56311
 
56040
56312
  * bpy_struct.id_data
@@ -56815,6 +57087,7 @@ Executing the operator will then print all values.
56815
57087
  * Modifier.show_on_cage
56816
57088
  * Modifier.show_expanded
56817
57089
  * Modifier.is_active
57090
+ * Modifier.use_pin_to_last
56818
57091
  * Modifier.is_override_data
56819
57092
  * Modifier.use_apply_on_spline
56820
57093
  * Modifier.execution_time
@@ -57829,6 +58102,7 @@ Executing the operator will then print all values.
57829
58102
  * Modifier.show_on_cage
57830
58103
  * Modifier.show_expanded
57831
58104
  * Modifier.is_active
58105
+ * Modifier.use_pin_to_last
57832
58106
  * Modifier.is_override_data
57833
58107
  * Modifier.use_apply_on_spline
57834
58108
  * Modifier.execution_time
@@ -58784,6 +59058,7 @@ Executing the operator will then print all values.
58784
59058
  * Modifier.show_on_cage
58785
59059
  * Modifier.show_expanded
58786
59060
  * Modifier.is_active
59061
+ * Modifier.use_pin_to_last
58787
59062
  * Modifier.is_override_data
58788
59063
  * Modifier.use_apply_on_spline
58789
59064
  * Modifier.execution_time
@@ -59702,6 +59977,7 @@ Executing the operator will then print all values.
59702
59977
  * Modifier.show_on_cage
59703
59978
  * Modifier.show_expanded
59704
59979
  * Modifier.is_active
59980
+ * Modifier.use_pin_to_last
59705
59981
  * Modifier.is_override_data
59706
59982
  * Modifier.use_apply_on_spline
59707
59983
  * Modifier.execution_time
@@ -59751,6 +60027,7 @@ Executing the operator will then print all values.
59751
60027
  * Modifier.show_on_cage
59752
60028
  * Modifier.show_expanded
59753
60029
  * Modifier.is_active
60030
+ * Modifier.use_pin_to_last
59754
60031
  * Modifier.is_override_data
59755
60032
  * Modifier.use_apply_on_spline
59756
60033
  * Modifier.execution_time
@@ -60609,6 +60886,7 @@ Executing the operator will then print all values.
60609
60886
  * Modifier.show_on_cage
60610
60887
  * Modifier.show_expanded
60611
60888
  * Modifier.is_active
60889
+ * Modifier.use_pin_to_last
60612
60890
  * Modifier.is_override_data
60613
60891
  * Modifier.use_apply_on_spline
60614
60892
  * Modifier.execution_time
@@ -61454,6 +61732,7 @@ Property types used in class declarations are all in bpy.props
61454
61732
  * Modifier.show_on_cage
61455
61733
  * Modifier.show_expanded
61456
61734
  * Modifier.is_active
61735
+ * Modifier.use_pin_to_last
61457
61736
  * Modifier.is_override_data
61458
61737
  * Modifier.use_apply_on_spline
61459
61738
  * Modifier.execution_time
@@ -62939,6 +63218,7 @@ Property types used in class declarations are all in bpy.props
62939
63218
  * Modifier.show_on_cage
62940
63219
  * Modifier.show_expanded
62941
63220
  * Modifier.is_active
63221
+ * Modifier.use_pin_to_last
62942
63222
  * Modifier.is_override_data
62943
63223
  * Modifier.use_apply_on_spline
62944
63224
  * Modifier.execution_time
@@ -63030,6 +63310,7 @@ Property types used in class declarations are all in bpy.props
63030
63310
  * Modifier.show_on_cage
63031
63311
  * Modifier.show_expanded
63032
63312
  * Modifier.is_active
63313
+ * Modifier.use_pin_to_last
63033
63314
  * Modifier.is_override_data
63034
63315
  * Modifier.use_apply_on_spline
63035
63316
  * Modifier.execution_time
@@ -63079,6 +63360,7 @@ Property types used in class declarations are all in bpy.props
63079
63360
  * Modifier.show_on_cage
63080
63361
  * Modifier.show_expanded
63081
63362
  * Modifier.is_active
63363
+ * Modifier.use_pin_to_last
63082
63364
  * Modifier.is_override_data
63083
63365
  * Modifier.use_apply_on_spline
63084
63366
  * Modifier.execution_time
@@ -63837,6 +64119,7 @@ Property types used in class declarations are all in bpy.props
63837
64119
  * Modifier.show_on_cage
63838
64120
  * Modifier.show_expanded
63839
64121
  * Modifier.is_active
64122
+ * Modifier.use_pin_to_last
63840
64123
  * Modifier.is_override_data
63841
64124
  * Modifier.use_apply_on_spline
63842
64125
  * Modifier.execution_time
@@ -65188,6 +65471,7 @@ Property types used in class declarations are all in bpy.props
65188
65471
  * Modifier.show_on_cage
65189
65472
  * Modifier.show_expanded
65190
65473
  * Modifier.is_active
65474
+ * Modifier.use_pin_to_last
65191
65475
  * Modifier.is_override_data
65192
65476
  * Modifier.use_apply_on_spline
65193
65477
  * Modifier.execution_time
@@ -67427,6 +67711,7 @@ Property types used in class declarations are all in bpy.props
67427
67711
  * Modifier.show_on_cage
67428
67712
  * Modifier.show_expanded
67429
67713
  * Modifier.is_active
67714
+ * Modifier.use_pin_to_last
67430
67715
  * Modifier.is_override_data
67431
67716
  * Modifier.use_apply_on_spline
67432
67717
  * Modifier.execution_time
@@ -70300,6 +70585,7 @@ Property types used in class declarations are all in bpy.props
70300
70585
  * Modifier.show_on_cage
70301
70586
  * Modifier.show_expanded
70302
70587
  * Modifier.is_active
70588
+ * Modifier.use_pin_to_last
70303
70589
  * Modifier.is_override_data
70304
70590
  * Modifier.use_apply_on_spline
70305
70591
  * Modifier.execution_time
@@ -70948,6 +71234,7 @@ The USDHookExample
70948
71234
  * Modifier.show_on_cage
70949
71235
  * Modifier.show_expanded
70950
71236
  * Modifier.is_active
71237
+ * Modifier.use_pin_to_last
70951
71238
  * Modifier.is_override_data
70952
71239
  * Modifier.use_apply_on_spline
70953
71240
  * Modifier.execution_time
@@ -71078,6 +71365,7 @@ The USDHookExample
71078
71365
  * Modifier.show_on_cage
71079
71366
  * Modifier.show_expanded
71080
71367
  * Modifier.is_active
71368
+ * Modifier.use_pin_to_last
71081
71369
  * Modifier.is_override_data
71082
71370
  * Modifier.use_apply_on_spline
71083
71371
  * Modifier.execution_time
@@ -71796,6 +72084,7 @@ The USDHookExample
71796
72084
  * Modifier.show_on_cage
71797
72085
  * Modifier.show_expanded
71798
72086
  * Modifier.is_active
72087
+ * Modifier.use_pin_to_last
71799
72088
  * Modifier.is_override_data
71800
72089
  * Modifier.use_apply_on_spline
71801
72090
  * Modifier.execution_time
@@ -72191,6 +72480,7 @@ The USDHookExample
72191
72480
  * Modifier.show_on_cage
72192
72481
  * Modifier.show_expanded
72193
72482
  * Modifier.is_active
72483
+ * Modifier.use_pin_to_last
72194
72484
  * Modifier.is_override_data
72195
72485
  * Modifier.use_apply_on_spline
72196
72486
  * Modifier.execution_time
@@ -72341,7 +72631,9 @@ The USDHookExample
72341
72631
  * ID.asset_data
72342
72632
  * ID.override_library
72343
72633
  * ID.preview
72634
+ * NodeTree.color_tag
72344
72635
  * NodeTree.view_center
72636
+ * NodeTree.description
72345
72637
  * NodeTree.animation_data
72346
72638
  * NodeTree.nodes
72347
72639
  * NodeTree.links
@@ -74685,6 +74977,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
74685
74977
  * Modifier.show_on_cage
74686
74978
  * Modifier.show_expanded
74687
74979
  * Modifier.is_active
74980
+ * Modifier.use_pin_to_last
74688
74981
  * Modifier.is_override_data
74689
74982
  * Modifier.use_apply_on_spline
74690
74983
  * Modifier.execution_time
@@ -75089,6 +75382,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
75089
75382
  * Modifier.show_on_cage
75090
75383
  * Modifier.show_expanded
75091
75384
  * Modifier.is_active
75385
+ * Modifier.use_pin_to_last
75092
75386
  * Modifier.is_override_data
75093
75387
  * Modifier.use_apply_on_spline
75094
75388
  * Modifier.execution_time
@@ -75315,6 +75609,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
75315
75609
  * Modifier.show_on_cage
75316
75610
  * Modifier.show_expanded
75317
75611
  * Modifier.is_active
75612
+ * Modifier.use_pin_to_last
75318
75613
  * Modifier.is_override_data
75319
75614
  * Modifier.use_apply_on_spline
75320
75615
  * Modifier.execution_time
@@ -75634,6 +75929,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
75634
75929
  * Modifier.show_on_cage
75635
75930
  * Modifier.show_expanded
75636
75931
  * Modifier.is_active
75932
+ * Modifier.use_pin_to_last
75637
75933
  * Modifier.is_override_data
75638
75934
  * Modifier.use_apply_on_spline
75639
75935
  * Modifier.execution_time
@@ -76428,6 +76724,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
76428
76724
  * Modifier.show_on_cage
76429
76725
  * Modifier.show_expanded
76430
76726
  * Modifier.is_active
76727
+ * Modifier.use_pin_to_last
76431
76728
  * Modifier.is_override_data
76432
76729
  * Modifier.use_apply_on_spline
76433
76730
  * Modifier.execution_time
@@ -77952,6 +78249,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
77952
78249
  * Modifier.show_on_cage
77953
78250
  * Modifier.show_expanded
77954
78251
  * Modifier.is_active
78252
+ * Modifier.use_pin_to_last
77955
78253
  * Modifier.is_override_data
77956
78254
  * Modifier.use_apply_on_spline
77957
78255
  * Modifier.execution_time
@@ -78888,6 +79186,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
78888
79186
  * FunctionNodeAlignEulerToVector.output_template
78889
79187
  * FunctionNodeAlignRotationToVector.input_template
78890
79188
  * FunctionNodeAlignRotationToVector.output_template
79189
+ * FunctionNodeAxesToRotation.input_template
79190
+ * FunctionNodeAxesToRotation.output_template
78891
79191
  * FunctionNodeAxisAngleToRotation.input_template
78892
79192
  * FunctionNodeAxisAngleToRotation.output_template
78893
79193
  * FunctionNodeBooleanMath.input_template
@@ -79222,6 +79522,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
79222
79522
  * GeometryNodeSampleCurve.output_template
79223
79523
  * GeometryNodeSampleGrid.input_template
79224
79524
  * GeometryNodeSampleGrid.output_template
79525
+ * GeometryNodeSampleGridIndex.input_template
79526
+ * GeometryNodeSampleGridIndex.output_template
79225
79527
  * GeometryNodeSampleIndex.input_template
79226
79528
  * GeometryNodeSampleIndex.output_template
79227
79529
  * GeometryNodeSampleNearest.input_template
@@ -80392,6 +80694,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
80392
80694
  --------------------
80393
80695
 
80394
80696
  * GreasePencilv3.layer_groups
80697
+ * GreasePencilv3LayerGroup.active_group
80395
80698
 
80396
80699
  :columns: 2
80397
80700
 
@@ -81398,6 +81701,7 @@ database.
81398
81701
  * Modifier.show_on_cage
81399
81702
  * Modifier.show_expanded
81400
81703
  * Modifier.is_active
81704
+ * Modifier.use_pin_to_last
81401
81705
  * Modifier.is_override_data
81402
81706
  * Modifier.use_apply_on_spline
81403
81707
  * Modifier.execution_time
@@ -82671,6 +82975,7 @@ database.
82671
82975
  * Modifier.show_on_cage
82672
82976
  * Modifier.show_expanded
82673
82977
  * Modifier.is_active
82978
+ * Modifier.use_pin_to_last
82674
82979
  * Modifier.is_override_data
82675
82980
  * Modifier.use_apply_on_spline
82676
82981
  * Modifier.execution_time
@@ -83009,6 +83314,7 @@ database.
83009
83314
  * Modifier.show_on_cage
83010
83315
  * Modifier.show_expanded
83011
83316
  * Modifier.is_active
83317
+ * Modifier.use_pin_to_last
83012
83318
  * Modifier.is_override_data
83013
83319
  * Modifier.use_apply_on_spline
83014
83320
  * Modifier.execution_time
@@ -83328,6 +83634,7 @@ database.
83328
83634
  * Modifier.show_on_cage
83329
83635
  * Modifier.show_expanded
83330
83636
  * Modifier.is_active
83637
+ * Modifier.use_pin_to_last
83331
83638
  * Modifier.is_override_data
83332
83639
  * Modifier.use_apply_on_spline
83333
83640
  * Modifier.execution_time
@@ -84138,6 +84445,7 @@ database.
84138
84445
  * Modifier.show_on_cage
84139
84446
  * Modifier.show_expanded
84140
84447
  * Modifier.is_active
84448
+ * Modifier.use_pin_to_last
84141
84449
  * Modifier.is_override_data
84142
84450
  * Modifier.use_apply_on_spline
84143
84451
  * Modifier.execution_time
@@ -87209,6 +87517,7 @@ database.
87209
87517
  * Modifier.show_on_cage
87210
87518
  * Modifier.show_expanded
87211
87519
  * Modifier.is_active
87520
+ * Modifier.use_pin_to_last
87212
87521
  * Modifier.is_override_data
87213
87522
  * Modifier.use_apply_on_spline
87214
87523
  * Modifier.execution_time
@@ -91029,6 +91338,7 @@ database.
91029
91338
  * Modifier.show_on_cage
91030
91339
  * Modifier.show_expanded
91031
91340
  * Modifier.is_active
91341
+ * Modifier.use_pin_to_last
91032
91342
  * Modifier.is_override_data
91033
91343
  * Modifier.use_apply_on_spline
91034
91344
  * Modifier.execution_time
@@ -92492,6 +92802,7 @@ object, placing it into a view layer, selecting it and making it active.
92492
92802
  * Modifier.show_on_cage
92493
92803
  * Modifier.show_expanded
92494
92804
  * Modifier.is_active
92805
+ * Modifier.use_pin_to_last
92495
92806
  * Modifier.is_override_data
92496
92807
  * Modifier.use_apply_on_spline
92497
92808
  * Modifier.execution_time
@@ -94879,6 +95190,7 @@ object, placing it into a view layer, selecting it and making it active.
94879
95190
  * Modifier.show_on_cage
94880
95191
  * Modifier.show_expanded
94881
95192
  * Modifier.is_active
95193
+ * Modifier.use_pin_to_last
94882
95194
  * Modifier.is_override_data
94883
95195
  * Modifier.use_apply_on_spline
94884
95196
  * Modifier.execution_time
@@ -95180,6 +95492,7 @@ object, placing it into a view layer, selecting it and making it active.
95180
95492
  * Modifier.show_on_cage
95181
95493
  * Modifier.show_expanded
95182
95494
  * Modifier.is_active
95495
+ * Modifier.use_pin_to_last
95183
95496
  * Modifier.is_override_data
95184
95497
  * Modifier.use_apply_on_spline
95185
95498
  * Modifier.execution_time
@@ -95229,6 +95542,7 @@ object, placing it into a view layer, selecting it and making it active.
95229
95542
  * Modifier.show_on_cage
95230
95543
  * Modifier.show_expanded
95231
95544
  * Modifier.is_active
95545
+ * Modifier.use_pin_to_last
95232
95546
  * Modifier.is_override_data
95233
95547
  * Modifier.use_apply_on_spline
95234
95548
  * Modifier.execution_time
@@ -96221,6 +96535,7 @@ example of how to create/use filtering/reordering callbacks.
96221
96535
  * Modifier.show_on_cage
96222
96536
  * Modifier.show_expanded
96223
96537
  * Modifier.is_active
96538
+ * Modifier.use_pin_to_last
96224
96539
  * Modifier.is_override_data
96225
96540
  * Modifier.use_apply_on_spline
96226
96541
  * Modifier.execution_time
@@ -96270,6 +96585,7 @@ example of how to create/use filtering/reordering callbacks.
96270
96585
  * Modifier.show_on_cage
96271
96586
  * Modifier.show_expanded
96272
96587
  * Modifier.is_active
96588
+ * Modifier.use_pin_to_last
96273
96589
  * Modifier.is_override_data
96274
96590
  * Modifier.use_apply_on_spline
96275
96591
  * Modifier.execution_time
@@ -97547,7 +97863,7 @@ import mathutils
97547
97863
 
97548
97864
  GenericType = typing.TypeVar("GenericType")
97549
97865
 
97550
- class bpy_prop_collection:
97866
+ class bpy_prop_collection(typing.Generic[GenericType]):
97551
97867
  """built-in class used for all collections."""
97552
97868
 
97553
97869
  def find(self, key: typing.Optional[str]) -> int:
@@ -97579,7 +97895,9 @@ class bpy_prop_collection:
97579
97895
  """
97580
97896
  ...
97581
97897
 
97582
- def get(self, key: typing.Optional[str], default=None):
97898
+ def get(
97899
+ self, key: typing.Optional[str], default=None
97900
+ ) -> typing.Optional[GenericType]:
97583
97901
  """Returns the value of the item assigned to key or default when not found
97584
97902
  (matches Python's dictionary function of the same name).
97585
97903
 
@@ -97587,6 +97905,8 @@ class bpy_prop_collection:
97587
97905
  :type key: typing.Optional[str]
97588
97906
  :param default: Optional argument for the value to return if
97589
97907
  key is not found.
97908
+ :return:
97909
+ :rtype: typing.Optional[GenericType]
97590
97910
  """
97591
97911
  ...
97592
97912
 
@@ -97616,7 +97936,61 @@ class bpy_prop_collection:
97616
97936
  """
97617
97937
  ...
97618
97938
 
97619
- class bpy_struct:
97939
+ def __getitem__(self, key: typing.Union[int, str, slice]) -> GenericType:
97940
+ """
97941
+
97942
+ :param key:
97943
+ :type key: typing.Union[int, str, slice]
97944
+ :return:
97945
+ :rtype: GenericType
97946
+ """
97947
+ ...
97948
+
97949
+ def __setitem__(self, key: typing.Union[int, str], value: GenericType):
97950
+ """
97951
+
97952
+ :param key:
97953
+ :type key: typing.Union[int, str]
97954
+ :param value:
97955
+ :type value: GenericType
97956
+ """
97957
+ ...
97958
+
97959
+ def __delitem__(self, key: typing.Union[int, str]) -> GenericType:
97960
+ """
97961
+
97962
+ :param key:
97963
+ :type key: typing.Union[int, str]
97964
+ :return:
97965
+ :rtype: GenericType
97966
+ """
97967
+ ...
97968
+
97969
+ def __iter__(self) -> typing.Iterator[GenericType]:
97970
+ """
97971
+
97972
+ :return:
97973
+ :rtype: typing.Iterator[GenericType]
97974
+ """
97975
+ ...
97976
+
97977
+ def __next__(self) -> GenericType:
97978
+ """
97979
+
97980
+ :return:
97981
+ :rtype: GenericType
97982
+ """
97983
+ ...
97984
+
97985
+ def __len__(self) -> int:
97986
+ """
97987
+
97988
+ :return:
97989
+ :rtype: int
97990
+ """
97991
+ ...
97992
+
97993
+ class bpy_struct(typing.Generic[GenericType]):
97620
97994
  """built-in base class for all classes in bpy.types."""
97621
97995
 
97622
97996
  id_data: typing.Any
@@ -97882,6 +98256,36 @@ class bpy_struct:
97882
98256
  """
97883
98257
  ...
97884
98258
 
98259
+ def __getitem__(self, key: typing.Union[int, str]) -> typing.Any:
98260
+ """
98261
+
98262
+ :param key:
98263
+ :type key: typing.Union[int, str]
98264
+ :return:
98265
+ :rtype: typing.Any
98266
+ """
98267
+ ...
98268
+
98269
+ def __setitem__(self, key: typing.Union[int, str], value: typing.Any):
98270
+ """
98271
+
98272
+ :param key:
98273
+ :type key: typing.Union[int, str]
98274
+ :param value:
98275
+ :type value: typing.Any
98276
+ """
98277
+ ...
98278
+
98279
+ def __delitem__(self, key: typing.Union[int, str]) -> typing.Any:
98280
+ """
98281
+
98282
+ :param key:
98283
+ :type key: typing.Union[int, str]
98284
+ :return:
98285
+ :rtype: typing.Any
98286
+ """
98287
+ ...
98288
+
97885
98289
  class bpy_prop_array(typing.Generic[GenericType]):
97886
98290
  """ """
97887
98291
 
@@ -98177,6 +98581,18 @@ class NodeTree:
98177
98581
  :type: typing.Union[str, typing.Any]
98178
98582
  """
98179
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
+
98180
98596
  grease_pencil: GreasePencil
98181
98597
  """ Grease Pencil data-block
98182
98598
 
@@ -99102,6 +99518,30 @@ class Menu:
99102
99518
  """
99103
99519
  ...
99104
99520
 
99521
+ @classmethod
99522
+ def append(cls, draw_func):
99523
+ """
99524
+
99525
+ :param draw_func:
99526
+ """
99527
+ ...
99528
+
99529
+ @classmethod
99530
+ def prepend(cls, draw_func):
99531
+ """
99532
+
99533
+ :param draw_func:
99534
+ """
99535
+ ...
99536
+
99537
+ @classmethod
99538
+ def remove(cls, draw_func):
99539
+ """
99540
+
99541
+ :param draw_func:
99542
+ """
99543
+ ...
99544
+
99105
99545
  class Mesh:
99106
99546
  """Mesh data-block defining geometric surfaces"""
99107
99547
 
@@ -102417,6 +102857,12 @@ class AddonPreferences(bpy_struct):
102417
102857
  :type: typing.Union[str, typing.Any]
102418
102858
  """
102419
102859
 
102860
+ layout: UILayout
102861
+ """
102862
+
102863
+ :type: UILayout
102864
+ """
102865
+
102420
102866
  @classmethod
102421
102867
  def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
102422
102868
  """
@@ -122457,194 +122903,253 @@ class GreasePencilLayerGroup(bpy_struct):
122457
122903
  """
122458
122904
  ...
122459
122905
 
122460
- class GreasePencilLayerMask(bpy_struct):
122461
- """List of Mask Layers"""
122462
-
122463
- hide: bool
122464
- """ Set mask Visibility
122465
-
122466
- :type: bool
122467
- """
122468
-
122469
- invert: bool
122470
- """ Invert mask
122471
-
122472
- :type: bool
122473
- """
122906
+ class GreasePencilLayerMask(bpy_struct):
122907
+ """List of Mask Layers"""
122908
+
122909
+ hide: bool
122910
+ """ Set mask Visibility
122911
+
122912
+ :type: bool
122913
+ """
122914
+
122915
+ invert: bool
122916
+ """ Invert mask
122917
+
122918
+ :type: bool
122919
+ """
122920
+
122921
+ name: typing.Union[str, typing.Any]
122922
+ """ Mask layer name
122923
+
122924
+ :type: typing.Union[str, typing.Any]
122925
+ """
122926
+
122927
+ @classmethod
122928
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
122929
+ """
122930
+
122931
+ :param id: The RNA type identifier.
122932
+ :type id: typing.Optional[str]
122933
+ :param default:
122934
+ :return: The RNA type or default when not found.
122935
+ :rtype: Struct
122936
+ """
122937
+ ...
122938
+
122939
+ @classmethod
122940
+ def bl_rna_get_subclass_py(
122941
+ cls, id: typing.Optional[str], default=None
122942
+ ) -> typing.Any:
122943
+ """
122944
+
122945
+ :param id: The RNA type identifier.
122946
+ :type id: typing.Optional[str]
122947
+ :param default:
122948
+ :return: The class or default when not found.
122949
+ :rtype: typing.Any
122950
+ """
122951
+ ...
122952
+
122953
+ class GreasePencilLayerMasks(bpy_struct):
122954
+ """Collection of grease pencil masking layers"""
122955
+
122956
+ active_mask_index: int
122957
+ """ Active index in layer mask array
122958
+
122959
+ :type: int
122960
+ """
122961
+
122962
+ @classmethod
122963
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
122964
+ """
122965
+
122966
+ :param id: The RNA type identifier.
122967
+ :type id: typing.Optional[str]
122968
+ :param default:
122969
+ :return: The RNA type or default when not found.
122970
+ :rtype: Struct
122971
+ """
122972
+ ...
122973
+
122974
+ @classmethod
122975
+ def bl_rna_get_subclass_py(
122976
+ cls, id: typing.Optional[str], default=None
122977
+ ) -> typing.Any:
122978
+ """
122979
+
122980
+ :param id: The RNA type identifier.
122981
+ :type id: typing.Optional[str]
122982
+ :param default:
122983
+ :return: The class or default when not found.
122984
+ :rtype: typing.Any
122985
+ """
122986
+ ...
122987
+
122988
+ class GreasePencilLayers(bpy_struct):
122989
+ """Collection of grease pencil layers"""
122990
+
122991
+ active: GPencilLayer
122992
+ """ Active grease pencil layer
122993
+
122994
+ :type: GPencilLayer
122995
+ """
122996
+
122997
+ active_index: int
122998
+ """ Index of active grease pencil layer
122999
+
123000
+ :type: int
123001
+ """
123002
+
123003
+ active_note: typing.Union[str, int]
123004
+ """ Note/Layer to add annotation strokes to
123005
+
123006
+ :type: typing.Union[str, int]
123007
+ """
123008
+
123009
+ def new(
123010
+ self,
123011
+ name: typing.Union[str, typing.Any],
123012
+ set_active: typing.Optional[typing.Union[bool, typing.Any]] = True,
123013
+ ) -> GPencilLayer:
123014
+ """Add a new grease pencil layer
123015
+
123016
+ :param name: Name, Name of the layer
123017
+ :type name: typing.Union[str, typing.Any]
123018
+ :param set_active: Set Active, Set the newly created layer to the active layer
123019
+ :type set_active: typing.Optional[typing.Union[bool, typing.Any]]
123020
+ :return: The newly created layer
123021
+ :rtype: GPencilLayer
123022
+ """
123023
+ ...
123024
+
123025
+ def remove(self, layer: GPencilLayer):
123026
+ """Remove a grease pencil layer
123027
+
123028
+ :param layer: The layer to remove
123029
+ :type layer: GPencilLayer
123030
+ """
123031
+ ...
123032
+
123033
+ def move(self, layer: GPencilLayer, type: typing.Optional[typing.Union[str, int]]):
123034
+ """Move a grease pencil layer in the layer stack
123035
+
123036
+ :param layer: The layer to move
123037
+ :type layer: GPencilLayer
123038
+ :param type: Direction of movement
123039
+ :type type: typing.Optional[typing.Union[str, int]]
123040
+ """
123041
+ ...
123042
+
123043
+ @classmethod
123044
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
123045
+ """
123046
+
123047
+ :param id: The RNA type identifier.
123048
+ :type id: typing.Optional[str]
123049
+ :param default:
123050
+ :return: The RNA type or default when not found.
123051
+ :rtype: Struct
123052
+ """
123053
+ ...
123054
+
123055
+ @classmethod
123056
+ def bl_rna_get_subclass_py(
123057
+ cls, id: typing.Optional[str], default=None
123058
+ ) -> typing.Any:
123059
+ """
123060
+
123061
+ :param id: The RNA type identifier.
123062
+ :type id: typing.Optional[str]
123063
+ :param default:
123064
+ :return: The class or default when not found.
123065
+ :rtype: typing.Any
123066
+ """
123067
+ ...
123068
+
123069
+ class GreasePencilMaskLayers(bpy_struct):
123070
+ """Collection of grease pencil masking layers"""
123071
+
123072
+ active_mask_index: int
123073
+ """ Active index in layer mask array
123074
+
123075
+ :type: int
123076
+ """
123077
+
123078
+ def add(self, layer: GPencilLayer):
123079
+ """Add a layer to mask list
123080
+
123081
+ :param layer: Layer to add as mask
123082
+ :type layer: GPencilLayer
123083
+ """
123084
+ ...
123085
+
123086
+ def remove(self, mask: GPencilLayerMask):
123087
+ """Remove a layer from mask list
123088
+
123089
+ :param mask: Mask to remove
123090
+ :type mask: GPencilLayerMask
123091
+ """
123092
+ ...
123093
+
123094
+ @classmethod
123095
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
123096
+ """
123097
+
123098
+ :param id: The RNA type identifier.
123099
+ :type id: typing.Optional[str]
123100
+ :param default:
123101
+ :return: The RNA type or default when not found.
123102
+ :rtype: Struct
123103
+ """
123104
+ ...
123105
+
123106
+ @classmethod
123107
+ def bl_rna_get_subclass_py(
123108
+ cls, id: typing.Optional[str], default=None
123109
+ ) -> typing.Any:
123110
+ """
123111
+
123112
+ :param id: The RNA type identifier.
123113
+ :type id: typing.Optional[str]
123114
+ :param default:
123115
+ :return: The class or default when not found.
123116
+ :rtype: typing.Any
123117
+ """
123118
+ ...
123119
+
123120
+ class GreasePencilTimeModifierSegment(bpy_struct):
123121
+ """Configuration for a single dash segment"""
122474
123122
 
122475
123123
  name: typing.Union[str, typing.Any]
122476
- """ Mask layer name
123124
+ """ Name of the dash segment
122477
123125
 
122478
123126
  :type: typing.Union[str, typing.Any]
122479
123127
  """
122480
123128
 
122481
- @classmethod
122482
- def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
122483
- """
122484
-
122485
- :param id: The RNA type identifier.
122486
- :type id: typing.Optional[str]
122487
- :param default:
122488
- :return: The RNA type or default when not found.
122489
- :rtype: Struct
122490
- """
122491
- ...
122492
-
122493
- @classmethod
122494
- def bl_rna_get_subclass_py(
122495
- cls, id: typing.Optional[str], default=None
122496
- ) -> typing.Any:
122497
- """
122498
-
122499
- :param id: The RNA type identifier.
122500
- :type id: typing.Optional[str]
122501
- :param default:
122502
- :return: The class or default when not found.
122503
- :rtype: typing.Any
122504
- """
122505
- ...
122506
-
122507
- class GreasePencilLayerMasks(bpy_struct):
122508
- """Collection of grease pencil masking layers"""
122509
-
122510
- active_mask_index: int
122511
- """ Active index in layer mask array
123129
+ segment_end: int
123130
+ """ Last frame of the segment
122512
123131
 
122513
123132
  :type: int
122514
123133
  """
122515
123134
 
122516
- @classmethod
122517
- def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
122518
- """
122519
-
122520
- :param id: The RNA type identifier.
122521
- :type id: typing.Optional[str]
122522
- :param default:
122523
- :return: The RNA type or default when not found.
122524
- :rtype: Struct
122525
- """
122526
- ...
122527
-
122528
- @classmethod
122529
- def bl_rna_get_subclass_py(
122530
- cls, id: typing.Optional[str], default=None
122531
- ) -> typing.Any:
122532
- """
122533
-
122534
- :param id: The RNA type identifier.
122535
- :type id: typing.Optional[str]
122536
- :param default:
122537
- :return: The class or default when not found.
122538
- :rtype: typing.Any
122539
- """
122540
- ...
122541
-
122542
- class GreasePencilLayers(bpy_struct):
122543
- """Collection of grease pencil layers"""
122544
-
122545
- active: GPencilLayer
122546
- """ Active grease pencil layer
123135
+ segment_mode: typing.Union[str, int]
123136
+ """
122547
123137
 
122548
- :type: GPencilLayer
123138
+ :type: typing.Union[str, int]
122549
123139
  """
122550
123140
 
122551
- active_index: int
122552
- """ Index of active grease pencil layer
123141
+ segment_repeat: int
123142
+ """ Number of cycle repeats
122553
123143
 
122554
123144
  :type: int
122555
123145
  """
122556
123146
 
122557
- active_note: typing.Union[str, int]
122558
- """ Note/Layer to add annotation strokes to
122559
-
122560
- :type: typing.Union[str, int]
122561
- """
122562
-
122563
- def new(
122564
- self,
122565
- name: typing.Union[str, typing.Any],
122566
- set_active: typing.Optional[typing.Union[bool, typing.Any]] = True,
122567
- ) -> GPencilLayer:
122568
- """Add a new grease pencil layer
122569
-
122570
- :param name: Name, Name of the layer
122571
- :type name: typing.Union[str, typing.Any]
122572
- :param set_active: Set Active, Set the newly created layer to the active layer
122573
- :type set_active: typing.Optional[typing.Union[bool, typing.Any]]
122574
- :return: The newly created layer
122575
- :rtype: GPencilLayer
122576
- """
122577
- ...
122578
-
122579
- def remove(self, layer: GPencilLayer):
122580
- """Remove a grease pencil layer
122581
-
122582
- :param layer: The layer to remove
122583
- :type layer: GPencilLayer
122584
- """
122585
- ...
122586
-
122587
- def move(self, layer: GPencilLayer, type: typing.Optional[typing.Union[str, int]]):
122588
- """Move a grease pencil layer in the layer stack
122589
-
122590
- :param layer: The layer to move
122591
- :type layer: GPencilLayer
122592
- :param type: Direction of movement
122593
- :type type: typing.Optional[typing.Union[str, int]]
122594
- """
122595
- ...
122596
-
122597
- @classmethod
122598
- def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
122599
- """
122600
-
122601
- :param id: The RNA type identifier.
122602
- :type id: typing.Optional[str]
122603
- :param default:
122604
- :return: The RNA type or default when not found.
122605
- :rtype: Struct
122606
- """
122607
- ...
122608
-
122609
- @classmethod
122610
- def bl_rna_get_subclass_py(
122611
- cls, id: typing.Optional[str], default=None
122612
- ) -> typing.Any:
122613
- """
122614
-
122615
- :param id: The RNA type identifier.
122616
- :type id: typing.Optional[str]
122617
- :param default:
122618
- :return: The class or default when not found.
122619
- :rtype: typing.Any
122620
- """
122621
- ...
122622
-
122623
- class GreasePencilMaskLayers(bpy_struct):
122624
- """Collection of grease pencil masking layers"""
122625
-
122626
- active_mask_index: int
122627
- """ Active index in layer mask array
123147
+ segment_start: int
123148
+ """ First frame of the segment
122628
123149
 
122629
123150
  :type: int
122630
123151
  """
122631
123152
 
122632
- def add(self, layer: GPencilLayer):
122633
- """Add a layer to mask list
122634
-
122635
- :param layer: Layer to add as mask
122636
- :type layer: GPencilLayer
122637
- """
122638
- ...
122639
-
122640
- def remove(self, mask: GPencilLayerMask):
122641
- """Remove a layer from mask list
122642
-
122643
- :param mask: Mask to remove
122644
- :type mask: GPencilLayerMask
122645
- """
122646
- ...
122647
-
122648
123153
  @classmethod
122649
123154
  def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
122650
123155
  """
@@ -122671,37 +123176,13 @@ class GreasePencilMaskLayers(bpy_struct):
122671
123176
  """
122672
123177
  ...
122673
123178
 
122674
- class GreasePencilTimeModifierSegment(bpy_struct):
122675
- """Configuration for a single dash segment"""
122676
-
122677
- name: typing.Union[str, typing.Any]
122678
- """ Name of the dash segment
122679
-
122680
- :type: typing.Union[str, typing.Any]
122681
- """
122682
-
122683
- segment_end: int
122684
- """ Last frame of the segment
122685
-
122686
- :type: int
122687
- """
122688
-
122689
- segment_mode: typing.Union[str, int]
122690
- """
122691
-
122692
- :type: typing.Union[str, int]
122693
- """
122694
-
122695
- segment_repeat: int
122696
- """ Number of cycle repeats
122697
-
122698
- :type: int
122699
- """
123179
+ class GreasePencilv3LayerGroup(bpy_struct):
123180
+ """Collection of Grease Pencil layers"""
122700
123181
 
122701
- segment_start: int
122702
- """ First frame of the segment
123182
+ active_group: GreasePencilLayerGroup
123183
+ """ Active Grease Pencil layer
122703
123184
 
122704
- :type: int
123185
+ :type: GreasePencilLayerGroup
122705
123186
  """
122706
123187
 
122707
123188
  @classmethod
@@ -122733,7 +123214,7 @@ class GreasePencilTimeModifierSegment(bpy_struct):
122733
123214
  class GreasePencilv3Layers(bpy_struct):
122734
123215
  """Collection of Grease Pencil layers"""
122735
123216
 
122736
- active: GreasePencilLayer
123217
+ active_layer: GreasePencilLayer
122737
123218
  """ Active Grease Pencil layer
122738
123219
 
122739
123220
  :type: GreasePencilLayer
@@ -124272,10 +124753,10 @@ class KeyConfigurations(bpy_struct):
124272
124753
  context: typing.Optional[typing.Union[str, int]] = "INVOKE_DEFAULT",
124273
124754
  properties: typing.Optional[OperatorProperties] = None,
124274
124755
  include: typing.Optional[typing.Any] = {
124275
- '"NDOF"',
124276
- '"MOUSE"',
124277
124756
  '"KEYBOARD"',
124757
+ '"NDOF"',
124278
124758
  '"ACTIONZONE"',
124759
+ '"MOUSE"',
124279
124760
  },
124280
124761
  exclude: typing.Optional[typing.Any] = {},
124281
124762
  ):
@@ -124768,10 +125249,10 @@ class KeyMapItems(bpy_struct):
124768
125249
  idname: typing.Union[str, typing.Any],
124769
125250
  properties: typing.Optional[OperatorProperties] = None,
124770
125251
  include: typing.Optional[typing.Any] = {
124771
- '"NDOF"',
124772
- '"MOUSE"',
124773
125252
  '"KEYBOARD"',
125253
+ '"NDOF"',
124774
125254
  '"ACTIONZONE"',
125255
+ '"MOUSE"',
124775
125256
  },
124776
125257
  exclude: typing.Optional[typing.Any] = {},
124777
125258
  ) -> KeyMapItem:
@@ -128557,6 +129038,12 @@ class Modifier(bpy_struct):
128557
129038
  :type: bool
128558
129039
  """
128559
129040
 
129041
+ use_pin_to_last: bool
129042
+ """ Keep the modifier at the end of the list
129043
+
129044
+ :type: bool
129045
+ """
129046
+
128560
129047
  @classmethod
128561
129048
  def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
128562
129049
  """
@@ -161433,7 +161920,7 @@ class KeyframeAnimationStrip(AnimationStrip, bpy_struct):
161433
161920
  array_index: typing.Optional[int],
161434
161921
  value: typing.Optional[float],
161435
161922
  time: typing.Optional[float],
161436
- ) -> FCurve:
161923
+ ) -> bool:
161437
161924
  """key_insert
161438
161925
 
161439
161926
  :param binding: Binding, The binding that identifies which 'thing' should be keyed
@@ -161446,8 +161933,8 @@ class KeyframeAnimationStrip(AnimationStrip, bpy_struct):
161446
161933
  :type value: typing.Optional[float]
161447
161934
  :param time: Time of the key, Time, in frames, of the key
161448
161935
  :type time: typing.Optional[float]
161449
- :return: The FCurve this key was inserted on
161450
- :rtype: FCurve
161936
+ :return: Success, Whether the key was successfully inserted
161937
+ :rtype: bool
161451
161938
  """
161452
161939
  ...
161453
161940
 
@@ -171139,12 +171626,6 @@ class Collection(ID, bpy_struct):
171139
171626
  class CompositorNodeTree(NodeTree, ID, bpy_struct):
171140
171627
  """Node tree consisting of linked nodes used for compositing"""
171141
171628
 
171142
- edit_quality: typing.Union[str, int]
171143
- """ Quality when editing
171144
-
171145
- :type: typing.Union[str, int]
171146
- """
171147
-
171148
171629
  execution_mode: typing.Union[str, int]
171149
171630
  """ Set how compositing is executed
171150
171631
 
@@ -171157,18 +171638,6 @@ class CompositorNodeTree(NodeTree, ID, bpy_struct):
171157
171638
  :type: typing.Union[str, int]
171158
171639
  """
171159
171640
 
171160
- render_quality: typing.Union[str, int]
171161
- """ Quality when rendering
171162
-
171163
- :type: typing.Union[str, int]
171164
- """
171165
-
171166
- use_two_pass: bool
171167
- """ Use two pass execution during editing: first calculate fast nodes, second pass calculate all nodes
171168
-
171169
- :type: bool
171170
- """
171171
-
171172
171641
  use_viewer_border: bool
171173
171642
  """ Use boundaries for viewer nodes and composite backdrop
171174
171643
 
@@ -172957,6 +173426,12 @@ class LightProbe(ID, bpy_struct):
172957
173426
  :type: float
172958
173427
  """
172959
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
+
172960
173435
  grid_validity_threshold: float
172961
173436
  """ Ratio of front-facing surface hits under which a grid sample will not be considered for lighting
172962
173437
 
@@ -173029,12 +173504,6 @@ class LightProbe(ID, bpy_struct):
173029
173504
  :type: bool
173030
173505
  """
173031
173506
 
173032
- surfel_density: float
173033
- """ Number of surfels per unit distance (higher values improve quality)
173034
-
173035
- :type: float
173036
- """
173037
-
173038
173507
  type: typing.Union[str, int]
173039
173508
  """ Type of light probe
173040
173509
 
@@ -194552,12 +195021,6 @@ class AreaLight(Light, ID, bpy_struct):
194552
195021
  :type: float
194553
195022
  """
194554
195023
 
194555
- shadow_softness_factor: float
194556
- """ Scale light shape for smaller penumbra
194557
-
194558
- :type: float
194559
- """
194560
-
194561
195024
  shape: typing.Union[str, int]
194562
195025
  """ Shape of the area Light
194563
195026
 
@@ -194685,12 +195148,6 @@ class PointLight(Light, ID, bpy_struct):
194685
195148
  :type: float
194686
195149
  """
194687
195150
 
194688
- shadow_softness_factor: float
194689
- """ Scale light shape for smaller penumbra
194690
-
194691
- :type: float
194692
- """
194693
-
194694
195151
  use_contact_shadow: bool
194695
195152
  """ Use screen space ray-tracing to have correct shadowing near occluder, or for small features that does not appear in shadow maps
194696
195153
 
@@ -194800,12 +195257,6 @@ class SpotLight(Light, ID, bpy_struct):
194800
195257
  :type: float
194801
195258
  """
194802
195259
 
194803
- shadow_softness_factor: float
194804
- """ Scale light shape for smaller penumbra
194805
-
194806
- :type: float
194807
- """
194808
-
194809
195260
  show_cone: bool
194810
195261
  """ Display transparent cone in 3D view to visualize which objects are contained in it
194811
195262
 
@@ -194969,12 +195420,6 @@ class SunLight(Light, ID, bpy_struct):
194969
195420
  :type: float
194970
195421
  """
194971
195422
 
194972
- shadow_softness_factor: float
194973
- """ Scale light shape for smaller penumbra
194974
-
194975
- :type: float
194976
- """
194977
-
194978
195423
  shadow_trace_distance: float
194979
195424
  """ Maximum distance a shadow map tracing ray can travel
194980
195425
 
@@ -204327,12 +204772,42 @@ class TextSequence(EffectSequence, Sequence, bpy_struct):
204327
204772
  :type: typing.Union[typing.List[float], typing.Tuple[float, float], mathutils.Vector]
204328
204773
  """
204329
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
+
204330
204799
  shadow_color: bpy_prop_array[float]
204331
204800
  """
204332
204801
 
204333
204802
  :type: bpy_prop_array[float]
204334
204803
  """
204335
204804
 
204805
+ shadow_offset: float
204806
+ """
204807
+
204808
+ :type: float
204809
+ """
204810
+
204336
204811
  text: typing.Union[str, typing.Any]
204337
204812
  """ Text that will be displayed
204338
204813
 
@@ -204357,6 +204832,12 @@ class TextSequence(EffectSequence, Sequence, bpy_struct):
204357
204832
  :type: bool
204358
204833
  """
204359
204834
 
204835
+ use_outline: bool
204836
+ """ Display outline around text
204837
+
204838
+ :type: bool
204839
+ """
204840
+
204360
204841
  use_shadow: bool
204361
204842
  """ Display shadow behind text
204362
204843
 
@@ -212506,13 +212987,241 @@ class CompositorNodeTranslate(CompositorNode, NodeInternal, Node, bpy_struct):
212506
212987
  """
212507
212988
  ...
212508
212989
 
212509
- class CompositorNodeValToRGB(CompositorNode, NodeInternal, Node, bpy_struct):
212510
- """Map values to colors with the use of a gradient"""
212990
+ class CompositorNodeValToRGB(CompositorNode, NodeInternal, Node, bpy_struct):
212991
+ """Map values to colors with the use of a gradient"""
212992
+
212993
+ color_ramp: ColorRamp
212994
+ """
212995
+
212996
+ :type: ColorRamp
212997
+ """
212998
+
212999
+ @classmethod
213000
+ def is_registered_node_type(cls) -> bool:
213001
+ """True if a registered node type
213002
+
213003
+ :return: Result
213004
+ :rtype: bool
213005
+ """
213006
+ ...
213007
+
213008
+ @classmethod
213009
+ def input_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
213010
+ """Input socket template
213011
+
213012
+ :param index: Index
213013
+ :type index: typing.Optional[int]
213014
+ :return: result
213015
+ :rtype: NodeInternalSocketTemplate
213016
+ """
213017
+ ...
213018
+
213019
+ @classmethod
213020
+ def output_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
213021
+ """Output socket template
213022
+
213023
+ :param index: Index
213024
+ :type index: typing.Optional[int]
213025
+ :return: result
213026
+ :rtype: NodeInternalSocketTemplate
213027
+ """
213028
+ ...
213029
+
213030
+ def update(self):
213031
+ """ """
213032
+ ...
213033
+
213034
+ @classmethod
213035
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
213036
+ """
213037
+
213038
+ :param id: The RNA type identifier.
213039
+ :type id: typing.Optional[str]
213040
+ :param default:
213041
+ :return: The RNA type or default when not found.
213042
+ :rtype: Struct
213043
+ """
213044
+ ...
213045
+
213046
+ @classmethod
213047
+ def bl_rna_get_subclass_py(
213048
+ cls, id: typing.Optional[str], default=None
213049
+ ) -> typing.Any:
213050
+ """
213051
+
213052
+ :param id: The RNA type identifier.
213053
+ :type id: typing.Optional[str]
213054
+ :param default:
213055
+ :return: The class or default when not found.
213056
+ :rtype: typing.Any
213057
+ """
213058
+ ...
213059
+
213060
+ class CompositorNodeValue(CompositorNode, NodeInternal, Node, bpy_struct):
213061
+ """Input numerical values to other nodes in the node graph"""
213062
+
213063
+ @classmethod
213064
+ def is_registered_node_type(cls) -> bool:
213065
+ """True if a registered node type
213066
+
213067
+ :return: Result
213068
+ :rtype: bool
213069
+ """
213070
+ ...
213071
+
213072
+ @classmethod
213073
+ def input_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
213074
+ """Input socket template
213075
+
213076
+ :param index: Index
213077
+ :type index: typing.Optional[int]
213078
+ :return: result
213079
+ :rtype: NodeInternalSocketTemplate
213080
+ """
213081
+ ...
213082
+
213083
+ @classmethod
213084
+ def output_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
213085
+ """Output socket template
213086
+
213087
+ :param index: Index
213088
+ :type index: typing.Optional[int]
213089
+ :return: result
213090
+ :rtype: NodeInternalSocketTemplate
213091
+ """
213092
+ ...
213093
+
213094
+ def update(self):
213095
+ """ """
213096
+ ...
213097
+
213098
+ @classmethod
213099
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
213100
+ """
213101
+
213102
+ :param id: The RNA type identifier.
213103
+ :type id: typing.Optional[str]
213104
+ :param default:
213105
+ :return: The RNA type or default when not found.
213106
+ :rtype: Struct
213107
+ """
213108
+ ...
213109
+
213110
+ @classmethod
213111
+ def bl_rna_get_subclass_py(
213112
+ cls, id: typing.Optional[str], default=None
213113
+ ) -> typing.Any:
213114
+ """
213115
+
213116
+ :param id: The RNA type identifier.
213117
+ :type id: typing.Optional[str]
213118
+ :param default:
213119
+ :return: The class or default when not found.
213120
+ :rtype: typing.Any
213121
+ """
213122
+ ...
213123
+
213124
+ class CompositorNodeVecBlur(CompositorNode, NodeInternal, Node, bpy_struct):
213125
+ """Uses the vector speed render pass to blur the image pixels in 2D"""
213126
+
213127
+ factor: float
213128
+ """ Scaling factor for motion vectors (actually, 'shutter speed', in frames)
213129
+
213130
+ :type: float
213131
+ """
213132
+
213133
+ samples: int
213134
+ """
213135
+
213136
+ :type: int
213137
+ """
213138
+
213139
+ speed_max: int
213140
+ """ Maximum speed, or zero for none
213141
+
213142
+ :type: int
213143
+ """
213144
+
213145
+ speed_min: int
213146
+ """ Minimum speed for a pixel to be blurred (used to separate background from foreground)
213147
+
213148
+ :type: int
213149
+ """
213150
+
213151
+ use_curved: bool
213152
+ """ Interpolate between frames in a Bézier curve, rather than linearly
213153
+
213154
+ :type: bool
213155
+ """
213156
+
213157
+ @classmethod
213158
+ def is_registered_node_type(cls) -> bool:
213159
+ """True if a registered node type
213160
+
213161
+ :return: Result
213162
+ :rtype: bool
213163
+ """
213164
+ ...
213165
+
213166
+ @classmethod
213167
+ def input_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
213168
+ """Input socket template
213169
+
213170
+ :param index: Index
213171
+ :type index: typing.Optional[int]
213172
+ :return: result
213173
+ :rtype: NodeInternalSocketTemplate
213174
+ """
213175
+ ...
213176
+
213177
+ @classmethod
213178
+ def output_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
213179
+ """Output socket template
213180
+
213181
+ :param index: Index
213182
+ :type index: typing.Optional[int]
213183
+ :return: result
213184
+ :rtype: NodeInternalSocketTemplate
213185
+ """
213186
+ ...
213187
+
213188
+ def update(self):
213189
+ """ """
213190
+ ...
213191
+
213192
+ @classmethod
213193
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
213194
+ """
213195
+
213196
+ :param id: The RNA type identifier.
213197
+ :type id: typing.Optional[str]
213198
+ :param default:
213199
+ :return: The RNA type or default when not found.
213200
+ :rtype: Struct
213201
+ """
213202
+ ...
213203
+
213204
+ @classmethod
213205
+ def bl_rna_get_subclass_py(
213206
+ cls, id: typing.Optional[str], default=None
213207
+ ) -> typing.Any:
213208
+ """
213209
+
213210
+ :param id: The RNA type identifier.
213211
+ :type id: typing.Optional[str]
213212
+ :param default:
213213
+ :return: The class or default when not found.
213214
+ :rtype: typing.Any
213215
+ """
213216
+ ...
213217
+
213218
+ class CompositorNodeViewer(CompositorNode, NodeInternal, Node, bpy_struct):
213219
+ """Visualize data from inside a node graph, in the image editor or as a backdrop"""
212511
213220
 
212512
- color_ramp: ColorRamp
212513
- """
213221
+ use_alpha: bool
213222
+ """ Colors are treated alpha premultiplied, or colors output straight (alpha gets set to 1)
212514
213223
 
212515
- :type: ColorRamp
213224
+ :type: bool
212516
213225
  """
212517
213226
 
212518
213227
  @classmethod
@@ -212576,169 +213285,17 @@ class CompositorNodeValToRGB(CompositorNode, NodeInternal, Node, bpy_struct):
212576
213285
  """
212577
213286
  ...
212578
213287
 
212579
- class CompositorNodeValue(CompositorNode, NodeInternal, Node, bpy_struct):
212580
- """Input numerical values to other nodes in the node graph"""
212581
-
212582
- @classmethod
212583
- def is_registered_node_type(cls) -> bool:
212584
- """True if a registered node type
212585
-
212586
- :return: Result
212587
- :rtype: bool
212588
- """
212589
- ...
212590
-
212591
- @classmethod
212592
- def input_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
212593
- """Input socket template
212594
-
212595
- :param index: Index
212596
- :type index: typing.Optional[int]
212597
- :return: result
212598
- :rtype: NodeInternalSocketTemplate
212599
- """
212600
- ...
212601
-
212602
- @classmethod
212603
- def output_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
212604
- """Output socket template
212605
-
212606
- :param index: Index
212607
- :type index: typing.Optional[int]
212608
- :return: result
212609
- :rtype: NodeInternalSocketTemplate
212610
- """
212611
- ...
212612
-
212613
- def update(self):
212614
- """ """
212615
- ...
212616
-
212617
- @classmethod
212618
- def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
212619
- """
212620
-
212621
- :param id: The RNA type identifier.
212622
- :type id: typing.Optional[str]
212623
- :param default:
212624
- :return: The RNA type or default when not found.
212625
- :rtype: Struct
212626
- """
212627
- ...
212628
-
212629
- @classmethod
212630
- def bl_rna_get_subclass_py(
212631
- cls, id: typing.Optional[str], default=None
212632
- ) -> typing.Any:
212633
- """
212634
-
212635
- :param id: The RNA type identifier.
212636
- :type id: typing.Optional[str]
212637
- :param default:
212638
- :return: The class or default when not found.
212639
- :rtype: typing.Any
212640
- """
212641
- ...
212642
-
212643
- class CompositorNodeVecBlur(CompositorNode, NodeInternal, Node, bpy_struct):
212644
- """Uses the vector speed render pass to blur the image pixels in 2D"""
212645
-
212646
- factor: float
212647
- """ Scaling factor for motion vectors (actually, 'shutter speed', in frames)
212648
-
212649
- :type: float
212650
- """
212651
-
212652
- samples: int
212653
- """
212654
-
212655
- :type: int
212656
- """
212657
-
212658
- speed_max: int
212659
- """ Maximum speed, or zero for none
212660
-
212661
- :type: int
212662
- """
212663
-
212664
- speed_min: int
212665
- """ Minimum speed for a pixel to be blurred (used to separate background from foreground)
212666
-
212667
- :type: int
212668
- """
213288
+ class CompositorNodeZcombine(CompositorNode, NodeInternal, Node, bpy_struct):
213289
+ """Combine two images using depth maps"""
212669
213290
 
212670
- use_curved: bool
212671
- """ Interpolate between frames in a Bézier curve, rather than linearly
213291
+ use_alpha: bool
213292
+ """ Take alpha channel into account when doing the Z operation
212672
213293
 
212673
213294
  :type: bool
212674
213295
  """
212675
213296
 
212676
- @classmethod
212677
- def is_registered_node_type(cls) -> bool:
212678
- """True if a registered node type
212679
-
212680
- :return: Result
212681
- :rtype: bool
212682
- """
212683
- ...
212684
-
212685
- @classmethod
212686
- def input_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
212687
- """Input socket template
212688
-
212689
- :param index: Index
212690
- :type index: typing.Optional[int]
212691
- :return: result
212692
- :rtype: NodeInternalSocketTemplate
212693
- """
212694
- ...
212695
-
212696
- @classmethod
212697
- def output_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
212698
- """Output socket template
212699
-
212700
- :param index: Index
212701
- :type index: typing.Optional[int]
212702
- :return: result
212703
- :rtype: NodeInternalSocketTemplate
212704
- """
212705
- ...
212706
-
212707
- def update(self):
212708
- """ """
212709
- ...
212710
-
212711
- @classmethod
212712
- def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
212713
- """
212714
-
212715
- :param id: The RNA type identifier.
212716
- :type id: typing.Optional[str]
212717
- :param default:
212718
- :return: The RNA type or default when not found.
212719
- :rtype: Struct
212720
- """
212721
- ...
212722
-
212723
- @classmethod
212724
- def bl_rna_get_subclass_py(
212725
- cls, id: typing.Optional[str], default=None
212726
- ) -> typing.Any:
212727
- """
212728
-
212729
- :param id: The RNA type identifier.
212730
- :type id: typing.Optional[str]
212731
- :param default:
212732
- :return: The class or default when not found.
212733
- :rtype: typing.Any
212734
- """
212735
- ...
212736
-
212737
- class CompositorNodeViewer(CompositorNode, NodeInternal, Node, bpy_struct):
212738
- """Visualize data from inside a node graph, in the image editor or as a backdrop"""
212739
-
212740
- use_alpha: bool
212741
- """ Colors are treated alpha premultiplied, or colors output straight (alpha gets set to 1)
213297
+ use_antialias_z: bool
213298
+ """ Anti-alias the z-buffer to try to avoid artifacts, mostly useful for Blender renders
212742
213299
 
212743
213300
  :type: bool
212744
213301
  """
@@ -212804,19 +213361,19 @@ class CompositorNodeViewer(CompositorNode, NodeInternal, Node, bpy_struct):
212804
213361
  """
212805
213362
  ...
212806
213363
 
212807
- class CompositorNodeZcombine(CompositorNode, NodeInternal, Node, bpy_struct):
212808
- """Combine two images using depth maps"""
213364
+ class FunctionNodeAlignEulerToVector(FunctionNode, NodeInternal, Node, bpy_struct):
213365
+ """ """
212809
213366
 
212810
- use_alpha: bool
212811
- """ Take alpha channel into account when doing the Z operation
213367
+ axis: typing.Union[str, int]
213368
+ """ Axis to align to the vector
212812
213369
 
212813
- :type: bool
213370
+ :type: typing.Union[str, int]
212814
213371
  """
212815
213372
 
212816
- use_antialias_z: bool
212817
- """ Anti-alias the z-buffer to try to avoid artifacts, mostly useful for Blender renders
213373
+ pivot_axis: typing.Union[str, int]
213374
+ """ Axis to rotate around
212818
213375
 
212819
- :type: bool
213376
+ :type: typing.Union[str, int]
212820
213377
  """
212821
213378
 
212822
213379
  @classmethod
@@ -212850,10 +213407,6 @@ class CompositorNodeZcombine(CompositorNode, NodeInternal, Node, bpy_struct):
212850
213407
  """
212851
213408
  ...
212852
213409
 
212853
- def update(self):
212854
- """ """
212855
- ...
212856
-
212857
213410
  @classmethod
212858
213411
  def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
212859
213412
  """
@@ -212880,7 +213433,7 @@ class CompositorNodeZcombine(CompositorNode, NodeInternal, Node, bpy_struct):
212880
213433
  """
212881
213434
  ...
212882
213435
 
212883
- class FunctionNodeAlignEulerToVector(FunctionNode, NodeInternal, Node, bpy_struct):
213436
+ class FunctionNodeAlignRotationToVector(FunctionNode, NodeInternal, Node, bpy_struct):
212884
213437
  """ """
212885
213438
 
212886
213439
  axis: typing.Union[str, int]
@@ -212952,17 +213505,17 @@ class FunctionNodeAlignEulerToVector(FunctionNode, NodeInternal, Node, bpy_struc
212952
213505
  """
212953
213506
  ...
212954
213507
 
212955
- class FunctionNodeAlignRotationToVector(FunctionNode, NodeInternal, Node, bpy_struct):
212956
- """ """
213508
+ class FunctionNodeAxesToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
213509
+ """Create a rotation from a primary and (ideally orthogonal) secondary axis"""
212957
213510
 
212958
- axis: typing.Union[str, int]
212959
- """ Axis to align to the vector
213511
+ primary_axis: typing.Union[str, int]
213512
+ """ Axis that is aligned exactly to the provided primary direction
212960
213513
 
212961
213514
  :type: typing.Union[str, int]
212962
213515
  """
212963
213516
 
212964
- pivot_axis: typing.Union[str, int]
212965
- """ Axis to rotate around
213517
+ secondary_axis: typing.Union[str, int]
213518
+ """ Axis that is aligned as well as possible given the alignment of the primary axis
212966
213519
 
212967
213520
  :type: typing.Union[str, int]
212968
213521
  """
@@ -223679,6 +224232,72 @@ class GeometryNodeSampleGrid(GeometryNode, NodeInternal, Node, bpy_struct):
223679
224232
  """
223680
224233
  ...
223681
224234
 
224235
+ class GeometryNodeSampleGridIndex(GeometryNode, NodeInternal, Node, bpy_struct):
224236
+ """Retrieve volume grid values at specific voxels"""
224237
+
224238
+ data_type: typing.Union[str, int]
224239
+ """ Node socket data type
224240
+
224241
+ :type: typing.Union[str, int]
224242
+ """
224243
+
224244
+ @classmethod
224245
+ def is_registered_node_type(cls) -> bool:
224246
+ """True if a registered node type
224247
+
224248
+ :return: Result
224249
+ :rtype: bool
224250
+ """
224251
+ ...
224252
+
224253
+ @classmethod
224254
+ def input_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
224255
+ """Input socket template
224256
+
224257
+ :param index: Index
224258
+ :type index: typing.Optional[int]
224259
+ :return: result
224260
+ :rtype: NodeInternalSocketTemplate
224261
+ """
224262
+ ...
224263
+
224264
+ @classmethod
224265
+ def output_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
224266
+ """Output socket template
224267
+
224268
+ :param index: Index
224269
+ :type index: typing.Optional[int]
224270
+ :return: result
224271
+ :rtype: NodeInternalSocketTemplate
224272
+ """
224273
+ ...
224274
+
224275
+ @classmethod
224276
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
224277
+ """
224278
+
224279
+ :param id: The RNA type identifier.
224280
+ :type id: typing.Optional[str]
224281
+ :param default:
224282
+ :return: The RNA type or default when not found.
224283
+ :rtype: Struct
224284
+ """
224285
+ ...
224286
+
224287
+ @classmethod
224288
+ def bl_rna_get_subclass_py(
224289
+ cls, id: typing.Optional[str], default=None
224290
+ ) -> typing.Any:
224291
+ """
224292
+
224293
+ :param id: The RNA type identifier.
224294
+ :type id: typing.Optional[str]
224295
+ :param default:
224296
+ :return: The class or default when not found.
224297
+ :rtype: typing.Any
224298
+ """
224299
+ ...
224300
+
223682
224301
  class GeometryNodeSampleIndex(GeometryNode, NodeInternal, Node, bpy_struct):
223683
224302
  """Retrieve values from specific geometry elements"""
223684
224303