fake-bpy-module 20240210__py3-none-any.whl → 20240326__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 (309) hide show
  1. addon_utils/__init__.pyi +54 -11
  2. animsys_refactor/__init__.pyi +36 -7
  3. aud/__init__.pyi +307 -321
  4. bgl/__init__.pyi +2926 -865
  5. bl_app_override/__init__.pyi +14 -4
  6. bl_app_override/helpers/__init__.pyi +24 -3
  7. bl_app_template_utils/__init__.pyi +19 -5
  8. bl_console_utils/__init__.pyi +0 -1
  9. bl_console_utils/autocomplete/__init__.pyi +2 -3
  10. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
  11. bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
  12. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
  13. bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
  14. bl_i18n_utils/__init__.pyi +2 -3
  15. bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
  16. bl_i18n_utils/merge_po/__init__.pyi +4 -2
  17. bl_i18n_utils/settings/__init__.pyi +53 -7
  18. bl_i18n_utils/utils/__init__.pyi +332 -45
  19. bl_i18n_utils/utils_cli/__init__.pyi +29 -7
  20. bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
  21. bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
  22. bl_keymap_utils/__init__.pyi +2 -3
  23. bl_keymap_utils/io/__init__.pyi +44 -10
  24. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
  25. bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
  26. bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
  27. bl_keymap_utils/versioning/__init__.pyi +4 -2
  28. bl_math/__init__.pyi +21 -22
  29. bl_operators/__init__.pyi +30 -24
  30. bl_operators/add_mesh_torus/__init__.pyi +171 -38
  31. bl_operators/anim/__init__.pyi +1065 -227
  32. bl_operators/assets/__init__.pyi +427 -93
  33. bl_operators/bmesh/__init__.pyi +0 -1
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
  35. bl_operators/clip/__init__.pyi +1342 -288
  36. bl_operators/console/__init__.pyi +647 -141
  37. bl_operators/constraint/__init__.pyi +524 -113
  38. bl_operators/file/__init__.pyi +396 -85
  39. bl_operators/freestyle/__init__.pyi +532 -114
  40. bl_operators/geometry_nodes/__init__.pyi +2412 -597
  41. bl_operators/image/__init__.pyi +380 -83
  42. bl_operators/mesh/__init__.pyi +401 -86
  43. bl_operators/node/__init__.pyi +1756 -385
  44. bl_operators/object/__init__.pyi +2022 -553
  45. bl_operators/object_align/__init__.pyi +145 -32
  46. bl_operators/object_quick_effects/__init__.pyi +555 -125
  47. bl_operators/object_randomize_transform/__init__.pyi +136 -33
  48. bl_operators/presets/__init__.pyi +3516 -709
  49. bl_operators/rigidbody/__init__.pyi +401 -86
  50. bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
  51. bl_operators/sequencer/__init__.pyi +731 -150
  52. bl_operators/spreadsheet/__init__.pyi +145 -31
  53. bl_operators/userpref/__init__.pyi +3416 -825
  54. bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
  55. bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
  56. bl_operators/uvcalc_transform/__init__.pyi +344 -74
  57. bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
  58. bl_operators/view3d/__init__.pyi +697 -147
  59. bl_operators/wm/__init__.pyi +6287 -1534
  60. bl_previews_utils/__init__.pyi +0 -1
  61. bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
  62. bl_rna_utils/__init__.pyi +0 -1
  63. bl_rna_utils/data_path/__init__.pyi +12 -3
  64. bl_text_utils/__init__.pyi +0 -1
  65. bl_text_utils/external_editor/__init__.pyi +4 -2
  66. bl_ui/__init__.pyi +567 -170
  67. bl_ui/anim/__init__.pyi +164 -34
  68. bl_ui/asset_shelf/__init__.pyi +146 -32
  69. bl_ui/generic_ui_list/__init__.pyi +471 -100
  70. bl_ui/node_add_menu/__init__.pyi +196 -41
  71. bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
  72. bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
  73. bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
  74. bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
  75. bl_ui/properties_animviz/__init__.pyi +32 -3
  76. bl_ui/properties_collection/__init__.pyi +787 -180
  77. bl_ui/properties_constraint/__init__.pyi +28635 -5524
  78. bl_ui/properties_data_armature/__init__.pyi +1905 -449
  79. bl_ui/properties_data_bone/__init__.pyi +1560 -337
  80. bl_ui/properties_data_camera/__init__.pyi +2269 -495
  81. bl_ui/properties_data_curve/__init__.pyi +2362 -535
  82. bl_ui/properties_data_curves/__init__.pyi +951 -204
  83. bl_ui/properties_data_empty/__init__.pyi +317 -70
  84. bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
  85. bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
  86. bl_ui/properties_data_lattice/__init__.pyi +472 -105
  87. bl_ui/properties_data_light/__init__.pyi +1570 -338
  88. bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
  89. bl_ui/properties_data_mesh/__init__.pyi +3205 -768
  90. bl_ui/properties_data_metaball/__init__.pyi +774 -171
  91. bl_ui/properties_data_modifier/__init__.pyi +1554 -329
  92. bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
  93. bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
  94. bl_ui/properties_data_speaker/__init__.pyi +782 -169
  95. bl_ui/properties_data_volume/__init__.pyi +1243 -282
  96. bl_ui/properties_freestyle/__init__.pyi +4071 -1031
  97. bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
  98. bl_ui/properties_mask_common/__init__.pyi +1256 -250
  99. bl_ui/properties_material/__init__.pyi +2351 -543
  100. bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
  101. bl_ui/properties_object/__init__.pyi +2179 -513
  102. bl_ui/properties_output/__init__.pyi +2956 -706
  103. bl_ui/properties_paint_common/__init__.pyi +947 -141
  104. bl_ui/properties_particle/__init__.pyi +8322 -1971
  105. bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
  106. bl_ui/properties_physics_common/__init__.pyi +200 -45
  107. bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
  108. bl_ui/properties_physics_field/__init__.pyi +1695 -365
  109. bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
  110. bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
  111. bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
  112. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
  113. bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
  114. bl_ui/properties_render/__init__.pyi +8312 -1934
  115. bl_ui/properties_scene/__init__.pyi +2211 -540
  116. bl_ui/properties_texture/__init__.pyi +4185 -1014
  117. bl_ui/properties_view_layer/__init__.pyi +2803 -665
  118. bl_ui/properties_workspace/__init__.pyi +626 -149
  119. bl_ui/properties_world/__init__.pyi +1092 -235
  120. bl_ui/space_clip/__init__.pyi +11475 -2806
  121. bl_ui/space_console/__init__.pyi +967 -203
  122. bl_ui/space_dopesheet/__init__.pyi +4260 -967
  123. bl_ui/space_filebrowser/__init__.pyi +4852 -1188
  124. bl_ui/space_graph/__init__.pyi +3251 -703
  125. bl_ui/space_image/__init__.pyi +12218 -2968
  126. bl_ui/space_info/__init__.pyi +964 -201
  127. bl_ui/space_nla/__init__.pyi +2756 -585
  128. bl_ui/space_node/__init__.pyi +5661 -1266
  129. bl_ui/space_outliner/__init__.pyi +2294 -479
  130. bl_ui/space_properties/__init__.pyi +417 -93
  131. bl_ui/space_sequencer/__init__.pyi +12436 -3010
  132. bl_ui/space_spreadsheet/__init__.pyi +184 -37
  133. bl_ui/space_statusbar/__init__.pyi +135 -31
  134. bl_ui/space_text/__init__.pyi +2556 -543
  135. bl_ui/space_time/__init__.pyi +1151 -244
  136. bl_ui/space_toolsystem_common/__init__.pyi +368 -67
  137. bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
  138. bl_ui/space_topbar/__init__.pyi +4214 -888
  139. bl_ui/space_userpref/__init__.pyi +13920 -3468
  140. bl_ui/space_view3d/__init__.pyi +42751 -9613
  141. bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
  142. bl_ui/utils/__init__.pyi +42 -5
  143. bl_ui_utils/__init__.pyi +0 -1
  144. bl_ui_utils/bug_report_url/__init__.pyi +4 -2
  145. bl_ui_utils/layout/__init__.pyi +4 -2
  146. blend_render_info/__init__.pyi +13 -4
  147. blf/__init__.pyi +15 -18
  148. bmesh/__init__.pyi +18 -18
  149. bmesh/geometry/__init__.pyi +5 -6
  150. bmesh/ops/__init__.pyi +1337 -1158
  151. bmesh/types/__init__.pyi +464 -374
  152. bmesh/utils/__init__.pyi +64 -70
  153. bpy/__init__.pyi +6 -7
  154. bpy/app/__init__.pyi +36 -38
  155. bpy/app/handlers/__init__.pyi +37 -38
  156. bpy/app/icons/__init__.pyi +8 -11
  157. bpy/app/timers/__init__.pyi +18 -17
  158. bpy/app/translations/__init__.pyi +32 -30
  159. bpy/msgbus/__init__.pyi +25 -20
  160. bpy/ops/__init__.pyi +63 -64
  161. bpy/ops/action/__init__.pyi +408 -436
  162. bpy/ops/anim/__init__.pyi +459 -577
  163. bpy/ops/armature/__init__.pyi +396 -498
  164. bpy/ops/asset/__init__.pyi +187 -213
  165. bpy/ops/boid/__init__.pyi +50 -68
  166. bpy/ops/brush/__init__.pyi +72 -97
  167. bpy/ops/buttons/__init__.pyi +202 -193
  168. bpy/ops/cachefile/__init__.pyi +198 -188
  169. bpy/ops/camera/__init__.pyi +24 -31
  170. bpy/ops/clip/__init__.pyi +1021 -1082
  171. bpy/ops/cloth/__init__.pyi +11 -15
  172. bpy/ops/collection/__init__.pyi +36 -51
  173. bpy/ops/console/__init__.pyi +155 -209
  174. bpy/ops/constraint/__init__.pyi +286 -254
  175. bpy/ops/curve/__init__.pyi +597 -659
  176. bpy/ops/curves/__init__.pyi +191 -225
  177. bpy/ops/cycles/__init__.pyi +21 -30
  178. bpy/ops/dpaint/__init__.pyi +34 -47
  179. bpy/ops/ed/__init__.pyi +160 -176
  180. bpy/ops/export_anim/__init__.pyi +51 -34
  181. bpy/ops/export_mesh/__init__.pyi +47 -45
  182. bpy/ops/export_scene/__init__.pyi +659 -504
  183. bpy/ops/file/__init__.pyi +469 -474
  184. bpy/ops/fluid/__init__.pyi +89 -119
  185. bpy/ops/font/__init__.pyi +325 -361
  186. bpy/ops/geometry/__init__.pyi +86 -114
  187. bpy/ops/gizmogroup/__init__.pyi +22 -28
  188. bpy/ops/gpencil/__init__.pyi +1900 -1976
  189. bpy/ops/graph/__init__.pyi +875 -894
  190. bpy/ops/grease_pencil/__init__.pyi +572 -508
  191. bpy/ops/image/__init__.pyi +805 -855
  192. bpy/ops/import_anim/__init__.pyi +66 -46
  193. bpy/ops/import_curve/__init__.pyi +7 -11
  194. bpy/ops/import_mesh/__init__.pyi +19 -25
  195. bpy/ops/import_scene/__init__.pyi +164 -147
  196. bpy/ops/info/__init__.pyi +88 -85
  197. bpy/ops/lattice/__init__.pyi +86 -90
  198. bpy/ops/marker/__init__.pyi +135 -146
  199. bpy/ops/mask/__init__.pyi +372 -436
  200. bpy/ops/material/__init__.pyi +18 -25
  201. bpy/ops/mball/__init__.pyi +93 -99
  202. bpy/ops/mesh/__init__.pyi +2525 -2664
  203. bpy/ops/nla/__init__.pyi +398 -455
  204. bpy/ops/node/__init__.pyi +1015 -1207
  205. bpy/ops/object/__init__.pyi +3423 -3390
  206. bpy/ops/outliner/__init__.pyi +667 -685
  207. bpy/ops/paint/__init__.pyi +719 -672
  208. bpy/ops/paintcurve/__init__.pyi +64 -85
  209. bpy/ops/palette/__init__.pyi +48 -67
  210. bpy/ops/particle/__init__.pyi +323 -367
  211. bpy/ops/pose/__init__.pyi +569 -474
  212. bpy/ops/poselib/__init__.pyi +77 -100
  213. bpy/ops/preferences/__init__.pyi +460 -512
  214. bpy/ops/ptcache/__init__.pyi +46 -63
  215. bpy/ops/render/__init__.pyi +121 -155
  216. bpy/ops/rigidbody/__init__.pyi +148 -143
  217. bpy/ops/scene/__init__.pyi +336 -380
  218. bpy/ops/screen/__init__.pyi +454 -530
  219. bpy/ops/script/__init__.pyi +19 -28
  220. bpy/ops/sculpt/__init__.pyi +734 -587
  221. bpy/ops/sculpt_curves/__init__.pyi +51 -56
  222. bpy/ops/sequencer/__init__.pyi +1617 -1500
  223. bpy/ops/sound/__init__.pyi +392 -315
  224. bpy/ops/spreadsheet/__init__.pyi +31 -42
  225. bpy/ops/surface/__init__.pyi +198 -163
  226. bpy/ops/text/__init__.pyi +479 -545
  227. bpy/ops/text_editor/__init__.pyi +11 -15
  228. bpy/ops/texture/__init__.pyi +26 -36
  229. bpy/ops/transform/__init__.pyi +825 -941
  230. bpy/ops/ui/__init__.pyi +246 -295
  231. bpy/ops/uilist/__init__.pyi +34 -38
  232. bpy/ops/uv/__init__.pyi +912 -824
  233. bpy/ops/view2d/__init__.pyi +157 -197
  234. bpy/ops/view3d/__init__.pyi +777 -878
  235. bpy/ops/wm/__init__.pyi +4102 -3595
  236. bpy/ops/workspace/__init__.pyi +42 -58
  237. bpy/ops/world/__init__.pyi +6 -9
  238. bpy/path/__init__.pyi +166 -109
  239. bpy/props/__init__.pyi +478 -395
  240. bpy/types/__init__.pyi +87194 -81467
  241. bpy/utils/__init__.pyi +325 -169
  242. bpy/utils/previews/__init__.pyi +108 -21
  243. bpy/utils/units/__init__.pyi +37 -39
  244. bpy_extras/__init__.pyi +4 -9
  245. bpy_extras/anim_utils/__init__.pyi +25 -55
  246. bpy_extras/asset_utils/__init__.pyi +3 -13
  247. bpy_extras/id_map_utils/__init__.pyi +1 -4
  248. bpy_extras/image_utils/__init__.pyi +33 -23
  249. bpy_extras/io_utils/__init__.pyi +116 -66
  250. bpy_extras/keyconfig_utils/__init__.pyi +5 -3
  251. bpy_extras/mesh_utils/__init__.pyi +42 -34
  252. bpy_extras/node_utils/__init__.pyi +4 -4
  253. bpy_extras/object_utils/__init__.pyi +58 -43
  254. bpy_extras/view3d_utils/__init__.pyi +64 -63
  255. bpy_restrict_state/__init__.pyi +14 -2
  256. bpy_types/__init__.pyi +3873 -998
  257. console_python/__init__.pyi +41 -8
  258. console_shell/__init__.pyi +24 -6
  259. {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
  260. fake_bpy_module-20240326.dist-info/RECORD +343 -0
  261. {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
  262. freestyle/__init__.pyi +4 -5
  263. freestyle/chainingiterators/__init__.pyi +229 -73
  264. freestyle/functions/__init__.pyi +624 -402
  265. freestyle/predicates/__init__.pyi +381 -169
  266. freestyle/shaders/__init__.pyi +424 -155
  267. freestyle/types/__init__.pyi +1572 -726
  268. freestyle/utils/ContextFunctions/__init__.pyi +54 -43
  269. freestyle/utils/__init__.pyi +67 -31
  270. gpu/__init__.pyi +3 -4
  271. gpu/capabilities/__init__.pyi +57 -37
  272. gpu/matrix/__init__.pyi +14 -17
  273. gpu/platform/__init__.pyi +5 -6
  274. gpu/select/__init__.pyi +2 -5
  275. gpu/shader/__init__.pyi +14 -12
  276. gpu/state/__init__.pyi +48 -62
  277. gpu/texture/__init__.pyi +7 -7
  278. gpu/types/__init__.pyi +670 -229
  279. gpu_extras/__init__.pyi +1 -2
  280. gpu_extras/batch/__init__.pyi +27 -6
  281. gpu_extras/presets/__init__.pyi +67 -27
  282. graphviz_export/__init__.pyi +9 -3
  283. idprop/__init__.pyi +0 -1
  284. idprop/types/__init__.pyi +42 -13
  285. imbuf/__init__.pyi +6 -10
  286. imbuf/types/__init__.pyi +8 -16
  287. keyingsets_builtins/__init__.pyi +3149 -702
  288. keyingsets_utils/__init__.pyi +69 -15
  289. mathutils/__init__.pyi +951 -876
  290. mathutils/bvhtree/__init__.pyi +47 -48
  291. mathutils/geometry/__init__.pyi +237 -242
  292. mathutils/interpolate/__init__.pyi +3 -6
  293. mathutils/kdtree/__init__.pyi +23 -26
  294. mathutils/noise/__init__.pyi +50 -51
  295. nodeitems_builtins/__init__.pyi +50 -11
  296. nodeitems_utils/__init__.pyi +58 -11
  297. rna_info/__init__.pyi +230 -27
  298. rna_keymap_ui/__init__.pyi +29 -7
  299. rna_prop_ui/__init__.pyi +69 -13
  300. rna_xml/__init__.pyi +29 -7
  301. sys_info/__init__.pyi +4 -2
  302. bpy_extras/bmesh_utils/__init__.pyi +0 -7
  303. bpy_extras/extensions/__init__.pyi +0 -5
  304. bpy_extras/extensions/junction_module/__init__.pyi +0 -13
  305. bpy_extras/node_shader_utils/__init__.pyi +0 -132
  306. bpy_extras/wm_utils/__init__.pyi +0 -5
  307. bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
  308. fake_bpy_module-20240210.dist-info/RECORD +0 -349
  309. {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
@@ -1,602 +1,2273 @@
1
- import sys
2
1
  import typing
3
2
  import bpy_types
4
- import rna_prop_ui
5
3
 
6
4
  GenericType = typing.TypeVar("GenericType")
7
5
 
8
- class SCENE_UL_keying_set_paths(bpy_types.UIList, bpy_types._GenericUI):
9
- bl_rna: typing.Any
10
- id_data: typing.Any
11
-
12
- def append(self, draw_func): ...
13
- def as_pointer(self): ...
14
- def bl_rna_get_subclass(self): ...
15
- def bl_rna_get_subclass_py(self): ...
16
- def draw_item(
17
- self,
18
- _context,
19
- layout,
20
- _data,
21
- item,
22
- icon,
23
- _active_data,
24
- _active_propname,
25
- _index,
26
- ): ...
27
- def driver_add(self): ...
28
- def driver_remove(self): ...
29
- def get(self): ...
30
- def id_properties_clear(self): ...
31
- def id_properties_ensure(self): ...
32
- def id_properties_ui(self): ...
33
- def is_extended(self): ...
34
- def is_property_hidden(self): ...
35
- def is_property_overridable_library(self): ...
36
- def is_property_readonly(self): ...
37
- def is_property_set(self): ...
38
- def items(self): ...
39
- def keyframe_delete(self): ...
40
- def keyframe_insert(self): ...
41
- def keys(self): ...
42
- def path_from_id(self): ...
43
- def path_resolve(self): ...
44
- def pop(self): ...
45
- def prepend(self, draw_func): ...
46
- def property_overridable_library_set(self): ...
47
- def property_unset(self): ...
48
- def remove(self, draw_func): ...
49
- def type_recast(self): ...
50
- def values(self): ...
6
+ class RigidBodySubPanel(SceneButtonsPanel):
7
+ """ """
51
8
 
52
- class SceneButtonsPanel:
53
9
  bl_context: typing.Any
54
- bl_region_type: typing.Any
55
- bl_space_type: typing.Any
56
-
57
- class SceneKeyingSetsPanel:
58
- def draw_keyframing_settings(self, context, layout, ks, ksp): ...
10
+ """ """
59
11
 
60
- class RigidBodySubPanel(SceneButtonsPanel):
61
- bl_context: typing.Any
62
12
  bl_parent_id: typing.Any
13
+ """ """
14
+
63
15
  bl_region_type: typing.Any
16
+ """ """
17
+
64
18
  bl_space_type: typing.Any
19
+ """ """
20
+
21
+ def poll(self, context):
22
+ """
65
23
 
66
- def poll(self, context): ...
24
+ :param context:
25
+ """
26
+ ...
27
+
28
+ class SCENE_PT_audio(bpy_types._GenericUI):
29
+ """ """
67
30
 
68
- class SCENE_PT_audio(SceneButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
69
31
  bl_context: typing.Any
32
+ """ """
33
+
70
34
  bl_label: typing.Any
35
+ """ """
36
+
71
37
  bl_options: typing.Any
38
+ """ """
39
+
72
40
  bl_region_type: typing.Any
41
+ """ """
42
+
73
43
  bl_rna: typing.Any
44
+ """ """
45
+
74
46
  bl_space_type: typing.Any
47
+ """ """
48
+
75
49
  id_data: typing.Any
50
+ """ """
51
+
52
+ def append(self, draw_func):
53
+ """
54
+
55
+ :param draw_func:
56
+ """
57
+ ...
58
+
59
+ def as_pointer(self):
60
+ """ """
61
+ ...
62
+
63
+ def bl_rna_get_subclass(self):
64
+ """ """
65
+ ...
66
+
67
+ def bl_rna_get_subclass_py(self):
68
+ """ """
69
+ ...
70
+
71
+ def draw(self, context):
72
+ """
73
+
74
+ :param context:
75
+ """
76
+ ...
77
+
78
+ def driver_add(self):
79
+ """ """
80
+ ...
81
+
82
+ def driver_remove(self):
83
+ """ """
84
+ ...
85
+
86
+ def get(self):
87
+ """ """
88
+ ...
89
+
90
+ def id_properties_clear(self):
91
+ """ """
92
+ ...
93
+
94
+ def id_properties_ensure(self):
95
+ """ """
96
+ ...
97
+
98
+ def id_properties_ui(self):
99
+ """ """
100
+ ...
101
+
102
+ def is_extended(self):
103
+ """ """
104
+ ...
105
+
106
+ def is_property_hidden(self):
107
+ """ """
108
+ ...
109
+
110
+ def is_property_overridable_library(self):
111
+ """ """
112
+ ...
113
+
114
+ def is_property_readonly(self):
115
+ """ """
116
+ ...
117
+
118
+ def is_property_set(self):
119
+ """ """
120
+ ...
121
+
122
+ def items(self):
123
+ """ """
124
+ ...
125
+
126
+ def keyframe_delete(self):
127
+ """ """
128
+ ...
129
+
130
+ def keyframe_insert(self):
131
+ """ """
132
+ ...
133
+
134
+ def keys(self):
135
+ """ """
136
+ ...
137
+
138
+ def path_from_id(self):
139
+ """ """
140
+ ...
141
+
142
+ def path_resolve(self):
143
+ """ """
144
+ ...
145
+
146
+ def pop(self):
147
+ """ """
148
+ ...
149
+
150
+ def prepend(self, draw_func):
151
+ """
152
+
153
+ :param draw_func:
154
+ """
155
+ ...
156
+
157
+ def property_overridable_library_set(self):
158
+ """ """
159
+ ...
160
+
161
+ def property_unset(self):
162
+ """ """
163
+ ...
164
+
165
+ def remove(self, draw_func):
166
+ """
167
+
168
+ :param draw_func:
169
+ """
170
+ ...
171
+
172
+ def type_recast(self):
173
+ """ """
174
+ ...
175
+
176
+ def values(self):
177
+ """ """
178
+ ...
179
+
180
+ class SCENE_PT_custom_props(bpy_types._GenericUI):
181
+ """ """
76
182
 
77
- def append(self, draw_func): ...
78
- def as_pointer(self): ...
79
- def bl_rna_get_subclass(self): ...
80
- def bl_rna_get_subclass_py(self): ...
81
- def draw(self, context): ...
82
- def driver_add(self): ...
83
- def driver_remove(self): ...
84
- def get(self): ...
85
- def id_properties_clear(self): ...
86
- def id_properties_ensure(self): ...
87
- def id_properties_ui(self): ...
88
- def is_extended(self): ...
89
- def is_property_hidden(self): ...
90
- def is_property_overridable_library(self): ...
91
- def is_property_readonly(self): ...
92
- def is_property_set(self): ...
93
- def items(self): ...
94
- def keyframe_delete(self): ...
95
- def keyframe_insert(self): ...
96
- def keys(self): ...
97
- def path_from_id(self): ...
98
- def path_resolve(self): ...
99
- def pop(self): ...
100
- def prepend(self, draw_func): ...
101
- def property_overridable_library_set(self): ...
102
- def property_unset(self): ...
103
- def remove(self, draw_func): ...
104
- def type_recast(self): ...
105
- def values(self): ...
106
-
107
- class SCENE_PT_custom_props(
108
- SceneButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types.Panel, bpy_types._GenericUI
109
- ):
110
183
  bl_context: typing.Any
184
+ """ """
185
+
111
186
  bl_label: typing.Any
187
+ """ """
188
+
112
189
  bl_options: typing.Any
190
+ """ """
191
+
113
192
  bl_order: typing.Any
114
- bl_region_type: typing.Any
115
- bl_rna: typing.Any
116
- bl_space_type: typing.Any
117
- id_data: typing.Any
193
+ """ """
118
194
 
119
- def append(self, draw_func): ...
120
- def as_pointer(self): ...
121
- def bl_rna_get_subclass(self): ...
122
- def bl_rna_get_subclass_py(self): ...
123
- def draw(self, context): ...
124
- def driver_add(self): ...
125
- def driver_remove(self): ...
126
- def get(self): ...
127
- def id_properties_clear(self): ...
128
- def id_properties_ensure(self): ...
129
- def id_properties_ui(self): ...
130
- def is_extended(self): ...
131
- def is_property_hidden(self): ...
132
- def is_property_overridable_library(self): ...
133
- def is_property_readonly(self): ...
134
- def is_property_set(self): ...
135
- def items(self): ...
136
- def keyframe_delete(self): ...
137
- def keyframe_insert(self): ...
138
- def keys(self): ...
139
- def path_from_id(self): ...
140
- def path_resolve(self): ...
141
- def poll(self, context): ...
142
- def pop(self): ...
143
- def prepend(self, draw_func): ...
144
- def property_overridable_library_set(self): ...
145
- def property_unset(self): ...
146
- def remove(self, draw_func): ...
147
- def type_recast(self): ...
148
- def values(self): ...
149
-
150
- class SCENE_PT_physics(SceneButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
151
- bl_context: typing.Any
152
- bl_label: typing.Any
153
- bl_options: typing.Any
154
195
  bl_region_type: typing.Any
155
- bl_rna: typing.Any
156
- bl_space_type: typing.Any
157
- id_data: typing.Any
196
+ """ """
158
197
 
159
- def append(self, draw_func): ...
160
- def as_pointer(self): ...
161
- def bl_rna_get_subclass(self): ...
162
- def bl_rna_get_subclass_py(self): ...
163
- def draw(self, context): ...
164
- def draw_header(self, context): ...
165
- def driver_add(self): ...
166
- def driver_remove(self): ...
167
- def get(self): ...
168
- def id_properties_clear(self): ...
169
- def id_properties_ensure(self): ...
170
- def id_properties_ui(self): ...
171
- def is_extended(self): ...
172
- def is_property_hidden(self): ...
173
- def is_property_overridable_library(self): ...
174
- def is_property_readonly(self): ...
175
- def is_property_set(self): ...
176
- def items(self): ...
177
- def keyframe_delete(self): ...
178
- def keyframe_insert(self): ...
179
- def keys(self): ...
180
- def path_from_id(self): ...
181
- def path_resolve(self): ...
182
- def pop(self): ...
183
- def prepend(self, draw_func): ...
184
- def property_overridable_library_set(self): ...
185
- def property_unset(self): ...
186
- def remove(self, draw_func): ...
187
- def type_recast(self): ...
188
- def values(self): ...
189
-
190
- class SCENE_PT_rigid_body_world(
191
- SceneButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
192
- ):
193
- bl_context: typing.Any
194
- bl_label: typing.Any
195
- bl_options: typing.Any
196
- bl_region_type: typing.Any
197
198
  bl_rna: typing.Any
198
- bl_space_type: typing.Any
199
- id_data: typing.Any
199
+ """ """
200
200
 
201
- def append(self, draw_func): ...
202
- def as_pointer(self): ...
203
- def bl_rna_get_subclass(self): ...
204
- def bl_rna_get_subclass_py(self): ...
205
- def draw(self, context): ...
206
- def draw_header(self, context): ...
207
- def driver_add(self): ...
208
- def driver_remove(self): ...
209
- def get(self): ...
210
- def id_properties_clear(self): ...
211
- def id_properties_ensure(self): ...
212
- def id_properties_ui(self): ...
213
- def is_extended(self): ...
214
- def is_property_hidden(self): ...
215
- def is_property_overridable_library(self): ...
216
- def is_property_readonly(self): ...
217
- def is_property_set(self): ...
218
- def items(self): ...
219
- def keyframe_delete(self): ...
220
- def keyframe_insert(self): ...
221
- def keys(self): ...
222
- def path_from_id(self): ...
223
- def path_resolve(self): ...
224
- def pop(self): ...
225
- def prepend(self, draw_func): ...
226
- def property_overridable_library_set(self): ...
227
- def property_unset(self): ...
228
- def remove(self, draw_func): ...
229
- def type_recast(self): ...
230
- def values(self): ...
231
-
232
- class SCENE_PT_scene(SceneButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
233
- bl_context: typing.Any
234
- bl_label: typing.Any
235
- bl_region_type: typing.Any
236
- bl_rna: typing.Any
237
201
  bl_space_type: typing.Any
238
- id_data: typing.Any
202
+ """ """
239
203
 
240
- def append(self, draw_func): ...
241
- def as_pointer(self): ...
242
- def bl_rna_get_subclass(self): ...
243
- def bl_rna_get_subclass_py(self): ...
244
- def draw(self, context): ...
245
- def driver_add(self): ...
246
- def driver_remove(self): ...
247
- def get(self): ...
248
- def id_properties_clear(self): ...
249
- def id_properties_ensure(self): ...
250
- def id_properties_ui(self): ...
251
- def is_extended(self): ...
252
- def is_property_hidden(self): ...
253
- def is_property_overridable_library(self): ...
254
- def is_property_readonly(self): ...
255
- def is_property_set(self): ...
256
- def items(self): ...
257
- def keyframe_delete(self): ...
258
- def keyframe_insert(self): ...
259
- def keys(self): ...
260
- def path_from_id(self): ...
261
- def path_resolve(self): ...
262
- def pop(self): ...
263
- def prepend(self, draw_func): ...
264
- def property_overridable_library_set(self): ...
265
- def property_unset(self): ...
266
- def remove(self, draw_func): ...
267
- def type_recast(self): ...
268
- def values(self): ...
269
-
270
- class SCENE_PT_simulation(SceneButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
271
- bl_context: typing.Any
272
- bl_label: typing.Any
273
- bl_options: typing.Any
274
- bl_region_type: typing.Any
275
- bl_rna: typing.Any
276
- bl_space_type: typing.Any
277
204
  id_data: typing.Any
205
+ """ """
278
206
 
279
- def append(self, draw_func): ...
280
- def as_pointer(self): ...
281
- def bl_rna_get_subclass(self): ...
282
- def bl_rna_get_subclass_py(self): ...
283
- def draw(self, context): ...
284
- def driver_add(self): ...
285
- def driver_remove(self): ...
286
- def get(self): ...
287
- def id_properties_clear(self): ...
288
- def id_properties_ensure(self): ...
289
- def id_properties_ui(self): ...
290
- def is_extended(self): ...
291
- def is_property_hidden(self): ...
292
- def is_property_overridable_library(self): ...
293
- def is_property_readonly(self): ...
294
- def is_property_set(self): ...
295
- def items(self): ...
296
- def keyframe_delete(self): ...
297
- def keyframe_insert(self): ...
298
- def keys(self): ...
299
- def path_from_id(self): ...
300
- def path_resolve(self): ...
301
- def pop(self): ...
302
- def prepend(self, draw_func): ...
303
- def property_overridable_library_set(self): ...
304
- def property_unset(self): ...
305
- def remove(self, draw_func): ...
306
- def type_recast(self): ...
307
- def values(self): ...
308
-
309
- class SCENE_PT_unit(SceneButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
310
- bl_context: typing.Any
311
- bl_label: typing.Any
312
- bl_options: typing.Any
313
- bl_region_type: typing.Any
314
- bl_rna: typing.Any
315
- bl_space_type: typing.Any
316
- id_data: typing.Any
207
+ def append(self, draw_func):
208
+ """
317
209
 
318
- def append(self, draw_func): ...
319
- def as_pointer(self): ...
320
- def bl_rna_get_subclass(self): ...
321
- def bl_rna_get_subclass_py(self): ...
322
- def draw(self, context): ...
323
- def driver_add(self): ...
324
- def driver_remove(self): ...
325
- def get(self): ...
326
- def id_properties_clear(self): ...
327
- def id_properties_ensure(self): ...
328
- def id_properties_ui(self): ...
329
- def is_extended(self): ...
330
- def is_property_hidden(self): ...
331
- def is_property_overridable_library(self): ...
332
- def is_property_readonly(self): ...
333
- def is_property_set(self): ...
334
- def items(self): ...
335
- def keyframe_delete(self): ...
336
- def keyframe_insert(self): ...
337
- def keys(self): ...
338
- def path_from_id(self): ...
339
- def path_resolve(self): ...
340
- def pop(self): ...
341
- def prepend(self, draw_func): ...
342
- def property_overridable_library_set(self): ...
343
- def property_unset(self): ...
344
- def remove(self, draw_func): ...
345
- def type_recast(self): ...
346
- def values(self): ...
347
-
348
- class SCENE_PT_keyframing_settings(
349
- SceneKeyingSetsPanel, SceneButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
350
- ):
351
- bl_context: typing.Any
352
- bl_label: typing.Any
353
- bl_parent_id: typing.Any
354
- bl_region_type: typing.Any
355
- bl_rna: typing.Any
356
- bl_space_type: typing.Any
357
- id_data: typing.Any
210
+ :param draw_func:
211
+ """
212
+ ...
213
+
214
+ def as_pointer(self):
215
+ """ """
216
+ ...
217
+
218
+ def bl_rna_get_subclass(self):
219
+ """ """
220
+ ...
221
+
222
+ def bl_rna_get_subclass_py(self):
223
+ """ """
224
+ ...
225
+
226
+ def draw(self, context):
227
+ """
228
+
229
+ :param context:
230
+ """
231
+ ...
232
+
233
+ def driver_add(self):
234
+ """ """
235
+ ...
236
+
237
+ def driver_remove(self):
238
+ """ """
239
+ ...
240
+
241
+ def get(self):
242
+ """ """
243
+ ...
244
+
245
+ def id_properties_clear(self):
246
+ """ """
247
+ ...
248
+
249
+ def id_properties_ensure(self):
250
+ """ """
251
+ ...
252
+
253
+ def id_properties_ui(self):
254
+ """ """
255
+ ...
256
+
257
+ def is_extended(self):
258
+ """ """
259
+ ...
260
+
261
+ def is_property_hidden(self):
262
+ """ """
263
+ ...
264
+
265
+ def is_property_overridable_library(self):
266
+ """ """
267
+ ...
268
+
269
+ def is_property_readonly(self):
270
+ """ """
271
+ ...
272
+
273
+ def is_property_set(self):
274
+ """ """
275
+ ...
276
+
277
+ def items(self):
278
+ """ """
279
+ ...
280
+
281
+ def keyframe_delete(self):
282
+ """ """
283
+ ...
284
+
285
+ def keyframe_insert(self):
286
+ """ """
287
+ ...
288
+
289
+ def keys(self):
290
+ """ """
291
+ ...
292
+
293
+ def path_from_id(self):
294
+ """ """
295
+ ...
296
+
297
+ def path_resolve(self):
298
+ """ """
299
+ ...
300
+
301
+ def poll(self, context):
302
+ """
303
+
304
+ :param context:
305
+ """
306
+ ...
307
+
308
+ def pop(self):
309
+ """ """
310
+ ...
311
+
312
+ def prepend(self, draw_func):
313
+ """
314
+
315
+ :param draw_func:
316
+ """
317
+ ...
318
+
319
+ def property_overridable_library_set(self):
320
+ """ """
321
+ ...
322
+
323
+ def property_unset(self):
324
+ """ """
325
+ ...
326
+
327
+ def remove(self, draw_func):
328
+ """
329
+
330
+ :param draw_func:
331
+ """
332
+ ...
333
+
334
+ def type_recast(self):
335
+ """ """
336
+ ...
337
+
338
+ def values(self):
339
+ """ """
340
+ ...
341
+
342
+ class SCENE_PT_keyframing_settings(bpy_types._GenericUI):
343
+ """ """
358
344
 
359
- def append(self, draw_func): ...
360
- def as_pointer(self): ...
361
- def bl_rna_get_subclass(self): ...
362
- def bl_rna_get_subclass_py(self): ...
363
- def draw(self, context): ...
364
- def draw_keyframing_settings(self, context, layout, ks, ksp): ...
365
- def driver_add(self): ...
366
- def driver_remove(self): ...
367
- def get(self): ...
368
- def id_properties_clear(self): ...
369
- def id_properties_ensure(self): ...
370
- def id_properties_ui(self): ...
371
- def is_extended(self): ...
372
- def is_property_hidden(self): ...
373
- def is_property_overridable_library(self): ...
374
- def is_property_readonly(self): ...
375
- def is_property_set(self): ...
376
- def items(self): ...
377
- def keyframe_delete(self): ...
378
- def keyframe_insert(self): ...
379
- def keys(self): ...
380
- def path_from_id(self): ...
381
- def path_resolve(self): ...
382
- def poll(self, context): ...
383
- def pop(self): ...
384
- def prepend(self, draw_func): ...
385
- def property_overridable_library_set(self): ...
386
- def property_unset(self): ...
387
- def remove(self, draw_func): ...
388
- def type_recast(self): ...
389
- def values(self): ...
390
-
391
- class SCENE_PT_keying_set_paths(
392
- SceneKeyingSetsPanel, SceneButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
393
- ):
394
345
  bl_context: typing.Any
346
+ """ """
347
+
395
348
  bl_label: typing.Any
349
+ """ """
350
+
396
351
  bl_parent_id: typing.Any
397
- bl_region_type: typing.Any
398
- bl_rna: typing.Any
399
- bl_space_type: typing.Any
400
- id_data: typing.Any
352
+ """ """
401
353
 
402
- def append(self, draw_func): ...
403
- def as_pointer(self): ...
404
- def bl_rna_get_subclass(self): ...
405
- def bl_rna_get_subclass_py(self): ...
406
- def draw(self, context): ...
407
- def draw_keyframing_settings(self, context, layout, ks, ksp): ...
408
- def driver_add(self): ...
409
- def driver_remove(self): ...
410
- def get(self): ...
411
- def id_properties_clear(self): ...
412
- def id_properties_ensure(self): ...
413
- def id_properties_ui(self): ...
414
- def is_extended(self): ...
415
- def is_property_hidden(self): ...
416
- def is_property_overridable_library(self): ...
417
- def is_property_readonly(self): ...
418
- def is_property_set(self): ...
419
- def items(self): ...
420
- def keyframe_delete(self): ...
421
- def keyframe_insert(self): ...
422
- def keys(self): ...
423
- def path_from_id(self): ...
424
- def path_resolve(self): ...
425
- def poll(self, context): ...
426
- def pop(self): ...
427
- def prepend(self, draw_func): ...
428
- def property_overridable_library_set(self): ...
429
- def property_unset(self): ...
430
- def remove(self, draw_func): ...
431
- def type_recast(self): ...
432
- def values(self): ...
433
-
434
- class SCENE_PT_keying_sets(
435
- SceneKeyingSetsPanel, SceneButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
436
- ):
437
- bl_context: typing.Any
438
- bl_label: typing.Any
439
- bl_options: typing.Any
440
354
  bl_region_type: typing.Any
355
+ """ """
356
+
441
357
  bl_rna: typing.Any
358
+ """ """
359
+
442
360
  bl_space_type: typing.Any
361
+ """ """
362
+
443
363
  id_data: typing.Any
364
+ """ """
365
+
366
+ def append(self, draw_func):
367
+ """
368
+
369
+ :param draw_func:
370
+ """
371
+ ...
372
+
373
+ def as_pointer(self):
374
+ """ """
375
+ ...
376
+
377
+ def bl_rna_get_subclass(self):
378
+ """ """
379
+ ...
380
+
381
+ def bl_rna_get_subclass_py(self):
382
+ """ """
383
+ ...
384
+
385
+ def draw(self, context):
386
+ """
387
+
388
+ :param context:
389
+ """
390
+ ...
391
+
392
+ def draw_keyframing_settings(self, context, layout, ks, ksp):
393
+ """
394
+
395
+ :param context:
396
+ :param layout:
397
+ :param ks:
398
+ :param ksp:
399
+ """
400
+ ...
401
+
402
+ def driver_add(self):
403
+ """ """
404
+ ...
405
+
406
+ def driver_remove(self):
407
+ """ """
408
+ ...
409
+
410
+ def get(self):
411
+ """ """
412
+ ...
413
+
414
+ def id_properties_clear(self):
415
+ """ """
416
+ ...
417
+
418
+ def id_properties_ensure(self):
419
+ """ """
420
+ ...
421
+
422
+ def id_properties_ui(self):
423
+ """ """
424
+ ...
425
+
426
+ def is_extended(self):
427
+ """ """
428
+ ...
429
+
430
+ def is_property_hidden(self):
431
+ """ """
432
+ ...
433
+
434
+ def is_property_overridable_library(self):
435
+ """ """
436
+ ...
437
+
438
+ def is_property_readonly(self):
439
+ """ """
440
+ ...
441
+
442
+ def is_property_set(self):
443
+ """ """
444
+ ...
445
+
446
+ def items(self):
447
+ """ """
448
+ ...
449
+
450
+ def keyframe_delete(self):
451
+ """ """
452
+ ...
453
+
454
+ def keyframe_insert(self):
455
+ """ """
456
+ ...
457
+
458
+ def keys(self):
459
+ """ """
460
+ ...
461
+
462
+ def path_from_id(self):
463
+ """ """
464
+ ...
465
+
466
+ def path_resolve(self):
467
+ """ """
468
+ ...
469
+
470
+ def poll(self, context):
471
+ """
472
+
473
+ :param context:
474
+ """
475
+ ...
476
+
477
+ def pop(self):
478
+ """ """
479
+ ...
480
+
481
+ def prepend(self, draw_func):
482
+ """
483
+
484
+ :param draw_func:
485
+ """
486
+ ...
487
+
488
+ def property_overridable_library_set(self):
489
+ """ """
490
+ ...
491
+
492
+ def property_unset(self):
493
+ """ """
494
+ ...
495
+
496
+ def remove(self, draw_func):
497
+ """
498
+
499
+ :param draw_func:
500
+ """
501
+ ...
502
+
503
+ def type_recast(self):
504
+ """ """
505
+ ...
506
+
507
+ def values(self):
508
+ """ """
509
+ ...
510
+
511
+ class SCENE_PT_keying_set_paths(bpy_types._GenericUI):
512
+ """ """
444
513
 
445
- def append(self, draw_func): ...
446
- def as_pointer(self): ...
447
- def bl_rna_get_subclass(self): ...
448
- def bl_rna_get_subclass_py(self): ...
449
- def draw(self, context): ...
450
- def draw_keyframing_settings(self, context, layout, ks, ksp): ...
451
- def driver_add(self): ...
452
- def driver_remove(self): ...
453
- def get(self): ...
454
- def id_properties_clear(self): ...
455
- def id_properties_ensure(self): ...
456
- def id_properties_ui(self): ...
457
- def is_extended(self): ...
458
- def is_property_hidden(self): ...
459
- def is_property_overridable_library(self): ...
460
- def is_property_readonly(self): ...
461
- def is_property_set(self): ...
462
- def items(self): ...
463
- def keyframe_delete(self): ...
464
- def keyframe_insert(self): ...
465
- def keys(self): ...
466
- def path_from_id(self): ...
467
- def path_resolve(self): ...
468
- def pop(self): ...
469
- def prepend(self, draw_func): ...
470
- def property_overridable_library_set(self): ...
471
- def property_unset(self): ...
472
- def remove(self, draw_func): ...
473
- def type_recast(self): ...
474
- def values(self): ...
475
-
476
- class SCENE_PT_rigid_body_cache(
477
- RigidBodySubPanel, SceneButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
478
- ):
479
514
  bl_context: typing.Any
515
+ """ """
516
+
480
517
  bl_label: typing.Any
481
- bl_options: typing.Any
518
+ """ """
519
+
482
520
  bl_parent_id: typing.Any
521
+ """ """
522
+
483
523
  bl_region_type: typing.Any
524
+ """ """
525
+
484
526
  bl_rna: typing.Any
527
+ """ """
528
+
485
529
  bl_space_type: typing.Any
530
+ """ """
531
+
486
532
  id_data: typing.Any
533
+ """ """
534
+
535
+ def append(self, draw_func):
536
+ """
537
+
538
+ :param draw_func:
539
+ """
540
+ ...
541
+
542
+ def as_pointer(self):
543
+ """ """
544
+ ...
545
+
546
+ def bl_rna_get_subclass(self):
547
+ """ """
548
+ ...
549
+
550
+ def bl_rna_get_subclass_py(self):
551
+ """ """
552
+ ...
553
+
554
+ def draw(self, context):
555
+ """
556
+
557
+ :param context:
558
+ """
559
+ ...
560
+
561
+ def draw_keyframing_settings(self, context, layout, ks, ksp):
562
+ """
563
+
564
+ :param context:
565
+ :param layout:
566
+ :param ks:
567
+ :param ksp:
568
+ """
569
+ ...
570
+
571
+ def driver_add(self):
572
+ """ """
573
+ ...
574
+
575
+ def driver_remove(self):
576
+ """ """
577
+ ...
578
+
579
+ def get(self):
580
+ """ """
581
+ ...
582
+
583
+ def id_properties_clear(self):
584
+ """ """
585
+ ...
586
+
587
+ def id_properties_ensure(self):
588
+ """ """
589
+ ...
590
+
591
+ def id_properties_ui(self):
592
+ """ """
593
+ ...
594
+
595
+ def is_extended(self):
596
+ """ """
597
+ ...
598
+
599
+ def is_property_hidden(self):
600
+ """ """
601
+ ...
602
+
603
+ def is_property_overridable_library(self):
604
+ """ """
605
+ ...
606
+
607
+ def is_property_readonly(self):
608
+ """ """
609
+ ...
610
+
611
+ def is_property_set(self):
612
+ """ """
613
+ ...
614
+
615
+ def items(self):
616
+ """ """
617
+ ...
618
+
619
+ def keyframe_delete(self):
620
+ """ """
621
+ ...
622
+
623
+ def keyframe_insert(self):
624
+ """ """
625
+ ...
626
+
627
+ def keys(self):
628
+ """ """
629
+ ...
630
+
631
+ def path_from_id(self):
632
+ """ """
633
+ ...
634
+
635
+ def path_resolve(self):
636
+ """ """
637
+ ...
638
+
639
+ def poll(self, context):
640
+ """
641
+
642
+ :param context:
643
+ """
644
+ ...
645
+
646
+ def pop(self):
647
+ """ """
648
+ ...
649
+
650
+ def prepend(self, draw_func):
651
+ """
652
+
653
+ :param draw_func:
654
+ """
655
+ ...
656
+
657
+ def property_overridable_library_set(self):
658
+ """ """
659
+ ...
660
+
661
+ def property_unset(self):
662
+ """ """
663
+ ...
664
+
665
+ def remove(self, draw_func):
666
+ """
667
+
668
+ :param draw_func:
669
+ """
670
+ ...
671
+
672
+ def type_recast(self):
673
+ """ """
674
+ ...
675
+
676
+ def values(self):
677
+ """ """
678
+ ...
679
+
680
+ class SCENE_PT_keying_sets(bpy_types._GenericUI):
681
+ """ """
487
682
 
488
- def append(self, draw_func): ...
489
- def as_pointer(self): ...
490
- def bl_rna_get_subclass(self): ...
491
- def bl_rna_get_subclass_py(self): ...
492
- def draw(self, context): ...
493
- def driver_add(self): ...
494
- def driver_remove(self): ...
495
- def get(self): ...
496
- def id_properties_clear(self): ...
497
- def id_properties_ensure(self): ...
498
- def id_properties_ui(self): ...
499
- def is_extended(self): ...
500
- def is_property_hidden(self): ...
501
- def is_property_overridable_library(self): ...
502
- def is_property_readonly(self): ...
503
- def is_property_set(self): ...
504
- def items(self): ...
505
- def keyframe_delete(self): ...
506
- def keyframe_insert(self): ...
507
- def keys(self): ...
508
- def path_from_id(self): ...
509
- def path_resolve(self): ...
510
- def poll(self, context): ...
511
- def pop(self): ...
512
- def prepend(self, draw_func): ...
513
- def property_overridable_library_set(self): ...
514
- def property_unset(self): ...
515
- def remove(self, draw_func): ...
516
- def type_recast(self): ...
517
- def values(self): ...
518
-
519
- class SCENE_PT_rigid_body_field_weights(
520
- RigidBodySubPanel, SceneButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
521
- ):
522
683
  bl_context: typing.Any
684
+ """ """
685
+
523
686
  bl_label: typing.Any
687
+ """ """
688
+
524
689
  bl_options: typing.Any
525
- bl_parent_id: typing.Any
526
- bl_region_type: typing.Any
527
- bl_rna: typing.Any
528
- bl_space_type: typing.Any
529
- id_data: typing.Any
690
+ """ """
530
691
 
531
- def append(self, draw_func): ...
532
- def as_pointer(self): ...
533
- def bl_rna_get_subclass(self): ...
534
- def bl_rna_get_subclass_py(self): ...
535
- def draw(self, context): ...
536
- def driver_add(self): ...
537
- def driver_remove(self): ...
538
- def get(self): ...
539
- def id_properties_clear(self): ...
540
- def id_properties_ensure(self): ...
541
- def id_properties_ui(self): ...
542
- def is_extended(self): ...
543
- def is_property_hidden(self): ...
544
- def is_property_overridable_library(self): ...
545
- def is_property_readonly(self): ...
546
- def is_property_set(self): ...
547
- def items(self): ...
548
- def keyframe_delete(self): ...
549
- def keyframe_insert(self): ...
550
- def keys(self): ...
551
- def path_from_id(self): ...
552
- def path_resolve(self): ...
553
- def poll(self, context): ...
554
- def pop(self): ...
555
- def prepend(self, draw_func): ...
556
- def property_overridable_library_set(self): ...
557
- def property_unset(self): ...
558
- def remove(self, draw_func): ...
559
- def type_recast(self): ...
560
- def values(self): ...
561
-
562
- class SCENE_PT_rigid_body_world_settings(
563
- RigidBodySubPanel, SceneButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
564
- ):
565
- bl_context: typing.Any
566
- bl_label: typing.Any
567
- bl_parent_id: typing.Any
568
692
  bl_region_type: typing.Any
693
+ """ """
694
+
569
695
  bl_rna: typing.Any
696
+ """ """
697
+
570
698
  bl_space_type: typing.Any
699
+ """ """
700
+
571
701
  id_data: typing.Any
702
+ """ """
703
+
704
+ def append(self, draw_func):
705
+ """
706
+
707
+ :param draw_func:
708
+ """
709
+ ...
710
+
711
+ def as_pointer(self):
712
+ """ """
713
+ ...
714
+
715
+ def bl_rna_get_subclass(self):
716
+ """ """
717
+ ...
718
+
719
+ def bl_rna_get_subclass_py(self):
720
+ """ """
721
+ ...
572
722
 
573
- def append(self, draw_func): ...
574
- def as_pointer(self): ...
575
- def bl_rna_get_subclass(self): ...
576
- def bl_rna_get_subclass_py(self): ...
577
- def draw(self, context): ...
578
- def driver_add(self): ...
579
- def driver_remove(self): ...
580
- def get(self): ...
581
- def id_properties_clear(self): ...
582
- def id_properties_ensure(self): ...
583
- def id_properties_ui(self): ...
584
- def is_extended(self): ...
585
- def is_property_hidden(self): ...
586
- def is_property_overridable_library(self): ...
587
- def is_property_readonly(self): ...
588
- def is_property_set(self): ...
589
- def items(self): ...
590
- def keyframe_delete(self): ...
591
- def keyframe_insert(self): ...
592
- def keys(self): ...
593
- def path_from_id(self): ...
594
- def path_resolve(self): ...
595
- def poll(self, context): ...
596
- def pop(self): ...
597
- def prepend(self, draw_func): ...
598
- def property_overridable_library_set(self): ...
599
- def property_unset(self): ...
600
- def remove(self, draw_func): ...
601
- def type_recast(self): ...
602
- def values(self): ...
723
+ def draw(self, context):
724
+ """
725
+
726
+ :param context:
727
+ """
728
+ ...
729
+
730
+ def draw_keyframing_settings(self, context, layout, ks, ksp):
731
+ """
732
+
733
+ :param context:
734
+ :param layout:
735
+ :param ks:
736
+ :param ksp:
737
+ """
738
+ ...
739
+
740
+ def driver_add(self):
741
+ """ """
742
+ ...
743
+
744
+ def driver_remove(self):
745
+ """ """
746
+ ...
747
+
748
+ def get(self):
749
+ """ """
750
+ ...
751
+
752
+ def id_properties_clear(self):
753
+ """ """
754
+ ...
755
+
756
+ def id_properties_ensure(self):
757
+ """ """
758
+ ...
759
+
760
+ def id_properties_ui(self):
761
+ """ """
762
+ ...
763
+
764
+ def is_extended(self):
765
+ """ """
766
+ ...
767
+
768
+ def is_property_hidden(self):
769
+ """ """
770
+ ...
771
+
772
+ def is_property_overridable_library(self):
773
+ """ """
774
+ ...
775
+
776
+ def is_property_readonly(self):
777
+ """ """
778
+ ...
779
+
780
+ def is_property_set(self):
781
+ """ """
782
+ ...
783
+
784
+ def items(self):
785
+ """ """
786
+ ...
787
+
788
+ def keyframe_delete(self):
789
+ """ """
790
+ ...
791
+
792
+ def keyframe_insert(self):
793
+ """ """
794
+ ...
795
+
796
+ def keys(self):
797
+ """ """
798
+ ...
799
+
800
+ def path_from_id(self):
801
+ """ """
802
+ ...
803
+
804
+ def path_resolve(self):
805
+ """ """
806
+ ...
807
+
808
+ def pop(self):
809
+ """ """
810
+ ...
811
+
812
+ def prepend(self, draw_func):
813
+ """
814
+
815
+ :param draw_func:
816
+ """
817
+ ...
818
+
819
+ def property_overridable_library_set(self):
820
+ """ """
821
+ ...
822
+
823
+ def property_unset(self):
824
+ """ """
825
+ ...
826
+
827
+ def remove(self, draw_func):
828
+ """
829
+
830
+ :param draw_func:
831
+ """
832
+ ...
833
+
834
+ def type_recast(self):
835
+ """ """
836
+ ...
837
+
838
+ def values(self):
839
+ """ """
840
+ ...
841
+
842
+ class SCENE_PT_physics(bpy_types._GenericUI):
843
+ """ """
844
+
845
+ bl_context: typing.Any
846
+ """ """
847
+
848
+ bl_label: typing.Any
849
+ """ """
850
+
851
+ bl_options: typing.Any
852
+ """ """
853
+
854
+ bl_region_type: typing.Any
855
+ """ """
856
+
857
+ bl_rna: typing.Any
858
+ """ """
859
+
860
+ bl_space_type: typing.Any
861
+ """ """
862
+
863
+ id_data: typing.Any
864
+ """ """
865
+
866
+ def append(self, draw_func):
867
+ """
868
+
869
+ :param draw_func:
870
+ """
871
+ ...
872
+
873
+ def as_pointer(self):
874
+ """ """
875
+ ...
876
+
877
+ def bl_rna_get_subclass(self):
878
+ """ """
879
+ ...
880
+
881
+ def bl_rna_get_subclass_py(self):
882
+ """ """
883
+ ...
884
+
885
+ def draw(self, context):
886
+ """
887
+
888
+ :param context:
889
+ """
890
+ ...
891
+
892
+ def draw_header(self, context):
893
+ """
894
+
895
+ :param context:
896
+ """
897
+ ...
898
+
899
+ def driver_add(self):
900
+ """ """
901
+ ...
902
+
903
+ def driver_remove(self):
904
+ """ """
905
+ ...
906
+
907
+ def get(self):
908
+ """ """
909
+ ...
910
+
911
+ def id_properties_clear(self):
912
+ """ """
913
+ ...
914
+
915
+ def id_properties_ensure(self):
916
+ """ """
917
+ ...
918
+
919
+ def id_properties_ui(self):
920
+ """ """
921
+ ...
922
+
923
+ def is_extended(self):
924
+ """ """
925
+ ...
926
+
927
+ def is_property_hidden(self):
928
+ """ """
929
+ ...
930
+
931
+ def is_property_overridable_library(self):
932
+ """ """
933
+ ...
934
+
935
+ def is_property_readonly(self):
936
+ """ """
937
+ ...
938
+
939
+ def is_property_set(self):
940
+ """ """
941
+ ...
942
+
943
+ def items(self):
944
+ """ """
945
+ ...
946
+
947
+ def keyframe_delete(self):
948
+ """ """
949
+ ...
950
+
951
+ def keyframe_insert(self):
952
+ """ """
953
+ ...
954
+
955
+ def keys(self):
956
+ """ """
957
+ ...
958
+
959
+ def path_from_id(self):
960
+ """ """
961
+ ...
962
+
963
+ def path_resolve(self):
964
+ """ """
965
+ ...
966
+
967
+ def pop(self):
968
+ """ """
969
+ ...
970
+
971
+ def prepend(self, draw_func):
972
+ """
973
+
974
+ :param draw_func:
975
+ """
976
+ ...
977
+
978
+ def property_overridable_library_set(self):
979
+ """ """
980
+ ...
981
+
982
+ def property_unset(self):
983
+ """ """
984
+ ...
985
+
986
+ def remove(self, draw_func):
987
+ """
988
+
989
+ :param draw_func:
990
+ """
991
+ ...
992
+
993
+ def type_recast(self):
994
+ """ """
995
+ ...
996
+
997
+ def values(self):
998
+ """ """
999
+ ...
1000
+
1001
+ class SCENE_PT_rigid_body_cache(bpy_types._GenericUI):
1002
+ """ """
1003
+
1004
+ bl_context: typing.Any
1005
+ """ """
1006
+
1007
+ bl_label: typing.Any
1008
+ """ """
1009
+
1010
+ bl_options: typing.Any
1011
+ """ """
1012
+
1013
+ bl_parent_id: typing.Any
1014
+ """ """
1015
+
1016
+ bl_region_type: typing.Any
1017
+ """ """
1018
+
1019
+ bl_rna: typing.Any
1020
+ """ """
1021
+
1022
+ bl_space_type: typing.Any
1023
+ """ """
1024
+
1025
+ id_data: typing.Any
1026
+ """ """
1027
+
1028
+ def append(self, draw_func):
1029
+ """
1030
+
1031
+ :param draw_func:
1032
+ """
1033
+ ...
1034
+
1035
+ def as_pointer(self):
1036
+ """ """
1037
+ ...
1038
+
1039
+ def bl_rna_get_subclass(self):
1040
+ """ """
1041
+ ...
1042
+
1043
+ def bl_rna_get_subclass_py(self):
1044
+ """ """
1045
+ ...
1046
+
1047
+ def draw(self, context):
1048
+ """
1049
+
1050
+ :param context:
1051
+ """
1052
+ ...
1053
+
1054
+ def driver_add(self):
1055
+ """ """
1056
+ ...
1057
+
1058
+ def driver_remove(self):
1059
+ """ """
1060
+ ...
1061
+
1062
+ def get(self):
1063
+ """ """
1064
+ ...
1065
+
1066
+ def id_properties_clear(self):
1067
+ """ """
1068
+ ...
1069
+
1070
+ def id_properties_ensure(self):
1071
+ """ """
1072
+ ...
1073
+
1074
+ def id_properties_ui(self):
1075
+ """ """
1076
+ ...
1077
+
1078
+ def is_extended(self):
1079
+ """ """
1080
+ ...
1081
+
1082
+ def is_property_hidden(self):
1083
+ """ """
1084
+ ...
1085
+
1086
+ def is_property_overridable_library(self):
1087
+ """ """
1088
+ ...
1089
+
1090
+ def is_property_readonly(self):
1091
+ """ """
1092
+ ...
1093
+
1094
+ def is_property_set(self):
1095
+ """ """
1096
+ ...
1097
+
1098
+ def items(self):
1099
+ """ """
1100
+ ...
1101
+
1102
+ def keyframe_delete(self):
1103
+ """ """
1104
+ ...
1105
+
1106
+ def keyframe_insert(self):
1107
+ """ """
1108
+ ...
1109
+
1110
+ def keys(self):
1111
+ """ """
1112
+ ...
1113
+
1114
+ def path_from_id(self):
1115
+ """ """
1116
+ ...
1117
+
1118
+ def path_resolve(self):
1119
+ """ """
1120
+ ...
1121
+
1122
+ def poll(self, context):
1123
+ """
1124
+
1125
+ :param context:
1126
+ """
1127
+ ...
1128
+
1129
+ def pop(self):
1130
+ """ """
1131
+ ...
1132
+
1133
+ def prepend(self, draw_func):
1134
+ """
1135
+
1136
+ :param draw_func:
1137
+ """
1138
+ ...
1139
+
1140
+ def property_overridable_library_set(self):
1141
+ """ """
1142
+ ...
1143
+
1144
+ def property_unset(self):
1145
+ """ """
1146
+ ...
1147
+
1148
+ def remove(self, draw_func):
1149
+ """
1150
+
1151
+ :param draw_func:
1152
+ """
1153
+ ...
1154
+
1155
+ def type_recast(self):
1156
+ """ """
1157
+ ...
1158
+
1159
+ def values(self):
1160
+ """ """
1161
+ ...
1162
+
1163
+ class SCENE_PT_rigid_body_field_weights(bpy_types._GenericUI):
1164
+ """ """
1165
+
1166
+ bl_context: typing.Any
1167
+ """ """
1168
+
1169
+ bl_label: typing.Any
1170
+ """ """
1171
+
1172
+ bl_options: typing.Any
1173
+ """ """
1174
+
1175
+ bl_parent_id: typing.Any
1176
+ """ """
1177
+
1178
+ bl_region_type: typing.Any
1179
+ """ """
1180
+
1181
+ bl_rna: typing.Any
1182
+ """ """
1183
+
1184
+ bl_space_type: typing.Any
1185
+ """ """
1186
+
1187
+ id_data: typing.Any
1188
+ """ """
1189
+
1190
+ def append(self, draw_func):
1191
+ """
1192
+
1193
+ :param draw_func:
1194
+ """
1195
+ ...
1196
+
1197
+ def as_pointer(self):
1198
+ """ """
1199
+ ...
1200
+
1201
+ def bl_rna_get_subclass(self):
1202
+ """ """
1203
+ ...
1204
+
1205
+ def bl_rna_get_subclass_py(self):
1206
+ """ """
1207
+ ...
1208
+
1209
+ def draw(self, context):
1210
+ """
1211
+
1212
+ :param context:
1213
+ """
1214
+ ...
1215
+
1216
+ def driver_add(self):
1217
+ """ """
1218
+ ...
1219
+
1220
+ def driver_remove(self):
1221
+ """ """
1222
+ ...
1223
+
1224
+ def get(self):
1225
+ """ """
1226
+ ...
1227
+
1228
+ def id_properties_clear(self):
1229
+ """ """
1230
+ ...
1231
+
1232
+ def id_properties_ensure(self):
1233
+ """ """
1234
+ ...
1235
+
1236
+ def id_properties_ui(self):
1237
+ """ """
1238
+ ...
1239
+
1240
+ def is_extended(self):
1241
+ """ """
1242
+ ...
1243
+
1244
+ def is_property_hidden(self):
1245
+ """ """
1246
+ ...
1247
+
1248
+ def is_property_overridable_library(self):
1249
+ """ """
1250
+ ...
1251
+
1252
+ def is_property_readonly(self):
1253
+ """ """
1254
+ ...
1255
+
1256
+ def is_property_set(self):
1257
+ """ """
1258
+ ...
1259
+
1260
+ def items(self):
1261
+ """ """
1262
+ ...
1263
+
1264
+ def keyframe_delete(self):
1265
+ """ """
1266
+ ...
1267
+
1268
+ def keyframe_insert(self):
1269
+ """ """
1270
+ ...
1271
+
1272
+ def keys(self):
1273
+ """ """
1274
+ ...
1275
+
1276
+ def path_from_id(self):
1277
+ """ """
1278
+ ...
1279
+
1280
+ def path_resolve(self):
1281
+ """ """
1282
+ ...
1283
+
1284
+ def poll(self, context):
1285
+ """
1286
+
1287
+ :param context:
1288
+ """
1289
+ ...
1290
+
1291
+ def pop(self):
1292
+ """ """
1293
+ ...
1294
+
1295
+ def prepend(self, draw_func):
1296
+ """
1297
+
1298
+ :param draw_func:
1299
+ """
1300
+ ...
1301
+
1302
+ def property_overridable_library_set(self):
1303
+ """ """
1304
+ ...
1305
+
1306
+ def property_unset(self):
1307
+ """ """
1308
+ ...
1309
+
1310
+ def remove(self, draw_func):
1311
+ """
1312
+
1313
+ :param draw_func:
1314
+ """
1315
+ ...
1316
+
1317
+ def type_recast(self):
1318
+ """ """
1319
+ ...
1320
+
1321
+ def values(self):
1322
+ """ """
1323
+ ...
1324
+
1325
+ class SCENE_PT_rigid_body_world(bpy_types._GenericUI):
1326
+ """ """
1327
+
1328
+ bl_context: typing.Any
1329
+ """ """
1330
+
1331
+ bl_label: typing.Any
1332
+ """ """
1333
+
1334
+ bl_options: typing.Any
1335
+ """ """
1336
+
1337
+ bl_region_type: typing.Any
1338
+ """ """
1339
+
1340
+ bl_rna: typing.Any
1341
+ """ """
1342
+
1343
+ bl_space_type: typing.Any
1344
+ """ """
1345
+
1346
+ id_data: typing.Any
1347
+ """ """
1348
+
1349
+ def append(self, draw_func):
1350
+ """
1351
+
1352
+ :param draw_func:
1353
+ """
1354
+ ...
1355
+
1356
+ def as_pointer(self):
1357
+ """ """
1358
+ ...
1359
+
1360
+ def bl_rna_get_subclass(self):
1361
+ """ """
1362
+ ...
1363
+
1364
+ def bl_rna_get_subclass_py(self):
1365
+ """ """
1366
+ ...
1367
+
1368
+ def draw(self, context):
1369
+ """
1370
+
1371
+ :param context:
1372
+ """
1373
+ ...
1374
+
1375
+ def draw_header(self, context):
1376
+ """
1377
+
1378
+ :param context:
1379
+ """
1380
+ ...
1381
+
1382
+ def driver_add(self):
1383
+ """ """
1384
+ ...
1385
+
1386
+ def driver_remove(self):
1387
+ """ """
1388
+ ...
1389
+
1390
+ def get(self):
1391
+ """ """
1392
+ ...
1393
+
1394
+ def id_properties_clear(self):
1395
+ """ """
1396
+ ...
1397
+
1398
+ def id_properties_ensure(self):
1399
+ """ """
1400
+ ...
1401
+
1402
+ def id_properties_ui(self):
1403
+ """ """
1404
+ ...
1405
+
1406
+ def is_extended(self):
1407
+ """ """
1408
+ ...
1409
+
1410
+ def is_property_hidden(self):
1411
+ """ """
1412
+ ...
1413
+
1414
+ def is_property_overridable_library(self):
1415
+ """ """
1416
+ ...
1417
+
1418
+ def is_property_readonly(self):
1419
+ """ """
1420
+ ...
1421
+
1422
+ def is_property_set(self):
1423
+ """ """
1424
+ ...
1425
+
1426
+ def items(self):
1427
+ """ """
1428
+ ...
1429
+
1430
+ def keyframe_delete(self):
1431
+ """ """
1432
+ ...
1433
+
1434
+ def keyframe_insert(self):
1435
+ """ """
1436
+ ...
1437
+
1438
+ def keys(self):
1439
+ """ """
1440
+ ...
1441
+
1442
+ def path_from_id(self):
1443
+ """ """
1444
+ ...
1445
+
1446
+ def path_resolve(self):
1447
+ """ """
1448
+ ...
1449
+
1450
+ def pop(self):
1451
+ """ """
1452
+ ...
1453
+
1454
+ def prepend(self, draw_func):
1455
+ """
1456
+
1457
+ :param draw_func:
1458
+ """
1459
+ ...
1460
+
1461
+ def property_overridable_library_set(self):
1462
+ """ """
1463
+ ...
1464
+
1465
+ def property_unset(self):
1466
+ """ """
1467
+ ...
1468
+
1469
+ def remove(self, draw_func):
1470
+ """
1471
+
1472
+ :param draw_func:
1473
+ """
1474
+ ...
1475
+
1476
+ def type_recast(self):
1477
+ """ """
1478
+ ...
1479
+
1480
+ def values(self):
1481
+ """ """
1482
+ ...
1483
+
1484
+ class SCENE_PT_rigid_body_world_settings(bpy_types._GenericUI):
1485
+ """ """
1486
+
1487
+ bl_context: typing.Any
1488
+ """ """
1489
+
1490
+ bl_label: typing.Any
1491
+ """ """
1492
+
1493
+ bl_parent_id: typing.Any
1494
+ """ """
1495
+
1496
+ bl_region_type: typing.Any
1497
+ """ """
1498
+
1499
+ bl_rna: typing.Any
1500
+ """ """
1501
+
1502
+ bl_space_type: typing.Any
1503
+ """ """
1504
+
1505
+ id_data: typing.Any
1506
+ """ """
1507
+
1508
+ def append(self, draw_func):
1509
+ """
1510
+
1511
+ :param draw_func:
1512
+ """
1513
+ ...
1514
+
1515
+ def as_pointer(self):
1516
+ """ """
1517
+ ...
1518
+
1519
+ def bl_rna_get_subclass(self):
1520
+ """ """
1521
+ ...
1522
+
1523
+ def bl_rna_get_subclass_py(self):
1524
+ """ """
1525
+ ...
1526
+
1527
+ def draw(self, context):
1528
+ """
1529
+
1530
+ :param context:
1531
+ """
1532
+ ...
1533
+
1534
+ def driver_add(self):
1535
+ """ """
1536
+ ...
1537
+
1538
+ def driver_remove(self):
1539
+ """ """
1540
+ ...
1541
+
1542
+ def get(self):
1543
+ """ """
1544
+ ...
1545
+
1546
+ def id_properties_clear(self):
1547
+ """ """
1548
+ ...
1549
+
1550
+ def id_properties_ensure(self):
1551
+ """ """
1552
+ ...
1553
+
1554
+ def id_properties_ui(self):
1555
+ """ """
1556
+ ...
1557
+
1558
+ def is_extended(self):
1559
+ """ """
1560
+ ...
1561
+
1562
+ def is_property_hidden(self):
1563
+ """ """
1564
+ ...
1565
+
1566
+ def is_property_overridable_library(self):
1567
+ """ """
1568
+ ...
1569
+
1570
+ def is_property_readonly(self):
1571
+ """ """
1572
+ ...
1573
+
1574
+ def is_property_set(self):
1575
+ """ """
1576
+ ...
1577
+
1578
+ def items(self):
1579
+ """ """
1580
+ ...
1581
+
1582
+ def keyframe_delete(self):
1583
+ """ """
1584
+ ...
1585
+
1586
+ def keyframe_insert(self):
1587
+ """ """
1588
+ ...
1589
+
1590
+ def keys(self):
1591
+ """ """
1592
+ ...
1593
+
1594
+ def path_from_id(self):
1595
+ """ """
1596
+ ...
1597
+
1598
+ def path_resolve(self):
1599
+ """ """
1600
+ ...
1601
+
1602
+ def poll(self, context):
1603
+ """
1604
+
1605
+ :param context:
1606
+ """
1607
+ ...
1608
+
1609
+ def pop(self):
1610
+ """ """
1611
+ ...
1612
+
1613
+ def prepend(self, draw_func):
1614
+ """
1615
+
1616
+ :param draw_func:
1617
+ """
1618
+ ...
1619
+
1620
+ def property_overridable_library_set(self):
1621
+ """ """
1622
+ ...
1623
+
1624
+ def property_unset(self):
1625
+ """ """
1626
+ ...
1627
+
1628
+ def remove(self, draw_func):
1629
+ """
1630
+
1631
+ :param draw_func:
1632
+ """
1633
+ ...
1634
+
1635
+ def type_recast(self):
1636
+ """ """
1637
+ ...
1638
+
1639
+ def values(self):
1640
+ """ """
1641
+ ...
1642
+
1643
+ class SCENE_PT_scene(bpy_types._GenericUI):
1644
+ """ """
1645
+
1646
+ bl_context: typing.Any
1647
+ """ """
1648
+
1649
+ bl_label: typing.Any
1650
+ """ """
1651
+
1652
+ bl_region_type: typing.Any
1653
+ """ """
1654
+
1655
+ bl_rna: typing.Any
1656
+ """ """
1657
+
1658
+ bl_space_type: typing.Any
1659
+ """ """
1660
+
1661
+ id_data: typing.Any
1662
+ """ """
1663
+
1664
+ def append(self, draw_func):
1665
+ """
1666
+
1667
+ :param draw_func:
1668
+ """
1669
+ ...
1670
+
1671
+ def as_pointer(self):
1672
+ """ """
1673
+ ...
1674
+
1675
+ def bl_rna_get_subclass(self):
1676
+ """ """
1677
+ ...
1678
+
1679
+ def bl_rna_get_subclass_py(self):
1680
+ """ """
1681
+ ...
1682
+
1683
+ def draw(self, context):
1684
+ """
1685
+
1686
+ :param context:
1687
+ """
1688
+ ...
1689
+
1690
+ def driver_add(self):
1691
+ """ """
1692
+ ...
1693
+
1694
+ def driver_remove(self):
1695
+ """ """
1696
+ ...
1697
+
1698
+ def get(self):
1699
+ """ """
1700
+ ...
1701
+
1702
+ def id_properties_clear(self):
1703
+ """ """
1704
+ ...
1705
+
1706
+ def id_properties_ensure(self):
1707
+ """ """
1708
+ ...
1709
+
1710
+ def id_properties_ui(self):
1711
+ """ """
1712
+ ...
1713
+
1714
+ def is_extended(self):
1715
+ """ """
1716
+ ...
1717
+
1718
+ def is_property_hidden(self):
1719
+ """ """
1720
+ ...
1721
+
1722
+ def is_property_overridable_library(self):
1723
+ """ """
1724
+ ...
1725
+
1726
+ def is_property_readonly(self):
1727
+ """ """
1728
+ ...
1729
+
1730
+ def is_property_set(self):
1731
+ """ """
1732
+ ...
1733
+
1734
+ def items(self):
1735
+ """ """
1736
+ ...
1737
+
1738
+ def keyframe_delete(self):
1739
+ """ """
1740
+ ...
1741
+
1742
+ def keyframe_insert(self):
1743
+ """ """
1744
+ ...
1745
+
1746
+ def keys(self):
1747
+ """ """
1748
+ ...
1749
+
1750
+ def path_from_id(self):
1751
+ """ """
1752
+ ...
1753
+
1754
+ def path_resolve(self):
1755
+ """ """
1756
+ ...
1757
+
1758
+ def pop(self):
1759
+ """ """
1760
+ ...
1761
+
1762
+ def prepend(self, draw_func):
1763
+ """
1764
+
1765
+ :param draw_func:
1766
+ """
1767
+ ...
1768
+
1769
+ def property_overridable_library_set(self):
1770
+ """ """
1771
+ ...
1772
+
1773
+ def property_unset(self):
1774
+ """ """
1775
+ ...
1776
+
1777
+ def remove(self, draw_func):
1778
+ """
1779
+
1780
+ :param draw_func:
1781
+ """
1782
+ ...
1783
+
1784
+ def type_recast(self):
1785
+ """ """
1786
+ ...
1787
+
1788
+ def values(self):
1789
+ """ """
1790
+ ...
1791
+
1792
+ class SCENE_PT_simulation(bpy_types._GenericUI):
1793
+ """ """
1794
+
1795
+ bl_context: typing.Any
1796
+ """ """
1797
+
1798
+ bl_label: typing.Any
1799
+ """ """
1800
+
1801
+ bl_options: typing.Any
1802
+ """ """
1803
+
1804
+ bl_region_type: typing.Any
1805
+ """ """
1806
+
1807
+ bl_rna: typing.Any
1808
+ """ """
1809
+
1810
+ bl_space_type: typing.Any
1811
+ """ """
1812
+
1813
+ id_data: typing.Any
1814
+ """ """
1815
+
1816
+ def append(self, draw_func):
1817
+ """
1818
+
1819
+ :param draw_func:
1820
+ """
1821
+ ...
1822
+
1823
+ def as_pointer(self):
1824
+ """ """
1825
+ ...
1826
+
1827
+ def bl_rna_get_subclass(self):
1828
+ """ """
1829
+ ...
1830
+
1831
+ def bl_rna_get_subclass_py(self):
1832
+ """ """
1833
+ ...
1834
+
1835
+ def draw(self, context):
1836
+ """
1837
+
1838
+ :param context:
1839
+ """
1840
+ ...
1841
+
1842
+ def driver_add(self):
1843
+ """ """
1844
+ ...
1845
+
1846
+ def driver_remove(self):
1847
+ """ """
1848
+ ...
1849
+
1850
+ def get(self):
1851
+ """ """
1852
+ ...
1853
+
1854
+ def id_properties_clear(self):
1855
+ """ """
1856
+ ...
1857
+
1858
+ def id_properties_ensure(self):
1859
+ """ """
1860
+ ...
1861
+
1862
+ def id_properties_ui(self):
1863
+ """ """
1864
+ ...
1865
+
1866
+ def is_extended(self):
1867
+ """ """
1868
+ ...
1869
+
1870
+ def is_property_hidden(self):
1871
+ """ """
1872
+ ...
1873
+
1874
+ def is_property_overridable_library(self):
1875
+ """ """
1876
+ ...
1877
+
1878
+ def is_property_readonly(self):
1879
+ """ """
1880
+ ...
1881
+
1882
+ def is_property_set(self):
1883
+ """ """
1884
+ ...
1885
+
1886
+ def items(self):
1887
+ """ """
1888
+ ...
1889
+
1890
+ def keyframe_delete(self):
1891
+ """ """
1892
+ ...
1893
+
1894
+ def keyframe_insert(self):
1895
+ """ """
1896
+ ...
1897
+
1898
+ def keys(self):
1899
+ """ """
1900
+ ...
1901
+
1902
+ def path_from_id(self):
1903
+ """ """
1904
+ ...
1905
+
1906
+ def path_resolve(self):
1907
+ """ """
1908
+ ...
1909
+
1910
+ def pop(self):
1911
+ """ """
1912
+ ...
1913
+
1914
+ def prepend(self, draw_func):
1915
+ """
1916
+
1917
+ :param draw_func:
1918
+ """
1919
+ ...
1920
+
1921
+ def property_overridable_library_set(self):
1922
+ """ """
1923
+ ...
1924
+
1925
+ def property_unset(self):
1926
+ """ """
1927
+ ...
1928
+
1929
+ def remove(self, draw_func):
1930
+ """
1931
+
1932
+ :param draw_func:
1933
+ """
1934
+ ...
1935
+
1936
+ def type_recast(self):
1937
+ """ """
1938
+ ...
1939
+
1940
+ def values(self):
1941
+ """ """
1942
+ ...
1943
+
1944
+ class SCENE_PT_unit(bpy_types._GenericUI):
1945
+ """ """
1946
+
1947
+ bl_context: typing.Any
1948
+ """ """
1949
+
1950
+ bl_label: typing.Any
1951
+ """ """
1952
+
1953
+ bl_options: typing.Any
1954
+ """ """
1955
+
1956
+ bl_region_type: typing.Any
1957
+ """ """
1958
+
1959
+ bl_rna: typing.Any
1960
+ """ """
1961
+
1962
+ bl_space_type: typing.Any
1963
+ """ """
1964
+
1965
+ id_data: typing.Any
1966
+ """ """
1967
+
1968
+ def append(self, draw_func):
1969
+ """
1970
+
1971
+ :param draw_func:
1972
+ """
1973
+ ...
1974
+
1975
+ def as_pointer(self):
1976
+ """ """
1977
+ ...
1978
+
1979
+ def bl_rna_get_subclass(self):
1980
+ """ """
1981
+ ...
1982
+
1983
+ def bl_rna_get_subclass_py(self):
1984
+ """ """
1985
+ ...
1986
+
1987
+ def draw(self, context):
1988
+ """
1989
+
1990
+ :param context:
1991
+ """
1992
+ ...
1993
+
1994
+ def driver_add(self):
1995
+ """ """
1996
+ ...
1997
+
1998
+ def driver_remove(self):
1999
+ """ """
2000
+ ...
2001
+
2002
+ def get(self):
2003
+ """ """
2004
+ ...
2005
+
2006
+ def id_properties_clear(self):
2007
+ """ """
2008
+ ...
2009
+
2010
+ def id_properties_ensure(self):
2011
+ """ """
2012
+ ...
2013
+
2014
+ def id_properties_ui(self):
2015
+ """ """
2016
+ ...
2017
+
2018
+ def is_extended(self):
2019
+ """ """
2020
+ ...
2021
+
2022
+ def is_property_hidden(self):
2023
+ """ """
2024
+ ...
2025
+
2026
+ def is_property_overridable_library(self):
2027
+ """ """
2028
+ ...
2029
+
2030
+ def is_property_readonly(self):
2031
+ """ """
2032
+ ...
2033
+
2034
+ def is_property_set(self):
2035
+ """ """
2036
+ ...
2037
+
2038
+ def items(self):
2039
+ """ """
2040
+ ...
2041
+
2042
+ def keyframe_delete(self):
2043
+ """ """
2044
+ ...
2045
+
2046
+ def keyframe_insert(self):
2047
+ """ """
2048
+ ...
2049
+
2050
+ def keys(self):
2051
+ """ """
2052
+ ...
2053
+
2054
+ def path_from_id(self):
2055
+ """ """
2056
+ ...
2057
+
2058
+ def path_resolve(self):
2059
+ """ """
2060
+ ...
2061
+
2062
+ def pop(self):
2063
+ """ """
2064
+ ...
2065
+
2066
+ def prepend(self, draw_func):
2067
+ """
2068
+
2069
+ :param draw_func:
2070
+ """
2071
+ ...
2072
+
2073
+ def property_overridable_library_set(self):
2074
+ """ """
2075
+ ...
2076
+
2077
+ def property_unset(self):
2078
+ """ """
2079
+ ...
2080
+
2081
+ def remove(self, draw_func):
2082
+ """
2083
+
2084
+ :param draw_func:
2085
+ """
2086
+ ...
2087
+
2088
+ def type_recast(self):
2089
+ """ """
2090
+ ...
2091
+
2092
+ def values(self):
2093
+ """ """
2094
+ ...
2095
+
2096
+ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
2097
+ """ """
2098
+
2099
+ bl_rna: typing.Any
2100
+ """ """
2101
+
2102
+ id_data: typing.Any
2103
+ """ """
2104
+
2105
+ def append(self, draw_func):
2106
+ """
2107
+
2108
+ :param draw_func:
2109
+ """
2110
+ ...
2111
+
2112
+ def as_pointer(self):
2113
+ """ """
2114
+ ...
2115
+
2116
+ def bl_rna_get_subclass(self):
2117
+ """ """
2118
+ ...
2119
+
2120
+ def bl_rna_get_subclass_py(self):
2121
+ """ """
2122
+ ...
2123
+
2124
+ def draw_item(
2125
+ self,
2126
+ _context,
2127
+ layout,
2128
+ _data,
2129
+ item,
2130
+ icon,
2131
+ _active_data,
2132
+ _active_propname,
2133
+ _index,
2134
+ ):
2135
+ """
2136
+
2137
+ :param _context:
2138
+ :param layout:
2139
+ :param _data:
2140
+ :param item:
2141
+ :param icon:
2142
+ :param _active_data:
2143
+ :param _active_propname:
2144
+ :param _index:
2145
+ """
2146
+ ...
2147
+
2148
+ def driver_add(self):
2149
+ """ """
2150
+ ...
2151
+
2152
+ def driver_remove(self):
2153
+ """ """
2154
+ ...
2155
+
2156
+ def get(self):
2157
+ """ """
2158
+ ...
2159
+
2160
+ def id_properties_clear(self):
2161
+ """ """
2162
+ ...
2163
+
2164
+ def id_properties_ensure(self):
2165
+ """ """
2166
+ ...
2167
+
2168
+ def id_properties_ui(self):
2169
+ """ """
2170
+ ...
2171
+
2172
+ def is_extended(self):
2173
+ """ """
2174
+ ...
2175
+
2176
+ def is_property_hidden(self):
2177
+ """ """
2178
+ ...
2179
+
2180
+ def is_property_overridable_library(self):
2181
+ """ """
2182
+ ...
2183
+
2184
+ def is_property_readonly(self):
2185
+ """ """
2186
+ ...
2187
+
2188
+ def is_property_set(self):
2189
+ """ """
2190
+ ...
2191
+
2192
+ def items(self):
2193
+ """ """
2194
+ ...
2195
+
2196
+ def keyframe_delete(self):
2197
+ """ """
2198
+ ...
2199
+
2200
+ def keyframe_insert(self):
2201
+ """ """
2202
+ ...
2203
+
2204
+ def keys(self):
2205
+ """ """
2206
+ ...
2207
+
2208
+ def path_from_id(self):
2209
+ """ """
2210
+ ...
2211
+
2212
+ def path_resolve(self):
2213
+ """ """
2214
+ ...
2215
+
2216
+ def pop(self):
2217
+ """ """
2218
+ ...
2219
+
2220
+ def prepend(self, draw_func):
2221
+ """
2222
+
2223
+ :param draw_func:
2224
+ """
2225
+ ...
2226
+
2227
+ def property_overridable_library_set(self):
2228
+ """ """
2229
+ ...
2230
+
2231
+ def property_unset(self):
2232
+ """ """
2233
+ ...
2234
+
2235
+ def remove(self, draw_func):
2236
+ """
2237
+
2238
+ :param draw_func:
2239
+ """
2240
+ ...
2241
+
2242
+ def type_recast(self):
2243
+ """ """
2244
+ ...
2245
+
2246
+ def values(self):
2247
+ """ """
2248
+ ...
2249
+
2250
+ class SceneKeyingSetsPanel:
2251
+ """ """
2252
+
2253
+ def draw_keyframing_settings(self, context, layout, ks, ksp):
2254
+ """
2255
+
2256
+ :param context:
2257
+ :param layout:
2258
+ :param ks:
2259
+ :param ksp:
2260
+ """
2261
+ ...
2262
+
2263
+ class SceneButtonsPanel:
2264
+ """ """
2265
+
2266
+ bl_context: typing.Any
2267
+ """ """
2268
+
2269
+ bl_region_type: typing.Any
2270
+ """ """
2271
+
2272
+ bl_space_type: typing.Any
2273
+ """ """