fake-bpy-module-latest 20251002__py3-none-any.whl → 20260113__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.
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_types/__init__.pyi +17 -1
- aud/__init__.pyi +70 -0
- bl_math/__init__.pyi +3 -1
- bl_operators/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +49 -0
- bl_operators/copy_global_transform/__init__.pyi +271 -0
- bl_operators/node/__init__.pyi +38 -4
- bl_operators/object/__init__.pyi +0 -7
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
- bl_operators/uvcalc_transform/__init__.pyi +21 -8
- bl_ui/__init__.pyi +3 -0
- bl_ui/generic_ui_list/__init__.pyi +2 -2
- bl_ui/node_add_menu/__init__.pyi +13 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +75 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +83 -83
- bl_ui/node_add_menu_shader/__init__.pyi +21 -19
- bl_ui/node_add_menu_texture/__init__.pyi +1 -1
- bl_ui/properties_constraint/__init__.pyi +68 -0
- bl_ui/properties_object/__init__.pyi +37 -0
- bl_ui/properties_paint_common/__init__.pyi +23 -6
- bl_ui/properties_strip/__init__.pyi +786 -0
- bl_ui/properties_strip_modifier/__init__.pyi +47 -0
- bl_ui/properties_view_layer/__init__.pyi +7 -0
- bl_ui/space_clip/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +56 -0
- bl_ui/space_image/__init__.pyi +2 -2
- bl_ui/space_node/__init__.pyi +31 -37
- bl_ui/space_properties/__init__.pyi +31 -0
- bl_ui/space_sequencer/__init__.pyi +42 -772
- bl_ui/space_time/__init__.pyi +7 -29
- bl_ui/space_topbar/__init__.pyi +7 -0
- bl_ui/space_userpref/__init__.pyi +7 -2
- bl_ui/space_view3d/__init__.pyi +38 -10
- bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
- blf/__init__.pyi +9 -6
- bmesh/ops/__init__.pyi +3 -0
- bmesh/types/__init__.pyi +184 -36
- bmesh/utils/__init__.pyi +22 -5
- bpy/app/__init__.pyi +57 -55
- bpy/app/translations/__init__.pyi +1 -1
- bpy/ops/anim/__init__.pyi +18 -12
- bpy/ops/armature/__init__.pyi +1 -1
- bpy/ops/curves/__init__.pyi +3 -3
- bpy/ops/export_anim/__init__.pyi +3 -0
- bpy/ops/export_scene/__init__.pyi +1 -1
- bpy/ops/geometry/__init__.pyi +0 -83
- bpy/ops/grease_pencil/__init__.pyi +3 -3
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/mesh/__init__.pyi +2 -2
- bpy/ops/nla/__init__.pyi +1 -1
- bpy/ops/node/__init__.pyi +29 -7
- bpy/ops/object/__init__.pyi +93 -0
- bpy/ops/pose/__init__.pyi +4 -4
- bpy/ops/render/__init__.pyi +10 -7
- bpy/ops/screen/__init__.pyi +29 -0
- bpy/ops/sculpt/__init__.pyi +30 -41
- bpy/ops/sequencer/__init__.pyi +67 -3
- bpy/ops/text/__init__.pyi +3 -0
- bpy/ops/transform/__init__.pyi +10 -3
- bpy/ops/uv/__init__.pyi +54 -0
- bpy/ops/wm/__init__.pyi +20 -32
- bpy/props/__init__.pyi +5 -11
- bpy/stub_internal/rna_enums/__init__.pyi +50 -21
- bpy/types/__init__.pyi +10237 -2994
- bpy/utils/__init__.pyi +3 -3
- bpy/utils/previews/__init__.pyi +1 -1
- bpy_extras/anim_utils/__init__.pyi +21 -8
- bpy_extras/id_map_utils/__init__.pyi +15 -6
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +138 -129
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
- freestyle/utils/__init__.pyi +1 -1
- gpu/matrix/__init__.pyi +1 -1
- gpu/shader/__init__.pyi +22 -1
- gpu/state/__init__.pyi +77 -27
- gpu/types/__init__.pyi +91 -20
- gpu_extras/presets/__init__.pyi +7 -0
- idprop/types/__init__.pyi +6 -2
- imbuf/__init__.pyi +2 -2
- imbuf/types/__init__.pyi +2 -2
- keyingsets_builtins/__init__.pyi +1 -1
- mathutils/__init__.pyi +53 -29
- mathutils/bvhtree/__init__.pyi +6 -4
- mathutils/geometry/__init__.pyi +31 -13
- mathutils/interpolate/__init__.pyi +4 -2
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/__init__.pyi +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/WHEEL +0 -0
|
@@ -6,7 +6,7 @@ import bl_ui.node_add_menu
|
|
|
6
6
|
import bpy.types
|
|
7
7
|
|
|
8
8
|
class NODE_MT_compositor_node_all_base(bl_ui.node_add_menu.NodeMenu):
|
|
9
|
-
"""A
|
|
9
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
10
10
|
|
|
11
11
|
bl_label: typing.Any
|
|
12
12
|
bl_rna: typing.Any
|
|
@@ -35,7 +35,7 @@ class NODE_MT_compositor_node_all_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
35
35
|
"""
|
|
36
36
|
|
|
37
37
|
class NODE_MT_compositor_node_color_adjust_base(bl_ui.node_add_menu.NodeMenu):
|
|
38
|
-
"""A
|
|
38
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
39
39
|
|
|
40
40
|
bl_label: typing.Any
|
|
41
41
|
bl_rna: typing.Any
|
|
@@ -63,7 +63,7 @@ class NODE_MT_compositor_node_color_adjust_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
63
63
|
"""
|
|
64
64
|
|
|
65
65
|
class NODE_MT_compositor_node_color_base(bl_ui.node_add_menu.NodeMenu):
|
|
66
|
-
"""A
|
|
66
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
67
67
|
|
|
68
68
|
bl_label: typing.Any
|
|
69
69
|
bl_rna: typing.Any
|
|
@@ -83,14 +83,14 @@ class NODE_MT_compositor_node_color_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
83
83
|
:rtype: typing.Any
|
|
84
84
|
"""
|
|
85
85
|
|
|
86
|
-
def draw(self,
|
|
86
|
+
def draw(self, context) -> None:
|
|
87
87
|
"""
|
|
88
88
|
|
|
89
|
-
:param
|
|
89
|
+
:param context:
|
|
90
90
|
"""
|
|
91
91
|
|
|
92
92
|
class NODE_MT_compositor_node_color_mix_base(bl_ui.node_add_menu.NodeMenu):
|
|
93
|
-
"""A
|
|
93
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
94
94
|
|
|
95
95
|
bl_label: typing.Any
|
|
96
96
|
bl_rna: typing.Any
|
|
@@ -117,8 +117,35 @@ class NODE_MT_compositor_node_color_mix_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
117
117
|
:param context:
|
|
118
118
|
"""
|
|
119
119
|
|
|
120
|
+
class NODE_MT_compositor_node_creative_base(bl_ui.node_add_menu.NodeMenu):
|
|
121
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
122
|
+
|
|
123
|
+
bl_label: typing.Any
|
|
124
|
+
bl_rna: typing.Any
|
|
125
|
+
id_data: typing.Any
|
|
126
|
+
|
|
127
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
128
|
+
"""
|
|
129
|
+
|
|
130
|
+
:return: The RNA type or default when not found.
|
|
131
|
+
:rtype: bpy.types.Struct
|
|
132
|
+
"""
|
|
133
|
+
|
|
134
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
135
|
+
"""
|
|
136
|
+
|
|
137
|
+
:return: The class or default when not found.
|
|
138
|
+
:rtype: typing.Any
|
|
139
|
+
"""
|
|
140
|
+
|
|
141
|
+
def draw(self, _context) -> None:
|
|
142
|
+
"""
|
|
143
|
+
|
|
144
|
+
:param _context:
|
|
145
|
+
"""
|
|
146
|
+
|
|
120
147
|
class NODE_MT_compositor_node_filter_base(bl_ui.node_add_menu.NodeMenu):
|
|
121
|
-
"""A
|
|
148
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
122
149
|
|
|
123
150
|
bl_label: typing.Any
|
|
124
151
|
bl_rna: typing.Any
|
|
@@ -145,7 +172,7 @@ class NODE_MT_compositor_node_filter_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
145
172
|
"""
|
|
146
173
|
|
|
147
174
|
class NODE_MT_compositor_node_filter_blur_base(bl_ui.node_add_menu.NodeMenu):
|
|
148
|
-
"""A
|
|
175
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
149
176
|
|
|
150
177
|
bl_label: typing.Any
|
|
151
178
|
bl_rna: typing.Any
|
|
@@ -173,7 +200,7 @@ class NODE_MT_compositor_node_filter_blur_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
173
200
|
"""
|
|
174
201
|
|
|
175
202
|
class NODE_MT_compositor_node_input_base(bl_ui.node_add_menu.NodeMenu):
|
|
176
|
-
"""A
|
|
203
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
177
204
|
|
|
178
205
|
bl_label: typing.Any
|
|
179
206
|
bl_rna: typing.Any
|
|
@@ -200,7 +227,7 @@ class NODE_MT_compositor_node_input_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
200
227
|
"""
|
|
201
228
|
|
|
202
229
|
class NODE_MT_compositor_node_input_constant_base(bl_ui.node_add_menu.NodeMenu):
|
|
203
|
-
"""A
|
|
230
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
204
231
|
|
|
205
232
|
bl_label: typing.Any
|
|
206
233
|
bl_rna: typing.Any
|
|
@@ -228,7 +255,7 @@ class NODE_MT_compositor_node_input_constant_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
228
255
|
"""
|
|
229
256
|
|
|
230
257
|
class NODE_MT_compositor_node_input_scene_base(bl_ui.node_add_menu.NodeMenu):
|
|
231
|
-
"""A
|
|
258
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
232
259
|
|
|
233
260
|
bl_label: typing.Any
|
|
234
261
|
bl_rna: typing.Any
|
|
@@ -256,7 +283,7 @@ class NODE_MT_compositor_node_input_scene_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
256
283
|
"""
|
|
257
284
|
|
|
258
285
|
class NODE_MT_compositor_node_keying_base(bl_ui.node_add_menu.NodeMenu):
|
|
259
|
-
"""A
|
|
286
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
260
287
|
|
|
261
288
|
bl_label: typing.Any
|
|
262
289
|
bl_rna: typing.Any
|
|
@@ -283,7 +310,7 @@ class NODE_MT_compositor_node_keying_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
283
310
|
"""
|
|
284
311
|
|
|
285
312
|
class NODE_MT_compositor_node_mask_base(bl_ui.node_add_menu.NodeMenu):
|
|
286
|
-
"""A
|
|
313
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
287
314
|
|
|
288
315
|
bl_label: typing.Any
|
|
289
316
|
bl_rna: typing.Any
|
|
@@ -309,8 +336,36 @@ class NODE_MT_compositor_node_mask_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
309
336
|
:param _context:
|
|
310
337
|
"""
|
|
311
338
|
|
|
339
|
+
class NODE_MT_compositor_node_math_base(bl_ui.node_add_menu.NodeMenu):
|
|
340
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
341
|
+
|
|
342
|
+
bl_label: typing.Any
|
|
343
|
+
bl_rna: typing.Any
|
|
344
|
+
id_data: typing.Any
|
|
345
|
+
menu_path: typing.Any
|
|
346
|
+
|
|
347
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
348
|
+
"""
|
|
349
|
+
|
|
350
|
+
:return: The RNA type or default when not found.
|
|
351
|
+
:rtype: bpy.types.Struct
|
|
352
|
+
"""
|
|
353
|
+
|
|
354
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
355
|
+
"""
|
|
356
|
+
|
|
357
|
+
:return: The class or default when not found.
|
|
358
|
+
:rtype: typing.Any
|
|
359
|
+
"""
|
|
360
|
+
|
|
361
|
+
def draw(self, context) -> None:
|
|
362
|
+
"""
|
|
363
|
+
|
|
364
|
+
:param context:
|
|
365
|
+
"""
|
|
366
|
+
|
|
312
367
|
class NODE_MT_compositor_node_output_base(bl_ui.node_add_menu.NodeMenu):
|
|
313
|
-
"""A
|
|
368
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
314
369
|
|
|
315
370
|
bl_label: typing.Any
|
|
316
371
|
bl_rna: typing.Any
|
|
@@ -337,7 +392,7 @@ class NODE_MT_compositor_node_output_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
337
392
|
"""
|
|
338
393
|
|
|
339
394
|
class NODE_MT_compositor_node_texture_base(bl_ui.node_add_menu.NodeMenu):
|
|
340
|
-
"""A
|
|
395
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
341
396
|
|
|
342
397
|
bl_label: typing.Any
|
|
343
398
|
bl_rna: typing.Any
|
|
@@ -364,7 +419,7 @@ class NODE_MT_compositor_node_texture_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
364
419
|
"""
|
|
365
420
|
|
|
366
421
|
class NODE_MT_compositor_node_tracking_base(bl_ui.node_add_menu.NodeMenu):
|
|
367
|
-
"""A
|
|
422
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
368
423
|
|
|
369
424
|
bl_label: typing.Any
|
|
370
425
|
bl_rna: typing.Any
|
|
@@ -392,7 +447,7 @@ class NODE_MT_compositor_node_tracking_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
392
447
|
"""
|
|
393
448
|
|
|
394
449
|
class NODE_MT_compositor_node_transform_base(bl_ui.node_add_menu.NodeMenu):
|
|
395
|
-
"""A
|
|
450
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
396
451
|
|
|
397
452
|
bl_label: typing.Any
|
|
398
453
|
bl_rna: typing.Any
|
|
@@ -419,7 +474,7 @@ class NODE_MT_compositor_node_transform_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
419
474
|
"""
|
|
420
475
|
|
|
421
476
|
class NODE_MT_compositor_node_utilities_base(bl_ui.node_add_menu.NodeMenu):
|
|
422
|
-
"""A
|
|
477
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
423
478
|
|
|
424
479
|
bl_label: typing.Any
|
|
425
480
|
bl_rna: typing.Any
|
|
@@ -446,11 +501,12 @@ class NODE_MT_compositor_node_utilities_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
446
501
|
"""
|
|
447
502
|
|
|
448
503
|
class NODE_MT_compositor_node_vector_base(bl_ui.node_add_menu.NodeMenu):
|
|
449
|
-
"""A
|
|
504
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
450
505
|
|
|
451
506
|
bl_label: typing.Any
|
|
452
507
|
bl_rna: typing.Any
|
|
453
508
|
id_data: typing.Any
|
|
509
|
+
menu_path: typing.Any
|
|
454
510
|
|
|
455
511
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
456
512
|
"""
|