fake-bpy-module 20241029__py3-none-any.whl → 20241101__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.
- bl_operators/geometry_nodes/__init__.pyi +1 -1
- bl_operators/userpref/__init__.pyi +2 -2
- bl_ui/properties_data_armature/__init__.pyi +0 -2
- bl_ui/properties_data_bone/__init__.pyi +0 -1
- bl_ui/properties_data_curve/__init__.pyi +0 -2
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -1
- bl_ui/properties_data_lattice/__init__.pyi +0 -2
- bl_ui/properties_data_light/__init__.pyi +0 -124
- bl_ui/properties_data_metaball/__init__.pyi +0 -2
- bl_ui/properties_material_gpencil/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +1 -540
- bl_ui/properties_view_layer/__init__.pyi +0 -90
- bmesh/types/__init__.pyi +66 -16
- bpy/ops/clip/__init__.pyi +5 -1
- bpy/ops/export_scene/__init__.pyi +3 -0
- bpy/ops/node/__init__.pyi +5 -1
- bpy/ops/object/__init__.pyi +8 -1
- bpy/ops/preferences/__init__.pyi +2 -2
- bpy/ops/screen/__init__.pyi +2 -2
- bpy/ops/sequencer/__init__.pyi +15 -3
- bpy/ops/text/__init__.pyi +5 -1
- bpy/types/__init__.pyi +30 -65
- bpy/typing/__init__.pyi +1 -0
- bpy_extras/anim_utils/__init__.pyi +2 -3
- {fake_bpy_module-20241029.dist-info → fake_bpy_module-20241101.dist-info}/METADATA +4 -3
- {fake_bpy_module-20241029.dist-info → fake_bpy_module-20241101.dist-info}/RECORD +29 -29
- {fake_bpy_module-20241029.dist-info → fake_bpy_module-20241101.dist-info}/WHEEL +1 -1
- gpu/types/__init__.pyi +1 -1
- {fake_bpy_module-20241029.dist-info → fake_bpy_module-20241101.dist-info}/top_level.txt +0 -0
|
@@ -170,7 +170,7 @@ class ZoneOperator:
|
|
|
170
170
|
"""
|
|
171
171
|
|
|
172
172
|
def add_empty_geometry_node_group(name): ...
|
|
173
|
-
def create_wrapper_group(modifier, old_group): ...
|
|
173
|
+
def create_wrapper_group(operator, modifier, old_group): ...
|
|
174
174
|
def edit_geometry_nodes_modifier_poll(context): ...
|
|
175
175
|
def geometry_modifier_poll(context): ...
|
|
176
176
|
def geometry_node_group_empty_modifier_new(name): ...
|
|
@@ -4,7 +4,7 @@ import typing_extensions
|
|
|
4
4
|
import bpy.types
|
|
5
5
|
|
|
6
6
|
class PREFERENCES_OT_addon_disable(bpy.types.Operator):
|
|
7
|
-
"""Turn off this
|
|
7
|
+
"""Turn off this add-on"""
|
|
8
8
|
|
|
9
9
|
bl_idname: typing.Any
|
|
10
10
|
bl_label: typing.Any
|
|
@@ -32,7 +32,7 @@ class PREFERENCES_OT_addon_disable(bpy.types.Operator):
|
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
class PREFERENCES_OT_addon_enable(bpy.types.Operator):
|
|
35
|
-
"""Turn on this
|
|
35
|
+
"""Turn on this add-on"""
|
|
36
36
|
|
|
37
37
|
bl_idname: typing.Any
|
|
38
38
|
bl_label: typing.Any
|
|
@@ -165,7 +165,6 @@ class DATA_PT_custom_props_arm(
|
|
|
165
165
|
and the variable '_context_path' MUST be set.
|
|
166
166
|
"""
|
|
167
167
|
|
|
168
|
-
COMPAT_ENGINES: typing.Any
|
|
169
168
|
bl_context: typing.Any
|
|
170
169
|
bl_label: typing.Any
|
|
171
170
|
bl_options: typing.Any
|
|
@@ -196,7 +195,6 @@ class DATA_PT_custom_props_bcoll(
|
|
|
196
195
|
and the variable '_context_path' MUST be set.
|
|
197
196
|
"""
|
|
198
197
|
|
|
199
|
-
COMPAT_ENGINES: typing.Any
|
|
200
198
|
bl_context: typing.Any
|
|
201
199
|
bl_label: typing.Any
|
|
202
200
|
bl_options: typing.Any
|
|
@@ -117,7 +117,6 @@ class DATA_PT_curve_animation(
|
|
|
117
117
|
"""
|
|
118
118
|
|
|
119
119
|
class DATA_PT_curve_texture_space(CurveButtonsPanel, bpy.types.Panel):
|
|
120
|
-
COMPAT_ENGINES: typing.Any
|
|
121
120
|
bl_context: typing.Any
|
|
122
121
|
bl_label: typing.Any
|
|
123
122
|
bl_options: typing.Any
|
|
@@ -153,7 +152,6 @@ class DATA_PT_custom_props_curve(
|
|
|
153
152
|
and the variable '_context_path' MUST be set.
|
|
154
153
|
"""
|
|
155
154
|
|
|
156
|
-
COMPAT_ENGINES: typing.Any
|
|
157
155
|
bl_context: typing.Any
|
|
158
156
|
bl_label: typing.Any
|
|
159
157
|
bl_options: typing.Any
|
|
@@ -41,7 +41,6 @@ class DATA_PT_custom_props_lattice(
|
|
|
41
41
|
and the variable '_context_path' MUST be set.
|
|
42
42
|
"""
|
|
43
43
|
|
|
44
|
-
COMPAT_ENGINES: typing.Any
|
|
45
44
|
bl_context: typing.Any
|
|
46
45
|
bl_label: typing.Any
|
|
47
46
|
bl_options: typing.Any
|
|
@@ -103,7 +102,6 @@ class DATA_PT_lattice_animation(
|
|
|
103
102
|
the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
|
|
104
103
|
"""
|
|
105
104
|
|
|
106
|
-
COMPAT_ENGINES: typing.Any
|
|
107
105
|
bl_context: typing.Any
|
|
108
106
|
bl_label: typing.Any
|
|
109
107
|
bl_options: typing.Any
|
|
@@ -146,130 +146,6 @@ class DATA_PT_EEVEE_light_shadow(DataButtonsPanel, bpy.types.Panel):
|
|
|
146
146
|
:param context:
|
|
147
147
|
"""
|
|
148
148
|
|
|
149
|
-
class DATA_PT_EEVEE_shadow(DataButtonsPanel, bpy.types.Panel):
|
|
150
|
-
COMPAT_ENGINES: typing.Any
|
|
151
|
-
bl_context: typing.Any
|
|
152
|
-
bl_label: typing.Any
|
|
153
|
-
bl_options: typing.Any
|
|
154
|
-
bl_region_type: typing.Any
|
|
155
|
-
bl_rna: typing.Any
|
|
156
|
-
bl_space_type: typing.Any
|
|
157
|
-
id_data: typing.Any
|
|
158
|
-
|
|
159
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
160
|
-
"""
|
|
161
|
-
|
|
162
|
-
:return: The RNA type or default when not found.
|
|
163
|
-
:rtype: bpy.types.Struct
|
|
164
|
-
"""
|
|
165
|
-
|
|
166
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
167
|
-
"""
|
|
168
|
-
|
|
169
|
-
:return: The class or default when not found.
|
|
170
|
-
:rtype: typing.Any
|
|
171
|
-
"""
|
|
172
|
-
|
|
173
|
-
def draw(self, context):
|
|
174
|
-
"""
|
|
175
|
-
|
|
176
|
-
:param context:
|
|
177
|
-
"""
|
|
178
|
-
|
|
179
|
-
def draw_header(self, context):
|
|
180
|
-
"""
|
|
181
|
-
|
|
182
|
-
:param context:
|
|
183
|
-
"""
|
|
184
|
-
|
|
185
|
-
@classmethod
|
|
186
|
-
def poll(cls, context):
|
|
187
|
-
"""
|
|
188
|
-
|
|
189
|
-
:param context:
|
|
190
|
-
"""
|
|
191
|
-
|
|
192
|
-
class DATA_PT_EEVEE_shadow_cascaded_shadow_map(DataButtonsPanel, bpy.types.Panel):
|
|
193
|
-
COMPAT_ENGINES: typing.Any
|
|
194
|
-
bl_context: typing.Any
|
|
195
|
-
bl_label: typing.Any
|
|
196
|
-
bl_options: typing.Any
|
|
197
|
-
bl_parent_id: typing.Any
|
|
198
|
-
bl_region_type: typing.Any
|
|
199
|
-
bl_rna: typing.Any
|
|
200
|
-
bl_space_type: typing.Any
|
|
201
|
-
id_data: typing.Any
|
|
202
|
-
|
|
203
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
204
|
-
"""
|
|
205
|
-
|
|
206
|
-
:return: The RNA type or default when not found.
|
|
207
|
-
:rtype: bpy.types.Struct
|
|
208
|
-
"""
|
|
209
|
-
|
|
210
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
211
|
-
"""
|
|
212
|
-
|
|
213
|
-
:return: The class or default when not found.
|
|
214
|
-
:rtype: typing.Any
|
|
215
|
-
"""
|
|
216
|
-
|
|
217
|
-
def draw(self, context):
|
|
218
|
-
"""
|
|
219
|
-
|
|
220
|
-
:param context:
|
|
221
|
-
"""
|
|
222
|
-
|
|
223
|
-
@classmethod
|
|
224
|
-
def poll(cls, context):
|
|
225
|
-
"""
|
|
226
|
-
|
|
227
|
-
:param context:
|
|
228
|
-
"""
|
|
229
|
-
|
|
230
|
-
class DATA_PT_EEVEE_shadow_contact(DataButtonsPanel, bpy.types.Panel):
|
|
231
|
-
COMPAT_ENGINES: typing.Any
|
|
232
|
-
bl_context: typing.Any
|
|
233
|
-
bl_label: typing.Any
|
|
234
|
-
bl_parent_id: typing.Any
|
|
235
|
-
bl_region_type: typing.Any
|
|
236
|
-
bl_rna: typing.Any
|
|
237
|
-
bl_space_type: typing.Any
|
|
238
|
-
id_data: typing.Any
|
|
239
|
-
|
|
240
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
241
|
-
"""
|
|
242
|
-
|
|
243
|
-
:return: The RNA type or default when not found.
|
|
244
|
-
:rtype: bpy.types.Struct
|
|
245
|
-
"""
|
|
246
|
-
|
|
247
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
248
|
-
"""
|
|
249
|
-
|
|
250
|
-
:return: The class or default when not found.
|
|
251
|
-
:rtype: typing.Any
|
|
252
|
-
"""
|
|
253
|
-
|
|
254
|
-
def draw(self, context):
|
|
255
|
-
"""
|
|
256
|
-
|
|
257
|
-
:param context:
|
|
258
|
-
"""
|
|
259
|
-
|
|
260
|
-
def draw_header(self, context):
|
|
261
|
-
"""
|
|
262
|
-
|
|
263
|
-
:param context:
|
|
264
|
-
"""
|
|
265
|
-
|
|
266
|
-
@classmethod
|
|
267
|
-
def poll(cls, context):
|
|
268
|
-
"""
|
|
269
|
-
|
|
270
|
-
:param context:
|
|
271
|
-
"""
|
|
272
|
-
|
|
273
149
|
class DATA_PT_context_light(DataButtonsPanel, bpy.types.Panel):
|
|
274
150
|
COMPAT_ENGINES: typing.Any
|
|
275
151
|
bl_context: typing.Any
|
|
@@ -41,7 +41,6 @@ class DATA_PT_custom_props_metaball(
|
|
|
41
41
|
and the variable '_context_path' MUST be set.
|
|
42
42
|
"""
|
|
43
43
|
|
|
44
|
-
COMPAT_ENGINES: typing.Any
|
|
45
44
|
bl_context: typing.Any
|
|
46
45
|
bl_label: typing.Any
|
|
47
46
|
bl_options: typing.Any
|
|
@@ -66,7 +65,6 @@ class DATA_PT_custom_props_metaball(
|
|
|
66
65
|
"""
|
|
67
66
|
|
|
68
67
|
class DATA_PT_mball_texture_space(DataButtonsPanel, bpy.types.Panel):
|
|
69
|
-
COMPAT_ENGINES: typing.Any
|
|
70
68
|
bl_context: typing.Any
|
|
71
69
|
bl_label: typing.Any
|
|
72
70
|
bl_options: typing.Any
|
|
@@ -210,36 +210,6 @@ class MATERIAL_PT_gpencil_material_presets(bl_ui.utils.PresetPanel, bpy.types.Pa
|
|
|
210
210
|
:rtype: typing.Any
|
|
211
211
|
"""
|
|
212
212
|
|
|
213
|
-
class MATERIAL_PT_gpencil_preview(GPMaterialButtonsPanel, bpy.types.Panel):
|
|
214
|
-
COMPAT_ENGINES: typing.Any
|
|
215
|
-
bl_context: typing.Any
|
|
216
|
-
bl_label: typing.Any
|
|
217
|
-
bl_options: typing.Any
|
|
218
|
-
bl_region_type: typing.Any
|
|
219
|
-
bl_rna: typing.Any
|
|
220
|
-
bl_space_type: typing.Any
|
|
221
|
-
id_data: typing.Any
|
|
222
|
-
|
|
223
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
224
|
-
"""
|
|
225
|
-
|
|
226
|
-
:return: The RNA type or default when not found.
|
|
227
|
-
:rtype: bpy.types.Struct
|
|
228
|
-
"""
|
|
229
|
-
|
|
230
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
231
|
-
"""
|
|
232
|
-
|
|
233
|
-
:return: The class or default when not found.
|
|
234
|
-
:rtype: typing.Any
|
|
235
|
-
"""
|
|
236
|
-
|
|
237
|
-
def draw(self, context):
|
|
238
|
-
"""
|
|
239
|
-
|
|
240
|
-
:param context:
|
|
241
|
-
"""
|
|
242
|
-
|
|
243
213
|
class MATERIAL_PT_gpencil_settings(GPMaterialButtonsPanel, bpy.types.Panel):
|
|
244
214
|
bl_context: typing.Any
|
|
245
215
|
bl_label: typing.Any
|