fake-bpy-module 20240524__py3-none-any.whl → 20240528__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 (93) hide show
  1. bl_operators/__init__.pyi +1 -0
  2. bl_operators/image_as_planes/__init__.pyi +457 -0
  3. bl_operators/userpref/__init__.pyi +0 -214
  4. bl_ui/generic_ui_list/__init__.pyi +2 -2
  5. bl_ui/properties_render/__init__.pyi +1 -1
  6. bpy/app/__init__.pyi +5 -1
  7. bpy/ops/action/__init__.pyi +21 -0
  8. bpy/ops/anim/__init__.pyi +34 -0
  9. bpy/ops/armature/__init__.pyi +31 -0
  10. bpy/ops/asset/__init__.pyi +5 -0
  11. bpy/ops/bl_pkg/__init__.pyi +28 -17
  12. bpy/ops/boid/__init__.pyi +1 -0
  13. bpy/ops/brush/__init__.pyi +6 -0
  14. bpy/ops/buttons/__init__.pyi +2 -0
  15. bpy/ops/cachefile/__init__.pyi +3 -0
  16. bpy/ops/camera/__init__.pyi +2 -0
  17. bpy/ops/clip/__init__.pyi +49 -0
  18. bpy/ops/cloth/__init__.pyi +1 -0
  19. bpy/ops/collection/__init__.pyi +7 -0
  20. bpy/ops/console/__init__.pyi +11 -0
  21. bpy/ops/constraint/__init__.pyi +15 -0
  22. bpy/ops/curve/__init__.pyi +28 -0
  23. bpy/ops/curves/__init__.pyi +14 -0
  24. bpy/ops/cycles/__init__.pyi +2 -0
  25. bpy/ops/dpaint/__init__.pyi +2 -0
  26. bpy/ops/ed/__init__.pyi +3 -0
  27. bpy/ops/export_anim/__init__.pyi +1 -0
  28. bpy/ops/export_scene/__init__.pyi +20 -3
  29. bpy/ops/file/__init__.pyi +14 -0
  30. bpy/ops/fluid/__init__.pyi +1 -0
  31. bpy/ops/font/__init__.pyi +13 -0
  32. bpy/ops/geometry/__init__.pyi +7 -0
  33. bpy/ops/gizmogroup/__init__.pyi +1 -0
  34. bpy/ops/gpencil/__init__.pyi +106 -0
  35. bpy/ops/graph/__init__.pyi +47 -0
  36. bpy/ops/grease_pencil/__init__.pyi +52 -0
  37. bpy/ops/image/__init__.pyi +308 -0
  38. bpy/ops/import_anim/__init__.pyi +1 -0
  39. bpy/ops/import_curve/__init__.pyi +1 -0
  40. bpy/ops/import_scene/__init__.pyi +2 -0
  41. bpy/ops/info/__init__.pyi +3 -0
  42. bpy/ops/lattice/__init__.pyi +5 -0
  43. bpy/ops/marker/__init__.pyi +9 -0
  44. bpy/ops/mask/__init__.pyi +22 -0
  45. bpy/ops/mball/__init__.pyi +7 -0
  46. bpy/ops/mesh/__init__.pyi +134 -0
  47. bpy/ops/nla/__init__.pyi +20 -0
  48. bpy/ops/node/__init__.pyi +47 -0
  49. bpy/ops/object/__init__.pyi +174 -0
  50. bpy/ops/outliner/__init__.pyi +25 -0
  51. bpy/ops/paint/__init__.pyi +39 -0
  52. bpy/ops/paintcurve/__init__.pyi +4 -0
  53. bpy/ops/palette/__init__.pyi +4 -0
  54. bpy/ops/particle/__init__.pyi +17 -0
  55. bpy/ops/pose/__init__.pyi +24 -0
  56. bpy/ops/poselib/__init__.pyi +4 -0
  57. bpy/ops/preferences/__init__.pyi +26 -14
  58. bpy/ops/ptcache/__init__.pyi +2 -0
  59. bpy/ops/render/__init__.pyi +9 -0
  60. bpy/ops/rigidbody/__init__.pyi +7 -0
  61. bpy/ops/scene/__init__.pyi +16 -0
  62. bpy/ops/screen/__init__.pyi +21 -0
  63. bpy/ops/script/__init__.pyi +2 -0
  64. bpy/ops/sculpt/__init__.pyi +25 -0
  65. bpy/ops/sculpt_curves/__init__.pyi +3 -0
  66. bpy/ops/sequencer/__init__.pyi +57 -0
  67. bpy/ops/sound/__init__.pyi +4 -0
  68. bpy/ops/spreadsheet/__init__.pyi +2 -0
  69. bpy/ops/surface/__init__.pyi +6 -0
  70. bpy/ops/text/__init__.pyi +18 -0
  71. bpy/ops/text_editor/__init__.pyi +1 -0
  72. bpy/ops/texture/__init__.pyi +1 -0
  73. bpy/ops/transform/__init__.pyi +25 -0
  74. bpy/ops/ui/__init__.pyi +13 -0
  75. bpy/ops/uilist/__init__.pyi +3 -0
  76. bpy/ops/uv/__init__.pyi +40 -0
  77. bpy/ops/view2d/__init__.pyi +11 -0
  78. bpy/ops/view3d/__init__.pyi +30 -0
  79. bpy/ops/wm/__init__.pyi +114 -0
  80. bpy/ops/workspace/__init__.pyi +1 -0
  81. bpy/path/__init__.pyi +6 -6
  82. bpy/props/__init__.pyi +11 -1
  83. bpy/types/__init__.pyi +393 -334
  84. bpy/utils/__init__.pyi +10 -8
  85. bpy_extras/anim_utils/__init__.pyi +3 -3
  86. bpy_extras/view3d_utils/__init__.pyi +2 -0
  87. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/METADATA +1 -1
  88. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/RECORD +93 -92
  89. gpu/types/__init__.pyi +4 -2
  90. gpu_extras/batch/__init__.pyi +1 -1
  91. gpu_extras/presets/__init__.pyi +1 -1
  92. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/WHEEL +0 -0
  93. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/top_level.txt +0 -0
bl_operators/__init__.pyi CHANGED
@@ -11,6 +11,7 @@ from . import file
11
11
  from . import freestyle
12
12
  from . import geometry_nodes
13
13
  from . import image
14
+ from . import image_as_planes
14
15
  from . import mesh
15
16
  from . import node
16
17
  from . import object
@@ -0,0 +1,457 @@
1
+ import typing
2
+ import collections.abc
3
+ import bpy.types
4
+ import bpy_extras.io_utils
5
+ import bpy_extras.object_utils
6
+ import bpy_types
7
+
8
+ GenericType1 = typing.TypeVar("GenericType1")
9
+ GenericType2 = typing.TypeVar("GenericType2")
10
+
11
+ class IMAGE_OT_import_as_mesh_planes(
12
+ bpy_extras.io_utils.ImportHelper,
13
+ bpy_extras.object_utils.AddObjectHelper,
14
+ bpy_types.Operator,
15
+ ):
16
+ """Create mesh plane(s) from image files with the appropriate aspect ratio"""
17
+
18
+ AXIS_MODES: typing.Any
19
+ axis_id_to_vector: typing.Any
20
+ bl_idname: typing.Any
21
+ bl_label: typing.Any
22
+ bl_options: typing.Any
23
+ bl_rna: typing.Any
24
+ id_data: typing.Any
25
+ t: typing.Any
26
+
27
+ def align_plane(self, context, plane):
28
+ """Pick an axis and align the plane to it
29
+
30
+ :param context:
31
+ :param plane:
32
+ """
33
+ ...
34
+
35
+ def align_update_callback(self, _context):
36
+ """
37
+
38
+ :param _context:
39
+ """
40
+ ...
41
+
42
+ def apply_image_options(self, image):
43
+ """
44
+
45
+ :param image:
46
+ """
47
+ ...
48
+
49
+ def apply_material_options(self, material, slot):
50
+ """
51
+
52
+ :param material:
53
+ :param slot:
54
+ """
55
+ ...
56
+
57
+ def apply_texture_options(self, texture, img_spec):
58
+ """
59
+
60
+ :param texture:
61
+ :param img_spec:
62
+ """
63
+ ...
64
+
65
+ def as_keywords(self, ignore=()):
66
+ """Return a copy of the properties as a dictionary
67
+
68
+ :param ignore:
69
+ """
70
+ ...
71
+
72
+ def as_pointer(self) -> int:
73
+ """Returns the memory address which holds a pointer to Blender's internal data
74
+
75
+ :return: int (memory address).
76
+ :rtype: int
77
+ """
78
+ ...
79
+
80
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
81
+ """
82
+
83
+ :return: The RNA type or default when not found.
84
+ :rtype: bpy.types.Struct
85
+ """
86
+ ...
87
+
88
+ def bl_rna_get_subclass_py(self) -> typing.Any:
89
+ """
90
+
91
+ :return: The class or default when not found.
92
+ :rtype: typing.Any
93
+ """
94
+ ...
95
+
96
+ def check(self, _context):
97
+ """
98
+
99
+ :param _context:
100
+ """
101
+ ...
102
+
103
+ def compute_plane_size(self, context, img_spec):
104
+ """Given the image size in pixels and location, determine size of plane
105
+
106
+ :param context:
107
+ :param img_spec:
108
+ """
109
+ ...
110
+
111
+ def create_cycles_material(self, img_spec, name):
112
+ """
113
+
114
+ :param img_spec:
115
+ :param name:
116
+ """
117
+ ...
118
+
119
+ def create_cycles_texnode(self, node_tree, img_spec):
120
+ """
121
+
122
+ :param node_tree:
123
+ :param img_spec:
124
+ """
125
+ ...
126
+
127
+ def create_image_plane(self, context, name, img_spec):
128
+ """
129
+
130
+ :param context:
131
+ :param name:
132
+ :param img_spec:
133
+ """
134
+ ...
135
+
136
+ def draw(self, context):
137
+ """
138
+
139
+ :param context:
140
+ """
141
+ ...
142
+
143
+ def draw_import_config(self, _context):
144
+ """
145
+
146
+ :param _context:
147
+ """
148
+ ...
149
+
150
+ def draw_material_config(self, context):
151
+ """layout = self.layoutbox = layout.box()box.label(text="Compositing Nodes:", icon='RENDERLAYERS')
152
+ box.prop(self, "compositing_nodes")
153
+
154
+ :param context:
155
+ """
156
+ ...
157
+
158
+ def draw_spatial_config(self, _context):
159
+ """
160
+
161
+ :param _context:
162
+ """
163
+ ...
164
+
165
+ def driver_add(self) -> bpy.types.FCurve:
166
+ """Adds driver(s) to the given property
167
+
168
+ :return: The driver(s) added.
169
+ :rtype: bpy.types.FCurve
170
+ """
171
+ ...
172
+
173
+ def driver_remove(self) -> bool:
174
+ """Remove driver(s) from the given property
175
+
176
+ :return: Success of driver removal.
177
+ :rtype: bool
178
+ """
179
+ ...
180
+
181
+ def execute(self, context):
182
+ """
183
+
184
+ :param context:
185
+ """
186
+ ...
187
+
188
+ def get(self):
189
+ """Returns the value of the custom property assigned to key or default
190
+ when not found (matches Python's dictionary function of the same name).
191
+
192
+ """
193
+ ...
194
+
195
+ def id_properties_clear(self):
196
+ """
197
+
198
+ :return: Remove the parent group for an RNA struct's custom IDProperties.
199
+ """
200
+ ...
201
+
202
+ def id_properties_ensure(self):
203
+ """
204
+
205
+ :return: the parent group for an RNA struct's custom IDProperties.
206
+ """
207
+ ...
208
+
209
+ def id_properties_ui(self):
210
+ """
211
+
212
+ :return: Return an object used to manage an IDProperty's UI data.
213
+ """
214
+ ...
215
+
216
+ def import_images(self, context):
217
+ """
218
+
219
+ :param context:
220
+ """
221
+ ...
222
+
223
+ def invoke(self, context, _event):
224
+ """
225
+
226
+ :param context:
227
+ :param _event:
228
+ """
229
+ ...
230
+
231
+ def invoke_popup(self, context, confirm_text=""):
232
+ """
233
+
234
+ :param context:
235
+ :param confirm_text:
236
+ """
237
+ ...
238
+
239
+ def is_property_hidden(self) -> bool:
240
+ """Check if a property is hidden.
241
+
242
+ :return: True when the property is hidden.
243
+ :rtype: bool
244
+ """
245
+ ...
246
+
247
+ def is_property_overridable_library(self) -> bool:
248
+ """Check if a property is overridable.
249
+
250
+ :return: True when the property is overridable.
251
+ :rtype: bool
252
+ """
253
+ ...
254
+
255
+ def is_property_readonly(self) -> bool:
256
+ """Check if a property is readonly.
257
+
258
+ :return: True when the property is readonly (not writable).
259
+ :rtype: bool
260
+ """
261
+ ...
262
+
263
+ def is_property_set(self) -> bool:
264
+ """Check if a property is set, use for testing operator properties.
265
+
266
+ :return: True when the property has been set.
267
+ :rtype: bool
268
+ """
269
+ ...
270
+
271
+ def items(self):
272
+ """Returns the items of this objects custom properties (matches Python's
273
+ dictionary function of the same name).
274
+
275
+ :return: custom property key, value pairs.
276
+ """
277
+ ...
278
+
279
+ def keyframe_delete(self) -> bool:
280
+ """Remove a keyframe from this properties fcurve.
281
+
282
+ :return: Success of keyframe deletion.
283
+ :rtype: bool
284
+ """
285
+ ...
286
+
287
+ def keyframe_insert(self) -> bool:
288
+ """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
289
+
290
+ :return: Success of keyframe insertion.
291
+ :rtype: bool
292
+ """
293
+ ...
294
+
295
+ def keys(self):
296
+ """Returns the keys of this objects custom properties (matches Python's
297
+ dictionary function of the same name).
298
+
299
+ :return: custom property keys.
300
+ """
301
+ ...
302
+
303
+ def path_from_id(self) -> str:
304
+ """Returns the data path from the ID to this object (string).
305
+
306
+ :return: The path from `bpy.types.bpy_struct.id_data`
307
+ to this struct and property (when given).
308
+ :rtype: str
309
+ """
310
+ ...
311
+
312
+ def path_resolve(self):
313
+ """Returns the property from the path, raise an exception when not found."""
314
+ ...
315
+
316
+ def poll(self, context):
317
+ """
318
+
319
+ :param context:
320
+ """
321
+ ...
322
+
323
+ def poll_message_set(self):
324
+ """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
325
+ ...
326
+
327
+ def pop(self):
328
+ """Remove and return the value of the custom property assigned to key or default
329
+ when not found (matches Python's dictionary function of the same name).
330
+
331
+ """
332
+ ...
333
+
334
+ def property_overridable_library_set(self) -> bool:
335
+ """Define a property as overridable or not (only for custom properties!).
336
+
337
+ :return: True when the overridable status of the property was successfully set.
338
+ :rtype: bool
339
+ """
340
+ ...
341
+
342
+ def property_unset(self):
343
+ """Unset a property, will use default value afterward."""
344
+ ...
345
+
346
+ def single_image_spec_to_plane(self, context, img_spec):
347
+ """
348
+
349
+ :param context:
350
+ :param img_spec:
351
+ """
352
+ ...
353
+
354
+ def type_recast(self):
355
+ """Return a new instance, this is needed because types
356
+ such as textures can be changed at runtime.
357
+
358
+ :return: a new instance of this object with the type initialized again.
359
+ """
360
+ ...
361
+
362
+ def update_size_mode(self, _context):
363
+ """If sizing relative to the camera, always face the camera
364
+
365
+ :param _context:
366
+ """
367
+ ...
368
+
369
+ def values(self):
370
+ """Returns the values of this objects custom properties (matches Python's
371
+ dictionary function of the same name).
372
+
373
+ :return: custom property values.
374
+ """
375
+ ...
376
+
377
+ class ImageSpec:
378
+ """ImageSpec(image, size, frame_start, frame_offset, frame_duration)"""
379
+
380
+ frame_duration: typing.Any
381
+ frame_offset: typing.Any
382
+ frame_start: typing.Any
383
+ image: typing.Any
384
+ size: typing.Any
385
+
386
+ def count(self, value):
387
+ """Return number of occurrences of value.
388
+
389
+ :param value:
390
+ """
391
+ ...
392
+
393
+ def index(self, value, start=0, stop=9223372036854775807):
394
+ """Return first index of value.Raises ValueError if the value is not present.
395
+
396
+ :param value:
397
+ :param start:
398
+ :param stop:
399
+ """
400
+ ...
401
+
402
+ def auto_align_nodes(node_tree):
403
+ """Given a shader node tree, arrange nodes neatly relative to the output node."""
404
+
405
+ ...
406
+
407
+ def center_in_camera(camera, ob, axis=(1, 1)):
408
+ """Center object along specified axis of the camera"""
409
+
410
+ ...
411
+
412
+ def clean_node_tree(node_tree):
413
+ """Clear all nodes in a shader node tree except the output.Returns the output node"""
414
+
415
+ ...
416
+
417
+ def compute_camera_size(context, center, fill_mode, aspect):
418
+ """Determine how large an object needs to be to fit or fill the camera's field of view."""
419
+
420
+ ...
421
+
422
+ def find_image_sequences(files):
423
+ """From a group of files, detect image sequences.This returns a generator of tuples, which contain the filename,
424
+ start frame, and length of the detected sequence
425
+
426
+ """
427
+
428
+ ...
429
+
430
+ def get_input_nodes(node, links):
431
+ """Get nodes that are a inputs to the given node"""
432
+
433
+ ...
434
+
435
+ def get_shadeless_node(dest_node_tree):
436
+ """Return a "shadless" cycles/eevee node, creating a node group if nonexistent"""
437
+
438
+ ...
439
+
440
+ def load_images(
441
+ filenames, directory, force_reload=False, frame_start=1, find_sequences=False
442
+ ):
443
+ """Wrapper for bpy's load_imageLoads a set of images, movies, or even image sequences
444
+ Returns a generator of ImageSpec wrapper objects later used for texture setup
445
+
446
+ """
447
+
448
+ ...
449
+
450
+ def offset_planes(planes, gap, axis):
451
+ """Offset planes from each other by gap amount along a _local_ vector axisFor example, offset_planes([obj1, obj2], 0.5, Vector(0, 0, 1)) will place
452
+ obj2 0.5 blender units away from obj1 along the local positive Z axis.This is in local space, not world space, so all planes should share
453
+ a common scale and rotation.
454
+
455
+ """
456
+
457
+ ...
@@ -4855,220 +4855,6 @@ class PREFERENCES_OT_studiolight_new(bpy_types.Operator):
4855
4855
  """
4856
4856
  ...
4857
4857
 
4858
- class PREFERENCES_OT_studiolight_show(bpy_types.Operator):
4859
- """Show light preferences"""
4860
-
4861
- bl_idname: typing.Any
4862
- bl_label: typing.Any
4863
- bl_options: typing.Any
4864
- bl_rna: typing.Any
4865
- id_data: typing.Any
4866
-
4867
- def as_keywords(self, ignore=()):
4868
- """Return a copy of the properties as a dictionary
4869
-
4870
- :param ignore:
4871
- """
4872
- ...
4873
-
4874
- def as_pointer(self) -> int:
4875
- """Returns the memory address which holds a pointer to Blender's internal data
4876
-
4877
- :return: int (memory address).
4878
- :rtype: int
4879
- """
4880
- ...
4881
-
4882
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
4883
- """
4884
-
4885
- :return: The RNA type or default when not found.
4886
- :rtype: bpy.types.Struct
4887
- """
4888
- ...
4889
-
4890
- def bl_rna_get_subclass_py(self) -> typing.Any:
4891
- """
4892
-
4893
- :return: The class or default when not found.
4894
- :rtype: typing.Any
4895
- """
4896
- ...
4897
-
4898
- def driver_add(self) -> bpy.types.FCurve:
4899
- """Adds driver(s) to the given property
4900
-
4901
- :return: The driver(s) added.
4902
- :rtype: bpy.types.FCurve
4903
- """
4904
- ...
4905
-
4906
- def driver_remove(self) -> bool:
4907
- """Remove driver(s) from the given property
4908
-
4909
- :return: Success of driver removal.
4910
- :rtype: bool
4911
- """
4912
- ...
4913
-
4914
- def execute(self, context):
4915
- """
4916
-
4917
- :param context:
4918
- """
4919
- ...
4920
-
4921
- def get(self):
4922
- """Returns the value of the custom property assigned to key or default
4923
- when not found (matches Python's dictionary function of the same name).
4924
-
4925
- """
4926
- ...
4927
-
4928
- def id_properties_clear(self):
4929
- """
4930
-
4931
- :return: Remove the parent group for an RNA struct's custom IDProperties.
4932
- """
4933
- ...
4934
-
4935
- def id_properties_ensure(self):
4936
- """
4937
-
4938
- :return: the parent group for an RNA struct's custom IDProperties.
4939
- """
4940
- ...
4941
-
4942
- def id_properties_ui(self):
4943
- """
4944
-
4945
- :return: Return an object used to manage an IDProperty's UI data.
4946
- """
4947
- ...
4948
-
4949
- def is_property_hidden(self) -> bool:
4950
- """Check if a property is hidden.
4951
-
4952
- :return: True when the property is hidden.
4953
- :rtype: bool
4954
- """
4955
- ...
4956
-
4957
- def is_property_overridable_library(self) -> bool:
4958
- """Check if a property is overridable.
4959
-
4960
- :return: True when the property is overridable.
4961
- :rtype: bool
4962
- """
4963
- ...
4964
-
4965
- def is_property_readonly(self) -> bool:
4966
- """Check if a property is readonly.
4967
-
4968
- :return: True when the property is readonly (not writable).
4969
- :rtype: bool
4970
- """
4971
- ...
4972
-
4973
- def is_property_set(self) -> bool:
4974
- """Check if a property is set, use for testing operator properties.
4975
-
4976
- :return: True when the property has been set.
4977
- :rtype: bool
4978
- """
4979
- ...
4980
-
4981
- def items(self):
4982
- """Returns the items of this objects custom properties (matches Python's
4983
- dictionary function of the same name).
4984
-
4985
- :return: custom property key, value pairs.
4986
- """
4987
- ...
4988
-
4989
- def keyframe_delete(self) -> bool:
4990
- """Remove a keyframe from this properties fcurve.
4991
-
4992
- :return: Success of keyframe deletion.
4993
- :rtype: bool
4994
- """
4995
- ...
4996
-
4997
- def keyframe_insert(self) -> bool:
4998
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
4999
-
5000
- :return: Success of keyframe insertion.
5001
- :rtype: bool
5002
- """
5003
- ...
5004
-
5005
- def keys(self):
5006
- """Returns the keys of this objects custom properties (matches Python's
5007
- dictionary function of the same name).
5008
-
5009
- :return: custom property keys.
5010
- """
5011
- ...
5012
-
5013
- def path_from_id(self) -> str:
5014
- """Returns the data path from the ID to this object (string).
5015
-
5016
- :return: The path from `bpy.types.bpy_struct.id_data`
5017
- to this struct and property (when given).
5018
- :rtype: str
5019
- """
5020
- ...
5021
-
5022
- def path_resolve(self):
5023
- """Returns the property from the path, raise an exception when not found."""
5024
- ...
5025
-
5026
- def poll(self, _context):
5027
- """
5028
-
5029
- :param _context:
5030
- """
5031
- ...
5032
-
5033
- def poll_message_set(self):
5034
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
5035
- ...
5036
-
5037
- def pop(self):
5038
- """Remove and return the value of the custom property assigned to key or default
5039
- when not found (matches Python's dictionary function of the same name).
5040
-
5041
- """
5042
- ...
5043
-
5044
- def property_overridable_library_set(self) -> bool:
5045
- """Define a property as overridable or not (only for custom properties!).
5046
-
5047
- :return: True when the overridable status of the property was successfully set.
5048
- :rtype: bool
5049
- """
5050
- ...
5051
-
5052
- def property_unset(self):
5053
- """Unset a property, will use default value afterward."""
5054
- ...
5055
-
5056
- def type_recast(self):
5057
- """Return a new instance, this is needed because types
5058
- such as textures can be changed at runtime.
5059
-
5060
- :return: a new instance of this object with the type initialized again.
5061
- """
5062
- ...
5063
-
5064
- def values(self):
5065
- """Returns the values of this objects custom properties (matches Python's
5066
- dictionary function of the same name).
5067
-
5068
- :return: custom property values.
5069
- """
5070
- ...
5071
-
5072
4858
  class PREFERENCES_OT_studiolight_uninstall(bpy_types.Operator):
5073
4859
  """Delete Studio Light"""
5074
4860
 
@@ -724,7 +724,7 @@ class UILIST_OT_entry_remove(GenericUIListOperator, bpy_types.Operator):
724
724
 
725
725
  def draw_ui_list(
726
726
  layout: bpy.types.UILayout,
727
- context: bpy.types.Context,
727
+ context: bpy_types.Context,
728
728
  class_name: str = "UI_UL_list",
729
729
  unique_id: str = None,
730
730
  list_path: str = None,
@@ -739,7 +739,7 @@ def draw_ui_list(
739
739
  :param layout: UILayout to draw the list in.
740
740
  :type layout: bpy.types.UILayout
741
741
  :param context: Blender context to get the list data from.
742
- :type context: bpy.types.Context
742
+ :type context: bpy_types.Context
743
743
  :param class_name: Name of the UIList class to draw. The default is the UIList class that ships with Blender.
744
744
  :type class_name: str
745
745
  :param unique_id: Unique identifier to differentiate this from other UI lists.
@@ -4472,7 +4472,7 @@ class RENDER_PT_eevee_next_film(
4472
4472
  """
4473
4473
  ...
4474
4474
 
4475
- class RENDER_PT_eevee_next_horizon_scan(
4475
+ class RENDER_PT_eevee_next_gi_approximation(
4476
4476
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4477
4477
  ):
4478
4478
  COMPAT_ENGINES: typing.Any