fake-bpy-module 20240705__py3-none-any.whl → 20240707__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.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/extensions/__init__.pyi +1 -0
- _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
- _bpy_internal/freedesktop/__init__.pyi +1 -0
- addon_utils/__init__.pyi +1 -0
- animsys_refactor/__init__.pyi +1 -0
- aud/__init__.pyi +1 -0
- bgl/__init__.pyi +1 -0
- bl_app_override/__init__.pyi +1 -0
- bl_app_override/helpers/__init__.pyi +1 -0
- bl_app_template_utils/__init__.pyi +1 -0
- bl_console_utils/__init__.pyi +1 -0
- bl_console_utils/autocomplete/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
- bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
- bl_i18n_utils/__init__.pyi +1 -0
- bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_i18n_utils/merge_po/__init__.pyi +1 -0
- bl_i18n_utils/settings/__init__.pyi +1 -0
- bl_i18n_utils/utils/__init__.pyi +1 -0
- bl_i18n_utils/utils_cli/__init__.pyi +1 -0
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
- bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
- bl_keymap_utils/__init__.pyi +1 -0
- bl_keymap_utils/io/__init__.pyi +1 -0
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
- bl_keymap_utils/versioning/__init__.pyi +1 -0
- bl_math/__init__.pyi +1 -0
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +1 -0
- bl_operators/assets/__init__.pyi +9 -8
- bl_operators/bmesh/__init__.pyi +1 -0
- bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
- bl_operators/clip/__init__.pyi +1 -0
- bl_operators/connect_to_output/__init__.pyi +1 -0
- bl_operators/console/__init__.pyi +1 -0
- bl_operators/constraint/__init__.pyi +1 -0
- bl_operators/file/__init__.pyi +1 -0
- bl_operators/freestyle/__init__.pyi +1 -0
- bl_operators/geometry_nodes/__init__.pyi +1 -0
- bl_operators/image/__init__.pyi +1 -0
- bl_operators/image_as_planes/__init__.pyi +44 -43
- bl_operators/mesh/__init__.pyi +1 -0
- bl_operators/node/__init__.pyi +235 -234
- bl_operators/node_editor/__init__.pyi +1 -0
- bl_operators/node_editor/node_functions/__init__.pyi +1 -0
- bl_operators/object/__init__.pyi +1 -0
- bl_operators/object_align/__init__.pyi +1 -0
- bl_operators/object_quick_effects/__init__.pyi +22 -21
- bl_operators/object_randomize_transform/__init__.pyi +1 -0
- bl_operators/presets/__init__.pyi +389 -388
- bl_operators/rigidbody/__init__.pyi +1 -0
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
- bl_operators/sequencer/__init__.pyi +1 -0
- bl_operators/spreadsheet/__init__.pyi +1 -0
- bl_operators/userpref/__init__.pyi +1 -0
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
- bl_operators/uvcalc_transform/__init__.pyi +1 -0
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
- bl_operators/view3d/__init__.pyi +1 -0
- bl_operators/wm/__init__.pyi +1 -0
- bl_operators/world/__init__.pyi +1 -0
- bl_previews_utils/__init__.pyi +1 -0
- bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
- bl_rna_utils/__init__.pyi +1 -0
- bl_rna_utils/data_path/__init__.pyi +1 -0
- bl_text_utils/__init__.pyi +1 -0
- bl_text_utils/external_editor/__init__.pyi +1 -0
- bl_ui/__init__.pyi +1 -0
- bl_ui/anim/__init__.pyi +1 -0
- bl_ui/asset_shelf/__init__.pyi +1 -0
- bl_ui/generic_ui_list/__init__.pyi +1 -0
- bl_ui/node_add_menu/__init__.pyi +1 -0
- bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
- bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
- bl_ui/node_add_menu_shader/__init__.pyi +1 -0
- bl_ui/node_add_menu_texture/__init__.pyi +1 -0
- bl_ui/properties_animviz/__init__.pyi +1 -0
- bl_ui/properties_collection/__init__.pyi +13 -12
- bl_ui/properties_constraint/__init__.pyi +955 -954
- bl_ui/properties_data_armature/__init__.pyi +86 -85
- bl_ui/properties_data_bone/__init__.pyi +13 -12
- bl_ui/properties_data_camera/__init__.pyi +1 -0
- bl_ui/properties_data_curve/__init__.pyi +93 -92
- bl_ui/properties_data_curves/__init__.pyi +13 -12
- bl_ui/properties_data_empty/__init__.pyi +13 -12
- bl_ui/properties_data_gpencil/__init__.pyi +266 -265
- bl_ui/properties_data_grease_pencil/__init__.pyi +313 -312
- bl_ui/properties_data_lattice/__init__.pyi +13 -12
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -12
- bl_ui/properties_data_mesh/__init__.pyi +528 -527
- bl_ui/properties_data_metaball/__init__.pyi +13 -12
- bl_ui/properties_data_modifier/__init__.pyi +20 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +141 -140
- bl_ui/properties_data_shaderfx/__init__.pyi +6 -5
- bl_ui/properties_data_speaker/__init__.pyi +13 -12
- bl_ui/properties_data_volume/__init__.pyi +66 -65
- bl_ui/properties_freestyle/__init__.pyi +249 -248
- bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
- bl_ui/properties_mask_common/__init__.pyi +1 -0
- bl_ui/properties_material/__init__.pyi +146 -145
- bl_ui/properties_material_gpencil/__init__.pyi +87 -86
- bl_ui/properties_object/__init__.pyi +76 -75
- bl_ui/properties_output/__init__.pyi +202 -201
- bl_ui/properties_paint_common/__init__.pyi +1 -0
- bl_ui/properties_particle/__init__.pyi +221 -220
- bl_ui/properties_physics_cloth/__init__.pyi +13 -12
- bl_ui/properties_physics_common/__init__.pyi +13 -12
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +188 -187
- bl_ui/properties_physics_field/__init__.pyi +20 -19
- bl_ui/properties_physics_fluid/__init__.pyi +62 -61
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
- bl_ui/properties_physics_rigidbody/__init__.pyi +6 -5
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +6 -5
- bl_ui/properties_physics_softbody/__init__.pyi +13 -12
- bl_ui/properties_render/__init__.pyi +218 -217
- bl_ui/properties_scene/__init__.pyi +144 -143
- bl_ui/properties_texture/__init__.pyi +157 -156
- bl_ui/properties_view_layer/__init__.pyi +79 -78
- bl_ui/properties_workspace/__init__.pyi +65 -64
- bl_ui/properties_world/__init__.pyi +13 -12
- bl_ui/space_clip/__init__.pyi +367 -366
- bl_ui/space_console/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +177 -176
- bl_ui/space_filebrowser/__init__.pyi +736 -735
- bl_ui/space_graph/__init__.pyi +1 -0
- bl_ui/space_image/__init__.pyi +647 -646
- bl_ui/space_info/__init__.pyi +1 -0
- bl_ui/space_nla/__init__.pyi +1 -0
- bl_ui/space_node/__init__.pyi +1 -0
- bl_ui/space_outliner/__init__.pyi +1 -0
- bl_ui/space_properties/__init__.pyi +1 -0
- bl_ui/space_sequencer/__init__.pyi +842 -389
- bl_ui/space_spreadsheet/__init__.pyi +1 -0
- bl_ui/space_statusbar/__init__.pyi +1 -0
- bl_ui/space_text/__init__.pyi +1 -0
- bl_ui/space_time/__init__.pyi +12 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
- bl_ui/space_topbar/__init__.pyi +1 -0
- bl_ui/space_userpref/__init__.pyi +685 -684
- bl_ui/space_view3d/__init__.pyi +1153 -1152
- bl_ui/space_view3d_toolbar/__init__.pyi +2832 -2831
- bl_ui/temp_anim_layers/__init__.pyi +1 -0
- bl_ui/utils/__init__.pyi +1 -0
- bl_ui_utils/__init__.pyi +1 -0
- bl_ui_utils/bug_report_url/__init__.pyi +1 -0
- bl_ui_utils/layout/__init__.pyi +1 -0
- blend_render_info/__init__.pyi +1 -0
- blf/__init__.pyi +1 -0
- bmesh/__init__.pyi +1 -0
- bmesh/geometry/__init__.pyi +1 -0
- bmesh/ops/__init__.pyi +1 -0
- bmesh/types/__init__.pyi +1 -0
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -0
- bpy/app/__init__.pyi +1 -0
- bpy/app/handlers/__init__.pyi +1 -0
- bpy/app/icons/__init__.pyi +1 -0
- bpy/app/timers/__init__.pyi +1 -0
- bpy/app/translations/__init__.pyi +1 -0
- bpy/msgbus/__init__.pyi +1 -0
- bpy/ops/__init__.pyi +1 -0
- bpy/ops/action/__init__.pyi +1 -0
- bpy/ops/anim/__init__.pyi +15 -14
- bpy/ops/armature/__init__.pyi +1 -0
- bpy/ops/asset/__init__.pyi +1 -0
- bpy/ops/boid/__init__.pyi +1 -0
- bpy/ops/brush/__init__.pyi +1 -0
- bpy/ops/buttons/__init__.pyi +1 -0
- bpy/ops/cachefile/__init__.pyi +1 -0
- bpy/ops/camera/__init__.pyi +1 -0
- bpy/ops/clip/__init__.pyi +1 -0
- bpy/ops/cloth/__init__.pyi +1 -0
- bpy/ops/collection/__init__.pyi +1 -0
- bpy/ops/console/__init__.pyi +1 -0
- bpy/ops/constraint/__init__.pyi +1 -0
- bpy/ops/curve/__init__.pyi +1 -0
- bpy/ops/curves/__init__.pyi +1 -0
- bpy/ops/cycles/__init__.pyi +1 -0
- bpy/ops/dpaint/__init__.pyi +1 -0
- bpy/ops/ed/__init__.pyi +1 -0
- bpy/ops/export_anim/__init__.pyi +1 -0
- bpy/ops/export_scene/__init__.pyi +1 -0
- bpy/ops/extensions/__init__.pyi +1 -0
- bpy/ops/file/__init__.pyi +1 -0
- bpy/ops/fluid/__init__.pyi +1 -0
- bpy/ops/font/__init__.pyi +1 -0
- bpy/ops/geometry/__init__.pyi +1 -0
- bpy/ops/gizmogroup/__init__.pyi +1 -0
- bpy/ops/gpencil/__init__.pyi +1 -0
- bpy/ops/graph/__init__.pyi +1 -0
- bpy/ops/grease_pencil/__init__.pyi +19 -0
- bpy/ops/image/__init__.pyi +1 -0
- bpy/ops/import_anim/__init__.pyi +1 -0
- bpy/ops/import_curve/__init__.pyi +1 -0
- bpy/ops/import_scene/__init__.pyi +1 -0
- bpy/ops/info/__init__.pyi +1 -0
- bpy/ops/lattice/__init__.pyi +1 -0
- bpy/ops/marker/__init__.pyi +1 -0
- bpy/ops/mask/__init__.pyi +1 -0
- bpy/ops/material/__init__.pyi +1 -0
- bpy/ops/mball/__init__.pyi +1 -0
- bpy/ops/mesh/__init__.pyi +7 -2
- bpy/ops/nla/__init__.pyi +1 -0
- bpy/ops/node/__init__.pyi +1 -0
- bpy/ops/object/__init__.pyi +2 -1
- bpy/ops/outliner/__init__.pyi +1 -0
- bpy/ops/paint/__init__.pyi +1 -0
- bpy/ops/paintcurve/__init__.pyi +1 -0
- bpy/ops/palette/__init__.pyi +1 -0
- bpy/ops/particle/__init__.pyi +1 -0
- bpy/ops/pose/__init__.pyi +1 -0
- bpy/ops/poselib/__init__.pyi +1 -0
- bpy/ops/preferences/__init__.pyi +1 -0
- bpy/ops/ptcache/__init__.pyi +1 -0
- bpy/ops/render/__init__.pyi +1 -0
- bpy/ops/rigidbody/__init__.pyi +1 -0
- bpy/ops/scene/__init__.pyi +1 -0
- bpy/ops/screen/__init__.pyi +1 -0
- bpy/ops/script/__init__.pyi +1 -0
- bpy/ops/sculpt/__init__.pyi +1 -0
- bpy/ops/sculpt_curves/__init__.pyi +1 -0
- bpy/ops/sequencer/__init__.pyi +1 -0
- bpy/ops/sound/__init__.pyi +1 -0
- bpy/ops/spreadsheet/__init__.pyi +1 -0
- bpy/ops/surface/__init__.pyi +1 -0
- bpy/ops/text/__init__.pyi +1 -0
- bpy/ops/text_editor/__init__.pyi +1 -0
- bpy/ops/texture/__init__.pyi +1 -0
- bpy/ops/transform/__init__.pyi +17 -16
- bpy/ops/ui/__init__.pyi +1 -0
- bpy/ops/uilist/__init__.pyi +1 -0
- bpy/ops/uv/__init__.pyi +1 -0
- bpy/ops/view2d/__init__.pyi +1 -0
- bpy/ops/view3d/__init__.pyi +1 -0
- bpy/ops/wm/__init__.pyi +5 -4
- bpy/ops/workspace/__init__.pyi +1 -0
- bpy/ops/world/__init__.pyi +1 -0
- bpy/path/__init__.pyi +1 -0
- bpy/props/__init__.pyi +1 -0
- bpy/types/__init__.pyi +68824 -68756
- bpy/utils/__init__.pyi +1 -0
- bpy/utils/previews/__init__.pyi +1 -0
- bpy/utils/units/__init__.pyi +1 -0
- bpy_extras/__init__.pyi +1 -0
- bpy_extras/anim_utils/__init__.pyi +1 -0
- bpy_extras/asset_utils/__init__.pyi +1 -0
- bpy_extras/bmesh_utils/__init__.pyi +1 -0
- bpy_extras/id_map_utils/__init__.pyi +1 -0
- bpy_extras/image_utils/__init__.pyi +1 -0
- bpy_extras/io_utils/__init__.pyi +1 -0
- bpy_extras/keyconfig_utils/__init__.pyi +1 -0
- bpy_extras/mesh_utils/__init__.pyi +1 -0
- bpy_extras/node_shader_utils/__init__.pyi +1 -0
- bpy_extras/node_utils/__init__.pyi +1 -0
- bpy_extras/object_utils/__init__.pyi +1 -0
- bpy_extras/view3d_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
- bpy_restrict_state/__init__.pyi +1 -0
- bpy_types/__init__.pyi +1 -0
- console_python/__init__.pyi +1 -0
- console_shell/__init__.pyi +1 -0
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
- fake_bpy_module-20240707.dist-info/RECORD +358 -0
- freestyle/__init__.pyi +1 -0
- freestyle/chainingiterators/__init__.pyi +1 -0
- freestyle/functions/__init__.pyi +1 -0
- freestyle/predicates/__init__.pyi +1 -0
- freestyle/shaders/__init__.pyi +1 -0
- freestyle/types/__init__.pyi +1 -0
- freestyle/utils/ContextFunctions/__init__.pyi +1 -0
- freestyle/utils/__init__.pyi +2 -1
- gpu/__init__.pyi +1 -0
- gpu/capabilities/__init__.pyi +1 -0
- gpu/matrix/__init__.pyi +1 -0
- gpu/platform/__init__.pyi +1 -0
- gpu/select/__init__.pyi +1 -0
- gpu/shader/__init__.pyi +1 -0
- gpu/state/__init__.pyi +1 -0
- gpu/texture/__init__.pyi +1 -0
- gpu/types/__init__.pyi +1 -0
- gpu_extras/__init__.pyi +1 -0
- gpu_extras/batch/__init__.pyi +1 -0
- gpu_extras/presets/__init__.pyi +1 -0
- graphviz_export/__init__.pyi +1 -0
- idprop/__init__.pyi +1 -0
- idprop/types/__init__.pyi +1 -0
- imbuf/__init__.pyi +1 -0
- imbuf/types/__init__.pyi +1 -0
- keyingsets_builtins/__init__.pyi +88 -87
- keyingsets_utils/__init__.pyi +1 -0
- mathutils/__init__.pyi +157 -6
- mathutils/bvhtree/__init__.pyi +1 -0
- mathutils/geometry/__init__.pyi +1 -0
- mathutils/interpolate/__init__.pyi +1 -0
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +1 -0
- nodeitems_builtins/__init__.pyi +8 -7
- nodeitems_utils/__init__.pyi +1 -0
- rna_info/__init__.pyi +1 -0
- rna_keymap_ui/__init__.pyi +1 -0
- rna_prop_ui/__init__.pyi +1 -0
- rna_xml/__init__.pyi +1 -0
- sys_info/__init__.pyi +1 -0
- fake_bpy_module-20240705.dist-info/RECORD +0 -358
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
freestyle/utils/__init__.pyi
CHANGED
|
@@ -11,6 +11,7 @@ freestyle.utils.ContextFunctions.rst
|
|
|
11
11
|
|
|
12
12
|
import typing
|
|
13
13
|
import collections.abc
|
|
14
|
+
import typing_extensions
|
|
14
15
|
import bpy.types
|
|
15
16
|
import freestyle.types
|
|
16
17
|
|
|
@@ -160,7 +161,7 @@ def material_from_fedge(fe):
|
|
|
160
161
|
...
|
|
161
162
|
|
|
162
163
|
def normal_at_I0D(it): ...
|
|
163
|
-
def pairwise(iterable, types={
|
|
164
|
+
def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
|
|
164
165
|
"""Yields a tuple containing the previous and current object"""
|
|
165
166
|
|
|
166
167
|
...
|
gpu/__init__.pyi
CHANGED
gpu/capabilities/__init__.pyi
CHANGED
gpu/matrix/__init__.pyi
CHANGED
gpu/platform/__init__.pyi
CHANGED
gpu/select/__init__.pyi
CHANGED
gpu/shader/__init__.pyi
CHANGED
gpu/state/__init__.pyi
CHANGED
gpu/texture/__init__.pyi
CHANGED
gpu/types/__init__.pyi
CHANGED
gpu_extras/__init__.pyi
CHANGED
gpu_extras/batch/__init__.pyi
CHANGED
gpu_extras/presets/__init__.pyi
CHANGED
graphviz_export/__init__.pyi
CHANGED
idprop/__init__.pyi
CHANGED
idprop/types/__init__.pyi
CHANGED
imbuf/__init__.pyi
CHANGED
imbuf/types/__init__.pyi
CHANGED
keyingsets_builtins/__init__.pyi
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
3
4
|
import bpy.types
|
|
4
5
|
|
|
5
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
@@ -4285,93 +4286,6 @@ class BUILTIN_KSI_VisualScaling:
|
|
|
4285
4286
|
"""
|
|
4286
4287
|
...
|
|
4287
4288
|
|
|
4288
|
-
class WholeCharacterMixin:
|
|
4289
|
-
badBonePrefixes: typing.Any
|
|
4290
|
-
|
|
4291
|
-
def addProp(self, ks, bone, prop, index=-1, use_groups=True):
|
|
4292
|
-
"""
|
|
4293
|
-
|
|
4294
|
-
:param ks:
|
|
4295
|
-
:param bone:
|
|
4296
|
-
:param prop:
|
|
4297
|
-
:param index:
|
|
4298
|
-
:param use_groups:
|
|
4299
|
-
"""
|
|
4300
|
-
...
|
|
4301
|
-
|
|
4302
|
-
def doBBone(self, context, ks, pchan):
|
|
4303
|
-
"""
|
|
4304
|
-
|
|
4305
|
-
:param context:
|
|
4306
|
-
:param ks:
|
|
4307
|
-
:param pchan:
|
|
4308
|
-
"""
|
|
4309
|
-
...
|
|
4310
|
-
|
|
4311
|
-
def doCustomProps(self, ks, bone):
|
|
4312
|
-
"""
|
|
4313
|
-
|
|
4314
|
-
:param ks:
|
|
4315
|
-
:param bone:
|
|
4316
|
-
"""
|
|
4317
|
-
...
|
|
4318
|
-
|
|
4319
|
-
def doLoc(self, ks, bone):
|
|
4320
|
-
"""
|
|
4321
|
-
|
|
4322
|
-
:param ks:
|
|
4323
|
-
:param bone:
|
|
4324
|
-
"""
|
|
4325
|
-
...
|
|
4326
|
-
|
|
4327
|
-
def doRot3d(self, ks, bone):
|
|
4328
|
-
"""
|
|
4329
|
-
|
|
4330
|
-
:param ks:
|
|
4331
|
-
:param bone:
|
|
4332
|
-
"""
|
|
4333
|
-
...
|
|
4334
|
-
|
|
4335
|
-
def doRot4d(self, ks, bone):
|
|
4336
|
-
"""
|
|
4337
|
-
|
|
4338
|
-
:param ks:
|
|
4339
|
-
:param bone:
|
|
4340
|
-
"""
|
|
4341
|
-
...
|
|
4342
|
-
|
|
4343
|
-
def doScale(self, ks, bone):
|
|
4344
|
-
"""
|
|
4345
|
-
|
|
4346
|
-
:param ks:
|
|
4347
|
-
:param bone:
|
|
4348
|
-
"""
|
|
4349
|
-
...
|
|
4350
|
-
|
|
4351
|
-
def generate(self, context, ks, bone):
|
|
4352
|
-
"""
|
|
4353
|
-
|
|
4354
|
-
:param context:
|
|
4355
|
-
:param ks:
|
|
4356
|
-
:param bone:
|
|
4357
|
-
"""
|
|
4358
|
-
...
|
|
4359
|
-
|
|
4360
|
-
def iterator(self, context, ks):
|
|
4361
|
-
"""
|
|
4362
|
-
|
|
4363
|
-
:param context:
|
|
4364
|
-
:param ks:
|
|
4365
|
-
"""
|
|
4366
|
-
...
|
|
4367
|
-
|
|
4368
|
-
def poll(self, context):
|
|
4369
|
-
"""
|
|
4370
|
-
|
|
4371
|
-
:param context:
|
|
4372
|
-
"""
|
|
4373
|
-
...
|
|
4374
|
-
|
|
4375
4289
|
class BUILTIN_KSI_WholeCharacter(WholeCharacterMixin):
|
|
4376
4290
|
"""Insert a keyframe for all properties that are likely to get animated in a character rig (useful when blocking out a shot)"""
|
|
4377
4291
|
|
|
@@ -4918,5 +4832,92 @@ class BUILTIN_KSI_WholeCharacterSelected(WholeCharacterMixin):
|
|
|
4918
4832
|
"""
|
|
4919
4833
|
...
|
|
4920
4834
|
|
|
4835
|
+
class WholeCharacterMixin:
|
|
4836
|
+
badBonePrefixes: typing.Any
|
|
4837
|
+
|
|
4838
|
+
def addProp(self, ks, bone, prop, index=-1, use_groups=True):
|
|
4839
|
+
"""
|
|
4840
|
+
|
|
4841
|
+
:param ks:
|
|
4842
|
+
:param bone:
|
|
4843
|
+
:param prop:
|
|
4844
|
+
:param index:
|
|
4845
|
+
:param use_groups:
|
|
4846
|
+
"""
|
|
4847
|
+
...
|
|
4848
|
+
|
|
4849
|
+
def doBBone(self, context, ks, pchan):
|
|
4850
|
+
"""
|
|
4851
|
+
|
|
4852
|
+
:param context:
|
|
4853
|
+
:param ks:
|
|
4854
|
+
:param pchan:
|
|
4855
|
+
"""
|
|
4856
|
+
...
|
|
4857
|
+
|
|
4858
|
+
def doCustomProps(self, ks, bone):
|
|
4859
|
+
"""
|
|
4860
|
+
|
|
4861
|
+
:param ks:
|
|
4862
|
+
:param bone:
|
|
4863
|
+
"""
|
|
4864
|
+
...
|
|
4865
|
+
|
|
4866
|
+
def doLoc(self, ks, bone):
|
|
4867
|
+
"""
|
|
4868
|
+
|
|
4869
|
+
:param ks:
|
|
4870
|
+
:param bone:
|
|
4871
|
+
"""
|
|
4872
|
+
...
|
|
4873
|
+
|
|
4874
|
+
def doRot3d(self, ks, bone):
|
|
4875
|
+
"""
|
|
4876
|
+
|
|
4877
|
+
:param ks:
|
|
4878
|
+
:param bone:
|
|
4879
|
+
"""
|
|
4880
|
+
...
|
|
4881
|
+
|
|
4882
|
+
def doRot4d(self, ks, bone):
|
|
4883
|
+
"""
|
|
4884
|
+
|
|
4885
|
+
:param ks:
|
|
4886
|
+
:param bone:
|
|
4887
|
+
"""
|
|
4888
|
+
...
|
|
4889
|
+
|
|
4890
|
+
def doScale(self, ks, bone):
|
|
4891
|
+
"""
|
|
4892
|
+
|
|
4893
|
+
:param ks:
|
|
4894
|
+
:param bone:
|
|
4895
|
+
"""
|
|
4896
|
+
...
|
|
4897
|
+
|
|
4898
|
+
def generate(self, context, ks, bone):
|
|
4899
|
+
"""
|
|
4900
|
+
|
|
4901
|
+
:param context:
|
|
4902
|
+
:param ks:
|
|
4903
|
+
:param bone:
|
|
4904
|
+
"""
|
|
4905
|
+
...
|
|
4906
|
+
|
|
4907
|
+
def iterator(self, context, ks):
|
|
4908
|
+
"""
|
|
4909
|
+
|
|
4910
|
+
:param context:
|
|
4911
|
+
:param ks:
|
|
4912
|
+
"""
|
|
4913
|
+
...
|
|
4914
|
+
|
|
4915
|
+
def poll(self, context):
|
|
4916
|
+
"""
|
|
4917
|
+
|
|
4918
|
+
:param context:
|
|
4919
|
+
"""
|
|
4920
|
+
...
|
|
4921
|
+
|
|
4921
4922
|
def register(): ...
|
|
4922
4923
|
def unregister(): ...
|
keyingsets_utils/__init__.pyi
CHANGED
mathutils/__init__.pyi
CHANGED
|
@@ -28,6 +28,7 @@ mathutils.noise.rst
|
|
|
28
28
|
|
|
29
29
|
import typing
|
|
30
30
|
import collections.abc
|
|
31
|
+
import typing_extensions
|
|
31
32
|
from . import bvhtree
|
|
32
33
|
from . import geometry
|
|
33
34
|
from . import interpolate
|
|
@@ -329,6 +330,7 @@ class Color:
|
|
|
329
330
|
"""
|
|
330
331
|
...
|
|
331
332
|
|
|
333
|
+
@typing.overload
|
|
332
334
|
def __getitem__(self, key: int) -> float:
|
|
333
335
|
"""
|
|
334
336
|
|
|
@@ -339,6 +341,39 @@ class Color:
|
|
|
339
341
|
"""
|
|
340
342
|
...
|
|
341
343
|
|
|
344
|
+
@typing.overload
|
|
345
|
+
def __getitem__(self, key: slice) -> tuple[float, ...]:
|
|
346
|
+
"""
|
|
347
|
+
|
|
348
|
+
:param key:
|
|
349
|
+
:type key: slice
|
|
350
|
+
:return:
|
|
351
|
+
:rtype: tuple[float, ...]
|
|
352
|
+
"""
|
|
353
|
+
...
|
|
354
|
+
|
|
355
|
+
@typing.overload
|
|
356
|
+
def __setitem__(self, key: int, value: float):
|
|
357
|
+
"""
|
|
358
|
+
|
|
359
|
+
:param key:
|
|
360
|
+
:type key: int
|
|
361
|
+
:param value:
|
|
362
|
+
:type value: float
|
|
363
|
+
"""
|
|
364
|
+
...
|
|
365
|
+
|
|
366
|
+
@typing.overload
|
|
367
|
+
def __setitem__(self, key: slice, value: collections.abc.Iterable[float]):
|
|
368
|
+
"""
|
|
369
|
+
|
|
370
|
+
:param key:
|
|
371
|
+
:type key: slice
|
|
372
|
+
:param value:
|
|
373
|
+
:type value: collections.abc.Iterable[float]
|
|
374
|
+
"""
|
|
375
|
+
...
|
|
376
|
+
|
|
342
377
|
class Euler:
|
|
343
378
|
"""This object gives access to Eulers in Blender.`Euler angles <https://en.wikipedia.org/wiki/Euler_angles>`__ on Wikipedia."""
|
|
344
379
|
|
|
@@ -481,6 +516,7 @@ class Euler:
|
|
|
481
516
|
"""
|
|
482
517
|
...
|
|
483
518
|
|
|
519
|
+
@typing.overload
|
|
484
520
|
def __getitem__(self, key: int) -> float:
|
|
485
521
|
"""
|
|
486
522
|
|
|
@@ -491,6 +527,39 @@ class Euler:
|
|
|
491
527
|
"""
|
|
492
528
|
...
|
|
493
529
|
|
|
530
|
+
@typing.overload
|
|
531
|
+
def __getitem__(self, key: slice) -> tuple[float, ...]:
|
|
532
|
+
"""
|
|
533
|
+
|
|
534
|
+
:param key:
|
|
535
|
+
:type key: slice
|
|
536
|
+
:return:
|
|
537
|
+
:rtype: tuple[float, ...]
|
|
538
|
+
"""
|
|
539
|
+
...
|
|
540
|
+
|
|
541
|
+
@typing.overload
|
|
542
|
+
def __setitem__(self, key: int, value: float):
|
|
543
|
+
"""
|
|
544
|
+
|
|
545
|
+
:param key:
|
|
546
|
+
:type key: int
|
|
547
|
+
:param value:
|
|
548
|
+
:type value: float
|
|
549
|
+
"""
|
|
550
|
+
...
|
|
551
|
+
|
|
552
|
+
@typing.overload
|
|
553
|
+
def __setitem__(self, key: slice, value: collections.abc.Iterable[float]):
|
|
554
|
+
"""
|
|
555
|
+
|
|
556
|
+
:param key:
|
|
557
|
+
:type key: slice
|
|
558
|
+
:param value:
|
|
559
|
+
:type value: collections.abc.Iterable[float]
|
|
560
|
+
"""
|
|
561
|
+
...
|
|
562
|
+
|
|
494
563
|
class Matrix:
|
|
495
564
|
"""This object gives access to Matrices in Blender, supporting square and rectangular
|
|
496
565
|
matrices from 2x2 up to 4x4.
|
|
@@ -947,6 +1016,7 @@ class Matrix:
|
|
|
947
1016
|
"""
|
|
948
1017
|
...
|
|
949
1018
|
|
|
1019
|
+
@typing.overload
|
|
950
1020
|
def __getitem__(self, key: int) -> Vector:
|
|
951
1021
|
"""
|
|
952
1022
|
|
|
@@ -957,6 +1027,43 @@ class Matrix:
|
|
|
957
1027
|
"""
|
|
958
1028
|
...
|
|
959
1029
|
|
|
1030
|
+
@typing.overload
|
|
1031
|
+
def __getitem__(self, key: slice) -> tuple[Vector, ...]:
|
|
1032
|
+
"""
|
|
1033
|
+
|
|
1034
|
+
:param key:
|
|
1035
|
+
:type key: slice
|
|
1036
|
+
:return:
|
|
1037
|
+
:rtype: tuple[Vector, ...]
|
|
1038
|
+
"""
|
|
1039
|
+
...
|
|
1040
|
+
|
|
1041
|
+
@typing.overload
|
|
1042
|
+
def __setitem__(self, key: int, value: Vector | collections.abc.Iterable[float]):
|
|
1043
|
+
"""
|
|
1044
|
+
|
|
1045
|
+
:param key:
|
|
1046
|
+
:type key: int
|
|
1047
|
+
:param value:
|
|
1048
|
+
:type value: Vector | collections.abc.Iterable[float]
|
|
1049
|
+
"""
|
|
1050
|
+
...
|
|
1051
|
+
|
|
1052
|
+
@typing.overload
|
|
1053
|
+
def __setitem__(
|
|
1054
|
+
self,
|
|
1055
|
+
key: slice,
|
|
1056
|
+
value: collections.abc.Iterable[Vector | collections.abc.Iterable[float]],
|
|
1057
|
+
):
|
|
1058
|
+
"""
|
|
1059
|
+
|
|
1060
|
+
:param key:
|
|
1061
|
+
:type key: slice
|
|
1062
|
+
:param value:
|
|
1063
|
+
:type value: collections.abc.Iterable[Vector | collections.abc.Iterable[float]]
|
|
1064
|
+
"""
|
|
1065
|
+
...
|
|
1066
|
+
|
|
960
1067
|
def __len__(self) -> int:
|
|
961
1068
|
"""
|
|
962
1069
|
|
|
@@ -1365,6 +1472,7 @@ class Quaternion:
|
|
|
1365
1472
|
"""
|
|
1366
1473
|
...
|
|
1367
1474
|
|
|
1475
|
+
@typing.overload
|
|
1368
1476
|
def __getitem__(self, key: int) -> float:
|
|
1369
1477
|
"""
|
|
1370
1478
|
|
|
@@ -1375,15 +1483,36 @@ class Quaternion:
|
|
|
1375
1483
|
"""
|
|
1376
1484
|
...
|
|
1377
1485
|
|
|
1378
|
-
|
|
1486
|
+
@typing.overload
|
|
1487
|
+
def __getitem__(self, key: slice) -> tuple[float, ...]:
|
|
1488
|
+
"""
|
|
1489
|
+
|
|
1490
|
+
:param key:
|
|
1491
|
+
:type key: slice
|
|
1492
|
+
:return:
|
|
1493
|
+
:rtype: tuple[float, ...]
|
|
1494
|
+
"""
|
|
1495
|
+
...
|
|
1496
|
+
|
|
1497
|
+
@typing.overload
|
|
1498
|
+
def __setitem__(self, key: int, value: float):
|
|
1379
1499
|
"""
|
|
1380
1500
|
|
|
1381
1501
|
:param key:
|
|
1382
1502
|
:type key: int
|
|
1383
1503
|
:param value:
|
|
1384
1504
|
:type value: float
|
|
1385
|
-
|
|
1386
|
-
|
|
1505
|
+
"""
|
|
1506
|
+
...
|
|
1507
|
+
|
|
1508
|
+
@typing.overload
|
|
1509
|
+
def __setitem__(self, key: slice, value: collections.abc.Iterable[float]):
|
|
1510
|
+
"""
|
|
1511
|
+
|
|
1512
|
+
:param key:
|
|
1513
|
+
:type key: slice
|
|
1514
|
+
:param value:
|
|
1515
|
+
:type value: collections.abc.Iterable[float]
|
|
1387
1516
|
"""
|
|
1388
1517
|
...
|
|
1389
1518
|
|
|
@@ -2915,6 +3044,7 @@ class Vector:
|
|
|
2915
3044
|
"""
|
|
2916
3045
|
...
|
|
2917
3046
|
|
|
3047
|
+
@typing.overload
|
|
2918
3048
|
def __getitem__(self, key: int) -> float:
|
|
2919
3049
|
"""
|
|
2920
3050
|
|
|
@@ -2925,15 +3055,36 @@ class Vector:
|
|
|
2925
3055
|
"""
|
|
2926
3056
|
...
|
|
2927
3057
|
|
|
2928
|
-
|
|
3058
|
+
@typing.overload
|
|
3059
|
+
def __getitem__(self, key: slice) -> tuple[float, ...]:
|
|
3060
|
+
"""
|
|
3061
|
+
|
|
3062
|
+
:param key:
|
|
3063
|
+
:type key: slice
|
|
3064
|
+
:return:
|
|
3065
|
+
:rtype: tuple[float, ...]
|
|
3066
|
+
"""
|
|
3067
|
+
...
|
|
3068
|
+
|
|
3069
|
+
@typing.overload
|
|
3070
|
+
def __setitem__(self, key: int, value: float):
|
|
2929
3071
|
"""
|
|
2930
3072
|
|
|
2931
3073
|
:param key:
|
|
2932
3074
|
:type key: int
|
|
2933
3075
|
:param value:
|
|
2934
3076
|
:type value: float
|
|
2935
|
-
|
|
2936
|
-
|
|
3077
|
+
"""
|
|
3078
|
+
...
|
|
3079
|
+
|
|
3080
|
+
@typing.overload
|
|
3081
|
+
def __setitem__(self, key: slice, value: collections.abc.Iterable[float]):
|
|
3082
|
+
"""
|
|
3083
|
+
|
|
3084
|
+
:param key:
|
|
3085
|
+
:type key: slice
|
|
3086
|
+
:param value:
|
|
3087
|
+
:type value: collections.abc.Iterable[float]
|
|
2937
3088
|
"""
|
|
2938
3089
|
...
|
|
2939
3090
|
|
mathutils/bvhtree/__init__.pyi
CHANGED
mathutils/geometry/__init__.pyi
CHANGED
mathutils/kdtree/__init__.pyi
CHANGED
mathutils/noise/__init__.pyi
CHANGED
nodeitems_builtins/__init__.pyi
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
3
4
|
import nodeitems_utils
|
|
4
5
|
|
|
5
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
6
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
8
|
|
|
8
|
-
class SortedNodeCategory
|
|
9
|
-
def poll(self,
|
|
9
|
+
class CompositorNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
|
|
10
|
+
def poll(self, context):
|
|
10
11
|
"""
|
|
11
12
|
|
|
12
|
-
:param
|
|
13
|
+
:param context:
|
|
13
14
|
"""
|
|
14
15
|
...
|
|
15
16
|
|
|
16
|
-
class
|
|
17
|
+
class ShaderNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
|
|
17
18
|
def poll(self, context):
|
|
18
19
|
"""
|
|
19
20
|
|
|
@@ -21,11 +22,11 @@ class CompositorNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
|
|
|
21
22
|
"""
|
|
22
23
|
...
|
|
23
24
|
|
|
24
|
-
class
|
|
25
|
-
def poll(self,
|
|
25
|
+
class SortedNodeCategory(nodeitems_utils.NodeCategory):
|
|
26
|
+
def poll(self, _context):
|
|
26
27
|
"""
|
|
27
28
|
|
|
28
|
-
:param
|
|
29
|
+
:param _context:
|
|
29
30
|
"""
|
|
30
31
|
...
|
|
31
32
|
|