fake-bpy-module 20240517__py3-none-any.whl → 20240518__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 (173) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +17 -84
  2. addon_utils/__init__.pyi +5 -30
  3. animsys_refactor/__init__.pyi +5 -25
  4. aud/__init__.pyi +1 -4
  5. bgl/__init__.pyi +0 -1629
  6. bl_app_override/__init__.pyi +3 -14
  7. bl_app_override/helpers/__init__.pyi +2 -22
  8. bl_app_template_utils/__init__.pyi +3 -15
  9. bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
  10. bl_i18n_utils/merge_po/__init__.pyi +1 -4
  11. bl_i18n_utils/settings/__init__.pyi +2 -22
  12. bl_i18n_utils/utils/__init__.pyi +8 -65
  13. bl_i18n_utils/utils_cli/__init__.pyi +6 -29
  14. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
  15. bl_keymap_utils/io/__init__.pyi +8 -39
  16. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
  17. bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
  18. bl_keymap_utils/versioning/__init__.pyi +1 -4
  19. bl_operators/__init__.pyi +2 -9
  20. bl_operators/add_mesh_torus/__init__.pyi +2 -18
  21. bl_operators/anim/__init__.pyi +0 -70
  22. bl_operators/assets/__init__.pyi +0 -29
  23. bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
  24. bl_operators/clip/__init__.pyi +5 -114
  25. bl_operators/console/__init__.pyi +0 -37
  26. bl_operators/constraint/__init__.pyi +0 -36
  27. bl_operators/file/__init__.pyi +0 -27
  28. bl_operators/freestyle/__init__.pyi +0 -36
  29. bl_operators/geometry_nodes/__init__.pyi +13 -102
  30. bl_operators/image/__init__.pyi +0 -51
  31. bl_operators/mesh/__init__.pyi +0 -27
  32. bl_operators/node/__init__.pyi +0 -104
  33. bl_operators/object/__init__.pyi +0 -137
  34. bl_operators/object_align/__init__.pyi +3 -23
  35. bl_operators/object_quick_effects/__init__.pyi +2 -48
  36. bl_operators/object_randomize_transform/__init__.pyi +3 -13
  37. bl_operators/presets/__init__.pyi +2 -375
  38. bl_operators/rigidbody/__init__.pyi +0 -27
  39. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
  40. bl_operators/sequencer/__init__.pyi +1 -103
  41. bl_operators/spreadsheet/__init__.pyi +0 -9
  42. bl_operators/userpref/__init__.pyi +1 -200
  43. bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
  44. bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
  45. bl_operators/uvcalc_transform/__init__.pyi +11 -72
  46. bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
  47. bl_operators/view3d/__init__.pyi +0 -63
  48. bl_operators/wm/__init__.pyi +14 -450
  49. bl_operators/world/__init__.pyi +0 -9
  50. bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
  51. bl_rna_utils/data_path/__init__.pyi +0 -1
  52. bl_text_utils/external_editor/__init__.pyi +1 -4
  53. bl_ui/__init__.pyi +30 -140
  54. bl_ui/anim/__init__.pyi +1 -11
  55. bl_ui/asset_shelf/__init__.pyi +1 -15
  56. bl_ui/generic_ui_list/__init__.pyi +2 -30
  57. bl_ui/node_add_menu/__init__.pyi +4 -27
  58. bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
  59. bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
  60. bl_ui/node_add_menu_shader/__init__.pyi +18 -169
  61. bl_ui/node_add_menu_texture/__init__.pyi +9 -117
  62. bl_ui/properties_animviz/__init__.pyi +0 -14
  63. bl_ui/properties_collection/__init__.pyi +7 -111
  64. bl_ui/properties_constraint/__init__.pyi +79 -1523
  65. bl_ui/properties_data_armature/__init__.pyi +12 -213
  66. bl_ui/properties_data_bone/__init__.pyi +10 -197
  67. bl_ui/properties_data_camera/__init__.pyi +15 -311
  68. bl_ui/properties_data_curve/__init__.pyi +15 -318
  69. bl_ui/properties_data_curves/__init__.pyi +6 -107
  70. bl_ui/properties_data_empty/__init__.pyi +2 -43
  71. bl_ui/properties_data_gpencil/__init__.pyi +18 -349
  72. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
  73. bl_ui/properties_data_lattice/__init__.pyi +3 -64
  74. bl_ui/properties_data_light/__init__.pyi +12 -263
  75. bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
  76. bl_ui/properties_data_mesh/__init__.pyi +21 -324
  77. bl_ui/properties_data_metaball/__init__.pyi +5 -102
  78. bl_ui/properties_data_modifier/__init__.pyi +8 -177
  79. bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
  80. bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
  81. bl_ui/properties_data_speaker/__init__.pyi +5 -110
  82. bl_ui/properties_data_volume/__init__.pyi +8 -155
  83. bl_ui/properties_freestyle/__init__.pyi +29 -614
  84. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
  85. bl_ui/properties_mask_common/__init__.pyi +8 -110
  86. bl_ui/properties_material/__init__.pyi +18 -330
  87. bl_ui/properties_material_gpencil/__init__.pyi +10 -181
  88. bl_ui/properties_object/__init__.pyi +14 -275
  89. bl_ui/properties_output/__init__.pyi +18 -369
  90. bl_ui/properties_paint_common/__init__.pyi +12 -105
  91. bl_ui/properties_particle/__init__.pyi +56 -1158
  92. bl_ui/properties_physics_cloth/__init__.pyi +15 -313
  93. bl_ui/properties_physics_common/__init__.pyi +7 -57
  94. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
  95. bl_ui/properties_physics_field/__init__.pyi +11 -217
  96. bl_ui/properties_physics_fluid/__init__.pyi +28 -625
  97. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
  98. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
  99. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
  100. bl_ui/properties_physics_softbody/__init__.pyi +16 -352
  101. bl_ui/properties_render/__init__.pyi +54 -1145
  102. bl_ui/properties_scene/__init__.pyi +15 -297
  103. bl_ui/properties_texture/__init__.pyi +28 -576
  104. bl_ui/properties_view_layer/__init__.pyi +18 -345
  105. bl_ui/properties_workspace/__init__.pyi +4 -79
  106. bl_ui/properties_world/__init__.pyi +10 -219
  107. bl_ui/space_clip/__init__.pyi +71 -1089
  108. bl_ui/space_console/__init__.pyi +7 -72
  109. bl_ui/space_dopesheet/__init__.pyi +31 -484
  110. bl_ui/space_filebrowser/__init__.pyi +34 -430
  111. bl_ui/space_graph/__init__.pyi +20 -236
  112. bl_ui/space_image/__init__.pyi +68 -1088
  113. bl_ui/space_info/__init__.pyi +6 -70
  114. bl_ui/space_nla/__init__.pyi +17 -209
  115. bl_ui/space_node/__init__.pyi +30 -435
  116. bl_ui/space_outliner/__init__.pyi +15 -164
  117. bl_ui/space_properties/__init__.pyi +3 -41
  118. bl_ui/space_sequencer/__init__.pyi +77 -1141
  119. bl_ui/space_spreadsheet/__init__.pyi +1 -11
  120. bl_ui/space_statusbar/__init__.pyi +1 -11
  121. bl_ui/space_text/__init__.pyi +16 -192
  122. bl_ui/space_time/__init__.pyi +8 -110
  123. bl_ui/space_toolsystem_common/__init__.pyi +40 -199
  124. bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
  125. bl_ui/space_topbar/__init__.pyi +27 -334
  126. bl_ui/space_userpref/__init__.pyi +92 -1575
  127. bl_ui/space_view3d/__init__.pyi +269 -3437
  128. bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
  129. bl_ui/temp_anim_layers/__init__.pyi +2 -21
  130. bl_ui/utils/__init__.pyi +0 -7
  131. bl_ui_utils/bug_report_url/__init__.pyi +1 -4
  132. blend_render_info/__init__.pyi +2 -9
  133. bmesh/types/__init__.pyi +1 -18
  134. bpy/ops/wm/__init__.pyi +3 -0
  135. bpy/types/__init__.pyi +295 -4653
  136. bpy/utils/__init__.pyi +14 -70
  137. bpy_extras/anim_utils/__init__.pyi +0 -1
  138. bpy_extras/asset_utils/__init__.pyi +0 -10
  139. bpy_extras/bmesh_utils/__init__.pyi +1 -4
  140. bpy_extras/extensions/junction_module/__init__.pyi +1 -6
  141. bpy_extras/io_utils/__init__.pyi +4 -24
  142. bpy_extras/keyconfig_utils/__init__.pyi +2 -9
  143. bpy_extras/node_shader_utils/__init__.pyi +44 -285
  144. bpy_extras/node_utils/__init__.pyi +2 -9
  145. bpy_extras/object_utils/__init__.pyi +0 -2
  146. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
  147. bpy_restrict_state/__init__.pyi +1 -14
  148. bpy_types/__init__.pyi +8 -274
  149. console_python/__init__.pyi +6 -36
  150. console_shell/__init__.pyi +5 -24
  151. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
  152. fake_bpy_module-20240518.dist-info/RECORD +353 -0
  153. freestyle/chainingiterators/__init__.pyi +10 -40
  154. freestyle/functions/__init__.pyi +7 -33
  155. freestyle/predicates/__init__.pyi +44 -217
  156. freestyle/shaders/__init__.pyi +0 -10
  157. freestyle/utils/__init__.pyi +3 -15
  158. graphviz_export/__init__.pyi +2 -9
  159. idprop/types/__init__.pyi +6 -33
  160. imbuf/types/__init__.pyi +0 -2
  161. keyingsets_builtins/__init__.pyi +2 -156
  162. keyingsets_utils/__init__.pyi +14 -69
  163. mathutils/bvhtree/__init__.pyi +0 -2
  164. nodeitems_builtins/__init__.pyi +5 -30
  165. nodeitems_utils/__init__.pyi +8 -45
  166. rna_info/__init__.pyi +22 -200
  167. rna_keymap_ui/__init__.pyi +6 -29
  168. rna_prop_ui/__init__.pyi +9 -49
  169. rna_xml/__init__.pyi +6 -29
  170. sys_info/__init__.pyi +1 -4
  171. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  172. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
  173. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
@@ -6,35 +6,15 @@ class ShaderWrapper:
6
6
  """Base class with minimal common ground for all types of shader interfaces we may want/need to implement."""
7
7
 
8
8
  NODES_LIST: typing.Any
9
- """ """
10
-
11
9
  is_readonly: typing.Any
12
- """ """
13
-
14
10
  material: typing.Any
15
- """ """
16
-
17
11
  node_out: typing.Any
18
- """ """
19
-
20
12
  node_texcoords: typing.Any
21
- """ """
22
-
23
13
  use_nodes: typing.Any
24
- """ """
25
-
26
- def node_texcoords_get(self):
27
- """ """
28
- ...
29
-
30
- def update(self):
31
- """ """
32
- ...
33
-
34
- def use_nodes_get(self):
35
- """ """
36
- ...
37
14
 
15
+ def node_texcoords_get(self): ...
16
+ def update(self): ...
17
+ def use_nodes_get(self): ...
38
18
  def use_nodes_set(self, val):
39
19
  """
40
20
 
@@ -48,58 +28,23 @@ class ShaderImageTextureWrapper:
48
28
  """
49
29
 
50
30
  NODES_LIST: typing.Any
51
- """ """
52
-
53
31
  colorspace_is_data: typing.Any
54
- """ """
55
-
56
32
  colorspace_name: typing.Any
57
- """ """
58
-
59
33
  extension: typing.Any
60
- """ """
61
-
62
34
  grid_row_diff: typing.Any
63
- """ """
64
-
65
35
  image: typing.Any
66
- """ """
67
-
68
36
  is_readonly: typing.Any
69
- """ """
70
-
71
37
  node_dst: typing.Any
72
- """ """
73
-
74
38
  node_image: typing.Any
75
- """ """
76
-
77
39
  node_mapping: typing.Any
78
- """ """
79
-
80
40
  owner_shader: typing.Any
81
- """ """
82
-
83
41
  projection: typing.Any
84
- """ """
85
-
86
42
  rotation: typing.Any
87
- """ """
88
-
89
43
  scale: typing.Any
90
- """ """
91
-
92
44
  socket_dst: typing.Any
93
- """ """
94
-
95
45
  texcoords: typing.Any
96
- """ """
97
-
98
46
  translation: typing.Any
99
- """ """
100
-
101
47
  use_alpha: typing.Any
102
- """ """
103
48
 
104
49
  def copy_from(self, tex):
105
50
  """
@@ -115,10 +60,7 @@ class ShaderImageTextureWrapper:
115
60
  """
116
61
  ...
117
62
 
118
- def extension_get(self):
119
- """ """
120
- ...
121
-
63
+ def extension_get(self): ...
122
64
  def extension_set(self, extension):
123
65
  """
124
66
 
@@ -126,14 +68,8 @@ class ShaderImageTextureWrapper:
126
68
  """
127
69
  ...
128
70
 
129
- def has_mapping_node(self):
130
- """ """
131
- ...
132
-
133
- def image_get(self):
134
- """ """
135
- ...
136
-
71
+ def has_mapping_node(self): ...
72
+ def image_get(self): ...
137
73
  def image_set(self, image):
138
74
  """
139
75
 
@@ -141,18 +77,9 @@ class ShaderImageTextureWrapper:
141
77
  """
142
78
  ...
143
79
 
144
- def node_image_get(self):
145
- """ """
146
- ...
147
-
148
- def node_mapping_get(self):
149
- """ """
150
- ...
151
-
152
- def projection_get(self):
153
- """ """
154
- ...
155
-
80
+ def node_image_get(self): ...
81
+ def node_mapping_get(self): ...
82
+ def projection_get(self): ...
156
83
  def projection_set(self, projection):
157
84
  """
158
85
 
@@ -160,10 +87,7 @@ class ShaderImageTextureWrapper:
160
87
  """
161
88
  ...
162
89
 
163
- def rotation_get(self):
164
- """ """
165
- ...
166
-
90
+ def rotation_get(self): ...
167
91
  def rotation_set(self, rotation):
168
92
  """
169
93
 
@@ -171,10 +95,7 @@ class ShaderImageTextureWrapper:
171
95
  """
172
96
  ...
173
97
 
174
- def scale_get(self):
175
- """ """
176
- ...
177
-
98
+ def scale_get(self): ...
178
99
  def scale_set(self, scale):
179
100
  """
180
101
 
@@ -182,10 +103,7 @@ class ShaderImageTextureWrapper:
182
103
  """
183
104
  ...
184
105
 
185
- def texcoords_get(self):
186
- """ """
187
- ...
188
-
106
+ def texcoords_get(self): ...
189
107
  def texcoords_set(self, texcoords):
190
108
  """
191
109
 
@@ -193,10 +111,7 @@ class ShaderImageTextureWrapper:
193
111
  """
194
112
  ...
195
113
 
196
- def translation_get(self):
197
- """ """
198
- ...
199
-
114
+ def translation_get(self): ...
200
115
  def translation_set(self, translation):
201
116
  """
202
117
 
@@ -211,99 +126,37 @@ class PrincipledBSDFWrapper(ShaderWrapper):
211
126
  """
212
127
 
213
128
  NODES_LIST: typing.Any
214
- """ """
215
-
216
129
  alpha: typing.Any
217
- """ """
218
-
219
130
  alpha_texture: typing.Any
220
- """ """
221
-
222
131
  base_color: typing.Any
223
- """ """
224
-
225
132
  base_color_texture: typing.Any
226
- """ """
227
-
228
133
  emission_color: typing.Any
229
- """ """
230
-
231
134
  emission_color_texture: typing.Any
232
- """ """
233
-
234
135
  emission_strength: typing.Any
235
- """ """
236
-
237
136
  emission_strength_texture: typing.Any
238
- """ """
239
-
240
137
  ior: typing.Any
241
- """ """
242
-
243
138
  ior_texture: typing.Any
244
- """ """
245
-
246
139
  is_readonly: typing.Any
247
- """ """
248
-
249
140
  material: typing.Any
250
- """ """
251
-
252
141
  metallic: typing.Any
253
- """ """
254
-
255
142
  metallic_texture: typing.Any
256
- """ """
257
-
258
143
  node_normalmap: typing.Any
259
- """ """
260
-
261
144
  node_out: typing.Any
262
- """ """
263
-
264
145
  node_principled_bsdf: typing.Any
265
- """ """
266
-
267
146
  node_texcoords: typing.Any
268
- """ """
269
-
270
147
  normalmap_strength: typing.Any
271
- """ """
272
-
273
148
  normalmap_texture: typing.Any
274
- """ """
275
-
276
149
  roughness: typing.Any
277
- """ """
278
-
279
150
  roughness_texture: typing.Any
280
- """ """
281
-
282
151
  specular: typing.Any
283
- """ """
284
-
285
152
  specular_texture: typing.Any
286
- """ """
287
-
288
153
  specular_tint: typing.Any
289
- """ """
290
-
291
154
  specular_tint_texture: typing.Any
292
- """ """
293
-
294
155
  transmission: typing.Any
295
- """ """
296
-
297
156
  transmission_texture: typing.Any
298
- """ """
299
-
300
157
  use_nodes: typing.Any
301
- """ """
302
-
303
- def alpha_get(self):
304
- """ """
305
- ...
306
158
 
159
+ def alpha_get(self): ...
307
160
  def alpha_set(self, value):
308
161
  """
309
162
 
@@ -311,14 +164,8 @@ class PrincipledBSDFWrapper(ShaderWrapper):
311
164
  """
312
165
  ...
313
166
 
314
- def alpha_texture_get(self):
315
- """ """
316
- ...
317
-
318
- def base_color_get(self):
319
- """ """
320
- ...
321
-
167
+ def alpha_texture_get(self): ...
168
+ def base_color_get(self): ...
322
169
  def base_color_set(self, color):
323
170
  """
324
171
 
@@ -326,14 +173,8 @@ class PrincipledBSDFWrapper(ShaderWrapper):
326
173
  """
327
174
  ...
328
175
 
329
- def base_color_texture_get(self):
330
- """ """
331
- ...
332
-
333
- def emission_color_get(self):
334
- """ """
335
- ...
336
-
176
+ def base_color_texture_get(self): ...
177
+ def emission_color_get(self): ...
337
178
  def emission_color_set(self, color):
338
179
  """
339
180
 
@@ -341,14 +182,8 @@ class PrincipledBSDFWrapper(ShaderWrapper):
341
182
  """
342
183
  ...
343
184
 
344
- def emission_color_texture_get(self):
345
- """ """
346
- ...
347
-
348
- def emission_strength_get(self):
349
- """ """
350
- ...
351
-
185
+ def emission_color_texture_get(self): ...
186
+ def emission_strength_get(self): ...
352
187
  def emission_strength_set(self, value):
353
188
  """
354
189
 
@@ -356,14 +191,8 @@ class PrincipledBSDFWrapper(ShaderWrapper):
356
191
  """
357
192
  ...
358
193
 
359
- def emission_strength_texture_get(self):
360
- """ """
361
- ...
362
-
363
- def ior_get(self):
364
- """ """
365
- ...
366
-
194
+ def emission_strength_texture_get(self): ...
195
+ def ior_get(self): ...
367
196
  def ior_set(self, value):
368
197
  """
369
198
 
@@ -371,14 +200,8 @@ class PrincipledBSDFWrapper(ShaderWrapper):
371
200
  """
372
201
  ...
373
202
 
374
- def ior_texture_get(self):
375
- """ """
376
- ...
377
-
378
- def metallic_get(self):
379
- """ """
380
- ...
381
-
203
+ def ior_texture_get(self): ...
204
+ def metallic_get(self): ...
382
205
  def metallic_set(self, value):
383
206
  """
384
207
 
@@ -386,22 +209,10 @@ class PrincipledBSDFWrapper(ShaderWrapper):
386
209
  """
387
210
  ...
388
211
 
389
- def metallic_texture_get(self):
390
- """ """
391
- ...
392
-
393
- def node_normalmap_get(self):
394
- """ """
395
- ...
396
-
397
- def node_texcoords_get(self):
398
- """ """
399
- ...
400
-
401
- def normalmap_strength_get(self):
402
- """ """
403
- ...
404
-
212
+ def metallic_texture_get(self): ...
213
+ def node_normalmap_get(self): ...
214
+ def node_texcoords_get(self): ...
215
+ def normalmap_strength_get(self): ...
405
216
  def normalmap_strength_set(self, value):
406
217
  """
407
218
 
@@ -409,14 +220,8 @@ class PrincipledBSDFWrapper(ShaderWrapper):
409
220
  """
410
221
  ...
411
222
 
412
- def normalmap_texture_get(self):
413
- """ """
414
- ...
415
-
416
- def roughness_get(self):
417
- """ """
418
- ...
419
-
223
+ def normalmap_texture_get(self): ...
224
+ def roughness_get(self): ...
420
225
  def roughness_set(self, value):
421
226
  """
422
227
 
@@ -424,14 +229,8 @@ class PrincipledBSDFWrapper(ShaderWrapper):
424
229
  """
425
230
  ...
426
231
 
427
- def roughness_texture_get(self):
428
- """ """
429
- ...
430
-
431
- def specular_get(self):
432
- """ """
433
- ...
434
-
232
+ def roughness_texture_get(self): ...
233
+ def specular_get(self): ...
435
234
  def specular_set(self, value):
436
235
  """
437
236
 
@@ -439,14 +238,8 @@ class PrincipledBSDFWrapper(ShaderWrapper):
439
238
  """
440
239
  ...
441
240
 
442
- def specular_texture_get(self):
443
- """ """
444
- ...
445
-
446
- def specular_tint_get(self):
447
- """ """
448
- ...
449
-
241
+ def specular_texture_get(self): ...
242
+ def specular_tint_get(self): ...
450
243
  def specular_tint_set(self, color):
451
244
  """
452
245
 
@@ -454,14 +247,8 @@ class PrincipledBSDFWrapper(ShaderWrapper):
454
247
  """
455
248
  ...
456
249
 
457
- def specular_tint_texture_get(self):
458
- """ """
459
- ...
460
-
461
- def transmission_get(self):
462
- """ """
463
- ...
464
-
250
+ def specular_tint_texture_get(self): ...
251
+ def transmission_get(self): ...
465
252
  def transmission_set(self, value):
466
253
  """
467
254
 
@@ -469,18 +256,9 @@ class PrincipledBSDFWrapper(ShaderWrapper):
469
256
  """
470
257
  ...
471
258
 
472
- def transmission_texture_get(self):
473
- """ """
474
- ...
475
-
476
- def update(self):
477
- """ """
478
- ...
479
-
480
- def use_nodes_get(self):
481
- """ """
482
- ...
483
-
259
+ def transmission_texture_get(self): ...
260
+ def update(self): ...
261
+ def use_nodes_get(self): ...
484
262
  def use_nodes_set(self, val):
485
263
  """
486
264
 
@@ -488,27 +266,8 @@ class PrincipledBSDFWrapper(ShaderWrapper):
488
266
  """
489
267
  ...
490
268
 
491
- def node_input_value_get(node, input, default_value=None):
492
- """ """
493
-
494
- ...
495
-
496
- def node_input_value_set(node, input, value):
497
- """ """
498
-
499
- ...
500
-
501
- def rgb_to_rgba(rgb):
502
- """ """
503
-
504
- ...
505
-
506
- def rgba_to_rgb(rgba):
507
- """ """
508
-
509
- ...
510
-
511
- def values_clamp(val, minv, maxv):
512
- """ """
513
-
514
- ...
269
+ def node_input_value_get(node, input, default_value=None): ...
270
+ def node_input_value_set(node, input, value): ...
271
+ def rgb_to_rgba(rgb): ...
272
+ def rgba_to_rgb(rgba): ...
273
+ def values_clamp(val, minv, maxv): ...
@@ -19,12 +19,5 @@ def find_base_socket_type(socket):
19
19
 
20
20
  ...
21
21
 
22
- def find_node_input(node, name):
23
- """ """
24
-
25
- ...
26
-
27
- def find_node_input(node, name):
28
- """ """
29
-
30
- ...
22
+ def find_node_input(node, name): ...
23
+ def find_node_input(node, name): ...
@@ -5,8 +5,6 @@ import mathutils
5
5
  GenericType = typing.TypeVar("GenericType")
6
6
 
7
7
  class AddObjectHelper:
8
- """ """
9
-
10
8
  def align_update_callback(self, _context):
11
9
  """
12
10
 
@@ -3,22 +3,11 @@ import typing
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
5
  class ProgressReport:
6
- """ """
7
-
8
6
  curr_step: typing.Any
9
- """ """
10
-
11
7
  running: typing.Any
12
- """ """
13
-
14
8
  start_time: typing.Any
15
- """ """
16
-
17
9
  steps: typing.Any
18
- """ """
19
-
20
10
  wm: typing.Any
21
- """ """
22
11
 
23
12
  def enter_substeps(self, nbr, msg=""):
24
13
  """
@@ -28,10 +17,7 @@ class ProgressReport:
28
17
  """
29
18
  ...
30
19
 
31
- def finalize(self):
32
- """ """
33
- ...
34
-
20
+ def finalize(self): ...
35
21
  def initialize(self, wm=None):
36
22
  """Initialize self. See help(type(self)) for accurate signature.
37
23
 
@@ -46,10 +32,7 @@ class ProgressReport:
46
32
  """
47
33
  ...
48
34
 
49
- def start(self):
50
- """ """
51
- ...
52
-
35
+ def start(self): ...
53
36
  def step(self, msg="", nbr=1):
54
37
  """
55
38
 
@@ -72,19 +55,10 @@ class ProgressReportSubstep:
72
55
  """
73
56
 
74
57
  final_msg: typing.Any
75
- """ """
76
-
77
58
  level: typing.Any
78
- """ """
79
-
80
59
  msg: typing.Any
81
- """ """
82
-
83
60
  nbr: typing.Any
84
- """ """
85
-
86
61
  progress: typing.Any
87
- """ """
88
62
 
89
63
  def enter_substeps(self, nbr, msg=""):
90
64
  """
@@ -3,24 +3,11 @@ import typing
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
5
  class RestrictBlend:
6
- """ """
7
-
8
6
  context: typing.Any
9
- """ """
10
-
11
7
  data: typing.Any
12
- """ """
13
8
 
14
9
  class _RestrictContext:
15
- """ """
16
-
17
10
  preferences: typing.Any
18
- """ """
19
-
20
11
  window_manager: typing.Any
21
- """ """
22
-
23
- class _RestrictData:
24
- """ """
25
12
 
26
- ...
13
+ class _RestrictData: ...