fake-bpy-module 20240517__py3-none-any.whl → 20240518__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (173) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +17 -84
  2. addon_utils/__init__.pyi +5 -30
  3. animsys_refactor/__init__.pyi +5 -25
  4. aud/__init__.pyi +1 -4
  5. bgl/__init__.pyi +0 -1629
  6. bl_app_override/__init__.pyi +3 -14
  7. bl_app_override/helpers/__init__.pyi +2 -22
  8. bl_app_template_utils/__init__.pyi +3 -15
  9. bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
  10. bl_i18n_utils/merge_po/__init__.pyi +1 -4
  11. bl_i18n_utils/settings/__init__.pyi +2 -22
  12. bl_i18n_utils/utils/__init__.pyi +8 -65
  13. bl_i18n_utils/utils_cli/__init__.pyi +6 -29
  14. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
  15. bl_keymap_utils/io/__init__.pyi +8 -39
  16. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
  17. bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
  18. bl_keymap_utils/versioning/__init__.pyi +1 -4
  19. bl_operators/__init__.pyi +2 -9
  20. bl_operators/add_mesh_torus/__init__.pyi +2 -18
  21. bl_operators/anim/__init__.pyi +0 -70
  22. bl_operators/assets/__init__.pyi +0 -29
  23. bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
  24. bl_operators/clip/__init__.pyi +5 -114
  25. bl_operators/console/__init__.pyi +0 -37
  26. bl_operators/constraint/__init__.pyi +0 -36
  27. bl_operators/file/__init__.pyi +0 -27
  28. bl_operators/freestyle/__init__.pyi +0 -36
  29. bl_operators/geometry_nodes/__init__.pyi +13 -102
  30. bl_operators/image/__init__.pyi +0 -51
  31. bl_operators/mesh/__init__.pyi +0 -27
  32. bl_operators/node/__init__.pyi +0 -104
  33. bl_operators/object/__init__.pyi +0 -137
  34. bl_operators/object_align/__init__.pyi +3 -23
  35. bl_operators/object_quick_effects/__init__.pyi +2 -48
  36. bl_operators/object_randomize_transform/__init__.pyi +3 -13
  37. bl_operators/presets/__init__.pyi +2 -375
  38. bl_operators/rigidbody/__init__.pyi +0 -27
  39. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
  40. bl_operators/sequencer/__init__.pyi +1 -103
  41. bl_operators/spreadsheet/__init__.pyi +0 -9
  42. bl_operators/userpref/__init__.pyi +1 -200
  43. bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
  44. bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
  45. bl_operators/uvcalc_transform/__init__.pyi +11 -72
  46. bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
  47. bl_operators/view3d/__init__.pyi +0 -63
  48. bl_operators/wm/__init__.pyi +14 -450
  49. bl_operators/world/__init__.pyi +0 -9
  50. bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
  51. bl_rna_utils/data_path/__init__.pyi +0 -1
  52. bl_text_utils/external_editor/__init__.pyi +1 -4
  53. bl_ui/__init__.pyi +30 -140
  54. bl_ui/anim/__init__.pyi +1 -11
  55. bl_ui/asset_shelf/__init__.pyi +1 -15
  56. bl_ui/generic_ui_list/__init__.pyi +2 -30
  57. bl_ui/node_add_menu/__init__.pyi +4 -27
  58. bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
  59. bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
  60. bl_ui/node_add_menu_shader/__init__.pyi +18 -169
  61. bl_ui/node_add_menu_texture/__init__.pyi +9 -117
  62. bl_ui/properties_animviz/__init__.pyi +0 -14
  63. bl_ui/properties_collection/__init__.pyi +7 -111
  64. bl_ui/properties_constraint/__init__.pyi +79 -1523
  65. bl_ui/properties_data_armature/__init__.pyi +12 -213
  66. bl_ui/properties_data_bone/__init__.pyi +10 -197
  67. bl_ui/properties_data_camera/__init__.pyi +15 -311
  68. bl_ui/properties_data_curve/__init__.pyi +15 -318
  69. bl_ui/properties_data_curves/__init__.pyi +6 -107
  70. bl_ui/properties_data_empty/__init__.pyi +2 -43
  71. bl_ui/properties_data_gpencil/__init__.pyi +18 -349
  72. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
  73. bl_ui/properties_data_lattice/__init__.pyi +3 -64
  74. bl_ui/properties_data_light/__init__.pyi +12 -263
  75. bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
  76. bl_ui/properties_data_mesh/__init__.pyi +21 -324
  77. bl_ui/properties_data_metaball/__init__.pyi +5 -102
  78. bl_ui/properties_data_modifier/__init__.pyi +8 -177
  79. bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
  80. bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
  81. bl_ui/properties_data_speaker/__init__.pyi +5 -110
  82. bl_ui/properties_data_volume/__init__.pyi +8 -155
  83. bl_ui/properties_freestyle/__init__.pyi +29 -614
  84. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
  85. bl_ui/properties_mask_common/__init__.pyi +8 -110
  86. bl_ui/properties_material/__init__.pyi +18 -330
  87. bl_ui/properties_material_gpencil/__init__.pyi +10 -181
  88. bl_ui/properties_object/__init__.pyi +14 -275
  89. bl_ui/properties_output/__init__.pyi +18 -369
  90. bl_ui/properties_paint_common/__init__.pyi +12 -105
  91. bl_ui/properties_particle/__init__.pyi +56 -1158
  92. bl_ui/properties_physics_cloth/__init__.pyi +15 -313
  93. bl_ui/properties_physics_common/__init__.pyi +7 -57
  94. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
  95. bl_ui/properties_physics_field/__init__.pyi +11 -217
  96. bl_ui/properties_physics_fluid/__init__.pyi +28 -625
  97. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
  98. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
  99. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
  100. bl_ui/properties_physics_softbody/__init__.pyi +16 -352
  101. bl_ui/properties_render/__init__.pyi +54 -1145
  102. bl_ui/properties_scene/__init__.pyi +15 -297
  103. bl_ui/properties_texture/__init__.pyi +28 -576
  104. bl_ui/properties_view_layer/__init__.pyi +18 -345
  105. bl_ui/properties_workspace/__init__.pyi +4 -79
  106. bl_ui/properties_world/__init__.pyi +10 -219
  107. bl_ui/space_clip/__init__.pyi +71 -1089
  108. bl_ui/space_console/__init__.pyi +7 -72
  109. bl_ui/space_dopesheet/__init__.pyi +31 -484
  110. bl_ui/space_filebrowser/__init__.pyi +34 -430
  111. bl_ui/space_graph/__init__.pyi +20 -236
  112. bl_ui/space_image/__init__.pyi +68 -1088
  113. bl_ui/space_info/__init__.pyi +6 -70
  114. bl_ui/space_nla/__init__.pyi +17 -209
  115. bl_ui/space_node/__init__.pyi +30 -435
  116. bl_ui/space_outliner/__init__.pyi +15 -164
  117. bl_ui/space_properties/__init__.pyi +3 -41
  118. bl_ui/space_sequencer/__init__.pyi +77 -1141
  119. bl_ui/space_spreadsheet/__init__.pyi +1 -11
  120. bl_ui/space_statusbar/__init__.pyi +1 -11
  121. bl_ui/space_text/__init__.pyi +16 -192
  122. bl_ui/space_time/__init__.pyi +8 -110
  123. bl_ui/space_toolsystem_common/__init__.pyi +40 -199
  124. bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
  125. bl_ui/space_topbar/__init__.pyi +27 -334
  126. bl_ui/space_userpref/__init__.pyi +92 -1575
  127. bl_ui/space_view3d/__init__.pyi +269 -3437
  128. bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
  129. bl_ui/temp_anim_layers/__init__.pyi +2 -21
  130. bl_ui/utils/__init__.pyi +0 -7
  131. bl_ui_utils/bug_report_url/__init__.pyi +1 -4
  132. blend_render_info/__init__.pyi +2 -9
  133. bmesh/types/__init__.pyi +1 -18
  134. bpy/ops/wm/__init__.pyi +3 -0
  135. bpy/types/__init__.pyi +295 -4653
  136. bpy/utils/__init__.pyi +14 -70
  137. bpy_extras/anim_utils/__init__.pyi +0 -1
  138. bpy_extras/asset_utils/__init__.pyi +0 -10
  139. bpy_extras/bmesh_utils/__init__.pyi +1 -4
  140. bpy_extras/extensions/junction_module/__init__.pyi +1 -6
  141. bpy_extras/io_utils/__init__.pyi +4 -24
  142. bpy_extras/keyconfig_utils/__init__.pyi +2 -9
  143. bpy_extras/node_shader_utils/__init__.pyi +44 -285
  144. bpy_extras/node_utils/__init__.pyi +2 -9
  145. bpy_extras/object_utils/__init__.pyi +0 -2
  146. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
  147. bpy_restrict_state/__init__.pyi +1 -14
  148. bpy_types/__init__.pyi +8 -274
  149. console_python/__init__.pyi +6 -36
  150. console_shell/__init__.pyi +5 -24
  151. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
  152. fake_bpy_module-20240518.dist-info/RECORD +353 -0
  153. freestyle/chainingiterators/__init__.pyi +10 -40
  154. freestyle/functions/__init__.pyi +7 -33
  155. freestyle/predicates/__init__.pyi +44 -217
  156. freestyle/shaders/__init__.pyi +0 -10
  157. freestyle/utils/__init__.pyi +3 -15
  158. graphviz_export/__init__.pyi +2 -9
  159. idprop/types/__init__.pyi +6 -33
  160. imbuf/types/__init__.pyi +0 -2
  161. keyingsets_builtins/__init__.pyi +2 -156
  162. keyingsets_utils/__init__.pyi +14 -69
  163. mathutils/bvhtree/__init__.pyi +0 -2
  164. nodeitems_builtins/__init__.pyi +5 -30
  165. nodeitems_utils/__init__.pyi +8 -45
  166. rna_info/__init__.pyi +22 -200
  167. rna_keymap_ui/__init__.pyi +6 -29
  168. rna_prop_ui/__init__.pyi +9 -49
  169. rna_xml/__init__.pyi +6 -29
  170. sys_info/__init__.pyi +1 -4
  171. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  172. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
  173. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
@@ -8,16 +8,9 @@ class BUILTIN_KSI_Available(bpy_types.KeyingSetInfo):
8
8
  """Insert a keyframe on each of the already existing F-Curves"""
9
9
 
10
10
  bl_idname: typing.Any
11
- """ """
12
-
13
11
  bl_label: typing.Any
14
- """ """
15
-
16
12
  bl_rna: typing.Any
17
- """ """
18
-
19
13
  id_data: typing.Any
20
- """ """
21
14
 
22
15
  def as_pointer(self) -> int:
23
16
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -229,13 +222,8 @@ class BUILTIN_KSI_BendyBones(bpy_types.KeyingSetInfo):
229
222
  """Insert a keyframe for each of the BBone shape properties"""
230
223
 
231
224
  bl_label: typing.Any
232
- """ """
233
-
234
225
  bl_rna: typing.Any
235
- """ """
236
-
237
226
  id_data: typing.Any
238
- """ """
239
227
 
240
228
  def as_pointer(self) -> int:
241
229
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -448,13 +436,8 @@ class BUILTIN_KSI_DeltaLocation(bpy_types.KeyingSetInfo):
448
436
  """Insert keyframes for additional location offset"""
449
437
 
450
438
  bl_label: typing.Any
451
- """ """
452
-
453
439
  bl_rna: typing.Any
454
- """ """
455
-
456
440
  id_data: typing.Any
457
- """ """
458
441
 
459
442
  def as_pointer(self) -> int:
460
443
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -666,13 +649,8 @@ class BUILTIN_KSI_DeltaRotation(bpy_types.KeyingSetInfo):
666
649
  """Insert keyframes for additional rotation offset"""
667
650
 
668
651
  bl_label: typing.Any
669
- """ """
670
-
671
652
  bl_rna: typing.Any
672
- """ """
673
-
674
653
  id_data: typing.Any
675
- """ """
676
654
 
677
655
  def as_pointer(self) -> int:
678
656
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -884,13 +862,8 @@ class BUILTIN_KSI_DeltaScale(bpy_types.KeyingSetInfo):
884
862
  """Insert keyframes for additional scale factor"""
885
863
 
886
864
  bl_label: typing.Any
887
- """ """
888
-
889
865
  bl_rna: typing.Any
890
- """ """
891
-
892
866
  id_data: typing.Any
893
- """ """
894
867
 
895
868
  def as_pointer(self) -> int:
896
869
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -1102,13 +1075,8 @@ class BUILTIN_KSI_LocRot(bpy_types.KeyingSetInfo):
1102
1075
  """Insert a keyframe on each of the location and rotation channels"""
1103
1076
 
1104
1077
  bl_label: typing.Any
1105
- """ """
1106
-
1107
1078
  bl_rna: typing.Any
1108
- """ """
1109
-
1110
1079
  id_data: typing.Any
1111
- """ """
1112
1080
 
1113
1081
  def as_pointer(self) -> int:
1114
1082
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -1320,16 +1288,9 @@ class BUILTIN_KSI_LocRotScale(bpy_types.KeyingSetInfo):
1320
1288
  """Insert a keyframe on each of the location, rotation, and scale channels"""
1321
1289
 
1322
1290
  bl_idname: typing.Any
1323
- """ """
1324
-
1325
1291
  bl_label: typing.Any
1326
- """ """
1327
-
1328
1292
  bl_rna: typing.Any
1329
- """ """
1330
-
1331
1293
  id_data: typing.Any
1332
- """ """
1333
1294
 
1334
1295
  def as_pointer(self) -> int:
1335
1296
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -1541,16 +1502,9 @@ class BUILTIN_KSI_LocRotScaleCProp(bpy_types.KeyingSetInfo):
1541
1502
  """Key location/rotation/scale as well as custom properties"""
1542
1503
 
1543
1504
  bl_idname: typing.Any
1544
- """ """
1545
-
1546
1505
  bl_label: typing.Any
1547
- """ """
1548
-
1549
1506
  bl_rna: typing.Any
1550
- """ """
1551
-
1552
1507
  id_data: typing.Any
1553
- """ """
1554
1508
 
1555
1509
  def as_pointer(self) -> int:
1556
1510
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -1762,13 +1716,8 @@ class BUILTIN_KSI_LocScale(bpy_types.KeyingSetInfo):
1762
1716
  """Insert a keyframe on each of the location and scale channels"""
1763
1717
 
1764
1718
  bl_label: typing.Any
1765
- """ """
1766
-
1767
1719
  bl_rna: typing.Any
1768
- """ """
1769
-
1770
1720
  id_data: typing.Any
1771
- """ """
1772
1721
 
1773
1722
  def as_pointer(self) -> int:
1774
1723
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -1980,16 +1929,9 @@ class BUILTIN_KSI_Location(bpy_types.KeyingSetInfo):
1980
1929
  """Insert a keyframe on each of the location channels"""
1981
1930
 
1982
1931
  bl_idname: typing.Any
1983
- """ """
1984
-
1985
1932
  bl_label: typing.Any
1986
- """ """
1987
-
1988
1933
  bl_rna: typing.Any
1989
- """ """
1990
-
1991
1934
  id_data: typing.Any
1992
- """ """
1993
1935
 
1994
1936
  def as_pointer(self) -> int:
1995
1937
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -2202,13 +2144,8 @@ class BUILTIN_KSI_RotScale(bpy_types.KeyingSetInfo):
2202
2144
  """Insert a keyframe on each of the rotation and scale channels"""
2203
2145
 
2204
2146
  bl_label: typing.Any
2205
- """ """
2206
-
2207
2147
  bl_rna: typing.Any
2208
- """ """
2209
-
2210
2148
  id_data: typing.Any
2211
- """ """
2212
2149
 
2213
2150
  def as_pointer(self) -> int:
2214
2151
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -2420,16 +2357,9 @@ class BUILTIN_KSI_Rotation(bpy_types.KeyingSetInfo):
2420
2357
  """Insert a keyframe on each of the rotation channels"""
2421
2358
 
2422
2359
  bl_idname: typing.Any
2423
- """ """
2424
-
2425
2360
  bl_label: typing.Any
2426
- """ """
2427
-
2428
2361
  bl_rna: typing.Any
2429
- """ """
2430
-
2431
2362
  id_data: typing.Any
2432
- """ """
2433
2363
 
2434
2364
  def as_pointer(self) -> int:
2435
2365
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -2642,16 +2572,9 @@ class BUILTIN_KSI_Scaling(bpy_types.KeyingSetInfo):
2642
2572
  """Insert a keyframe on each of the scale channels"""
2643
2573
 
2644
2574
  bl_idname: typing.Any
2645
- """ """
2646
-
2647
2575
  bl_label: typing.Any
2648
- """ """
2649
-
2650
2576
  bl_rna: typing.Any
2651
- """ """
2652
-
2653
2577
  id_data: typing.Any
2654
- """ """
2655
2578
 
2656
2579
  def as_pointer(self) -> int:
2657
2580
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -2864,16 +2787,9 @@ class BUILTIN_KSI_VisualLoc(bpy_types.KeyingSetInfo):
2864
2787
  """Insert a keyframe on each of the location channels, taking into account effects of constraints and relationships"""
2865
2788
 
2866
2789
  bl_label: typing.Any
2867
- """ """
2868
-
2869
2790
  bl_options: typing.Any
2870
- """ """
2871
-
2872
2791
  bl_rna: typing.Any
2873
- """ """
2874
-
2875
2792
  id_data: typing.Any
2876
- """ """
2877
2793
 
2878
2794
  def as_pointer(self) -> int:
2879
2795
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -3086,16 +3002,9 @@ class BUILTIN_KSI_VisualLocRot(bpy_types.KeyingSetInfo):
3086
3002
  """Insert a keyframe on each of the location and rotation channels, taking into account effects of constraints and relationships"""
3087
3003
 
3088
3004
  bl_label: typing.Any
3089
- """ """
3090
-
3091
3005
  bl_options: typing.Any
3092
- """ """
3093
-
3094
3006
  bl_rna: typing.Any
3095
- """ """
3096
-
3097
3007
  id_data: typing.Any
3098
- """ """
3099
3008
 
3100
3009
  def as_pointer(self) -> int:
3101
3010
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -3307,16 +3216,9 @@ class BUILTIN_KSI_VisualLocRotScale(bpy_types.KeyingSetInfo):
3307
3216
  """Insert a keyframe on each of the location, rotation and scale channels, taking into account effects of constraints and relationships"""
3308
3217
 
3309
3218
  bl_label: typing.Any
3310
- """ """
3311
-
3312
3219
  bl_options: typing.Any
3313
- """ """
3314
-
3315
3220
  bl_rna: typing.Any
3316
- """ """
3317
-
3318
3221
  id_data: typing.Any
3319
- """ """
3320
3222
 
3321
3223
  def as_pointer(self) -> int:
3322
3224
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -3528,16 +3430,9 @@ class BUILTIN_KSI_VisualLocScale(bpy_types.KeyingSetInfo):
3528
3430
  """Insert a keyframe on each of the location and scale channels, taking into account effects of constraints and relationships"""
3529
3431
 
3530
3432
  bl_label: typing.Any
3531
- """ """
3532
-
3533
3433
  bl_options: typing.Any
3534
- """ """
3535
-
3536
3434
  bl_rna: typing.Any
3537
- """ """
3538
-
3539
3435
  id_data: typing.Any
3540
- """ """
3541
3436
 
3542
3437
  def as_pointer(self) -> int:
3543
3438
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -3749,16 +3644,9 @@ class BUILTIN_KSI_VisualRot(bpy_types.KeyingSetInfo):
3749
3644
  """Insert a keyframe on each of the rotation channels, taking into account effects of constraints and relationships"""
3750
3645
 
3751
3646
  bl_label: typing.Any
3752
- """ """
3753
-
3754
3647
  bl_options: typing.Any
3755
- """ """
3756
-
3757
3648
  bl_rna: typing.Any
3758
- """ """
3759
-
3760
3649
  id_data: typing.Any
3761
- """ """
3762
3650
 
3763
3651
  def as_pointer(self) -> int:
3764
3652
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -3971,16 +3859,9 @@ class BUILTIN_KSI_VisualRotScale(bpy_types.KeyingSetInfo):
3971
3859
  """Insert a keyframe on each of the rotation and scale channels, taking into account effects of constraints and relationships"""
3972
3860
 
3973
3861
  bl_label: typing.Any
3974
- """ """
3975
-
3976
3862
  bl_options: typing.Any
3977
- """ """
3978
-
3979
3863
  bl_rna: typing.Any
3980
- """ """
3981
-
3982
3864
  id_data: typing.Any
3983
- """ """
3984
3865
 
3985
3866
  def as_pointer(self) -> int:
3986
3867
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -4192,16 +4073,9 @@ class BUILTIN_KSI_VisualScaling(bpy_types.KeyingSetInfo):
4192
4073
  """Insert a keyframe on each of the scale channels, taking into account effects of constraints and relationships"""
4193
4074
 
4194
4075
  bl_label: typing.Any
4195
- """ """
4196
-
4197
4076
  bl_options: typing.Any
4198
- """ """
4199
-
4200
4077
  bl_rna: typing.Any
4201
- """ """
4202
-
4203
4078
  id_data: typing.Any
4204
- """ """
4205
4079
 
4206
4080
  def as_pointer(self) -> int:
4207
4081
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -4411,10 +4285,7 @@ class BUILTIN_KSI_VisualScaling(bpy_types.KeyingSetInfo):
4411
4285
  ...
4412
4286
 
4413
4287
  class WholeCharacterMixin:
4414
- """ """
4415
-
4416
4288
  badBonePrefixes: typing.Any
4417
- """ """
4418
4289
 
4419
4290
  def addProp(self, ks, bone, prop, index=-1, use_groups=True):
4420
4291
  """
@@ -4504,19 +4375,10 @@ class BUILTIN_KSI_WholeCharacter(WholeCharacterMixin, bpy_types.KeyingSetInfo):
4504
4375
  """Insert a keyframe for all properties that are likely to get animated in a character rig (useful when blocking out a shot)"""
4505
4376
 
4506
4377
  badBonePrefixes: typing.Any
4507
- """ """
4508
-
4509
4378
  bl_idname: typing.Any
4510
- """ """
4511
-
4512
4379
  bl_label: typing.Any
4513
- """ """
4514
-
4515
4380
  bl_rna: typing.Any
4516
- """ """
4517
-
4518
4381
  id_data: typing.Any
4519
- """ """
4520
4382
 
4521
4383
  def addProp(self, ks, bone, prop, index=-1, use_groups=True):
4522
4384
  """
@@ -4786,19 +4648,10 @@ class BUILTIN_KSI_WholeCharacterSelected(WholeCharacterMixin, bpy_types.KeyingSe
4786
4648
  """Insert a keyframe for all properties that are likely to get animated in a character rig (only selected bones)"""
4787
4649
 
4788
4650
  badBonePrefixes: typing.Any
4789
- """ """
4790
-
4791
4651
  bl_idname: typing.Any
4792
- """ """
4793
-
4794
4652
  bl_label: typing.Any
4795
- """ """
4796
-
4797
4653
  bl_rna: typing.Any
4798
- """ """
4799
-
4800
4654
  id_data: typing.Any
4801
- """ """
4802
4655
 
4803
4656
  def addProp(self, ks, bone, prop, index=-1, use_groups=True):
4804
4657
  """
@@ -5064,12 +4917,5 @@ class BUILTIN_KSI_WholeCharacterSelected(WholeCharacterMixin, bpy_types.KeyingSe
5064
4917
  """
5065
4918
  ...
5066
4919
 
5067
- def register():
5068
- """ """
5069
-
5070
- ...
5071
-
5072
- def unregister():
5073
- """ """
5074
-
5075
- ...
4920
+ def register(): ...
4921
+ def unregister(): ...
@@ -2,72 +2,17 @@ import typing
2
2
 
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
- def RKS_GEN_available(_ksi, _context, ks, data):
6
- """ """
7
-
8
- ...
9
-
10
- def RKS_GEN_bendy_bones(_ksi, _context, ks, data):
11
- """ """
12
-
13
- ...
14
-
15
- def RKS_GEN_custom_props(_ksi, _context, ks, data):
16
- """ """
17
-
18
- ...
19
-
20
- def RKS_GEN_location(_ksi, _context, ks, data):
21
- """ """
22
-
23
- ...
24
-
25
- def RKS_GEN_rotation(_ksi, _context, ks, data):
26
- """ """
27
-
28
- ...
29
-
30
- def RKS_GEN_scaling(_ksi, _context, ks, data):
31
- """ """
32
-
33
- ...
34
-
35
- def RKS_ITER_selected_bones(ksi, context, ks):
36
- """ """
37
-
38
- ...
39
-
40
- def RKS_ITER_selected_item(ksi, context, ks):
41
- """ """
42
-
43
- ...
44
-
45
- def RKS_ITER_selected_objects(ksi, context, ks):
46
- """ """
47
-
48
- ...
49
-
50
- def RKS_POLL_selected_bones(_ksi, context):
51
- """ """
52
-
53
- ...
54
-
55
- def RKS_POLL_selected_items(ksi, context):
56
- """ """
57
-
58
- ...
59
-
60
- def RKS_POLL_selected_objects(_ksi, context):
61
- """ """
62
-
63
- ...
64
-
65
- def get_transform_generators_base_info(data):
66
- """ """
67
-
68
- ...
69
-
70
- def path_add_property(path, prop):
71
- """ """
72
-
73
- ...
5
+ def RKS_GEN_available(_ksi, _context, ks, data): ...
6
+ def RKS_GEN_bendy_bones(_ksi, _context, ks, data): ...
7
+ def RKS_GEN_custom_props(_ksi, _context, ks, data): ...
8
+ def RKS_GEN_location(_ksi, _context, ks, data): ...
9
+ def RKS_GEN_rotation(_ksi, _context, ks, data): ...
10
+ def RKS_GEN_scaling(_ksi, _context, ks, data): ...
11
+ def RKS_ITER_selected_bones(ksi, context, ks): ...
12
+ def RKS_ITER_selected_item(ksi, context, ks): ...
13
+ def RKS_ITER_selected_objects(ksi, context, ks): ...
14
+ def RKS_POLL_selected_bones(_ksi, context): ...
15
+ def RKS_POLL_selected_items(ksi, context): ...
16
+ def RKS_POLL_selected_objects(_ksi, context): ...
17
+ def get_transform_generators_base_info(data): ...
18
+ def path_add_property(path, prop): ...
@@ -11,8 +11,6 @@ import mathutils
11
11
  GenericType = typing.TypeVar("GenericType")
12
12
 
13
13
  class BVHTree:
14
- """ """
15
-
16
14
  @classmethod
17
15
  def FromBMesh(cls, bmesh: bmesh.types.BMesh, epsilon: float = 0.0):
18
16
  """BVH tree based on `BMesh` data.
@@ -4,8 +4,6 @@ import nodeitems_utils
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  class SortedNodeCategory(nodeitems_utils.NodeCategory):
7
- """ """
8
-
9
7
  def poll(self, _context):
10
8
  """
11
9
 
@@ -14,8 +12,6 @@ class SortedNodeCategory(nodeitems_utils.NodeCategory):
14
12
  ...
15
13
 
16
14
  class CompositorNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
17
- """ """
18
-
19
15
  def poll(self, context):
20
16
  """
21
17
 
@@ -24,8 +20,6 @@ class CompositorNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
24
20
  ...
25
21
 
26
22
  class ShaderNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
27
- """ """
28
-
29
23
  def poll(self, context):
30
24
  """
31
25
 
@@ -33,27 +27,8 @@ class ShaderNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
33
27
  """
34
28
  ...
35
29
 
36
- def group_input_output_item_poll(context):
37
- """ """
38
-
39
- ...
40
-
41
- def group_tools_draw(_self, layout, _context):
42
- """ """
43
-
44
- ...
45
-
46
- def node_group_items(context):
47
- """ """
48
-
49
- ...
50
-
51
- def register():
52
- """ """
53
-
54
- ...
55
-
56
- def unregister():
57
- """ """
58
-
59
- ...
30
+ def group_input_output_item_poll(context): ...
31
+ def group_tools_draw(_self, layout, _context): ...
32
+ def node_group_items(context): ...
33
+ def register(): ...
34
+ def unregister(): ...
@@ -3,8 +3,6 @@ import typing
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
5
  class NodeCategory:
6
- """ """
7
-
8
6
  def poll(self, _context):
9
7
  """
10
8
 
@@ -13,13 +11,8 @@ class NodeCategory:
13
11
  ...
14
12
 
15
13
  class NodeItem:
16
- """ """
17
-
18
14
  label: typing.Any
19
- """ """
20
-
21
15
  translation_context: typing.Any
22
- """ """
23
16
 
24
17
  def draw(self, layout, _context):
25
18
  """
@@ -29,42 +22,12 @@ class NodeItem:
29
22
  """
30
23
  ...
31
24
 
32
- class NodeItemCustom:
33
- """ """
34
-
35
- ...
36
-
37
- def draw_node_categories_menu(context):
38
- """ """
39
-
40
- ...
41
-
42
- def has_node_categories(context):
43
- """ """
44
-
45
- ...
46
-
47
- def node_categories_iter(context):
48
- """ """
49
-
50
- ...
51
-
52
- def node_items_iter(context):
53
- """ """
54
-
55
- ...
56
-
57
- def register_node_categories(identifier, cat_list):
58
- """ """
59
-
60
- ...
61
-
62
- def unregister_node_cat_types(cats):
63
- """ """
64
-
65
- ...
66
-
67
- def unregister_node_categories(identifier=None):
68
- """ """
25
+ class NodeItemCustom: ...
69
26
 
70
- ...
27
+ def draw_node_categories_menu(context): ...
28
+ def has_node_categories(context): ...
29
+ def node_categories_iter(context): ...
30
+ def node_items_iter(context): ...
31
+ def register_node_categories(identifier, cat_list): ...
32
+ def unregister_node_cat_types(cats): ...
33
+ def unregister_node_categories(identifier=None): ...