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
_bpy_types/__init__.pyi CHANGED
@@ -13,14 +13,12 @@ class AddonPreferences:
13
13
  """
14
14
 
15
15
  :return: The RNA type or default when not found.
16
- :rtype: bpy.types.Struct
17
16
  """
18
17
 
19
18
  def bl_rna_get_subclass_py(self) -> typing.Any:
20
19
  """
21
20
 
22
21
  :return: The class or default when not found.
23
- :rtype: typing.Any
24
22
  """
25
23
 
26
24
  class AssetShelf:
@@ -31,14 +29,12 @@ class AssetShelf:
31
29
  """
32
30
 
33
31
  :return: The RNA type or default when not found.
34
- :rtype: bpy.types.Struct
35
32
  """
36
33
 
37
34
  def bl_rna_get_subclass_py(self) -> typing.Any:
38
35
  """
39
36
 
40
37
  :return: The class or default when not found.
41
- :rtype: typing.Any
42
38
  """
43
39
 
44
40
  class _GenericBone:
@@ -78,14 +74,12 @@ class BoneCollection:
78
74
  """
79
75
 
80
76
  :return: The RNA type or default when not found.
81
- :rtype: bpy.types.Struct
82
77
  """
83
78
 
84
79
  def bl_rna_get_subclass_py(self) -> typing.Any:
85
80
  """
86
81
 
87
82
  :return: The class or default when not found.
88
- :rtype: typing.Any
89
83
  """
90
84
 
91
85
  class Collection(bpy.types.ID):
@@ -98,14 +92,12 @@ class Collection(bpy.types.ID):
98
92
  """
99
93
 
100
94
  :return: The RNA type or default when not found.
101
- :rtype: bpy.types.Struct
102
95
  """
103
96
 
104
97
  def bl_rna_get_subclass_py(self) -> typing.Any:
105
98
  """
106
99
 
107
100
  :return: The class or default when not found.
108
- :rtype: typing.Any
109
101
  """
110
102
 
111
103
  class Context:
@@ -116,36 +108,31 @@ class Context:
116
108
  """
117
109
 
118
110
  :return: The RNA type or default when not found.
119
- :rtype: bpy.types.Struct
120
111
  """
121
112
 
122
113
  def bl_rna_get_subclass_py(self) -> typing.Any:
123
114
  """
124
115
 
125
116
  :return: The class or default when not found.
126
- :rtype: typing.Any
127
117
  """
128
118
 
129
119
  def copy(self) -> dict[str, typing.Any]:
130
120
  """Get context members as a dictionary.
131
121
 
132
122
  :return:
133
- :rtype: dict[str, typing.Any]
134
123
  """
135
124
 
136
125
  def path_resolve(self, path: str, coerce: bool = True) -> None:
137
126
  """Returns the property from the path, raise an exception when not found.
138
127
 
139
128
  :param path: patch which this property resolves.
140
- :type path: str
141
129
  :param coerce: optional argument, when True, the property will be converted into its Python representation.
142
- :type coerce: bool
143
130
  """
144
131
 
145
- def temp_override(self) -> None:
132
+ def temp_override(self) -> bpy.types.ContextTempOverride:
146
133
  """Context manager to temporarily override members in the context.
147
134
 
148
- :return: The context manager .
135
+ :return: The context manager.
149
136
  """
150
137
 
151
138
  class FileHandler:
@@ -156,14 +143,12 @@ class FileHandler:
156
143
  """
157
144
 
158
145
  :return: The RNA type or default when not found.
159
- :rtype: bpy.types.Struct
160
146
  """
161
147
 
162
148
  def bl_rna_get_subclass_py(self) -> typing.Any:
163
149
  """
164
150
 
165
151
  :return: The class or default when not found.
166
- :rtype: typing.Any
167
152
  """
168
153
 
169
154
  class Gizmo:
@@ -174,14 +159,12 @@ class Gizmo:
174
159
  """
175
160
 
176
161
  :return: The RNA type or default when not found.
177
- :rtype: bpy.types.Struct
178
162
  """
179
163
 
180
164
  def bl_rna_get_subclass_py(self) -> typing.Any:
181
165
  """
182
166
 
183
167
  :return: The class or default when not found.
184
- :rtype: typing.Any
185
168
  """
186
169
 
187
170
  def draw_custom_shape(
@@ -196,12 +179,9 @@ class Gizmo:
196
179
  """Draw a shape created form `Gizmo.draw_custom_shape`.
197
180
 
198
181
  :param shape: The cached shape to draw.
199
- :type shape: typing.Any
200
182
  :param matrix: 4x4 matrix, when not given `Gizmo.matrix_world` is used.
201
- :type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
202
183
  :param select_id: The selection id.
203
184
  Only use when drawing within `Gizmo.draw_select`.
204
- :type select_id: int | None
205
185
  """
206
186
 
207
187
  @staticmethod
@@ -211,11 +191,8 @@ class Gizmo:
211
191
  """Create a new shape that can be passed to `Gizmo.draw_custom_shape`.
212
192
 
213
193
  :param type: The type of shape to create in (POINTS, LINES, TRIS, LINE_STRIP).
214
- :type type: str
215
194
  :param verts: Sequence of 2D or 3D coordinates.
216
- :type verts: collections.abc.Sequence[collections.abc.Sequence[float]]
217
195
  :return: The newly created shape (the return type make change).
218
- :rtype: typing.Any
219
196
  """
220
197
 
221
198
  class GizmoGroup:
@@ -226,14 +203,12 @@ class GizmoGroup:
226
203
  """
227
204
 
228
205
  :return: The RNA type or default when not found.
229
- :rtype: bpy.types.Struct
230
206
  """
231
207
 
232
208
  def bl_rna_get_subclass_py(self) -> typing.Any:
233
209
  """
234
210
 
235
211
  :return: The class or default when not found.
236
- :rtype: typing.Any
237
212
  """
238
213
 
239
214
  class GreasePencilDrawing:
@@ -245,14 +220,12 @@ class GreasePencilDrawing:
245
220
  """
246
221
 
247
222
  :return: The RNA type or default when not found.
248
- :rtype: bpy.types.Struct
249
223
  """
250
224
 
251
225
  def bl_rna_get_subclass_py(self) -> typing.Any:
252
226
  """
253
227
 
254
228
  :return: The class or default when not found.
255
- :rtype: typing.Any
256
229
  """
257
230
 
258
231
  class _GenericUI:
@@ -289,14 +262,12 @@ class RenderEngine:
289
262
  """
290
263
 
291
264
  :return: The RNA type or default when not found.
292
- :rtype: bpy.types.Struct
293
265
  """
294
266
 
295
267
  def bl_rna_get_subclass_py(self) -> typing.Any:
296
268
  """
297
269
 
298
270
  :return: The class or default when not found.
299
- :rtype: typing.Any
300
271
  """
301
272
 
302
273
  class KeyingSetInfo:
@@ -307,14 +278,12 @@ class KeyingSetInfo:
307
278
  """
308
279
 
309
280
  :return: The RNA type or default when not found.
310
- :rtype: bpy.types.Struct
311
281
  """
312
282
 
313
283
  def bl_rna_get_subclass_py(self) -> typing.Any:
314
284
  """
315
285
 
316
286
  :return: The class or default when not found.
317
- :rtype: typing.Any
318
287
  """
319
288
 
320
289
  class Library(bpy.types.ID):
@@ -326,14 +295,12 @@ class Library(bpy.types.ID):
326
295
  """
327
296
 
328
297
  :return: The RNA type or default when not found.
329
- :rtype: bpy.types.Struct
330
298
  """
331
299
 
332
300
  def bl_rna_get_subclass_py(self) -> typing.Any:
333
301
  """
334
302
 
335
303
  :return: The class or default when not found.
336
- :rtype: typing.Any
337
304
  """
338
305
 
339
306
  class Light(bpy.types.ID):
@@ -344,14 +311,12 @@ class Light(bpy.types.ID):
344
311
  """
345
312
 
346
313
  :return: The RNA type or default when not found.
347
- :rtype: bpy.types.Struct
348
314
  """
349
315
 
350
316
  def bl_rna_get_subclass_py(self) -> typing.Any:
351
317
  """
352
318
 
353
319
  :return: The class or default when not found.
354
- :rtype: typing.Any
355
320
  """
356
321
 
357
322
  def cycles(self, *args, **kwargs) -> None:
@@ -376,14 +341,12 @@ class Macro:
376
341
  """
377
342
 
378
343
  :return: The RNA type or default when not found.
379
- :rtype: bpy.types.Struct
380
344
  """
381
345
 
382
346
  def bl_rna_get_subclass_py(self) -> typing.Any:
383
347
  """
384
348
 
385
349
  :return: The class or default when not found.
386
- :rtype: typing.Any
387
350
  """
388
351
 
389
352
  @classmethod
@@ -391,9 +354,7 @@ class Macro:
391
354
  """Append an operator to a registered macro class.
392
355
 
393
356
  :param operator: Identifier of the operator. This does not have to be defined when this function is called.
394
- :type operator: str
395
357
  :return: The operator macro for property access.
396
- :rtype: bpy.types.OperatorMacro
397
358
  """
398
359
 
399
360
  class Material(bpy.types.ID):
@@ -404,14 +365,12 @@ class Material(bpy.types.ID):
404
365
  """
405
366
 
406
367
  :return: The RNA type or default when not found.
407
- :rtype: bpy.types.Struct
408
368
  """
409
369
 
410
370
  def bl_rna_get_subclass_py(self) -> typing.Any:
411
371
  """
412
372
 
413
373
  :return: The class or default when not found.
414
- :rtype: typing.Any
415
374
  """
416
375
 
417
376
  def cycles(self, *args, **kwargs) -> None:
@@ -440,14 +399,12 @@ class Mesh(bpy.types.ID):
440
399
  """
441
400
 
442
401
  :return: The RNA type or default when not found.
443
- :rtype: bpy.types.Struct
444
402
  """
445
403
 
446
404
  def bl_rna_get_subclass_py(self) -> typing.Any:
447
405
  """
448
406
 
449
407
  :return: The class or default when not found.
450
- :rtype: typing.Any
451
408
  """
452
409
 
453
410
  def cycles(self, *args, **kwargs) -> None:
@@ -471,15 +428,12 @@ class Mesh(bpy.types.ID):
471
428
 
472
429
  :param vertices: float triplets each representing (X, Y, Z)
473
430
  eg: [(0.0, 1.0, 0.5), ...].
474
- :type vertices: collections.abc.Iterable[collections.abc.Sequence[float]]
475
431
  :param edges: int pairs, each pair contains two indices to the
476
432
  vertices argument. eg: [(1, 2), ...]
477
433
 
478
434
  When an empty iterable is passed in, the edges are inferred from the polygons.
479
- :type edges: collections.abc.Iterable[collections.abc.Sequence[int]]
480
435
  :param faces: iterator of faces, each faces contains three or more indices to
481
436
  the vertices argument. eg: [(5, 6, 8, 9), (1, 2, 3), ...]
482
- :type faces: collections.abc.Iterable[collections.abc.Sequence[int]]
483
437
  :param shade_flat:
484
438
  """
485
439
 
@@ -509,14 +463,12 @@ class MeshEdge:
509
463
  """
510
464
 
511
465
  :return: The RNA type or default when not found.
512
- :rtype: bpy.types.Struct
513
466
  """
514
467
 
515
468
  def bl_rna_get_subclass_py(self) -> typing.Any:
516
469
  """
517
470
 
518
471
  :return: The class or default when not found.
519
- :rtype: typing.Any
520
472
  """
521
473
 
522
474
  class MeshLoopTriangle:
@@ -529,14 +481,12 @@ class MeshLoopTriangle:
529
481
  """
530
482
 
531
483
  :return: The RNA type or default when not found.
532
- :rtype: bpy.types.Struct
533
484
  """
534
485
 
535
486
  def bl_rna_get_subclass_py(self) -> typing.Any:
536
487
  """
537
488
 
538
489
  :return: The class or default when not found.
539
- :rtype: typing.Any
540
490
  """
541
491
 
542
492
  class MeshPolygon:
@@ -549,14 +499,12 @@ class MeshPolygon:
549
499
  """
550
500
 
551
501
  :return: The RNA type or default when not found.
552
- :rtype: bpy.types.Struct
553
502
  """
554
503
 
555
504
  def bl_rna_get_subclass_py(self) -> typing.Any:
556
505
  """
557
506
 
558
507
  :return: The class or default when not found.
559
- :rtype: typing.Any
560
508
  """
561
509
 
562
510
  class Node:
@@ -567,14 +515,12 @@ class Node:
567
515
  """
568
516
 
569
517
  :return: The RNA type or default when not found.
570
- :rtype: bpy.types.Struct
571
518
  """
572
519
 
573
520
  def bl_rna_get_subclass_py(self) -> typing.Any:
574
521
  """
575
522
 
576
523
  :return: The class or default when not found.
577
- :rtype: typing.Any
578
524
  """
579
525
 
580
526
  def is_registered_node_type(self, *args, **kwargs) -> None:
@@ -601,14 +547,12 @@ class NodeSocket:
601
547
  """
602
548
 
603
549
  :return: The RNA type or default when not found.
604
- :rtype: bpy.types.Struct
605
550
  """
606
551
 
607
552
  def bl_rna_get_subclass_py(self) -> typing.Any:
608
553
  """
609
554
 
610
555
  :return: The class or default when not found.
611
- :rtype: typing.Any
612
556
  """
613
557
 
614
558
  class NodeTree(bpy.types.ID):
@@ -619,14 +563,12 @@ class NodeTree(bpy.types.ID):
619
563
  """
620
564
 
621
565
  :return: The RNA type or default when not found.
622
- :rtype: bpy.types.Struct
623
566
  """
624
567
 
625
568
  def bl_rna_get_subclass_py(self) -> typing.Any:
626
569
  """
627
570
 
628
571
  :return: The class or default when not found.
629
- :rtype: typing.Any
630
572
  """
631
573
 
632
574
  class NodeTreeInterfaceItem:
@@ -637,14 +579,12 @@ class NodeTreeInterfaceItem:
637
579
  """
638
580
 
639
581
  :return: The RNA type or default when not found.
640
- :rtype: bpy.types.Struct
641
582
  """
642
583
 
643
584
  def bl_rna_get_subclass_py(self) -> typing.Any:
644
585
  """
645
586
 
646
587
  :return: The class or default when not found.
647
- :rtype: typing.Any
648
588
  """
649
589
 
650
590
  class Object(bpy.types.ID):
@@ -666,14 +606,12 @@ class Object(bpy.types.ID):
666
606
  """
667
607
 
668
608
  :return: The RNA type or default when not found.
669
- :rtype: bpy.types.Struct
670
609
  """
671
610
 
672
611
  def bl_rna_get_subclass_py(self) -> typing.Any:
673
612
  """
674
613
 
675
614
  :return: The class or default when not found.
676
- :rtype: typing.Any
677
615
  """
678
616
 
679
617
  def cycles(self, *args, **kwargs) -> None:
@@ -711,14 +649,12 @@ class Operator:
711
649
  """
712
650
 
713
651
  :return: The RNA type or default when not found.
714
- :rtype: bpy.types.Struct
715
652
  """
716
653
 
717
654
  def bl_rna_get_subclass_py(self) -> typing.Any:
718
655
  """
719
656
 
720
657
  :return: The class or default when not found.
721
- :rtype: typing.Any
722
658
  """
723
659
 
724
660
  class PropertyGroup:
@@ -729,14 +665,12 @@ class PropertyGroup:
729
665
  """
730
666
 
731
667
  :return: The RNA type or default when not found.
732
- :rtype: bpy.types.Struct
733
668
  """
734
669
 
735
670
  def bl_rna_get_subclass_py(self) -> typing.Any:
736
671
  """
737
672
 
738
673
  :return: The class or default when not found.
739
- :rtype: typing.Any
740
674
  """
741
675
 
742
676
  class Sound(bpy.types.ID):
@@ -748,14 +682,12 @@ class Sound(bpy.types.ID):
748
682
  """
749
683
 
750
684
  :return: The RNA type or default when not found.
751
- :rtype: bpy.types.Struct
752
685
  """
753
686
 
754
687
  def bl_rna_get_subclass_py(self) -> typing.Any:
755
688
  """
756
689
 
757
690
  :return: The class or default when not found.
758
- :rtype: typing.Any
759
691
  """
760
692
 
761
693
  class Text(bpy.types.ID):
@@ -767,21 +699,18 @@ class Text(bpy.types.ID):
767
699
  """
768
700
 
769
701
  :return: The RNA type or default when not found.
770
- :rtype: bpy.types.Struct
771
702
  """
772
703
 
773
704
  def bl_rna_get_subclass_py(self) -> typing.Any:
774
705
  """
775
706
 
776
707
  :return: The class or default when not found.
777
- :rtype: typing.Any
778
708
  """
779
709
 
780
710
  def region_as_string(self) -> str:
781
711
  """
782
712
 
783
713
  :return: The specified region as a string.
784
- :rtype: str
785
714
  """
786
715
 
787
716
  def region_from_string(self) -> None: ...
@@ -796,14 +725,12 @@ class Texture(bpy.types.ID):
796
725
  """
797
726
 
798
727
  :return: The RNA type or default when not found.
799
- :rtype: bpy.types.Struct
800
728
  """
801
729
 
802
730
  def bl_rna_get_subclass_py(self) -> typing.Any:
803
731
  """
804
732
 
805
733
  :return: The class or default when not found.
806
- :rtype: typing.Any
807
734
  """
808
735
 
809
736
  class USDHook:
@@ -814,14 +741,12 @@ class USDHook:
814
741
  """
815
742
 
816
743
  :return: The RNA type or default when not found.
817
- :rtype: bpy.types.Struct
818
744
  """
819
745
 
820
746
  def bl_rna_get_subclass_py(self) -> typing.Any:
821
747
  """
822
748
 
823
749
  :return: The class or default when not found.
824
- :rtype: typing.Any
825
750
  """
826
751
 
827
752
  class WindowManager(bpy.types.ID):
@@ -868,14 +793,12 @@ class WindowManager(bpy.types.ID):
868
793
  """
869
794
 
870
795
  :return: The RNA type or default when not found.
871
- :rtype: bpy.types.Struct
872
796
  """
873
797
 
874
798
  def bl_rna_get_subclass_py(self) -> typing.Any:
875
799
  """
876
800
 
877
801
  :return: The class or default when not found.
878
- :rtype: typing.Any
879
802
  """
880
803
 
881
804
  @classmethod
@@ -885,13 +808,19 @@ class WindowManager(bpy.types.ID):
885
808
  Note: All arguments are positional only for now.
886
809
 
887
810
  :return: Handler that can be removed later on.
888
- :rtype: typing.Any
889
811
  """
890
812
 
891
813
  @classmethod
892
814
  def draw_cursor_remove(cls) -> None:
893
815
  """Remove a draw cursor handler that was added previously."""
894
816
 
817
+ def extension_repo_filter(self, *args, **kwargs) -> None:
818
+ """Intermediate storage for properties before registration.
819
+
820
+ :param args:
821
+ :param kwargs:
822
+ """
823
+
895
824
  def extension_search(self, *args, **kwargs) -> None:
896
825
  """Intermediate storage for properties before registration.
897
826
 
@@ -927,6 +856,13 @@ class WindowManager(bpy.types.ID):
927
856
  :param kwargs:
928
857
  """
929
858
 
859
+ def extension_use_filter(self, *args, **kwargs) -> None:
860
+ """Intermediate storage for properties before registration.
861
+
862
+ :param args:
863
+ :param kwargs:
864
+ """
865
+
930
866
  def fileselect_add(self, *args, **kwargs) -> None:
931
867
  """WindowManager.fileselect_add(operator)
932
868
  Opens a file selector with an operator.
@@ -1120,14 +1056,12 @@ class WorkSpace(bpy.types.ID):
1120
1056
  """
1121
1057
 
1122
1058
  :return: The RNA type or default when not found.
1123
- :rtype: bpy.types.Struct
1124
1059
  """
1125
1060
 
1126
1061
  def bl_rna_get_subclass_py(self) -> typing.Any:
1127
1062
  """
1128
1063
 
1129
1064
  :return: The class or default when not found.
1130
- :rtype: typing.Any
1131
1065
  """
1132
1066
 
1133
1067
  def status_text_set(self, text) -> None:
@@ -1153,14 +1087,12 @@ class World(bpy.types.ID):
1153
1087
  """
1154
1088
 
1155
1089
  :return: The RNA type or default when not found.
1156
- :rtype: bpy.types.Struct
1157
1090
  """
1158
1091
 
1159
1092
  def bl_rna_get_subclass_py(self) -> typing.Any:
1160
1093
  """
1161
1094
 
1162
1095
  :return: The class or default when not found.
1163
- :rtype: typing.Any
1164
1096
  """
1165
1097
 
1166
1098
  def cycles(self, *args, **kwargs) -> None:
@@ -1224,14 +1156,12 @@ class Bone(_GenericBone):
1224
1156
  """
1225
1157
 
1226
1158
  :return: The RNA type or default when not found.
1227
- :rtype: bpy.types.Struct
1228
1159
  """
1229
1160
 
1230
1161
  def bl_rna_get_subclass_py(self) -> typing.Any:
1231
1162
  """
1232
1163
 
1233
1164
  :return: The class or default when not found.
1234
- :rtype: typing.Any
1235
1165
  """
1236
1166
 
1237
1167
  class EditBone(_GenericBone):
@@ -1263,14 +1193,12 @@ class EditBone(_GenericBone):
1263
1193
  """
1264
1194
 
1265
1195
  :return: The RNA type or default when not found.
1266
- :rtype: bpy.types.Struct
1267
1196
  """
1268
1197
 
1269
1198
  def bl_rna_get_subclass_py(self) -> typing.Any:
1270
1199
  """
1271
1200
 
1272
1201
  :return: The class or default when not found.
1273
- :rtype: typing.Any
1274
1202
  """
1275
1203
 
1276
1204
  def transform(
@@ -1285,12 +1213,9 @@ class EditBone(_GenericBone):
1285
1213
  (when the matrix has a scale component).
1286
1214
 
1287
1215
  :param matrix: 3x3 or 4x4 transformation matrix.
1288
- :type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix
1289
1216
  :param scale: Scale the bone envelope by the matrix.
1290
- :type scale: bool
1291
1217
  :param roll: Correct the roll to point in the same relative
1292
1218
  direction to the head and tail.
1293
- :type roll: bool
1294
1219
  """
1295
1220
 
1296
1221
  class PoseBone(_GenericBone):
@@ -1315,14 +1240,12 @@ class PoseBone(_GenericBone):
1315
1240
  """
1316
1241
 
1317
1242
  :return: The RNA type or default when not found.
1318
- :rtype: bpy.types.Struct
1319
1243
  """
1320
1244
 
1321
1245
  def bl_rna_get_subclass_py(self) -> typing.Any:
1322
1246
  """
1323
1247
 
1324
1248
  :return: The class or default when not found.
1325
- :rtype: typing.Any
1326
1249
  """
1327
1250
 
1328
1251
  class Header(_GenericUI):
@@ -1333,14 +1256,12 @@ class Header(_GenericUI):
1333
1256
  """
1334
1257
 
1335
1258
  :return: The RNA type or default when not found.
1336
- :rtype: bpy.types.Struct
1337
1259
  """
1338
1260
 
1339
1261
  def bl_rna_get_subclass_py(self) -> typing.Any:
1340
1262
  """
1341
1263
 
1342
1264
  :return: The class or default when not found.
1343
- :rtype: typing.Any
1344
1265
  """
1345
1266
 
1346
1267
  class Menu(_GenericUI):
@@ -1351,14 +1272,12 @@ class Menu(_GenericUI):
1351
1272
  """
1352
1273
 
1353
1274
  :return: The RNA type or default when not found.
1354
- :rtype: bpy.types.Struct
1355
1275
  """
1356
1276
 
1357
1277
  def bl_rna_get_subclass_py(self) -> typing.Any:
1358
1278
  """
1359
1279
 
1360
1280
  :return: The class or default when not found.
1361
- :rtype: typing.Any
1362
1281
  """
1363
1282
 
1364
1283
  @classmethod
@@ -1392,26 +1311,22 @@ class Menu(_GenericUI):
1392
1311
  display_name: collections.abc.Callable[str, str] | None = None,
1393
1312
  add_operator=None,
1394
1313
  add_operator_props=None,
1314
+ translate=True,
1395
1315
  ) -> None:
1396
1316
  """Populate a menu from a list of paths.
1397
1317
 
1398
1318
  :param searchpaths: Paths to scan.
1399
- :type searchpaths: collections.abc.Sequence[str]
1400
1319
  :param operator: The operator id to use with each file.
1401
- :type operator: str
1402
1320
  :param props_default: Properties to assign to each operator.
1403
- :type props_default: dict[str, typing.Any] | None
1404
1321
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1405
- :type prop_filepath: str
1406
1322
  :param filter_ext: Optional callback that takes the file extensions.
1407
1323
 
1408
1324
  Returning false excludes the file from the list.
1409
- :type filter_ext: None | collections.abc.Callable[str, bool] | None
1410
1325
  :param filter_path:
1411
1326
  :param display_name: Optional callback that takes the full path, returns the name to display.
1412
- :type display_name: collections.abc.Callable[str, str] | None
1413
1327
  :param add_operator:
1414
1328
  :param add_operator_props:
1329
+ :param translate:
1415
1330
  """
1416
1331
 
1417
1332
  class Panel(_GenericUI):
@@ -1422,14 +1337,12 @@ class Panel(_GenericUI):
1422
1337
  """
1423
1338
 
1424
1339
  :return: The RNA type or default when not found.
1425
- :rtype: bpy.types.Struct
1426
1340
  """
1427
1341
 
1428
1342
  def bl_rna_get_subclass_py(self) -> typing.Any:
1429
1343
  """
1430
1344
 
1431
1345
  :return: The class or default when not found.
1432
- :rtype: typing.Any
1433
1346
  """
1434
1347
 
1435
1348
  class UIList(_GenericUI):
@@ -1440,14 +1353,12 @@ class UIList(_GenericUI):
1440
1353
  """
1441
1354
 
1442
1355
  :return: The RNA type or default when not found.
1443
- :rtype: bpy.types.Struct
1444
1356
  """
1445
1357
 
1446
1358
  def bl_rna_get_subclass_py(self) -> typing.Any:
1447
1359
  """
1448
1360
 
1449
1361
  :return: The class or default when not found.
1450
- :rtype: typing.Any
1451
1362
  """
1452
1363
 
1453
1364
  class HydraRenderEngine(RenderEngine):
@@ -1460,14 +1371,12 @@ class HydraRenderEngine(RenderEngine):
1460
1371
  """
1461
1372
 
1462
1373
  :return: The RNA type or default when not found.
1463
- :rtype: bpy.types.Struct
1464
1374
  """
1465
1375
 
1466
1376
  def bl_rna_get_subclass_py(self) -> typing.Any:
1467
1377
  """
1468
1378
 
1469
1379
  :return: The class or default when not found.
1470
- :rtype: typing.Any
1471
1380
  """
1472
1381
 
1473
1382
  def get_render_settings(self, engine_type) -> None:
@@ -1511,14 +1420,12 @@ class NodeInternal(Node):
1511
1420
  """
1512
1421
 
1513
1422
  :return: The RNA type or default when not found.
1514
- :rtype: bpy.types.Struct
1515
1423
  """
1516
1424
 
1517
1425
  def bl_rna_get_subclass_py(self) -> typing.Any:
1518
1426
  """
1519
1427
 
1520
1428
  :return: The class or default when not found.
1521
- :rtype: typing.Any
1522
1429
  """
1523
1430
 
1524
1431
  def is_registered_node_type(self, *args, **kwargs) -> None:
@@ -1545,14 +1452,12 @@ class NodeTreeInterfaceSocket(NodeTreeInterfaceItem):
1545
1452
  """
1546
1453
 
1547
1454
  :return: The RNA type or default when not found.
1548
- :rtype: bpy.types.Struct
1549
1455
  """
1550
1456
 
1551
1457
  def bl_rna_get_subclass_py(self) -> typing.Any:
1552
1458
  """
1553
1459
 
1554
1460
  :return: The class or default when not found.
1555
- :rtype: typing.Any
1556
1461
  """
1557
1462
 
1558
1463
  class _RNAMetaPropGroup(_RNAMeta):
@@ -1566,14 +1471,12 @@ class CompositorNode(NodeInternal):
1566
1471
  """
1567
1472
 
1568
1473
  :return: The RNA type or default when not found.
1569
- :rtype: bpy.types.Struct
1570
1474
  """
1571
1475
 
1572
1476
  def bl_rna_get_subclass_py(self) -> typing.Any:
1573
1477
  """
1574
1478
 
1575
1479
  :return: The class or default when not found.
1576
- :rtype: typing.Any
1577
1480
  """
1578
1481
 
1579
1482
  def is_registered_node_type(self, *args, **kwargs) -> None:
@@ -1592,8 +1495,6 @@ class CompositorNode(NodeInternal):
1592
1495
  :param ntree:
1593
1496
  """
1594
1497
 
1595
- def update(self) -> None: ...
1596
-
1597
1498
  class GeometryNode(NodeInternal):
1598
1499
  bl_rna: typing.Any
1599
1500
  id_data: typing.Any
@@ -1602,14 +1503,12 @@ class GeometryNode(NodeInternal):
1602
1503
  """
1603
1504
 
1604
1505
  :return: The RNA type or default when not found.
1605
- :rtype: bpy.types.Struct
1606
1506
  """
1607
1507
 
1608
1508
  def bl_rna_get_subclass_py(self) -> typing.Any:
1609
1509
  """
1610
1510
 
1611
1511
  :return: The class or default when not found.
1612
- :rtype: typing.Any
1613
1512
  """
1614
1513
 
1615
1514
  def is_registered_node_type(self, *args, **kwargs) -> None:
@@ -1636,14 +1535,12 @@ class ShaderNode(NodeInternal):
1636
1535
  """
1637
1536
 
1638
1537
  :return: The RNA type or default when not found.
1639
- :rtype: bpy.types.Struct
1640
1538
  """
1641
1539
 
1642
1540
  def bl_rna_get_subclass_py(self) -> typing.Any:
1643
1541
  """
1644
1542
 
1645
1543
  :return: The class or default when not found.
1646
- :rtype: typing.Any
1647
1544
  """
1648
1545
 
1649
1546
  def is_registered_node_type(self, *args, **kwargs) -> None:
@@ -1670,14 +1567,12 @@ class TextureNode(NodeInternal):
1670
1567
  """
1671
1568
 
1672
1569
  :return: The RNA type or default when not found.
1673
- :rtype: bpy.types.Struct
1674
1570
  """
1675
1571
 
1676
1572
  def bl_rna_get_subclass_py(self) -> typing.Any:
1677
1573
  """
1678
1574
 
1679
1575
  :return: The class or default when not found.
1680
- :rtype: typing.Any
1681
1576
  """
1682
1577
 
1683
1578
  def is_registered_node_type(self, *args, **kwargs) -> None: