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.
Files changed (138) hide show
  1. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  2. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  3. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  4. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  5. _bpy_internal/__init__.pyi +1 -0
  6. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  7. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  8. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  9. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  10. _bpy_types/__init__.pyi +17 -1
  11. aud/__init__.pyi +70 -0
  12. bl_math/__init__.pyi +3 -1
  13. bl_operators/__init__.pyi +1 -0
  14. bl_operators/anim/__init__.pyi +49 -0
  15. bl_operators/copy_global_transform/__init__.pyi +271 -0
  16. bl_operators/node/__init__.pyi +38 -4
  17. bl_operators/object/__init__.pyi +0 -7
  18. bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
  19. bl_operators/uvcalc_transform/__init__.pyi +21 -8
  20. bl_ui/__init__.pyi +3 -0
  21. bl_ui/generic_ui_list/__init__.pyi +2 -2
  22. bl_ui/node_add_menu/__init__.pyi +13 -6
  23. bl_ui/node_add_menu_compositor/__init__.pyi +75 -19
  24. bl_ui/node_add_menu_geometry/__init__.pyi +83 -83
  25. bl_ui/node_add_menu_shader/__init__.pyi +21 -19
  26. bl_ui/node_add_menu_texture/__init__.pyi +1 -1
  27. bl_ui/properties_constraint/__init__.pyi +68 -0
  28. bl_ui/properties_object/__init__.pyi +37 -0
  29. bl_ui/properties_paint_common/__init__.pyi +23 -6
  30. bl_ui/properties_strip/__init__.pyi +786 -0
  31. bl_ui/properties_strip_modifier/__init__.pyi +47 -0
  32. bl_ui/properties_view_layer/__init__.pyi +7 -0
  33. bl_ui/space_clip/__init__.pyi +1 -0
  34. bl_ui/space_dopesheet/__init__.pyi +56 -0
  35. bl_ui/space_image/__init__.pyi +2 -2
  36. bl_ui/space_node/__init__.pyi +31 -37
  37. bl_ui/space_properties/__init__.pyi +31 -0
  38. bl_ui/space_sequencer/__init__.pyi +42 -772
  39. bl_ui/space_time/__init__.pyi +7 -29
  40. bl_ui/space_topbar/__init__.pyi +7 -0
  41. bl_ui/space_userpref/__init__.pyi +7 -2
  42. bl_ui/space_view3d/__init__.pyi +38 -10
  43. bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
  44. bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
  45. blf/__init__.pyi +9 -6
  46. bmesh/ops/__init__.pyi +3 -0
  47. bmesh/types/__init__.pyi +184 -36
  48. bmesh/utils/__init__.pyi +22 -5
  49. bpy/app/__init__.pyi +57 -55
  50. bpy/app/translations/__init__.pyi +1 -1
  51. bpy/ops/anim/__init__.pyi +18 -12
  52. bpy/ops/armature/__init__.pyi +1 -1
  53. bpy/ops/curves/__init__.pyi +3 -3
  54. bpy/ops/export_anim/__init__.pyi +3 -0
  55. bpy/ops/export_scene/__init__.pyi +1 -1
  56. bpy/ops/geometry/__init__.pyi +0 -83
  57. bpy/ops/grease_pencil/__init__.pyi +3 -3
  58. bpy/ops/import_anim/__init__.pyi +2 -2
  59. bpy/ops/mesh/__init__.pyi +2 -2
  60. bpy/ops/nla/__init__.pyi +1 -1
  61. bpy/ops/node/__init__.pyi +29 -7
  62. bpy/ops/object/__init__.pyi +93 -0
  63. bpy/ops/pose/__init__.pyi +4 -4
  64. bpy/ops/render/__init__.pyi +10 -7
  65. bpy/ops/screen/__init__.pyi +29 -0
  66. bpy/ops/sculpt/__init__.pyi +30 -41
  67. bpy/ops/sequencer/__init__.pyi +67 -3
  68. bpy/ops/text/__init__.pyi +3 -0
  69. bpy/ops/transform/__init__.pyi +10 -3
  70. bpy/ops/uv/__init__.pyi +54 -0
  71. bpy/ops/wm/__init__.pyi +20 -32
  72. bpy/props/__init__.pyi +5 -11
  73. bpy/stub_internal/rna_enums/__init__.pyi +50 -21
  74. bpy/types/__init__.pyi +10237 -2994
  75. bpy/utils/__init__.pyi +3 -3
  76. bpy/utils/previews/__init__.pyi +1 -1
  77. bpy_extras/anim_utils/__init__.pyi +21 -8
  78. bpy_extras/id_map_utils/__init__.pyi +15 -6
  79. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  80. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
  81. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +138 -129
  82. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
  83. freestyle/utils/__init__.pyi +1 -1
  84. gpu/matrix/__init__.pyi +1 -1
  85. gpu/shader/__init__.pyi +22 -1
  86. gpu/state/__init__.pyi +77 -27
  87. gpu/types/__init__.pyi +91 -20
  88. gpu_extras/presets/__init__.pyi +7 -0
  89. idprop/types/__init__.pyi +6 -2
  90. imbuf/__init__.pyi +2 -2
  91. imbuf/types/__init__.pyi +2 -2
  92. keyingsets_builtins/__init__.pyi +1 -1
  93. mathutils/__init__.pyi +53 -29
  94. mathutils/bvhtree/__init__.pyi +6 -4
  95. mathutils/geometry/__init__.pyi +31 -13
  96. mathutils/interpolate/__init__.pyi +4 -2
  97. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  98. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  99. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  100. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  101. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
  102. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
  103. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
  104. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
  105. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  106. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
  107. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  108. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  109. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  110. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  111. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  112. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  113. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  114. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  115. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  116. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  117. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  118. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  119. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  120. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  121. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  122. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  123. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  124. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  125. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  126. {console_python → _console_python}/__init__.pyi +0 -0
  127. {console_python → _console_python}/py.typed +0 -0
  128. {console_shell → _console_shell}/__init__.pyi +0 -0
  129. {console_shell → _console_shell}/py.typed +0 -0
  130. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  131. {graphviz_export → _graphviz_export}/py.typed +0 -0
  132. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  133. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  134. {rna_info → _rna_info}/__init__.pyi +0 -0
  135. {rna_info → _rna_info}/py.typed +0 -0
  136. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  137. {rna_xml → _rna_xml}/py.typed +0 -0
  138. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/WHEEL +0 -0
bpy/app/__init__.pyi CHANGED
@@ -22,11 +22,13 @@ from . import icons as icons
22
22
  from . import timers as timers
23
23
  from . import translations as translations
24
24
 
25
- def help_text(*, all: bool | None = False) -> None:
25
+ def help_text(*, all: bool | None = False) -> str:
26
26
  """Return the help text as a string.
27
27
 
28
28
  :param all: Return all arguments, even those which arent available for the current platform.
29
29
  :type all: bool | None
30
+ :return: Help text.
31
+ :rtype: str
30
32
  """
31
33
 
32
34
  def is_job_running(job_type: bpy.stub_internal.rna_enums.WmJobTypeItems) -> bool:
@@ -49,19 +51,19 @@ alembic: typing.Any
49
51
  """ Constant value bpy.app.alembic(supported=True, version=(1, 8, 3), version_string= 1, 8, 3)
50
52
  """
51
53
 
52
- autoexec_fail: typing.Any
53
- """ Undocumented, consider contributing.
54
+ autoexec_fail: bool
55
+ """ Boolean, True when auto-execution of scripts failed (read-only).
54
56
  """
55
57
 
56
- autoexec_fail_message: typing.Any
57
- """ Undocumented, consider contributing.
58
+ autoexec_fail_message: str
59
+ """ String, message describing the auto-execution failure (read-only).
58
60
  """
59
61
 
60
- autoexec_fail_quiet: typing.Any
61
- """ Undocumented, consider contributing.
62
+ autoexec_fail_quiet: bool
63
+ """ Boolean, True when auto-execution failure should be quiet, set after the warning is shown once for the current blend file (read-only).
62
64
  """
63
65
 
64
- background: typing.Any
66
+ background: bool
65
67
  """ Boolean, True when blender is running without a user interface (started with -b)
66
68
  """
67
69
 
@@ -69,39 +71,39 @@ binary_path: str
69
71
  """ The location of Blenders executable, useful for utilities that open new instances. Read-only unless Blender is built as a Python module - in this case the value is an empty string which script authors may point to a Blender binary.
70
72
  """
71
73
 
72
- build_branch: typing.Any
74
+ build_branch: bytes
73
75
  """ The branch this blender instance was built from
74
76
  """
75
77
 
76
- build_cflags: typing.Any
78
+ build_cflags: bytes
77
79
  """ C compiler flags
78
80
  """
79
81
 
80
- build_commit_date: typing.Any
82
+ build_commit_date: bytes
81
83
  """ The date of commit this blender instance was built
82
84
  """
83
85
 
84
- build_commit_time: typing.Any
86
+ build_commit_time: bytes
85
87
  """ The time of commit this blender instance was built
86
88
  """
87
89
 
88
- build_commit_timestamp: typing.Any
90
+ build_commit_timestamp: int
89
91
  """ The unix timestamp of commit this blender instance was built
90
92
  """
91
93
 
92
- build_cxxflags: typing.Any
94
+ build_cxxflags: bytes
93
95
  """ C++ compiler flags
94
96
  """
95
97
 
96
- build_date: typing.Any
98
+ build_date: bytes
97
99
  """ The date this blender instance was built
98
100
  """
99
101
 
100
- build_hash: typing.Any
102
+ build_hash: bytes
101
103
  """ The commit hash this blender instance was built with
102
104
  """
103
105
 
104
- build_linkflags: typing.Any
106
+ build_linkflags: bytes
105
107
  """ Binary linking flags
106
108
  """
107
109
 
@@ -109,111 +111,111 @@ build_options: typing.Any
109
111
  """ Constant value bpy.app.build_options(bullet=True, codec_avi=False, codec_ffmpeg=True, codec_sndfile=True, compositor_cpu=True, cycles=True, cycles_osl=True, freestyle=True, image_cineon=True, image_dds=True, image_hdr=True, image_openexr=True, image_openjpeg=True, image_tiff=True, image_webp=True, input_ndof=True, audaspace=True, international=True, openal=True, opensubdiv=True, sdl=False, coreaudio=False, jack=False, pulseaudio=False, wasapi=False, libmv=True, mod_oceansim=True, mod_remesh=True, io_wavefront_obj=True, io_ply=True, io_stl=True, io_fbx=True, io_gpencil=True, opencolorio=True, openmp=False, openvdb=True, alembic=True, usd=True, fluid=True, xr_openxr=True, potrace=True, pugixml=True, haru=True, experimental_features=True)
110
112
  """
111
113
 
112
- build_platform: typing.Any
114
+ build_platform: bytes
113
115
  """ The platform this blender instance was built for
114
116
  """
115
117
 
116
- build_system: typing.Any
118
+ build_system: bytes
117
119
  """ Build system used
118
120
  """
119
121
 
120
- build_time: typing.Any
122
+ build_time: bytes
121
123
  """ The time this blender instance was built
122
124
  """
123
125
 
124
- build_type: typing.Any
126
+ build_type: bytes
125
127
  """ The type of build (Release, Debug)
126
128
  """
127
129
 
128
- debug: typing.Any
130
+ debug: bool
129
131
  """ Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
130
132
  """
131
133
 
132
- debug_depsgraph: typing.Any
134
+ debug_depsgraph: bool
133
135
  """ Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
134
136
  """
135
137
 
136
- debug_depsgraph_build: typing.Any
138
+ debug_depsgraph_build: bool
137
139
  """ Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
138
140
  """
139
141
 
140
- debug_depsgraph_eval: typing.Any
142
+ debug_depsgraph_eval: bool
141
143
  """ Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
142
144
  """
143
145
 
144
- debug_depsgraph_pretty: typing.Any
146
+ debug_depsgraph_pretty: bool
145
147
  """ Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
146
148
  """
147
149
 
148
- debug_depsgraph_tag: typing.Any
150
+ debug_depsgraph_tag: bool
149
151
  """ Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
150
152
  """
151
153
 
152
- debug_depsgraph_time: typing.Any
154
+ debug_depsgraph_time: bool
153
155
  """ Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
154
156
  """
155
157
 
156
- debug_events: typing.Any
158
+ debug_events: bool
157
159
  """ Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
158
160
  """
159
161
 
160
- debug_freestyle: typing.Any
162
+ debug_freestyle: bool
161
163
  """ Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
162
164
  """
163
165
 
164
- debug_handlers: typing.Any
166
+ debug_handlers: bool
165
167
  """ Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
166
168
  """
167
169
 
168
- debug_io: typing.Any
170
+ debug_io: bool
169
171
  """ Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
170
172
  """
171
173
 
172
- debug_python: typing.Any
174
+ debug_python: bool
173
175
  """ Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
174
176
  """
175
177
 
176
- debug_simdata: typing.Any
178
+ debug_simdata: bool
177
179
  """ Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
178
180
  """
179
181
 
180
- debug_value: typing.Any
182
+ debug_value: int
181
183
  """ Short, number which can be set to non-zero values for testing purposes.
182
184
  """
183
185
 
184
- debug_wm: typing.Any
186
+ debug_wm: bool
185
187
  """ Boolean, for debug info (started with --debug / --debug-* matching this attribute name).
186
188
  """
187
189
 
188
- driver_namespace: typing.Any
190
+ driver_namespace: dict[str, typing.Any]
189
191
  """ Dictionary for drivers namespace, editable in-place, reset on file load (read-only).
190
192
  """
191
193
 
192
- factory_startup: typing.Any
193
- """ Boolean, True when blender is running with --factory-startup)
194
+ factory_startup: bool
195
+ """ Boolean, True when blender is running with --factory-startup
194
196
  """
195
197
 
196
198
  ffmpeg: typing.Any
197
199
  """ Constant value bpy.app.ffmpeg(supported=True, avcodec_version=(61, 19, 101), avcodec_version_string=61, 19, 101, avdevice_version=(61, 3, 100), avdevice_version_string=61, 3, 100, avformat_version=(61, 7, 100), avformat_version_string=61, 7, 100, avutil_version=(59, 39, 100), avutil_version_string=59, 39, 100, swscale_version=(8, 3, 100), swscale_version_string= 8, 3, 100)
198
200
  """
199
201
 
200
- module: typing.Any
202
+ module: bool
201
203
  """ Boolean, True when running Blender as a python module
202
204
  """
203
205
 
204
206
  ocio: typing.Any
205
- """ Constant value bpy.app.ocio(supported=True, version=(2, 4, 1), version_string= 2, 4, 1)
207
+ """ Constant value bpy.app.ocio(supported=True, version=(2, 4, 2), version_string= 2, 4, 2)
206
208
  """
207
209
 
208
210
  oiio: typing.Any
209
- """ Constant value bpy.app.oiio(supported=True, version=(3, 0, 6), version_string= 3, 0, 6)
211
+ """ Constant value bpy.app.oiio(supported=True, version=(3, 0, 9), version_string= 3, 0, 9)
210
212
  """
211
213
 
212
- online_access: typing.Any
214
+ online_access: bool
213
215
  """ Boolean, true when internet access is allowed by Blender & 3rd party scripts (read-only).
214
216
  """
215
217
 
216
- online_access_override: typing.Any
218
+ online_access_override: bool
217
219
  """ Boolean, true when internet access preference is overridden by the command line (read-only).
218
220
  """
219
221
 
@@ -225,19 +227,19 @@ openvdb: typing.Any
225
227
  """ Constant value bpy.app.openvdb(supported=True, version=(12, 0, 0), version_string=12, 0, 0)
226
228
  """
227
229
 
228
- portable: typing.Any
230
+ portable: bool
229
231
  """ Boolean, True unless blender was built to reference absolute paths (on UNIX).
230
232
  """
231
233
 
232
- python_args: typing.Any
234
+ python_args: tuple[str, ...]
233
235
  """ Leading arguments to use when calling Python directly (via sys.executable). These arguments match settings Blender uses to ensure Python runs with a compatible environment (read-only).
234
236
  """
235
237
 
236
- render_icon_size: typing.Any
238
+ render_icon_size: int
237
239
  """ Reference size for icon/preview renders (read-only).
238
240
  """
239
241
 
240
- render_preview_size: typing.Any
242
+ render_preview_size: int
241
243
  """ Reference size for icon/preview renders (read-only).
242
244
  """
243
245
 
@@ -245,19 +247,19 @@ sdl: typing.Any
245
247
  """ Constant value bpy.app.sdl(supported=False, version=(0, 0, 0), version_string=Unknown)
246
248
  """
247
249
 
248
- tempdir: typing.Any
250
+ tempdir: str
249
251
  """ String, the temp directory used by blender (read-only).
250
252
  """
251
253
 
252
254
  usd: typing.Any
253
- """ Constant value bpy.app.usd(supported=True, version=(0, 25, 2), version_string= 0, 25, 2)
255
+ """ Constant value bpy.app.usd(supported=True, version=(0, 25, 8), version_string= 0, 25, 8)
254
256
  """
255
257
 
256
- use_event_simulate: typing.Any
258
+ use_event_simulate: bool
257
259
  """ Boolean, for application behavior (started with --enable-* matching this attribute name)
258
260
  """
259
261
 
260
- use_userpref_skip_save_on_exit: typing.Any
262
+ use_userpref_skip_save_on_exit: bool
261
263
  """ Boolean, for application behavior (started with --enable-* matching this attribute name)
262
264
  """
263
265
 
@@ -265,14 +267,14 @@ version: tuple[int, int, int]
265
267
  """ The Blender version as a tuple of 3 numbers (major, minor, micro). eg. (4, 3, 1)
266
268
  """
267
269
 
268
- version_cycle: typing.Any
270
+ version_cycle: str
269
271
  """ The release status of this build alpha/beta/rc/release
270
272
  """
271
273
 
272
- version_file: typing.Any
274
+ version_file: tuple[int, int, int]
273
275
  """ The Blender File version, as a tuple of 3 numbers (major, minor, file sub-version), that will be used to save a .blend file. The last item in this tuple indicates the file sub-version, which is different from the release micro version (the last item of the bpy.app.version tuple). The file sub-version can be incremented multiple times while a Blender version is under development. This value is, and should be, used for handling compatibility changes between Blender versions
274
276
  """
275
277
 
276
- version_string: typing.Any
278
+ version_string: str
277
279
  """ The Blender version formatted as a string
278
280
  """
@@ -148,7 +148,7 @@ def unregister(module_name: str | None) -> None:
148
148
  """
149
149
 
150
150
  contexts: typing.Any
151
- """ Constant value bpy.app.translations.contexts(default_real=None, default=*, operator_default=Operator, ui_events_keymaps=UI_Events_KeyMaps, plural=Plural, id_action=Action, id_armature=Armature, no_translation=Do not translate, id_brush=Brush, id_cachefile=CacheFile, id_camera=Camera, id_collection=Collection, id_curves=Curves, id_curve=Curve, id_fs_linestyle=FreestyleLineStyle, id_gpencil=GPencil, id_id=ID, id_image=Image, id_lattice=Lattice, id_library=Library, id_light=Light, id_lightprobe=LightProbe, id_mask=Mask, id_material=Material, id_mesh=Mesh, id_metaball=Metaball, id_movieclip=MovieClip, id_nodetree=NodeTree, id_object=Object, id_paintcurve=PaintCurve, id_palette=Palette, id_particlesettings=ParticleSettings, id_pointcloud=PointCloud, id_scene=Scene, id_screen=Screen, id_sequence=Sequence, id_shapekey=Key, id_simulation=Simulation, id_sound=Sound, id_speaker=Speaker, id_text=Text, id_texture=Texture, id_vfont=VFont, id_volume=Volume, id_windowmanager=WindowManager, id_workspace=WorkSpace, id_world=World, editor_filebrowser=File browser, editor_python_console=Python console, editor_preferences=Preferences, editor_view3d=View3D, amount=Amount, color=Color, constraint=Constraint, modifier=Modifier, navigation=Navigation, render_layer=Render Layer, time=Time, unit=Unit)
151
+ """ Constant value bpy.app.translations.contexts(default_real=None, default=*, operator_default=Operator, ui_events_keymaps=UI_Events_KeyMaps, plural=Plural, countable=Countable, id_action=Action, id_armature=Armature, no_translation=Do not translate, id_brush=Brush, id_cachefile=CacheFile, id_camera=Camera, id_collection=Collection, id_curves=Curves, id_curve=Curve, id_fs_linestyle=FreestyleLineStyle, id_gpencil=GPencil, id_id=ID, id_image=Image, id_lattice=Lattice, id_library=Library, id_light=Light, id_lightprobe=LightProbe, id_mask=Mask, id_material=Material, id_mesh=Mesh, id_metaball=Metaball, id_movieclip=MovieClip, id_nodetree=NodeTree, id_object=Object, id_paintcurve=PaintCurve, id_palette=Palette, id_particlesettings=ParticleSettings, id_pointcloud=PointCloud, id_scene=Scene, id_screen=Screen, id_sequence=Sequence, id_shapekey=Key, id_simulation=Simulation, id_sound=Sound, id_speaker=Speaker, id_text=Text, id_texture=Texture, id_vfont=VFont, id_volume=Volume, id_windowmanager=WindowManager, id_workspace=WorkSpace, id_world=World, editor_filebrowser=File browser, editor_python_console=Python console, editor_preferences=Preferences, editor_view3d=View3D, amount=Amount, color=Color, constraint=Constraint, modifier=Modifier, navigation=Navigation, render_layer=Render Layer, time=Time, unit=Unit)
152
152
  """
153
153
 
154
154
  contexts_C_to_py: typing.Any
bpy/ops/anim/__init__.pyi CHANGED
@@ -11,6 +11,7 @@ def change_frame(
11
11
  frame: float | None = 0.0,
12
12
  snap: bool | None = False,
13
13
  seq_solo_preview: bool | None = False,
14
+ pass_through_on_strip_handles: bool | None = False,
14
15
  ) -> None:
15
16
  """Interactively change the current frame number
16
17
 
@@ -22,6 +23,8 @@ def change_frame(
22
23
  :type snap: bool | None
23
24
  :param seq_solo_preview: Strip Preview
24
25
  :type seq_solo_preview: bool | None
26
+ :param pass_through_on_strip_handles: Pass Through on Strip Handles, Allow another operator to operate on strip handles
27
+ :type pass_through_on_strip_handles: bool | None
25
28
  """
26
29
 
27
30
  def channel_select_keys(
@@ -62,6 +65,7 @@ def channels_bake(
62
65
  undo: bool | None = None,
63
66
  /,
64
67
  *,
68
+ use_scene_range: bool | None = True,
65
69
  range: collections.abc.Iterable[int] | None = (0, 0),
66
70
  step: float | None = 1.0,
67
71
  remove_outside_range: bool | None = False,
@@ -72,7 +76,9 @@ def channels_bake(
72
76
 
73
77
  :type execution_context: int | str | None
74
78
  :type undo: bool | None
75
- :param range: Frame Range, The range in which to create new keys
79
+ :param use_scene_range: Use Scene Range, If enabled, the scene start and end frame will be used to determine the bake range
80
+ :type use_scene_range: bool | None
81
+ :param range: Frame Range, The custom range in which to create new keys. Only used when not using the scene range
76
82
  :type range: collections.abc.Iterable[int] | None
77
83
  :param step: Frame Step, At which interval to add keys
78
84
  :type step: float | None
@@ -405,17 +411,6 @@ def clear_useless_actions(
405
411
  :type only_unused: bool | None
406
412
  """
407
413
 
408
- def convert_legacy_action(
409
- execution_context: int | str | None = None,
410
- undo: bool | None = None,
411
- /,
412
- ) -> None:
413
- """Convert a legacy Action to a layered Action on the active object
414
-
415
- :type execution_context: int | str | None
416
- :type undo: bool | None
417
- """
418
-
419
414
  def copy_driver_button(
420
415
  execution_context: int | str | None = None,
421
416
  undo: bool | None = None,
@@ -930,6 +925,17 @@ def update_animated_transform_constraints(
930
925
  :type use_convert_to_radians: bool | None
931
926
  """
932
927
 
928
+ def version_bone_hide_property(
929
+ execution_context: int | str | None = None,
930
+ undo: bool | None = None,
931
+ /,
932
+ ) -> None:
933
+ """Moves any F-Curves for the hide property of selected armatures into the action of the object. This will only operate on the first layer and strip of the action
934
+
935
+ :type execution_context: int | str | None
936
+ :type undo: bool | None
937
+ """
938
+
933
939
  def view_curve_in_graph_editor(
934
940
  execution_context: int | str | None = None,
935
941
  undo: bool | None = None,
@@ -62,7 +62,7 @@ def bone_primitive_add(
62
62
  undo: bool | None = None,
63
63
  /,
64
64
  *,
65
- name: str = "",
65
+ name: str = "Bone",
66
66
  ) -> None:
67
67
  """Add a new bone located at the 3D cursor
68
68
 
@@ -340,7 +340,7 @@ def pen(
340
340
  select_point: bool | None = False,
341
341
  move_point: bool | None = False,
342
342
  cycle_handle_type: bool | None = False,
343
- radius: float | None = 0.01,
343
+ size: float | None = 0.01,
344
344
  ) -> None:
345
345
  """Construct and edit Bézier curves
346
346
 
@@ -372,8 +372,8 @@ def pen(
372
372
  :type move_point: bool | None
373
373
  :param cycle_handle_type: Cycle Handle Type, Cycle between all four handle types
374
374
  :type cycle_handle_type: bool | None
375
- :param radius: Radius
376
- :type radius: float | None
375
+ :param size: Size, Diameter of new points
376
+ :type size: float | None
377
377
  """
378
378
 
379
379
  def sculptmode_toggle(
@@ -17,6 +17,7 @@ def bvh(
17
17
  rotate_mode: typing.Literal["NATIVE", "XYZ", "XZY", "YXZ", "YZX", "ZXY", "ZYX"]
18
18
  | None = "NATIVE",
19
19
  root_transform_only: bool | None = False,
20
+ sort_children_by_names: bool | None = False,
20
21
  ) -> None:
21
22
  """Save a BVH motion capture file from an armature
22
23
 
@@ -59,4 +60,6 @@ def bvh(
59
60
  :type rotate_mode: typing.Literal['NATIVE','XYZ','XZY','YXZ','YZX','ZXY','ZYX'] | None
60
61
  :param root_transform_only: Root Translation Only, Only write out translation channels for the root bone
61
62
  :type root_transform_only: bool | None
63
+ :param sort_children_by_names: Sort Children By Name, Sort the children of each bone alphabetically
64
+ :type sort_children_by_names: bool | None
62
65
  """
@@ -120,7 +120,7 @@ def fbx(
120
120
  Mesh.
121
121
 
122
122
  OTHER
123
- Other -- Other geometry types, like curve, metaball, etc. (converted to meshes).
123
+ Other -- Other geometry types, like curve, meta-ball, etc. (converted to meshes).
124
124
  :type object_types: set[typing.Literal['EMPTY','CAMERA','LIGHT','ARMATURE','MESH','OTHER']] | None
125
125
  :param use_mesh_modifiers: Apply Modifiers, Apply modifiers to mesh objects (except Armature ones) - WARNING: prevents exporting shape keys
126
126
  :type use_mesh_modifiers: bool | None
@@ -138,89 +138,6 @@ def color_attribute_render_set(
138
138
  :type name: str
139
139
  """
140
140
 
141
- def execute_node_group(
142
- execution_context: int | str | None = None,
143
- undo: bool | None = None,
144
- /,
145
- *,
146
- asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems
147
- | None = "LOCAL",
148
- asset_library_identifier: str = "",
149
- relative_asset_identifier: str = "",
150
- name: str = "",
151
- session_uid: int | None = 0,
152
- mouse_position: collections.abc.Iterable[int] | None = (0, 0),
153
- region_size: collections.abc.Iterable[int] | None = (0, 0),
154
- cursor_position: collections.abc.Iterable[float] | None = (0.0, 0.0, 0.0),
155
- cursor_rotation: collections.abc.Iterable[float] | None = (0.0, 0.0, 0.0, 0.0),
156
- viewport_projection_matrix: collections.abc.Iterable[float] | None = (
157
- 0.0,
158
- 0.0,
159
- 0.0,
160
- 0.0,
161
- 0.0,
162
- 0.0,
163
- 0.0,
164
- 0.0,
165
- 0.0,
166
- 0.0,
167
- 0.0,
168
- 0.0,
169
- 0.0,
170
- 0.0,
171
- 0.0,
172
- 0.0,
173
- ),
174
- viewport_view_matrix: collections.abc.Iterable[float] | None = (
175
- 0.0,
176
- 0.0,
177
- 0.0,
178
- 0.0,
179
- 0.0,
180
- 0.0,
181
- 0.0,
182
- 0.0,
183
- 0.0,
184
- 0.0,
185
- 0.0,
186
- 0.0,
187
- 0.0,
188
- 0.0,
189
- 0.0,
190
- 0.0,
191
- ),
192
- viewport_is_perspective: bool | None = False,
193
- ) -> None:
194
- """Execute a node group on geometry
195
-
196
- :type execution_context: int | str | None
197
- :type undo: bool | None
198
- :param asset_library_type: Asset Library Type
199
- :type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
200
- :param asset_library_identifier: Asset Library Identifier
201
- :type asset_library_identifier: str
202
- :param relative_asset_identifier: Relative Asset Identifier
203
- :type relative_asset_identifier: str
204
- :param name: Name, Name of the data-block to use by the operator
205
- :type name: str
206
- :param session_uid: Session UID, Session UID of the data-block to use by the operator
207
- :type session_uid: int | None
208
- :param mouse_position: Mouse Position, Mouse coordinates in region space
209
- :type mouse_position: collections.abc.Iterable[int] | None
210
- :param region_size: Region Size
211
- :type region_size: collections.abc.Iterable[int] | None
212
- :param cursor_position: 3D Cursor Position
213
- :type cursor_position: collections.abc.Iterable[float] | None
214
- :param cursor_rotation: 3D Cursor Rotation
215
- :type cursor_rotation: collections.abc.Iterable[float] | None
216
- :param viewport_projection_matrix: Viewport Projection Transform
217
- :type viewport_projection_matrix: collections.abc.Iterable[float] | None
218
- :param viewport_view_matrix: Viewport View Transform
219
- :type viewport_view_matrix: collections.abc.Iterable[float] | None
220
- :param viewport_is_perspective: Viewport Is Perspective
221
- :type viewport_is_perspective: bool | None
222
- """
223
-
224
141
  def geometry_randomization(
225
142
  execution_context: int | str | None = None,
226
143
  undo: bool | None = None,
@@ -1069,7 +1069,7 @@ def pen(
1069
1069
  select_point: bool | None = False,
1070
1070
  move_point: bool | None = False,
1071
1071
  cycle_handle_type: bool | None = False,
1072
- radius: float | None = 0.01,
1072
+ size: float | None = 0.01,
1073
1073
  ) -> None:
1074
1074
  """Construct and edit splines
1075
1075
 
@@ -1101,8 +1101,8 @@ def pen(
1101
1101
  :type move_point: bool | None
1102
1102
  :param cycle_handle_type: Cycle Handle Type, Cycle between all four handle types
1103
1103
  :type cycle_handle_type: bool | None
1104
- :param radius: Radius
1105
- :type radius: float | None
1104
+ :param size: Size, Diameter of new points
1105
+ :type size: float | None
1106
1106
  """
1107
1107
 
1108
1108
  def primitive_arc(
@@ -38,9 +38,9 @@ def bvh(
38
38
  :type global_scale: float | None
39
39
  :param frame_start: Start Frame, Starting frame for the animation
40
40
  :type frame_start: int | None
41
- :param use_fps_scale: Scale FPS, Scale the framerate from the BVH to the current scenes, otherwise each BVH frame maps directly to a Blender frame
41
+ :param use_fps_scale: Scale FPS, Scale the frame-rate from the BVH to the current scenes, otherwise each BVH frame maps directly to a Blender frame
42
42
  :type use_fps_scale: bool | None
43
- :param update_scene_fps: Update Scene FPS, Set the scene framerate to that of the BVH file (note that this nullifies the Scale FPS option, as the scale will be 1:1)
43
+ :param update_scene_fps: Update Scene FPS, Set the scene frame-rate to that of the BVH file (note that this nullifies the Scale FPS option, as the scale will be 1:1)
44
44
  :type update_scene_fps: bool | None
45
45
  :param update_scene_duration: Update Scene Duration, Extend the scenes duration to the BVH duration (never shortens the scene)
46
46
  :type update_scene_duration: bool | None
bpy/ops/mesh/__init__.pyi CHANGED
@@ -161,9 +161,9 @@ def bevel(
161
161
  :type clamp_overlap: bool | None
162
162
  :param loop_slide: Loop Slide, Prefer sliding along edges to even widths
163
163
  :type loop_slide: bool | None
164
- :param mark_seam: Mark Seams, Mark Seams along beveled edges
164
+ :param mark_seam: Mark Seams, Preserve seams along beveled edges
165
165
  :type mark_seam: bool | None
166
- :param mark_sharp: Mark Sharp, Mark beveled edges as sharp
166
+ :param mark_sharp: Mark Sharp, Preserve sharp edges along beveled edges
167
167
  :type mark_sharp: bool | None
168
168
  :param material: Material Index, Material for bevel faces (-1 means use adjacent faces)
169
169
  :type material: int | None
bpy/ops/nla/__init__.pyi CHANGED
@@ -110,7 +110,7 @@ def bake(
110
110
  :type only_selected: bool | None
111
111
  :param visual_keying: Visual Keying, Keyframe from the final transformations (with constraints applied)
112
112
  :type visual_keying: bool | None
113
- :param clear_constraints: Clear Constraints, Remove all constraints from keyed object/bones. To get a correct bake with this setting Visual Keying should be enabled
113
+ :param clear_constraints: Clear Local Constraints, Remove all constraints from keyed object/bones. To get a correct bake with this setting Visual Keying should be enabled
114
114
  :type clear_constraints: bool | None
115
115
  :param clear_parents: Clear Parents, Bake animation onto the object then clear parents (objects only)
116
116
  :type clear_parents: bool | None
bpy/ops/node/__init__.pyi CHANGED
@@ -506,9 +506,9 @@ def add_zone(
506
506
  :type use_transform: bool | None
507
507
  :param offset: Offset, Offset of nodes from the cursor when added
508
508
  :type offset: collections.abc.Iterable[float] | None
509
- :param input_node_type: Input Node, Specifies the input node used the created zone
509
+ :param input_node_type: Input Node, Specifies the input node used by the created zone
510
510
  :type input_node_type: str
511
- :param output_node_type: Output Node, Specifies the output node used the created zone
511
+ :param output_node_type: Output Node, Specifies the output node used by the created zone
512
512
  :type output_node_type: str
513
513
  :param add_default_geometry_link: Add Geometry Link, When enabled, create a link between geometry sockets in this zone
514
514
  :type add_default_geometry_link: bool | None
@@ -992,6 +992,17 @@ def duplicate(
992
992
  :type linked: bool | None
993
993
  """
994
994
 
995
+ def duplicate_compositing_modifier_node_group(
996
+ execution_context: int | str | None = None,
997
+ undo: bool | None = None,
998
+ /,
999
+ ) -> None:
1000
+ """Duplicate the currently assigned compositing node group.
1001
+
1002
+ :type execution_context: int | str | None
1003
+ :type undo: bool | None
1004
+ """
1005
+
995
1006
  def duplicate_compositing_node_group(
996
1007
  execution_context: int | str | None = None,
997
1008
  undo: bool | None = None,
@@ -1668,7 +1679,7 @@ def index_switch_item_add(
1668
1679
  *,
1669
1680
  node_identifier: int | None = 0,
1670
1681
  ) -> None:
1671
- """Add bake item
1682
+ """Add an item to the index switch
1672
1683
 
1673
1684
  :type execution_context: int | str | None
1674
1685
  :type undo: bool | None
@@ -1729,14 +1740,25 @@ def interface_item_new(
1729
1740
  undo: bool | None = None,
1730
1741
  /,
1731
1742
  *,
1732
- item_type: str | None = "",
1743
+ item_type: typing.Literal["INPUT", "OUTPUT", "PANEL"] | None = "INPUT",
1733
1744
  ) -> None:
1734
1745
  """Add a new item to the interface
1735
1746
 
1736
1747
  :type execution_context: int | str | None
1737
1748
  :type undo: bool | None
1738
1749
  :param item_type: Item Type, Type of the item to create
1739
- :type item_type: str | None
1750
+ :type item_type: typing.Literal['INPUT','OUTPUT','PANEL'] | None
1751
+ """
1752
+
1753
+ def interface_item_new_panel_toggle(
1754
+ execution_context: int | str | None = None,
1755
+ undo: bool | None = None,
1756
+ /,
1757
+ ) -> None:
1758
+ """Add a checkbox to the currently selected panel
1759
+
1760
+ :type execution_context: int | str | None
1761
+ :type undo: bool | None
1740
1762
  """
1741
1763
 
1742
1764
  def interface_item_remove(
@@ -2639,9 +2661,9 @@ def swap_zone(
2639
2661
  :type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
2640
2662
  :param offset: Offset, Offset of nodes from the cursor when added
2641
2663
  :type offset: collections.abc.Iterable[float] | None
2642
- :param input_node_type: Input Node, Specifies the input node used the created zone
2664
+ :param input_node_type: Input Node, Specifies the input node used by the created zone
2643
2665
  :type input_node_type: str
2644
- :param output_node_type: Output Node, Specifies the output node used the created zone
2666
+ :param output_node_type: Output Node, Specifies the output node used by the created zone
2645
2667
  :type output_node_type: str
2646
2668
  :param add_default_geometry_link: Add Geometry Link, When enabled, create a link between geometry sockets in this zone
2647
2669
  :type add_default_geometry_link: bool | None