fake-bpy-module 20240528__py3-none-any.whl → 20240530__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 (92) hide show
  1. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +3 -3
  2. bl_operators/__init__.pyi +2 -0
  3. bl_operators/connect_to_output/__init__.pyi +325 -0
  4. bl_operators/image_as_planes/__init__.pyi +11 -5
  5. bl_operators/node_editor/__init__.pyi +6 -0
  6. bl_operators/node_editor/node_functions/__init__.pyi +23 -0
  7. bl_operators/presets/__init__.pyi +12 -12
  8. bl_operators/wm/__init__.pyi +24 -24
  9. bl_ui/__init__.pyi +12 -12
  10. bl_ui/anim/__init__.pyi +6 -6
  11. bl_ui/node_add_menu/__init__.pyi +6 -6
  12. bl_ui/node_add_menu_compositor/__init__.pyi +108 -108
  13. bl_ui/node_add_menu_geometry/__init__.pyi +288 -288
  14. bl_ui/node_add_menu_shader/__init__.pyi +60 -60
  15. bl_ui/node_add_menu_texture/__init__.pyi +54 -54
  16. bl_ui/properties_collection/__init__.pyi +6 -6
  17. bl_ui/properties_data_armature/__init__.pyi +12 -12
  18. bl_ui/properties_data_camera/__init__.pyi +12 -12
  19. bl_ui/properties_data_curves/__init__.pyi +6 -6
  20. bl_ui/properties_data_gpencil/__init__.pyi +12 -12
  21. bl_ui/properties_data_grease_pencil/__init__.pyi +18 -18
  22. bl_ui/properties_data_mesh/__init__.pyi +24 -24
  23. bl_ui/properties_data_modifier/__init__.pyi +42 -42
  24. bl_ui/properties_data_pointcloud/__init__.pyi +6 -6
  25. bl_ui/properties_freestyle/__init__.pyi +6 -6
  26. bl_ui/properties_grease_pencil_common/__init__.pyi +72 -72
  27. bl_ui/properties_mask_common/__init__.pyi +36 -36
  28. bl_ui/properties_material/__init__.pyi +6 -6
  29. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  30. bl_ui/properties_object/__init__.pyi +6 -6
  31. bl_ui/properties_output/__init__.pyi +18 -18
  32. bl_ui/properties_paint_common/__init__.pyi +6 -6
  33. bl_ui/properties_particle/__init__.pyi +12 -12
  34. bl_ui/properties_physics_cloth/__init__.pyi +6 -6
  35. bl_ui/properties_physics_fluid/__init__.pyi +6 -6
  36. bl_ui/properties_render/__init__.pyi +6 -6
  37. bl_ui/properties_texture/__init__.pyi +6 -6
  38. bl_ui/properties_view_layer/__init__.pyi +6 -6
  39. bl_ui/space_clip/__init__.pyi +186 -186
  40. bl_ui/space_console/__init__.pyi +30 -30
  41. bl_ui/space_dopesheet/__init__.pyi +84 -84
  42. bl_ui/space_filebrowser/__init__.pyi +78 -78
  43. bl_ui/space_graph/__init__.pyi +96 -96
  44. bl_ui/space_image/__init__.pyi +138 -138
  45. bl_ui/space_info/__init__.pyi +30 -30
  46. bl_ui/space_nla/__init__.pyi +78 -78
  47. bl_ui/space_node/__init__.pyi +72 -72
  48. bl_ui/space_outliner/__init__.pyi +72 -72
  49. bl_ui/space_sequencer/__init__.pyi +204 -204
  50. bl_ui/space_text/__init__.pyi +72 -72
  51. bl_ui/space_time/__init__.pyi +24 -24
  52. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -0
  53. bl_ui/space_topbar/__init__.pyi +114 -114
  54. bl_ui/space_userpref/__init__.pyi +36 -36
  55. bl_ui/space_view3d/__init__.pyi +1446 -1176
  56. bl_ui/space_view3d_toolbar/__init__.pyi +30 -30
  57. bl_ui/utils/__init__.pyi +6 -6
  58. bmesh/geometry/__init__.pyi +2 -2
  59. bmesh/ops/__init__.pyi +55 -54
  60. bmesh/types/__init__.pyi +171 -194
  61. bmesh/utils/__init__.pyi +2 -2
  62. bpy/app/handlers/__init__.pyi +37 -37
  63. bpy/app/icons/__init__.pyi +4 -4
  64. bpy/app/timers/__init__.pyi +6 -6
  65. bpy/ops/bl_pkg/__init__.pyi +4 -4
  66. bpy/ops/image/__init__.pyi +55 -55
  67. bpy/ops/node/__init__.pyi +18 -0
  68. bpy/ops/paint/__init__.pyi +66 -0
  69. bpy/ops/preferences/__init__.pyi +2 -2
  70. bpy/ops/sculpt/__init__.pyi +126 -0
  71. bpy/props/__init__.pyi +16 -14
  72. bpy/types/__init__.pyi +269 -54
  73. bpy/utils/__init__.pyi +2 -2
  74. bpy_extras/anim_utils/__init__.pyi +4 -4
  75. bpy_extras/io_utils/__init__.pyi +4 -4
  76. bpy_extras/mesh_utils/__init__.pyi +4 -4
  77. bpy_extras/object_utils/__init__.pyi +8 -8
  78. bpy_types/__init__.pyi +12 -12
  79. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/RECORD +92 -89
  81. freestyle/shaders/__init__.pyi +2 -2
  82. freestyle/types/__init__.pyi +64 -56
  83. gpu/matrix/__init__.pyi +6 -6
  84. gpu/types/__init__.pyi +10 -8
  85. imbuf/__init__.pyi +2 -2
  86. mathutils/__init__.pyi +176 -137
  87. mathutils/bvhtree/__init__.pyi +4 -4
  88. mathutils/geometry/__init__.pyi +139 -139
  89. mathutils/kdtree/__init__.pyi +14 -10
  90. mathutils/noise/__init__.pyi +26 -26
  91. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/WHEEL +0 -0
  92. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi CHANGED
@@ -15,6 +15,7 @@
15
15
  * NodeTreeInterfaceSocket.hide_value
16
16
  * NodeTreeInterfaceSocket.hide_in_modifier
17
17
  * NodeTreeInterfaceSocket.force_non_field
18
+ * NodeTreeInterfaceSocket.is_inspect_output
18
19
  * NodeTreeInterfaceSocket.layer_selection_field
19
20
  * NodeTreeInterfaceSocket.attribute_domain
20
21
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -9904,6 +9905,7 @@
9904
9905
  * NodeTreeInterfaceSocket.hide_value
9905
9906
  * NodeTreeInterfaceSocket.hide_in_modifier
9906
9907
  * NodeTreeInterfaceSocket.force_non_field
9908
+ * NodeTreeInterfaceSocket.is_inspect_output
9907
9909
  * NodeTreeInterfaceSocket.layer_selection_field
9908
9910
  * NodeTreeInterfaceSocket.attribute_domain
9909
9911
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -16914,6 +16916,7 @@
16914
16916
  * NodeTreeInterfaceSocket.hide_value
16915
16917
  * NodeTreeInterfaceSocket.hide_in_modifier
16916
16918
  * NodeTreeInterfaceSocket.force_non_field
16919
+ * NodeTreeInterfaceSocket.is_inspect_output
16917
16920
  * NodeTreeInterfaceSocket.layer_selection_field
16918
16921
  * NodeTreeInterfaceSocket.attribute_domain
16919
16922
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -18694,6 +18697,7 @@ object, placing it into a view layer, selecting it and making it active.
18694
18697
  * NodeTreeInterfaceSocket.hide_value
18695
18698
  * NodeTreeInterfaceSocket.hide_in_modifier
18696
18699
  * NodeTreeInterfaceSocket.force_non_field
18700
+ * NodeTreeInterfaceSocket.is_inspect_output
18697
18701
  * NodeTreeInterfaceSocket.layer_selection_field
18698
18702
  * NodeTreeInterfaceSocket.attribute_domain
18699
18703
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -23344,6 +23348,7 @@ object, placing it into a view layer, selecting it and making it active.
23344
23348
  * NodeTreeInterfaceSocket.hide_value
23345
23349
  * NodeTreeInterfaceSocket.hide_in_modifier
23346
23350
  * NodeTreeInterfaceSocket.force_non_field
23351
+ * NodeTreeInterfaceSocket.is_inspect_output
23347
23352
  * NodeTreeInterfaceSocket.layer_selection_field
23348
23353
  * NodeTreeInterfaceSocket.attribute_domain
23349
23354
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -26314,6 +26319,7 @@ object, placing it into a view layer, selecting it and making it active.
26314
26319
  * NodeTreeInterfaceSocket.hide_value
26315
26320
  * NodeTreeInterfaceSocket.hide_in_modifier
26316
26321
  * NodeTreeInterfaceSocket.force_non_field
26322
+ * NodeTreeInterfaceSocket.is_inspect_output
26317
26323
  * NodeTreeInterfaceSocket.layer_selection_field
26318
26324
  * NodeTreeInterfaceSocket.attribute_domain
26319
26325
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -27051,6 +27057,7 @@ object, placing it into a view layer, selecting it and making it active.
27051
27057
  * NodeTreeInterfaceSocket.hide_value
27052
27058
  * NodeTreeInterfaceSocket.hide_in_modifier
27053
27059
  * NodeTreeInterfaceSocket.force_non_field
27060
+ * NodeTreeInterfaceSocket.is_inspect_output
27054
27061
  * NodeTreeInterfaceSocket.layer_selection_field
27055
27062
  * NodeTreeInterfaceSocket.attribute_domain
27056
27063
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -28124,6 +28131,7 @@ object, placing it into a view layer, selecting it and making it active.
28124
28131
  * NodeTreeInterfaceSocket.hide_value
28125
28132
  * NodeTreeInterfaceSocket.hide_in_modifier
28126
28133
  * NodeTreeInterfaceSocket.force_non_field
28134
+ * NodeTreeInterfaceSocket.is_inspect_output
28127
28135
  * NodeTreeInterfaceSocket.layer_selection_field
28128
28136
  * NodeTreeInterfaceSocket.attribute_domain
28129
28137
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -34712,6 +34720,7 @@ Property types used in class declarations are all in bpy.props
34712
34720
  * NodeTreeInterfaceSocket.hide_value
34713
34721
  * NodeTreeInterfaceSocket.hide_in_modifier
34714
34722
  * NodeTreeInterfaceSocket.force_non_field
34723
+ * NodeTreeInterfaceSocket.is_inspect_output
34715
34724
  * NodeTreeInterfaceSocket.layer_selection_field
34716
34725
  * NodeTreeInterfaceSocket.attribute_domain
34717
34726
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -35780,6 +35789,96 @@ Property types used in class declarations are all in bpy.props
35780
35789
  :columns: 2
35781
35790
 
35782
35791
 
35792
+ --------------------
35793
+
35794
+ * bpy_struct.id_data
35795
+ * Node.type
35796
+ * Node.location
35797
+ * Node.width
35798
+ * Node.height
35799
+ * Node.dimensions
35800
+ * Node.name
35801
+ * Node.label
35802
+ * Node.inputs
35803
+ * Node.outputs
35804
+ * Node.internal_links
35805
+ * Node.parent
35806
+ * Node.use_custom_color
35807
+ * Node.color
35808
+ * Node.select
35809
+ * Node.show_options
35810
+ * Node.show_preview
35811
+ * Node.hide
35812
+ * Node.mute
35813
+ * Node.show_texture
35814
+ * Node.bl_idname
35815
+ * Node.bl_label
35816
+ * Node.bl_description
35817
+ * Node.bl_icon
35818
+ * Node.bl_static_type
35819
+ * Node.bl_width_default
35820
+ * Node.bl_width_min
35821
+ * Node.bl_width_max
35822
+ * Node.bl_height_default
35823
+ * Node.bl_height_min
35824
+ * Node.bl_height_max
35825
+
35826
+ :columns: 2
35827
+
35828
+
35829
+ --------------------
35830
+
35831
+ * bpy_struct.as_pointer
35832
+ * bpy_struct.driver_add
35833
+ * bpy_struct.driver_remove
35834
+ * bpy_struct.get
35835
+ * bpy_struct.id_properties_clear
35836
+ * bpy_struct.id_properties_ensure
35837
+ * bpy_struct.id_properties_ui
35838
+ * bpy_struct.is_property_hidden
35839
+ * bpy_struct.is_property_overridable_library
35840
+ * bpy_struct.is_property_readonly
35841
+ * bpy_struct.is_property_set
35842
+ * bpy_struct.items
35843
+ * bpy_struct.keyframe_delete
35844
+ * bpy_struct.keyframe_insert
35845
+ * bpy_struct.keys
35846
+ * bpy_struct.path_from_id
35847
+ * bpy_struct.path_resolve
35848
+ * bpy_struct.pop
35849
+ * bpy_struct.property_overridable_library_set
35850
+ * bpy_struct.property_unset
35851
+ * bpy_struct.type_recast
35852
+ * bpy_struct.values
35853
+ * Node.socket_value_update
35854
+ * Node.is_registered_node_type
35855
+ * Node.poll
35856
+ * Node.poll_instance
35857
+ * Node.update
35858
+ * Node.insert_link
35859
+ * Node.init
35860
+ * Node.copy
35861
+ * Node.free
35862
+ * Node.draw_buttons
35863
+ * Node.draw_buttons_ext
35864
+ * Node.draw_label
35865
+ * Node.poll
35866
+ * Node.bl_rna_get_subclass
35867
+ * Node.bl_rna_get_subclass_py
35868
+ * NodeInternal.poll
35869
+ * NodeInternal.poll_instance
35870
+ * NodeInternal.update
35871
+ * NodeInternal.draw_buttons
35872
+ * NodeInternal.draw_buttons_ext
35873
+ * NodeInternal.bl_rna_get_subclass
35874
+ * NodeInternal.bl_rna_get_subclass_py
35875
+ * GeometryNode.poll
35876
+ * GeometryNode.bl_rna_get_subclass
35877
+ * GeometryNode.bl_rna_get_subclass_py
35878
+
35879
+ :columns: 2
35880
+
35881
+
35783
35882
  --------------------
35784
35883
 
35785
35884
  * bpy_struct.id_data
@@ -36649,6 +36748,8 @@ Property types used in class declarations are all in bpy.props
36649
36748
  * GeometryNodeSetCurveTilt.output_template
36650
36749
  * GeometryNodeSetID.input_template
36651
36750
  * GeometryNodeSetID.output_template
36751
+ * GeometryNodeSetInstanceTransform.input_template
36752
+ * GeometryNodeSetInstanceTransform.output_template
36652
36753
  * GeometryNodeSetMaterial.input_template
36653
36754
  * GeometryNodeSetMaterial.output_template
36654
36755
  * GeometryNodeSetMaterialIndex.input_template
@@ -38505,6 +38606,7 @@ Property types used in class declarations are all in bpy.props
38505
38606
  * NodeTreeInterfaceSocket.hide_value
38506
38607
  * NodeTreeInterfaceSocket.hide_in_modifier
38507
38608
  * NodeTreeInterfaceSocket.force_non_field
38609
+ * NodeTreeInterfaceSocket.is_inspect_output
38508
38610
  * NodeTreeInterfaceSocket.layer_selection_field
38509
38611
  * NodeTreeInterfaceSocket.attribute_domain
38510
38612
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -41443,6 +41545,7 @@ Executing the operator will then print all values.
41443
41545
  * NodeTreeInterfaceSocket.hide_value
41444
41546
  * NodeTreeInterfaceSocket.hide_in_modifier
41445
41547
  * NodeTreeInterfaceSocket.force_non_field
41548
+ * NodeTreeInterfaceSocket.is_inspect_output
41446
41549
  * NodeTreeInterfaceSocket.layer_selection_field
41447
41550
  * NodeTreeInterfaceSocket.attribute_domain
41448
41551
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -48564,6 +48667,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
48564
48667
  * NodeTreeInterfaceSocket.hide_value
48565
48668
  * NodeTreeInterfaceSocket.hide_in_modifier
48566
48669
  * NodeTreeInterfaceSocket.force_non_field
48670
+ * NodeTreeInterfaceSocket.is_inspect_output
48567
48671
  * NodeTreeInterfaceSocket.layer_selection_field
48568
48672
  * NodeTreeInterfaceSocket.attribute_domain
48569
48673
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -50059,6 +50163,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
50059
50163
  * NodeTreeInterfaceSocket.hide_value
50060
50164
  * NodeTreeInterfaceSocket.hide_in_modifier
50061
50165
  * NodeTreeInterfaceSocket.force_non_field
50166
+ * NodeTreeInterfaceSocket.is_inspect_output
50062
50167
  * NodeTreeInterfaceSocket.layer_selection_field
50063
50168
  * NodeTreeInterfaceSocket.attribute_domain
50064
50169
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -52034,6 +52139,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
52034
52139
  * NodeTreeInterfaceSocket.hide_value
52035
52140
  * NodeTreeInterfaceSocket.hide_in_modifier
52036
52141
  * NodeTreeInterfaceSocket.force_non_field
52142
+ * NodeTreeInterfaceSocket.is_inspect_output
52037
52143
  * NodeTreeInterfaceSocket.layer_selection_field
52038
52144
  * NodeTreeInterfaceSocket.attribute_domain
52039
52145
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -52795,6 +52901,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
52795
52901
  * NodeTreeInterfaceSocket.hide_value
52796
52902
  * NodeTreeInterfaceSocket.hide_in_modifier
52797
52903
  * NodeTreeInterfaceSocket.force_non_field
52904
+ * NodeTreeInterfaceSocket.is_inspect_output
52798
52905
  * NodeTreeInterfaceSocket.layer_selection_field
52799
52906
  * NodeTreeInterfaceSocket.attribute_domain
52800
52907
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -53608,6 +53715,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
53608
53715
  * NodeTreeInterfaceSocket.hide_value
53609
53716
  * NodeTreeInterfaceSocket.hide_in_modifier
53610
53717
  * NodeTreeInterfaceSocket.force_non_field
53718
+ * NodeTreeInterfaceSocket.is_inspect_output
53611
53719
  * NodeTreeInterfaceSocket.layer_selection_field
53612
53720
  * NodeTreeInterfaceSocket.attribute_domain
53613
53721
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -54441,6 +54549,7 @@ example of how to create/use filtering/reordering callbacks.
54441
54549
  * NodeTreeInterfaceSocket.hide_value
54442
54550
  * NodeTreeInterfaceSocket.hide_in_modifier
54443
54551
  * NodeTreeInterfaceSocket.force_non_field
54552
+ * NodeTreeInterfaceSocket.is_inspect_output
54444
54553
  * NodeTreeInterfaceSocket.layer_selection_field
54445
54554
  * NodeTreeInterfaceSocket.attribute_domain
54446
54555
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -55811,6 +55920,7 @@ example of how to create/use filtering/reordering callbacks.
55811
55920
  * NodeTreeInterfaceSocket.hide_value
55812
55921
  * NodeTreeInterfaceSocket.hide_in_modifier
55813
55922
  * NodeTreeInterfaceSocket.force_non_field
55923
+ * NodeTreeInterfaceSocket.is_inspect_output
55814
55924
  * NodeTreeInterfaceSocket.layer_selection_field
55815
55925
  * NodeTreeInterfaceSocket.attribute_domain
55816
55926
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -56862,6 +56972,7 @@ of the scene and only show nodes of the renderer they are designed for.
56862
56972
  * NodeTreeInterfaceSocket.hide_value
56863
56973
  * NodeTreeInterfaceSocket.hide_in_modifier
56864
56974
  * NodeTreeInterfaceSocket.force_non_field
56975
+ * NodeTreeInterfaceSocket.is_inspect_output
56865
56976
  * NodeTreeInterfaceSocket.layer_selection_field
56866
56977
  * NodeTreeInterfaceSocket.attribute_domain
56867
56978
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -59157,6 +59268,7 @@ of the scene and only show nodes of the renderer they are designed for.
59157
59268
  * NodeTreeInterfaceSocket.hide_value
59158
59269
  * NodeTreeInterfaceSocket.hide_in_modifier
59159
59270
  * NodeTreeInterfaceSocket.force_non_field
59271
+ * NodeTreeInterfaceSocket.is_inspect_output
59160
59272
  * NodeTreeInterfaceSocket.layer_selection_field
59161
59273
  * NodeTreeInterfaceSocket.attribute_domain
59162
59274
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -59887,6 +59999,7 @@ of the scene and only show nodes of the renderer they are designed for.
59887
59999
  * NodeTreeInterfaceSocket.hide_value
59888
60000
  * NodeTreeInterfaceSocket.hide_in_modifier
59889
60001
  * NodeTreeInterfaceSocket.force_non_field
60002
+ * NodeTreeInterfaceSocket.is_inspect_output
59890
60003
  * NodeTreeInterfaceSocket.layer_selection_field
59891
60004
  * NodeTreeInterfaceSocket.attribute_domain
59892
60005
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -62229,6 +62342,7 @@ of the scene and only show nodes of the renderer they are designed for.
62229
62342
  * NodeTreeInterfaceSocket.hide_value
62230
62343
  * NodeTreeInterfaceSocket.hide_in_modifier
62231
62344
  * NodeTreeInterfaceSocket.force_non_field
62345
+ * NodeTreeInterfaceSocket.is_inspect_output
62232
62346
  * NodeTreeInterfaceSocket.layer_selection_field
62233
62347
  * NodeTreeInterfaceSocket.attribute_domain
62234
62348
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -63129,6 +63243,7 @@ of the scene and only show nodes of the renderer they are designed for.
63129
63243
  * NodeTreeInterfaceSocket.hide_value
63130
63244
  * NodeTreeInterfaceSocket.hide_in_modifier
63131
63245
  * NodeTreeInterfaceSocket.force_non_field
63246
+ * NodeTreeInterfaceSocket.is_inspect_output
63132
63247
  * NodeTreeInterfaceSocket.layer_selection_field
63133
63248
  * NodeTreeInterfaceSocket.attribute_domain
63134
63249
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -64516,6 +64631,7 @@ of the scene and only show nodes of the renderer they are designed for.
64516
64631
  * NodeTreeInterfaceSocket.hide_value
64517
64632
  * NodeTreeInterfaceSocket.hide_in_modifier
64518
64633
  * NodeTreeInterfaceSocket.force_non_field
64634
+ * NodeTreeInterfaceSocket.is_inspect_output
64519
64635
  * NodeTreeInterfaceSocket.layer_selection_field
64520
64636
  * NodeTreeInterfaceSocket.attribute_domain
64521
64637
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -68943,6 +69059,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
68943
69059
  * NodeTreeInterfaceSocket.hide_value
68944
69060
  * NodeTreeInterfaceSocket.hide_in_modifier
68945
69061
  * NodeTreeInterfaceSocket.force_non_field
69062
+ * NodeTreeInterfaceSocket.is_inspect_output
68946
69063
  * NodeTreeInterfaceSocket.layer_selection_field
68947
69064
  * NodeTreeInterfaceSocket.attribute_domain
68948
69065
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -78849,6 +78966,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
78849
78966
  * NodeTreeInterfaceSocket.hide_value
78850
78967
  * NodeTreeInterfaceSocket.hide_in_modifier
78851
78968
  * NodeTreeInterfaceSocket.force_non_field
78969
+ * NodeTreeInterfaceSocket.is_inspect_output
78852
78970
  * NodeTreeInterfaceSocket.layer_selection_field
78853
78971
  * NodeTreeInterfaceSocket.attribute_domain
78854
78972
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -79735,6 +79853,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
79735
79853
  * NodeTreeInterfaceSocket.hide_value
79736
79854
  * NodeTreeInterfaceSocket.hide_in_modifier
79737
79855
  * NodeTreeInterfaceSocket.force_non_field
79856
+ * NodeTreeInterfaceSocket.is_inspect_output
79738
79857
  * NodeTreeInterfaceSocket.layer_selection_field
79739
79858
  * NodeTreeInterfaceSocket.attribute_domain
79740
79859
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -86577,6 +86696,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
86577
86696
  * NodeTreeInterfaceSocket.hide_value
86578
86697
  * NodeTreeInterfaceSocket.hide_in_modifier
86579
86698
  * NodeTreeInterfaceSocket.force_non_field
86699
+ * NodeTreeInterfaceSocket.is_inspect_output
86580
86700
  * NodeTreeInterfaceSocket.layer_selection_field
86581
86701
  * NodeTreeInterfaceSocket.attribute_domain
86582
86702
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -87116,6 +87236,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
87116
87236
  * NodeTreeInterfaceSocket.hide_value
87117
87237
  * NodeTreeInterfaceSocket.hide_in_modifier
87118
87238
  * NodeTreeInterfaceSocket.force_non_field
87239
+ * NodeTreeInterfaceSocket.is_inspect_output
87119
87240
  * NodeTreeInterfaceSocket.layer_selection_field
87120
87241
  * NodeTreeInterfaceSocket.attribute_domain
87121
87242
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -87457,6 +87578,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
87457
87578
  * NodeTreeInterfaceSocket.hide_value
87458
87579
  * NodeTreeInterfaceSocket.hide_in_modifier
87459
87580
  * NodeTreeInterfaceSocket.force_non_field
87581
+ * NodeTreeInterfaceSocket.is_inspect_output
87460
87582
  * NodeTreeInterfaceSocket.layer_selection_field
87461
87583
  * NodeTreeInterfaceSocket.attribute_domain
87462
87584
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -92373,6 +92495,7 @@ database.
92373
92495
  * NodeTreeInterfaceSocket.hide_value
92374
92496
  * NodeTreeInterfaceSocket.hide_in_modifier
92375
92497
  * NodeTreeInterfaceSocket.force_non_field
92498
+ * NodeTreeInterfaceSocket.is_inspect_output
92376
92499
  * NodeTreeInterfaceSocket.layer_selection_field
92377
92500
  * NodeTreeInterfaceSocket.attribute_domain
92378
92501
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -94658,6 +94781,7 @@ The USDHookExample
94658
94781
  * NodeTreeInterfaceSocket.hide_value
94659
94782
  * NodeTreeInterfaceSocket.hide_in_modifier
94660
94783
  * NodeTreeInterfaceSocket.force_non_field
94784
+ * NodeTreeInterfaceSocket.is_inspect_output
94661
94785
  * NodeTreeInterfaceSocket.layer_selection_field
94662
94786
  * NodeTreeInterfaceSocket.attribute_domain
94663
94787
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -96068,6 +96192,7 @@ The USDHookExample
96068
96192
  * NodeTreeInterfaceSocket.hide_value
96069
96193
  * NodeTreeInterfaceSocket.hide_in_modifier
96070
96194
  * NodeTreeInterfaceSocket.force_non_field
96195
+ * NodeTreeInterfaceSocket.is_inspect_output
96071
96196
  * NodeTreeInterfaceSocket.layer_selection_field
96072
96197
  * NodeTreeInterfaceSocket.attribute_domain
96073
96198
  * NodeTreeInterfaceSocket.default_attribute_name
@@ -97866,6 +97991,7 @@ import collections.abc
97866
97991
  import bl_operators.anim
97867
97992
  import bl_operators.assets
97868
97993
  import bl_operators.clip
97994
+ import bl_operators.connect_to_output
97869
97995
  import bl_operators.constraint
97870
97996
  import bl_operators.file
97871
97997
  import bl_operators.freestyle
@@ -97995,7 +98121,9 @@ class bpy_prop_collection(typing.Generic[GenericType1]):
97995
98121
  def foreach_set(
97996
98122
  self,
97997
98123
  attr: str,
97998
- seq: typing.Sequence[bool] | typing.Sequence[int] | typing.Sequence[float],
98124
+ seq: collections.abc.Sequence[bool]
98125
+ | collections.abc.Sequence[int]
98126
+ | collections.abc.Sequence[float],
97999
98127
  ):
98000
98128
  """This is a function to give fast access to attributes within a collection.Only works for 'basic type' properties (bool, int and float)!
98001
98129
  seq must be uni-dimensional, multi-dimensional arrays (like array of vectors) will be re-created from it.
@@ -98003,7 +98131,7 @@ class bpy_prop_collection(typing.Generic[GenericType1]):
98003
98131
  :param attr:
98004
98132
  :type attr: str
98005
98133
  :param seq:
98006
- :type seq: typing.Sequence[bool] | typing.Sequence[int] | typing.Sequence[float]
98134
+ :type seq: collections.abc.Sequence[bool] | collections.abc.Sequence[int] | collections.abc.Sequence[float]
98007
98135
  """
98008
98136
  ...
98009
98137
 
@@ -98078,11 +98206,11 @@ class bpy_prop_collection(typing.Generic[GenericType1]):
98078
98206
  """
98079
98207
  ...
98080
98208
 
98081
- def __iter__(self) -> typing.Iterator[GenericType1]:
98209
+ def __iter__(self) -> collections.abc.Iterator[GenericType1]:
98082
98210
  """
98083
98211
 
98084
98212
  :return:
98085
- :rtype: typing.Iterator[GenericType1]
98213
+ :rtype: collections.abc.Iterator[GenericType1]
98086
98214
  """
98087
98215
  ...
98088
98216
 
@@ -98102,6 +98230,16 @@ class bpy_prop_collection(typing.Generic[GenericType1]):
98102
98230
  """
98103
98231
  ...
98104
98232
 
98233
+ def __contains__(self, key: str | tuple[str, ...]) -> bool:
98234
+ """
98235
+
98236
+ :param key:
98237
+ :type key: str | tuple[str, ...]
98238
+ :return:
98239
+ :rtype: bool
98240
+ """
98241
+ ...
98242
+
98105
98243
  class bpy_struct(typing.Generic[GenericType1]):
98106
98244
  """built-in base class for all classes in bpy.types."""
98107
98245
 
@@ -98435,11 +98573,11 @@ class bpy_prop_array(typing.Generic[GenericType1]):
98435
98573
  """
98436
98574
  ...
98437
98575
 
98438
- def __iter__(self) -> typing.Iterator[GenericType1]:
98576
+ def __iter__(self) -> collections.abc.Iterator[GenericType1]:
98439
98577
  """
98440
98578
 
98441
98579
  :return:
98442
- :rtype: typing.Iterator[GenericType1]
98580
+ :rtype: collections.abc.Iterator[GenericType1]
98443
98581
  """
98444
98582
  ...
98445
98583
 
@@ -101161,14 +101299,14 @@ class BlendData(bpy_struct):
101161
101299
 
101162
101300
  def user_map(
101163
101301
  self,
101164
- subset: typing.Sequence | None,
101302
+ subset: collections.abc.Sequence | None,
101165
101303
  key_types: set[str] | None,
101166
101304
  value_types: set[str] | None,
101167
101305
  ) -> dict:
101168
101306
  """Returns a mapping of all ID data-blocks in current bpy.data to a set of all datablocks using them.For list of valid set members for key_types & value_types, see: `bpy.types.KeyingSetPath.id_type`.
101169
101307
 
101170
101308
  :param subset: When passed, only these data-blocks and their users will be included as keys/values in the map.
101171
- :type subset: typing.Sequence | None
101309
+ :type subset: collections.abc.Sequence | None
101172
101310
  :param key_types: Filter the keys mapped by ID types.
101173
101311
  :type key_types: set[str] | None
101174
101312
  :param value_types: Filter the values in the set by ID types.
@@ -111521,7 +111659,7 @@ Utility function for (tail - head)(readonly)"""
111521
111659
 
111522
111660
  def transform(
111523
111661
  self,
111524
- matrix: typing.Sequence[float] | mathutils.Matrix | None,
111662
+ matrix: collections.abc.Sequence[float] | mathutils.Matrix | None,
111525
111663
  *,
111526
111664
  scale: bool | None = True,
111527
111665
  roll: bool | None = True,
@@ -111530,7 +111668,7 @@ Utility function for (tail - head)(readonly)"""
111530
111668
  (when the matrix has a scale component).
111531
111669
 
111532
111670
  :param matrix: 3x3 or 4x4 transformation matrix.
111533
- :type matrix: typing.Sequence[float] | mathutils.Matrix | None
111671
+ :type matrix: collections.abc.Sequence[float] | mathutils.Matrix | None
111534
111672
  :param scale: Scale the bone envelope by the matrix.
111535
111673
  :type scale: bool | None
111536
111674
  :param roll: Correct the roll to point in the same relative
@@ -117510,14 +117648,14 @@ class Gizmo(bpy_struct):
117510
117648
  self,
117511
117649
  shape,
117512
117650
  *,
117513
- matrix: typing.Sequence[float] | mathutils.Matrix | None = None,
117651
+ matrix: collections.abc.Sequence[float] | mathutils.Matrix | None = None,
117514
117652
  select_id=None,
117515
117653
  ):
117516
117654
  """Draw a shape created form `Gizmo.draw_custom_shape`.
117517
117655
 
117518
117656
  :param shape: The cached shape to draw.
117519
117657
  :param matrix: 4x4 matrix, when not given `Gizmo.matrix_world` is used.
117520
- :type matrix: typing.Sequence[float] | mathutils.Matrix | None
117658
+ :type matrix: collections.abc.Sequence[float] | mathutils.Matrix | None
117521
117659
  :param select_id: The selection id.
117522
117660
  Only use when drawing within `Gizmo.draw_select`.
117523
117661
  """
@@ -117578,20 +117716,20 @@ class Gizmo(bpy_struct):
117578
117716
  def target_set_handler(
117579
117717
  self,
117580
117718
  target: str | None,
117581
- get: typing.Callable | None,
117582
- set: typing.Callable | None,
117583
- range: typing.Callable | None = None,
117719
+ get: collections.abc.Callable | None,
117720
+ set: collections.abc.Callable | None,
117721
+ range: collections.abc.Callable | None = None,
117584
117722
  ):
117585
117723
  """Assigns callbacks to a gizmos property.
117586
117724
 
117587
117725
  :param target: Target property name.
117588
117726
  :type target: str | None
117589
117727
  :param get: Function that returns the value for this property (single value or sequence).
117590
- :type get: typing.Callable | None
117728
+ :type get: collections.abc.Callable | None
117591
117729
  :param set: Function that takes a single value argument and applies it.
117592
- :type set: typing.Callable | None
117730
+ :type set: collections.abc.Callable | None
117593
117731
  :param range: Function that returns a (min, max) tuple for gizmos that use a range.
117594
- :type range: typing.Callable | None
117732
+ :type range: collections.abc.Callable | None
117595
117733
  """
117596
117734
  ...
117597
117735
 
@@ -123136,9 +123274,9 @@ class Menu(bpy_struct):
123136
123274
  *,
123137
123275
  props_default: dict | None = None,
123138
123276
  prop_filepath: str | None = "filepath",
123139
- filter_ext: typing.Callable | None = None,
123277
+ filter_ext: collections.abc.Callable | None = None,
123140
123278
  filter_path=None,
123141
- display_name: typing.Callable | None = None,
123279
+ display_name: collections.abc.Callable | None = None,
123142
123280
  add_operator=None,
123143
123281
  add_operator_props=None,
123144
123282
  ):
@@ -123155,10 +123293,10 @@ class Menu(bpy_struct):
123155
123293
  :param filter_ext: Optional callback that takes the file extensions.
123156
123294
 
123157
123295
  Returning false excludes the file from the list.
123158
- :type filter_ext: typing.Callable | None
123296
+ :type filter_ext: collections.abc.Callable | None
123159
123297
  :param filter_path:
123160
123298
  :param display_name: Optional callback that takes the full path, returns the name to display.
123161
- :type display_name: typing.Callable | None
123299
+ :type display_name: collections.abc.Callable | None
123162
123300
  :param add_operator:
123163
123301
  :param add_operator_props:
123164
123302
  """
@@ -137777,6 +137915,12 @@ class SceneEEVEE(bpy_struct):
137777
137915
  :type: float
137778
137916
  """
137779
137917
 
137918
+ fast_gi_bias: float
137919
+ """ Bias the shading normal to reduce self intersection artifacts
137920
+
137921
+ :type: float
137922
+ """
137923
+
137780
137924
  fast_gi_distance: float
137781
137925
  """ If non-zero, the maximum distance at which other surfaces will contribute to the fast GI approximation
137782
137926
 
@@ -137789,18 +137933,42 @@ class SceneEEVEE(bpy_struct):
137789
137933
  :type: str
137790
137934
  """
137791
137935
 
137936
+ fast_gi_quality: float
137937
+ """ Precision of the fast GI ray marching
137938
+
137939
+ :type: float
137940
+ """
137941
+
137792
137942
  fast_gi_ray_count: int
137793
137943
  """ Amount of GI ray to trace for each pixel
137794
137944
 
137795
137945
  :type: int
137796
137946
  """
137797
137947
 
137948
+ fast_gi_resolution: str
137949
+ """ Control the quality of the fast GI lighting. Higher resolution uses more memory
137950
+
137951
+ :type: str
137952
+ """
137953
+
137798
137954
  fast_gi_step_count: int
137799
137955
  """ Amount of screen sample per GI ray
137800
137956
 
137801
137957
  :type: int
137802
137958
  """
137803
137959
 
137960
+ fast_gi_thickness_far: float
137961
+ """ Angular thickness of the surfaces when computing fast GI and ambient occlusion. Reduces energy loss and missing occlusion of far geometry
137962
+
137963
+ :type: float
137964
+ """
137965
+
137966
+ fast_gi_thickness_near: float
137967
+ """ Geometric thickness of the surfaces when computing fast GI and ambient occlusion. Reduces light leaking and missing contact occlusion
137968
+
137969
+ :type: float
137970
+ """
137971
+
137804
137972
  gi_auto_bake: bool
137805
137973
  """ Auto bake indirect lighting when editing probes
137806
137974
 
@@ -137897,30 +138065,6 @@ class SceneEEVEE(bpy_struct):
137897
138065
  :type: float
137898
138066
  """
137899
138067
 
137900
- horizon_bias: float
137901
- """ Bias the horizon angles to reduce self intersection artifacts
137902
-
137903
- :type: float
137904
- """
137905
-
137906
- horizon_quality: float
137907
- """ Precision of the horizon scan
137908
-
137909
- :type: float
137910
- """
137911
-
137912
- horizon_resolution: str
137913
- """ Control the quality of the horizon scan lighting. Higher resolution uses more memory
137914
-
137915
- :type: str
137916
- """
137917
-
137918
- horizon_thickness: float
137919
- """ Constant thickness of the surfaces considered when doing horizon scan and by extension ambient occlusion
137920
-
137921
- :type: float
137922
- """
137923
-
137924
138068
  light_threshold: float
137925
138069
  """ Minimum light intensity for a light to contribute to the lighting
137926
138070
 
@@ -150613,12 +150757,15 @@ class VertexGroup(bpy_struct):
150613
150757
  """
150614
150758
 
150615
150759
  def add(
150616
- self, index: typing.Iterable[int] | None, weight: float | None, type: str | None
150760
+ self,
150761
+ index: collections.abc.Iterable[int] | None,
150762
+ weight: float | None,
150763
+ type: str | None,
150617
150764
  ):
150618
150765
  """Add vertices to the group
150619
150766
 
150620
150767
  :param index: List of indices
150621
- :type index: typing.Iterable[int] | None
150768
+ :type index: collections.abc.Iterable[int] | None
150622
150769
  :param weight: Vertex weight
150623
150770
  :type weight: float | None
150624
150771
  :param type: Vertex assign mode
@@ -150635,11 +150782,11 @@ class VertexGroup(bpy_struct):
150635
150782
  """
150636
150783
  ...
150637
150784
 
150638
- def remove(self, index: typing.Iterable[int] | None):
150785
+ def remove(self, index: collections.abc.Iterable[int] | None):
150639
150786
  """Remove vertices from the group
150640
150787
 
150641
150788
  :param index: List of indices
150642
- :type index: typing.Iterable[int] | None
150789
+ :type index: collections.abc.Iterable[int] | None
150643
150790
  """
150644
150791
  ...
150645
150792
 
@@ -164667,11 +164814,11 @@ class Curves(ID, bpy_struct):
164667
164814
  :type: bool
164668
164815
  """
164669
164816
 
164670
- def add_curves(self, sizes: typing.Iterable[int] | None):
164817
+ def add_curves(self, sizes: collections.abc.Iterable[int] | None):
164671
164818
  """add_curves
164672
164819
 
164673
164820
  :param sizes: Sizes, The number of points in each curve
164674
- :type sizes: typing.Iterable[int] | None
164821
+ :type sizes: collections.abc.Iterable[int] | None
164675
164822
  """
164676
164823
  ...
164677
164824
 
@@ -178051,11 +178198,11 @@ class HookModifier(Modifier, bpy_struct):
178051
178198
  :type: bpy_prop_array[int]
178052
178199
  """
178053
178200
 
178054
- def vertex_indices_set(self, indices: typing.Iterable[int] | None):
178201
+ def vertex_indices_set(self, indices: collections.abc.Iterable[int] | None):
178055
178202
  """Validates and assigns the array of vertex indices bound to the modifier
178056
178203
 
178057
178204
  :param indices: Vertex Indices
178058
- :type indices: typing.Iterable[int] | None
178205
+ :type indices: collections.abc.Iterable[int] | None
178059
178206
  """
178060
178207
  ...
178061
178208
 
@@ -181957,6 +182104,12 @@ class NodeTreeInterfaceSocket(NodeTreeInterfaceItem, bpy_struct):
181957
182104
  :type: str
181958
182105
  """
181959
182106
 
182107
+ is_inspect_output: bool
182108
+ """ Take link out of node group to connect to root tree output node
182109
+
182110
+ :type: bool
182111
+ """
182112
+
181960
182113
  layer_selection_field: bool
181961
182114
  """ Take Grease Pencil Layer or Layer Group as selection field
181962
182115
 
@@ -220287,6 +220440,64 @@ class GeometryNodeSetID(GeometryNode, NodeInternal, Node, bpy_struct):
220287
220440
  """
220288
220441
  ...
220289
220442
 
220443
+ class GeometryNodeSetInstanceTransform(GeometryNode, NodeInternal, Node, bpy_struct):
220444
+ """Set the transformation matrix of every instance"""
220445
+
220446
+ @classmethod
220447
+ def is_registered_node_type(cls) -> bool:
220448
+ """True if a registered node type
220449
+
220450
+ :return: Result
220451
+ :rtype: bool
220452
+ """
220453
+ ...
220454
+
220455
+ @classmethod
220456
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
220457
+ """Input socket template
220458
+
220459
+ :param index: Index
220460
+ :type index: int | None
220461
+ :return: result
220462
+ :rtype: NodeInternalSocketTemplate
220463
+ """
220464
+ ...
220465
+
220466
+ @classmethod
220467
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
220468
+ """Output socket template
220469
+
220470
+ :param index: Index
220471
+ :type index: int | None
220472
+ :return: result
220473
+ :rtype: NodeInternalSocketTemplate
220474
+ """
220475
+ ...
220476
+
220477
+ @classmethod
220478
+ def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
220479
+ """
220480
+
220481
+ :param id: The RNA type identifier.
220482
+ :type id: str | None
220483
+ :param default:
220484
+ :return: The RNA type or default when not found.
220485
+ :rtype: Struct
220486
+ """
220487
+ ...
220488
+
220489
+ @classmethod
220490
+ def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
220491
+ """
220492
+
220493
+ :param id: The RNA type identifier.
220494
+ :type id: str | None
220495
+ :param default:
220496
+ :return: The class or default when not found.
220497
+ :rtype: typing.Any
220498
+ """
220499
+ ...
220500
+
220290
220501
  class GeometryNodeSetMaterial(GeometryNode, NodeInternal, Node, bpy_struct):
220291
220502
  """Assign a material to geometry elements"""
220292
220503
 
@@ -232963,6 +233174,8 @@ NODE_OT_add_simulation_zone: bl_operators.node.NODE_OT_add_simulation_zone
232963
233174
 
232964
233175
  NODE_OT_collapse_hide_unused_toggle: bl_operators.node.NODE_OT_collapse_hide_unused_toggle
232965
233176
 
233177
+ NODE_OT_connect_to_output: bl_operators.connect_to_output.NODE_OT_connect_to_output
233178
+
232966
233179
  NODE_OT_interface_item_duplicate: bl_operators.node.NODE_OT_interface_item_duplicate
232967
233180
 
232968
233181
  NODE_OT_interface_item_new: bl_operators.node.NODE_OT_interface_item_new
@@ -234295,6 +234508,8 @@ VIEW3D_MT_edit_curves: bl_ui.space_view3d.VIEW3D_MT_edit_curves
234295
234508
 
234296
234509
  VIEW3D_MT_edit_curves_add: bl_ui.space_view3d.VIEW3D_MT_edit_curves_add
234297
234510
 
234511
+ VIEW3D_MT_edit_curves_context_menu: bl_ui.space_view3d.VIEW3D_MT_edit_curves_context_menu
234512
+
234298
234513
  VIEW3D_MT_edit_curves_control_points: bl_ui.space_view3d.VIEW3D_MT_edit_curves_control_points
234299
234514
 
234300
234515
  VIEW3D_MT_edit_curves_segments: bl_ui.space_view3d.VIEW3D_MT_edit_curves_segments