fake-bpy-module-latest 20250926__py3-none-any.whl → 20260115__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 (299) hide show
  1. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
  2. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
  3. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
  4. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
  5. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  6. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
  7. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  8. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  9. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  10. _bpy_internal/__init__.pyi +1 -0
  11. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  12. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  13. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  14. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  15. _bpy_types/__init__.pyi +18 -123
  16. {rna_info → _rna_info}/__init__.pyi +0 -1
  17. addon_utils/__init__.pyi +0 -13
  18. aud/__init__.pyi +55 -131
  19. bl_math/__init__.pyi +2 -12
  20. bl_operators/__init__.pyi +1 -0
  21. bl_operators/add_mesh_torus/__init__.pyi +0 -2
  22. bl_operators/anim/__init__.pyi +47 -24
  23. bl_operators/assets/__init__.pyi +0 -6
  24. bl_operators/bone_selection_sets/__init__.pyi +0 -28
  25. bl_operators/clip/__init__.pyi +0 -20
  26. bl_operators/connect_to_output/__init__.pyi +0 -2
  27. bl_operators/console/__init__.pyi +0 -10
  28. bl_operators/constraint/__init__.pyi +0 -8
  29. bl_operators/copy_global_transform/__init__.pyi +261 -0
  30. bl_operators/file/__init__.pyi +0 -6
  31. bl_operators/freestyle/__init__.pyi +0 -8
  32. bl_operators/geometry_nodes/__init__.pyi +0 -8
  33. bl_operators/grease_pencil/__init__.pyi +0 -2
  34. bl_operators/image/__init__.pyi +0 -10
  35. bl_operators/image_as_planes/__init__.pyi +0 -4
  36. bl_operators/mesh/__init__.pyi +0 -4
  37. bl_operators/node/__init__.pyi +37 -56
  38. bl_operators/object/__init__.pyi +0 -37
  39. bl_operators/object_align/__init__.pyi +0 -2
  40. bl_operators/object_quick_effects/__init__.pyi +0 -8
  41. bl_operators/object_randomize_transform/__init__.pyi +0 -2
  42. bl_operators/presets/__init__.pyi +0 -50
  43. bl_operators/rigidbody/__init__.pyi +0 -6
  44. bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
  45. bl_operators/sequencer/__init__.pyi +0 -16
  46. bl_operators/spreadsheet/__init__.pyi +0 -2
  47. bl_operators/userpref/__init__.pyi +0 -50
  48. bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
  49. bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
  50. bl_operators/uvcalc_transform/__init__.pyi +21 -12
  51. bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
  52. bl_operators/view3d/__init__.pyi +0 -16
  53. bl_operators/wm/__init__.pyi +0 -92
  54. bl_operators/world/__init__.pyi +0 -2
  55. bl_ui/__init__.pyi +3 -4
  56. bl_ui/anim/__init__.pyi +0 -2
  57. bl_ui/asset_shelf/__init__.pyi +0 -2
  58. bl_ui/generic_ui_list/__init__.pyi +0 -16
  59. bl_ui/node_add_menu/__init__.pyi +23 -25
  60. bl_ui/node_add_menu_compositor/__init__.pyi +71 -53
  61. bl_ui/node_add_menu_geometry/__init__.pyi +81 -193
  62. bl_ui/node_add_menu_shader/__init__.pyi +21 -39
  63. bl_ui/node_add_menu_texture/__init__.pyi +1 -17
  64. bl_ui/properties_collection/__init__.pyi +0 -14
  65. bl_ui/properties_constraint/__init__.pyi +64 -150
  66. bl_ui/properties_data_armature/__init__.pyi +0 -36
  67. bl_ui/properties_data_bone/__init__.pyi +0 -20
  68. bl_ui/properties_data_camera/__init__.pyi +0 -30
  69. bl_ui/properties_data_curve/__init__.pyi +0 -30
  70. bl_ui/properties_data_curves/__init__.pyi +0 -16
  71. bl_ui/properties_data_empty/__init__.pyi +0 -4
  72. bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
  73. bl_ui/properties_data_lattice/__init__.pyi +0 -8
  74. bl_ui/properties_data_light/__init__.pyi +0 -20
  75. bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
  76. bl_ui/properties_data_mesh/__init__.pyi +0 -42
  77. bl_ui/properties_data_metaball/__init__.pyi +0 -12
  78. bl_ui/properties_data_modifier/__init__.pyi +12 -19
  79. bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
  80. bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
  81. bl_ui/properties_data_speaker/__init__.pyi +0 -12
  82. bl_ui/properties_data_volume/__init__.pyi +0 -18
  83. bl_ui/properties_freestyle/__init__.pyi +0 -50
  84. bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
  85. bl_ui/properties_mask_common/__init__.pyi +0 -14
  86. bl_ui/properties_material/__init__.pyi +0 -32
  87. bl_ui/properties_material_gpencil/__init__.pyi +0 -22
  88. bl_ui/properties_object/__init__.pyi +35 -42
  89. bl_ui/properties_output/__init__.pyi +0 -40
  90. bl_ui/properties_paint_common/__init__.pyi +23 -12
  91. bl_ui/properties_particle/__init__.pyi +0 -106
  92. bl_ui/properties_physics_cloth/__init__.pyi +0 -28
  93. bl_ui/properties_physics_common/__init__.pyi +0 -2
  94. bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
  95. bl_ui/properties_physics_field/__init__.pyi +0 -20
  96. bl_ui/properties_physics_fluid/__init__.pyi +0 -56
  97. bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
  98. bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
  99. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
  100. bl_ui/properties_physics_softbody/__init__.pyi +0 -30
  101. bl_ui/properties_render/__init__.pyi +29 -88
  102. bl_ui/properties_scene/__init__.pyi +0 -34
  103. bl_ui/properties_strip/__init__.pyi +744 -0
  104. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  105. bl_ui/properties_texture/__init__.pyi +0 -54
  106. bl_ui/properties_view_layer/__init__.pyi +7 -28
  107. bl_ui/properties_workspace/__init__.pyi +0 -8
  108. bl_ui/properties_world/__init__.pyi +0 -22
  109. bl_ui/space_clip/__init__.pyi +1 -150
  110. bl_ui/space_console/__init__.pyi +0 -12
  111. bl_ui/space_dopesheet/__init__.pyi +52 -60
  112. bl_ui/space_filebrowser/__init__.pyi +0 -60
  113. bl_ui/space_graph/__init__.pyi +0 -44
  114. bl_ui/space_image/__init__.pyi +2 -144
  115. bl_ui/space_info/__init__.pyi +0 -12
  116. bl_ui/space_nla/__init__.pyi +0 -36
  117. bl_ui/space_node/__init__.pyi +29 -137
  118. bl_ui/space_outliner/__init__.pyi +0 -30
  119. bl_ui/space_properties/__init__.pyi +29 -6
  120. bl_ui/space_sequencer/__init__.pyi +46 -912
  121. bl_ui/space_spreadsheet/__init__.pyi +0 -6
  122. bl_ui/space_statusbar/__init__.pyi +0 -2
  123. bl_ui/space_text/__init__.pyi +0 -32
  124. bl_ui/space_time/__init__.pyi +7 -41
  125. bl_ui/space_topbar/__init__.pyi +7 -52
  126. bl_ui/space_userpref/__init__.pyi +7 -188
  127. bl_ui/space_view3d/__init__.pyi +36 -544
  128. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  129. bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
  130. blf/__init__.pyi +6 -50
  131. bmesh/__init__.pyi +0 -7
  132. bmesh/geometry/__init__.pyi +0 -3
  133. bmesh/ops/__init__.pyi +2 -450
  134. bmesh/types/__init__.pyi +294 -634
  135. bmesh/utils/__init__.pyi +16 -43
  136. bpy/app/__init__.pyi +56 -59
  137. bpy/app/icons/__init__.pyi +0 -6
  138. bpy/app/timers/__init__.pyi +0 -6
  139. bpy/app/translations/__init__.pyi +1 -16
  140. bpy/msgbus/__init__.pyi +1 -4
  141. bpy/ops/action/__init__.pyi +17 -164
  142. bpy/ops/anim/__init__.pyi +38 -279
  143. bpy/ops/armature/__init__.pyi +18 -192
  144. bpy/ops/asset/__init__.pyi +11 -97
  145. bpy/ops/boid/__init__.pyi +7 -38
  146. bpy/ops/brush/__init__.pyi +3 -104
  147. bpy/ops/buttons/__init__.pyi +4 -71
  148. bpy/ops/cachefile/__init__.pyi +2 -63
  149. bpy/ops/camera/__init__.pyi +0 -11
  150. bpy/ops/clip/__init__.pyi +43 -427
  151. bpy/ops/cloth/__init__.pyi +0 -5
  152. bpy/ops/collection/__init__.pyi +3 -35
  153. bpy/ops/console/__init__.pyi +10 -88
  154. bpy/ops/constraint/__init__.pyi +3 -80
  155. bpy/ops/curve/__init__.pyi +23 -254
  156. bpy/ops/curves/__init__.pyi +17 -166
  157. bpy/ops/cycles/__init__.pyi +1 -14
  158. bpy/ops/dpaint/__init__.pyi +3 -21
  159. bpy/ops/ed/__init__.pyi +10 -82
  160. bpy/ops/export_anim/__init__.pyi +2 -10
  161. bpy/ops/export_scene/__init__.pyi +1 -155
  162. bpy/ops/extensions/__init__.pyi +15 -150
  163. bpy/ops/file/__init__.pyi +29 -216
  164. bpy/ops/fluid/__init__.pyi +13 -70
  165. bpy/ops/font/__init__.pyi +10 -134
  166. bpy/ops/geometry/__init__.pyi +3 -124
  167. bpy/ops/gizmogroup/__init__.pyi +1 -12
  168. bpy/ops/gpencil/__init__.pyi +5 -38
  169. bpy/ops/graph/__init__.pyi +20 -315
  170. bpy/ops/grease_pencil/__init__.pyi +41 -518
  171. bpy/ops/image/__init__.pyi +19 -379
  172. bpy/ops/import_anim/__init__.pyi +2 -16
  173. bpy/ops/import_curve/__init__.pyi +0 -6
  174. bpy/ops/import_scene/__init__.pyi +0 -50
  175. bpy/ops/info/__init__.pyi +4 -35
  176. bpy/ops/lattice/__init__.pyi +3 -33
  177. bpy/ops/marker/__init__.pyi +4 -49
  178. bpy/ops/mask/__init__.pyi +17 -176
  179. bpy/ops/material/__init__.pyi +3 -15
  180. bpy/ops/mball/__init__.pyi +1 -30
  181. bpy/ops/mesh/__init__.pyi +32 -915
  182. bpy/ops/nla/__init__.pyi +22 -183
  183. bpy/ops/node/__init__.pyi +279 -662
  184. bpy/ops/object/__init__.pyi +139 -1254
  185. bpy/ops/outliner/__init__.pyi +47 -327
  186. bpy/ops/paint/__init__.pyi +14 -279
  187. bpy/ops/paintcurve/__init__.pyi +4 -36
  188. bpy/ops/palette/__init__.pyi +3 -27
  189. bpy/ops/particle/__init__.pyi +20 -160
  190. bpy/ops/pointcloud/__init__.pyi +3 -35
  191. bpy/ops/pose/__init__.pyi +28 -233
  192. bpy/ops/poselib/__init__.pyi +4 -69
  193. bpy/ops/preferences/__init__.pyi +9 -177
  194. bpy/ops/ptcache/__init__.pyi +5 -31
  195. bpy/ops/render/__init__.pyi +10 -74
  196. bpy/ops/rigidbody/__init__.pyi +6 -56
  197. bpy/ops/scene/__init__.pyi +22 -167
  198. bpy/ops/screen/__init__.pyi +36 -202
  199. bpy/ops/script/__init__.pyi +1 -12
  200. bpy/ops/sculpt/__init__.pyi +36 -311
  201. bpy/ops/sculpt_curves/__init__.pyi +1 -20
  202. bpy/ops/sequencer/__init__.pyi +96 -667
  203. bpy/ops/sound/__init__.pyi +3 -109
  204. bpy/ops/spreadsheet/__init__.pyi +5 -32
  205. bpy/ops/surface/__init__.pyi +0 -48
  206. bpy/ops/text/__init__.pyi +27 -225
  207. bpy/ops/text_editor/__init__.pyi +0 -5
  208. bpy/ops/texture/__init__.pyi +3 -18
  209. bpy/ops/transform/__init__.pyi +10 -382
  210. bpy/ops/ui/__init__.pyi +29 -154
  211. bpy/ops/uilist/__init__.pyi +0 -13
  212. bpy/ops/uv/__init__.pyi +52 -305
  213. bpy/ops/view2d/__init__.pyi +3 -73
  214. bpy/ops/view3d/__init__.pyi +37 -339
  215. bpy/ops/wm/__init__.pyi +116 -1316
  216. bpy/ops/workspace/__init__.pyi +7 -39
  217. bpy/ops/world/__init__.pyi +2 -10
  218. bpy/path/__init__.pyi +0 -34
  219. bpy/props/__init__.pyi +15 -157
  220. bpy/stub_internal/rna_enums/__init__.pyi +65 -33
  221. bpy/types/__init__.pyi +19924 -57212
  222. bpy/utils/__init__.pyi +4 -75
  223. bpy/utils/previews/__init__.pyi +1 -10
  224. bpy/utils/units/__init__.pyi +0 -12
  225. bpy_extras/anim_utils/__init__.pyi +24 -16
  226. bpy_extras/bmesh_utils/__init__.pyi +0 -1
  227. bpy_extras/id_map_utils/__init__.pyi +14 -6
  228. bpy_extras/image_utils/__init__.pyi +0 -9
  229. bpy_extras/io_utils/__init__.pyi +2 -22
  230. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  231. bpy_extras/mesh_utils/__init__.pyi +0 -12
  232. bpy_extras/object_utils/__init__.pyi +0 -14
  233. bpy_extras/view3d_utils/__init__.pyi +0 -18
  234. {fake_bpy_module_latest-20250926.dist-info → fake_bpy_module_latest-20260115.dist-info}/METADATA +4 -1
  235. fake_bpy_module_latest-20260115.dist-info/RECORD +382 -0
  236. {fake_bpy_module_latest-20250926.dist-info → fake_bpy_module_latest-20260115.dist-info}/top_level.txt +14 -14
  237. freestyle/chainingiterators/__init__.pyi +0 -22
  238. freestyle/functions/__init__.pyi +0 -139
  239. freestyle/predicates/__init__.pyi +0 -51
  240. freestyle/shaders/__init__.pyi +0 -65
  241. freestyle/types/__init__.pyi +139 -777
  242. freestyle/utils/ContextFunctions/__init__.pyi +0 -23
  243. freestyle/utils/__init__.pyi +1 -7
  244. gpu/capabilities/__init__.pyi +0 -21
  245. gpu/matrix/__init__.pyi +1 -10
  246. gpu/platform/__init__.pyi +0 -5
  247. gpu/shader/__init__.pyi +22 -6
  248. gpu/state/__init__.pyi +59 -38
  249. gpu/texture/__init__.pyi +0 -2
  250. gpu/types/__init__.pyi +162 -230
  251. gpu_extras/batch/__init__.pyi +0 -4
  252. gpu_extras/presets/__init__.pyi +6 -8
  253. idprop/types/__init__.pyi +5 -5
  254. imbuf/__init__.pyi +2 -9
  255. imbuf/types/__init__.pyi +5 -25
  256. keyingsets_builtins/__init__.pyi +1 -45
  257. mathutils/__init__.pyi +82 -2172
  258. mathutils/bvhtree/__init__.pyi +2 -23
  259. mathutils/geometry/__init__.pyi +41 -133
  260. mathutils/interpolate/__init__.pyi +3 -4
  261. mathutils/kdtree/__init__.pyi +0 -11
  262. mathutils/noise/__init__.pyi +0 -62
  263. fake_bpy_module_latest-20250926.dist-info/RECORD +0 -373
  264. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  265. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  266. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  267. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  268. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  269. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  270. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  271. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  272. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  273. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  274. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  275. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  276. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  277. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  278. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  279. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  280. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  281. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  282. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  283. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  284. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  285. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  286. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  287. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  288. {console_python → _console_python}/__init__.pyi +0 -0
  289. {console_python → _console_python}/py.typed +0 -0
  290. {console_shell → _console_shell}/__init__.pyi +0 -0
  291. {console_shell → _console_shell}/py.typed +0 -0
  292. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  293. {graphviz_export → _graphviz_export}/py.typed +0 -0
  294. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  295. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  296. {rna_info → _rna_info}/py.typed +0 -0
  297. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  298. {rna_xml → _rna_xml}/py.typed +0 -0
  299. {fake_bpy_module_latest-20250926.dist-info → fake_bpy_module_latest-20260115.dist-info}/WHEEL +0 -0
@@ -40,14 +40,41 @@ class RENDER_PT_color_management(RenderButtonsPanel, _bpy_types.Panel):
40
40
  """
41
41
 
42
42
  :return: The RNA type or default when not found.
43
- :rtype: bpy.types.Struct
44
43
  """
45
44
 
46
45
  def bl_rna_get_subclass_py(self) -> typing.Any:
47
46
  """
48
47
 
49
48
  :return: The class or default when not found.
50
- :rtype: typing.Any
49
+ """
50
+
51
+ def draw(self, context) -> None:
52
+ """
53
+
54
+ :param context:
55
+ """
56
+
57
+ class RENDER_PT_color_management_advanced(RenderButtonsPanel, _bpy_types.Panel):
58
+ COMPAT_ENGINES: typing.Any
59
+ bl_context: typing.Any
60
+ bl_label: typing.Any
61
+ bl_options: typing.Any
62
+ bl_parent_id: typing.Any
63
+ bl_region_type: typing.Any
64
+ bl_rna: typing.Any
65
+ bl_space_type: typing.Any
66
+ id_data: typing.Any
67
+
68
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
69
+ """
70
+
71
+ :return: The RNA type or default when not found.
72
+ """
73
+
74
+ def bl_rna_get_subclass_py(self) -> typing.Any:
75
+ """
76
+
77
+ :return: The class or default when not found.
51
78
  """
52
79
 
53
80
  def draw(self, context) -> None:
@@ -71,14 +98,12 @@ class RENDER_PT_color_management_curves(RenderButtonsPanel, _bpy_types.Panel):
71
98
  """
72
99
 
73
100
  :return: The RNA type or default when not found.
74
- :rtype: bpy.types.Struct
75
101
  """
76
102
 
77
103
  def bl_rna_get_subclass_py(self) -> typing.Any:
78
104
  """
79
105
 
80
106
  :return: The class or default when not found.
81
- :rtype: typing.Any
82
107
  """
83
108
 
84
109
  def draw(self, context) -> None:
@@ -108,14 +133,12 @@ class RENDER_PT_color_management_white_balance(RenderButtonsPanel, _bpy_types.Pa
108
133
  """
109
134
 
110
135
  :return: The RNA type or default when not found.
111
- :rtype: bpy.types.Struct
112
136
  """
113
137
 
114
138
  def bl_rna_get_subclass_py(self) -> typing.Any:
115
139
  """
116
140
 
117
141
  :return: The class or default when not found.
118
- :rtype: typing.Any
119
142
  """
120
143
 
121
144
  def draw(self, context) -> None:
@@ -152,14 +175,12 @@ class RENDER_PT_color_management_white_balance_presets(
152
175
  """
153
176
 
154
177
  :return: The RNA type or default when not found.
155
- :rtype: bpy.types.Struct
156
178
  """
157
179
 
158
180
  def bl_rna_get_subclass_py(self) -> typing.Any:
159
181
  """
160
182
 
161
183
  :return: The class or default when not found.
162
- :rtype: typing.Any
163
184
  """
164
185
 
165
186
  class RENDER_PT_color_management_working_space(RenderButtonsPanel, _bpy_types.Panel):
@@ -177,14 +198,12 @@ class RENDER_PT_color_management_working_space(RenderButtonsPanel, _bpy_types.Pa
177
198
  """
178
199
 
179
200
  :return: The RNA type or default when not found.
180
- :rtype: bpy.types.Struct
181
201
  """
182
202
 
183
203
  def bl_rna_get_subclass_py(self) -> typing.Any:
184
204
  """
185
205
 
186
206
  :return: The class or default when not found.
187
- :rtype: typing.Any
188
207
  """
189
208
 
190
209
  def draw(self, context) -> None:
@@ -206,14 +225,12 @@ class RENDER_PT_context(_bpy_types.Panel):
206
225
  """
207
226
 
208
227
  :return: The RNA type or default when not found.
209
- :rtype: bpy.types.Struct
210
228
  """
211
229
 
212
230
  def bl_rna_get_subclass_py(self) -> typing.Any:
213
231
  """
214
232
 
215
233
  :return: The class or default when not found.
216
- :rtype: typing.Any
217
234
  """
218
235
 
219
236
  @classmethod
@@ -237,14 +254,12 @@ class RENDER_PT_eevee_clamping(RenderButtonsPanel, _bpy_types.Panel):
237
254
  """
238
255
 
239
256
  :return: The RNA type or default when not found.
240
- :rtype: bpy.types.Struct
241
257
  """
242
258
 
243
259
  def bl_rna_get_subclass_py(self) -> typing.Any:
244
260
  """
245
261
 
246
262
  :return: The class or default when not found.
247
- :rtype: typing.Any
248
263
  """
249
264
 
250
265
  def draw(self, context) -> None:
@@ -274,14 +289,12 @@ class RENDER_PT_eevee_clamping_surface(RenderButtonsPanel, _bpy_types.Panel):
274
289
  """
275
290
 
276
291
  :return: The RNA type or default when not found.
277
- :rtype: bpy.types.Struct
278
292
  """
279
293
 
280
294
  def bl_rna_get_subclass_py(self) -> typing.Any:
281
295
  """
282
296
 
283
297
  :return: The class or default when not found.
284
- :rtype: typing.Any
285
298
  """
286
299
 
287
300
  def draw(self, context) -> None:
@@ -311,14 +324,12 @@ class RENDER_PT_eevee_clamping_volume(RenderButtonsPanel, _bpy_types.Panel):
311
324
  """
312
325
 
313
326
  :return: The RNA type or default when not found.
314
- :rtype: bpy.types.Struct
315
327
  """
316
328
 
317
329
  def bl_rna_get_subclass_py(self) -> typing.Any:
318
330
  """
319
331
 
320
332
  :return: The class or default when not found.
321
- :rtype: typing.Any
322
333
  """
323
334
 
324
335
  def draw(self, context) -> None:
@@ -349,14 +360,12 @@ class RENDER_PT_eevee_denoise(RenderButtonsPanel, _bpy_types.Panel):
349
360
  """
350
361
 
351
362
  :return: The RNA type or default when not found.
352
- :rtype: bpy.types.Struct
353
363
  """
354
364
 
355
365
  def bl_rna_get_subclass_py(self) -> typing.Any:
356
366
  """
357
367
 
358
368
  :return: The class or default when not found.
359
- :rtype: typing.Any
360
369
  """
361
370
 
362
371
  def draw(self, context) -> None:
@@ -392,14 +401,12 @@ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, _bpy_types.Panel):
392
401
  """
393
402
 
394
403
  :return: The RNA type or default when not found.
395
- :rtype: bpy.types.Struct
396
404
  """
397
405
 
398
406
  def bl_rna_get_subclass_py(self) -> typing.Any:
399
407
  """
400
408
 
401
409
  :return: The class or default when not found.
402
- :rtype: typing.Any
403
410
  """
404
411
 
405
412
  def draw(self, context) -> None:
@@ -429,14 +436,12 @@ class RENDER_PT_eevee_film(RenderButtonsPanel, _bpy_types.Panel):
429
436
  """
430
437
 
431
438
  :return: The RNA type or default when not found.
432
- :rtype: bpy.types.Struct
433
439
  """
434
440
 
435
441
  def bl_rna_get_subclass_py(self) -> typing.Any:
436
442
  """
437
443
 
438
444
  :return: The class or default when not found.
439
- :rtype: typing.Any
440
445
  """
441
446
 
442
447
  def draw(self, context) -> None:
@@ -467,14 +472,12 @@ class RENDER_PT_eevee_gi_approximation(RenderButtonsPanel, _bpy_types.Panel):
467
472
  """
468
473
 
469
474
  :return: The RNA type or default when not found.
470
- :rtype: bpy.types.Struct
471
475
  """
472
476
 
473
477
  def bl_rna_get_subclass_py(self) -> typing.Any:
474
478
  """
475
479
 
476
480
  :return: The class or default when not found.
477
- :rtype: typing.Any
478
481
  """
479
482
 
480
483
  def draw(self, context) -> None:
@@ -510,14 +513,12 @@ class RENDER_PT_eevee_hair(RenderButtonsPanel, _bpy_types.Panel):
510
513
  """
511
514
 
512
515
  :return: The RNA type or default when not found.
513
- :rtype: bpy.types.Struct
514
516
  """
515
517
 
516
518
  def bl_rna_get_subclass_py(self) -> typing.Any:
517
519
  """
518
520
 
519
521
  :return: The class or default when not found.
520
- :rtype: typing.Any
521
522
  """
522
523
 
523
524
  def draw(self, context) -> None:
@@ -547,14 +548,12 @@ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, _bpy_types.Panel):
547
548
  """
548
549
 
549
550
  :return: The RNA type or default when not found.
550
- :rtype: bpy.types.Struct
551
551
  """
552
552
 
553
553
  def bl_rna_get_subclass_py(self) -> typing.Any:
554
554
  """
555
555
 
556
556
  :return: The class or default when not found.
557
- :rtype: typing.Any
558
557
  """
559
558
 
560
559
  def draw(self, context) -> None:
@@ -591,14 +590,12 @@ class RENDER_PT_eevee_motion_blur_curve(RenderButtonsPanel, _bpy_types.Panel):
591
590
  """
592
591
 
593
592
  :return: The RNA type or default when not found.
594
- :rtype: bpy.types.Struct
595
593
  """
596
594
 
597
595
  def bl_rna_get_subclass_py(self) -> typing.Any:
598
596
  """
599
597
 
600
598
  :return: The class or default when not found.
601
- :rtype: typing.Any
602
599
  """
603
600
 
604
601
  def draw(self, context) -> None:
@@ -621,14 +618,12 @@ class RENDER_PT_eevee_performance(RenderButtonsPanel, _bpy_types.Panel):
621
618
  """
622
619
 
623
620
  :return: The RNA type or default when not found.
624
- :rtype: bpy.types.Struct
625
621
  """
626
622
 
627
623
  def bl_rna_get_subclass_py(self) -> typing.Any:
628
624
  """
629
625
 
630
626
  :return: The class or default when not found.
631
- :rtype: typing.Any
632
627
  """
633
628
 
634
629
  def draw(self, context) -> None:
@@ -661,14 +656,12 @@ class RENDER_PT_eevee_performance_compositor(
661
656
  """
662
657
 
663
658
  :return: The RNA type or default when not found.
664
- :rtype: bpy.types.Struct
665
659
  """
666
660
 
667
661
  def bl_rna_get_subclass_py(self) -> typing.Any:
668
662
  """
669
663
 
670
664
  :return: The class or default when not found.
671
- :rtype: typing.Any
672
665
  """
673
666
 
674
667
  class RENDER_PT_eevee_performance_compositor_denoise_settings(
@@ -688,14 +681,12 @@ class RENDER_PT_eevee_performance_compositor_denoise_settings(
688
681
  """
689
682
 
690
683
  :return: The RNA type or default when not found.
691
- :rtype: bpy.types.Struct
692
684
  """
693
685
 
694
686
  def bl_rna_get_subclass_py(self) -> typing.Any:
695
687
  """
696
688
 
697
689
  :return: The class or default when not found.
698
- :rtype: typing.Any
699
690
  """
700
691
 
701
692
  class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, _bpy_types.Panel):
@@ -713,14 +704,12 @@ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, _bpy_types.Panel):
713
704
  """
714
705
 
715
706
  :return: The RNA type or default when not found.
716
- :rtype: bpy.types.Struct
717
707
  """
718
708
 
719
709
  def bl_rna_get_subclass_py(self) -> typing.Any:
720
710
  """
721
711
 
722
712
  :return: The class or default when not found.
723
- :rtype: typing.Any
724
713
  """
725
714
 
726
715
  def draw(self, context) -> None:
@@ -751,14 +740,12 @@ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, _bpy_types.Panel)
751
740
  """
752
741
 
753
742
  :return: The RNA type or default when not found.
754
- :rtype: bpy.types.Struct
755
743
  """
756
744
 
757
745
  def bl_rna_get_subclass_py(self) -> typing.Any:
758
746
  """
759
747
 
760
748
  :return: The class or default when not found.
761
- :rtype: typing.Any
762
749
  """
763
750
 
764
751
  def draw(self, context) -> None:
@@ -788,14 +775,12 @@ class RENDER_PT_eevee_raytracing(RenderButtonsPanel, _bpy_types.Panel):
788
775
  """
789
776
 
790
777
  :return: The RNA type or default when not found.
791
- :rtype: bpy.types.Struct
792
778
  """
793
779
 
794
780
  def bl_rna_get_subclass_py(self) -> typing.Any:
795
781
  """
796
782
 
797
783
  :return: The class or default when not found.
798
- :rtype: typing.Any
799
784
  """
800
785
 
801
786
  def draw(self, context) -> None:
@@ -837,14 +822,12 @@ class RENDER_PT_eevee_raytracing_presets(bl_ui.utils.PresetPanel, _bpy_types.Pan
837
822
  """
838
823
 
839
824
  :return: The RNA type or default when not found.
840
- :rtype: bpy.types.Struct
841
825
  """
842
826
 
843
827
  def bl_rna_get_subclass_py(self) -> typing.Any:
844
828
  """
845
829
 
846
830
  :return: The class or default when not found.
847
- :rtype: typing.Any
848
831
  """
849
832
 
850
833
  class RENDER_PT_eevee_sampling(RenderButtonsPanel, _bpy_types.Panel):
@@ -860,14 +843,12 @@ class RENDER_PT_eevee_sampling(RenderButtonsPanel, _bpy_types.Panel):
860
843
  """
861
844
 
862
845
  :return: The RNA type or default when not found.
863
- :rtype: bpy.types.Struct
864
846
  """
865
847
 
866
848
  def bl_rna_get_subclass_py(self) -> typing.Any:
867
849
  """
868
850
 
869
851
  :return: The class or default when not found.
870
- :rtype: typing.Any
871
852
  """
872
853
 
873
854
  def draw(self, context) -> None:
@@ -898,14 +879,12 @@ class RENDER_PT_eevee_sampling_advanced(RenderButtonsPanel, _bpy_types.Panel):
898
879
  """
899
880
 
900
881
  :return: The RNA type or default when not found.
901
- :rtype: bpy.types.Struct
902
882
  """
903
883
 
904
884
  def bl_rna_get_subclass_py(self) -> typing.Any:
905
885
  """
906
886
 
907
887
  :return: The class or default when not found.
908
- :rtype: typing.Any
909
888
  """
910
889
 
911
890
  def draw(self, context) -> None:
@@ -935,14 +914,12 @@ class RENDER_PT_eevee_sampling_render(RenderButtonsPanel, _bpy_types.Panel):
935
914
  """
936
915
 
937
916
  :return: The RNA type or default when not found.
938
- :rtype: bpy.types.Struct
939
917
  """
940
918
 
941
919
  def bl_rna_get_subclass_py(self) -> typing.Any:
942
920
  """
943
921
 
944
922
  :return: The class or default when not found.
945
- :rtype: typing.Any
946
923
  """
947
924
 
948
925
  def draw(self, context) -> None:
@@ -973,14 +950,12 @@ class RENDER_PT_eevee_sampling_shadows(RenderButtonsPanel, _bpy_types.Panel):
973
950
  """
974
951
 
975
952
  :return: The RNA type or default when not found.
976
- :rtype: bpy.types.Struct
977
953
  """
978
954
 
979
955
  def bl_rna_get_subclass_py(self) -> typing.Any:
980
956
  """
981
957
 
982
958
  :return: The class or default when not found.
983
- :rtype: typing.Any
984
959
  """
985
960
 
986
961
  def draw(self, context) -> None:
@@ -1016,14 +991,12 @@ class RENDER_PT_eevee_sampling_viewport(RenderButtonsPanel, _bpy_types.Panel):
1016
991
  """
1017
992
 
1018
993
  :return: The RNA type or default when not found.
1019
- :rtype: bpy.types.Struct
1020
994
  """
1021
995
 
1022
996
  def bl_rna_get_subclass_py(self) -> typing.Any:
1023
997
  """
1024
998
 
1025
999
  :return: The class or default when not found.
1026
- :rtype: typing.Any
1027
1000
  """
1028
1001
 
1029
1002
  def draw(self, context) -> None:
@@ -1054,14 +1027,12 @@ class RENDER_PT_eevee_screen_trace(RenderButtonsPanel, _bpy_types.Panel):
1054
1027
  """
1055
1028
 
1056
1029
  :return: The RNA type or default when not found.
1057
- :rtype: bpy.types.Struct
1058
1030
  """
1059
1031
 
1060
1032
  def bl_rna_get_subclass_py(self) -> typing.Any:
1061
1033
  """
1062
1034
 
1063
1035
  :return: The class or default when not found.
1064
- :rtype: typing.Any
1065
1036
  """
1066
1037
 
1067
1038
  def draw(self, context) -> None:
@@ -1091,14 +1062,12 @@ class RENDER_PT_eevee_volumes(RenderButtonsPanel, _bpy_types.Panel):
1091
1062
  """
1092
1063
 
1093
1064
  :return: The RNA type or default when not found.
1094
- :rtype: bpy.types.Struct
1095
1065
  """
1096
1066
 
1097
1067
  def bl_rna_get_subclass_py(self) -> typing.Any:
1098
1068
  """
1099
1069
 
1100
1070
  :return: The class or default when not found.
1101
- :rtype: typing.Any
1102
1071
  """
1103
1072
 
1104
1073
  def draw(self, context) -> None:
@@ -1129,14 +1098,12 @@ class RENDER_PT_eevee_volumes_range(RenderButtonsPanel, _bpy_types.Panel):
1129
1098
  """
1130
1099
 
1131
1100
  :return: The RNA type or default when not found.
1132
- :rtype: bpy.types.Struct
1133
1101
  """
1134
1102
 
1135
1103
  def bl_rna_get_subclass_py(self) -> typing.Any:
1136
1104
  """
1137
1105
 
1138
1106
  :return: The class or default when not found.
1139
- :rtype: typing.Any
1140
1107
  """
1141
1108
 
1142
1109
  def draw(self, context) -> None:
@@ -1173,14 +1140,12 @@ class RENDER_PT_gpencil(RenderButtonsPanel, _bpy_types.Panel):
1173
1140
  """
1174
1141
 
1175
1142
  :return: The RNA type or default when not found.
1176
- :rtype: bpy.types.Struct
1177
1143
  """
1178
1144
 
1179
1145
  def bl_rna_get_subclass_py(self) -> typing.Any:
1180
1146
  """
1181
1147
 
1182
1148
  :return: The class or default when not found.
1183
- :rtype: typing.Any
1184
1149
  """
1185
1150
 
1186
1151
  def draw(self, context) -> None:
@@ -1211,14 +1176,12 @@ class RENDER_PT_grease_pencil_render(RenderButtonsPanel, _bpy_types.Panel):
1211
1176
  """
1212
1177
 
1213
1178
  :return: The RNA type or default when not found.
1214
- :rtype: bpy.types.Struct
1215
1179
  """
1216
1180
 
1217
1181
  def bl_rna_get_subclass_py(self) -> typing.Any:
1218
1182
  """
1219
1183
 
1220
1184
  :return: The class or default when not found.
1221
- :rtype: typing.Any
1222
1185
  """
1223
1186
 
1224
1187
  def draw(self, context) -> None:
@@ -1242,14 +1205,12 @@ class RENDER_PT_grease_pencil_viewport(RenderButtonsPanel, _bpy_types.Panel):
1242
1205
  """
1243
1206
 
1244
1207
  :return: The RNA type or default when not found.
1245
- :rtype: bpy.types.Struct
1246
1208
  """
1247
1209
 
1248
1210
  def bl_rna_get_subclass_py(self) -> typing.Any:
1249
1211
  """
1250
1212
 
1251
1213
  :return: The class or default when not found.
1252
- :rtype: typing.Any
1253
1214
  """
1254
1215
 
1255
1216
  def draw(self, context) -> None:
@@ -1273,14 +1234,12 @@ class RENDER_PT_hydra_debug(RenderButtonsPanel, _bpy_types.Panel):
1273
1234
  """
1274
1235
 
1275
1236
  :return: The RNA type or default when not found.
1276
- :rtype: bpy.types.Struct
1277
1237
  """
1278
1238
 
1279
1239
  def bl_rna_get_subclass_py(self) -> typing.Any:
1280
1240
  """
1281
1241
 
1282
1242
  :return: The class or default when not found.
1283
- :rtype: typing.Any
1284
1243
  """
1285
1244
 
1286
1245
  def draw(self, context) -> None:
@@ -1309,14 +1268,12 @@ class RENDER_PT_opengl_color(RenderButtonsPanel, _bpy_types.Panel):
1309
1268
  """
1310
1269
 
1311
1270
  :return: The RNA type or default when not found.
1312
- :rtype: bpy.types.Struct
1313
1271
  """
1314
1272
 
1315
1273
  def bl_rna_get_subclass_py(self) -> typing.Any:
1316
1274
  """
1317
1275
 
1318
1276
  :return: The class or default when not found.
1319
- :rtype: typing.Any
1320
1277
  """
1321
1278
 
1322
1279
  def draw(self, context) -> None:
@@ -1346,14 +1303,12 @@ class RENDER_PT_opengl_film(RenderButtonsPanel, _bpy_types.Panel):
1346
1303
  """
1347
1304
 
1348
1305
  :return: The RNA type or default when not found.
1349
- :rtype: bpy.types.Struct
1350
1306
  """
1351
1307
 
1352
1308
  def bl_rna_get_subclass_py(self) -> typing.Any:
1353
1309
  """
1354
1310
 
1355
1311
  :return: The class or default when not found.
1356
- :rtype: typing.Any
1357
1312
  """
1358
1313
 
1359
1314
  def draw(self, context) -> None:
@@ -1375,14 +1330,12 @@ class RENDER_PT_opengl_lighting(RenderButtonsPanel, _bpy_types.Panel):
1375
1330
  """
1376
1331
 
1377
1332
  :return: The RNA type or default when not found.
1378
- :rtype: bpy.types.Struct
1379
1333
  """
1380
1334
 
1381
1335
  def bl_rna_get_subclass_py(self) -> typing.Any:
1382
1336
  """
1383
1337
 
1384
1338
  :return: The class or default when not found.
1385
- :rtype: typing.Any
1386
1339
  """
1387
1340
 
1388
1341
  def draw(self, context) -> None:
@@ -1411,14 +1364,12 @@ class RENDER_PT_opengl_options(RenderButtonsPanel, _bpy_types.Panel):
1411
1364
  """
1412
1365
 
1413
1366
  :return: The RNA type or default when not found.
1414
- :rtype: bpy.types.Struct
1415
1367
  """
1416
1368
 
1417
1369
  def bl_rna_get_subclass_py(self) -> typing.Any:
1418
1370
  """
1419
1371
 
1420
1372
  :return: The class or default when not found.
1421
- :rtype: typing.Any
1422
1373
  """
1423
1374
 
1424
1375
  def draw(self, context) -> None:
@@ -1447,14 +1398,12 @@ class RENDER_PT_opengl_sampling(RenderButtonsPanel, _bpy_types.Panel):
1447
1398
  """
1448
1399
 
1449
1400
  :return: The RNA type or default when not found.
1450
- :rtype: bpy.types.Struct
1451
1401
  """
1452
1402
 
1453
1403
  def bl_rna_get_subclass_py(self) -> typing.Any:
1454
1404
  """
1455
1405
 
1456
1406
  :return: The class or default when not found.
1457
- :rtype: typing.Any
1458
1407
  """
1459
1408
 
1460
1409
  def draw(self, context) -> None:
@@ -1484,14 +1433,12 @@ class RENDER_PT_simplify(RenderButtonsPanel, _bpy_types.Panel):
1484
1433
  """
1485
1434
 
1486
1435
  :return: The RNA type or default when not found.
1487
- :rtype: bpy.types.Struct
1488
1436
  """
1489
1437
 
1490
1438
  def bl_rna_get_subclass_py(self) -> typing.Any:
1491
1439
  """
1492
1440
 
1493
1441
  :return: The class or default when not found.
1494
- :rtype: typing.Any
1495
1442
  """
1496
1443
 
1497
1444
  def draw(self, context) -> None:
@@ -1525,14 +1472,12 @@ class RENDER_PT_simplify_greasepencil(
1525
1472
  """
1526
1473
 
1527
1474
  :return: The RNA type or default when not found.
1528
- :rtype: bpy.types.Struct
1529
1475
  """
1530
1476
 
1531
1477
  def bl_rna_get_subclass_py(self) -> typing.Any:
1532
1478
  """
1533
1479
 
1534
1480
  :return: The class or default when not found.
1535
- :rtype: typing.Any
1536
1481
  """
1537
1482
 
1538
1483
  class RENDER_PT_simplify_render(RenderButtonsPanel, _bpy_types.Panel):
@@ -1549,14 +1494,12 @@ class RENDER_PT_simplify_render(RenderButtonsPanel, _bpy_types.Panel):
1549
1494
  """
1550
1495
 
1551
1496
  :return: The RNA type or default when not found.
1552
- :rtype: bpy.types.Struct
1553
1497
  """
1554
1498
 
1555
1499
  def bl_rna_get_subclass_py(self) -> typing.Any:
1556
1500
  """
1557
1501
 
1558
1502
  :return: The class or default when not found.
1559
- :rtype: typing.Any
1560
1503
  """
1561
1504
 
1562
1505
  def draw(self, context) -> None:
@@ -1579,14 +1522,12 @@ class RENDER_PT_simplify_viewport(RenderButtonsPanel, _bpy_types.Panel):
1579
1522
  """
1580
1523
 
1581
1524
  :return: The RNA type or default when not found.
1582
- :rtype: bpy.types.Struct
1583
1525
  """
1584
1526
 
1585
1527
  def bl_rna_get_subclass_py(self) -> typing.Any:
1586
1528
  """
1587
1529
 
1588
1530
  :return: The class or default when not found.
1589
- :rtype: typing.Any
1590
1531
  """
1591
1532
 
1592
1533
  def draw(self, context) -> None: