fake-bpy-module 20250828__py3-none-any.whl → 20260119__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.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/WHEEL +0 -0
mathutils/noise/__init__.pyi
CHANGED
|
@@ -16,9 +16,7 @@ def cell(
|
|
|
16
16
|
"""Returns cell noise value at the specified position.
|
|
17
17
|
|
|
18
18
|
:param position: The position to evaluate the selected noise function.
|
|
19
|
-
:type position: collections.abc.Sequence[float] | mathutils.Vector
|
|
20
19
|
:return: The cell noise value.
|
|
21
|
-
:rtype: float
|
|
22
20
|
"""
|
|
23
21
|
|
|
24
22
|
def cell_vector(
|
|
@@ -28,9 +26,7 @@ def cell_vector(
|
|
|
28
26
|
"""Returns cell noise vector at the specified position.
|
|
29
27
|
|
|
30
28
|
:param position: The position to evaluate the selected noise function.
|
|
31
|
-
:type position: collections.abc.Sequence[float] | mathutils.Vector
|
|
32
29
|
:return: The cell noise vector.
|
|
33
|
-
:rtype: mathutils.Vector
|
|
34
30
|
"""
|
|
35
31
|
|
|
36
32
|
def fractal(
|
|
@@ -45,16 +41,11 @@ def fractal(
|
|
|
45
41
|
"""Returns the fractal Brownian motion (fBm) noise value from the noise basis at the specified position.
|
|
46
42
|
|
|
47
43
|
:param position: The position to evaluate the selected noise function.
|
|
48
|
-
:type position: collections.abc.Sequence[float] | mathutils.Vector
|
|
49
44
|
:param H: The fractal increment factor.
|
|
50
|
-
:type H: float
|
|
51
45
|
:param lacunarity: The gap between successive frequencies.
|
|
52
|
-
:type lacunarity: float
|
|
53
46
|
:param octaves: The number of different noise frequencies used.
|
|
54
|
-
:type octaves: int
|
|
55
47
|
:param noise_basis: A noise basis string.
|
|
56
48
|
:return: The fractal Brownian motion noise value.
|
|
57
|
-
:rtype: float
|
|
58
49
|
"""
|
|
59
50
|
|
|
60
51
|
def hetero_terrain(
|
|
@@ -70,18 +61,12 @@ def hetero_terrain(
|
|
|
70
61
|
"""Returns the heterogeneous terrain value from the noise basis at the specified position.
|
|
71
62
|
|
|
72
63
|
:param position: The position to evaluate the selected noise function.
|
|
73
|
-
:type position: collections.abc.Sequence[float] | mathutils.Vector
|
|
74
64
|
:param H: The fractal dimension of the roughest areas.
|
|
75
|
-
:type H: float
|
|
76
65
|
:param lacunarity: The gap between successive frequencies.
|
|
77
|
-
:type lacunarity: float
|
|
78
66
|
:param octaves: The number of different noise frequencies used.
|
|
79
|
-
:type octaves: int
|
|
80
67
|
:param offset: The height of the terrain above sea level.
|
|
81
|
-
:type offset: float
|
|
82
68
|
:param noise_basis: A noise basis string.
|
|
83
69
|
:return: The heterogeneous terrain value.
|
|
84
|
-
:rtype: float
|
|
85
70
|
"""
|
|
86
71
|
|
|
87
72
|
def hybrid_multi_fractal(
|
|
@@ -98,20 +83,13 @@ def hybrid_multi_fractal(
|
|
|
98
83
|
"""Returns hybrid multifractal value from the noise basis at the specified position.
|
|
99
84
|
|
|
100
85
|
:param position: The position to evaluate the selected noise function.
|
|
101
|
-
:type position: collections.abc.Sequence[float] | mathutils.Vector
|
|
102
86
|
:param H: The fractal dimension of the roughest areas.
|
|
103
|
-
:type H: float
|
|
104
87
|
:param lacunarity: The gap between successive frequencies.
|
|
105
|
-
:type lacunarity: float
|
|
106
88
|
:param octaves: The number of different noise frequencies used.
|
|
107
|
-
:type octaves: int
|
|
108
89
|
:param offset: The height of the terrain above sea level.
|
|
109
|
-
:type offset: float
|
|
110
90
|
:param gain: Scaling applied to the values.
|
|
111
|
-
:type gain: float
|
|
112
91
|
:param noise_basis: A noise basis string.
|
|
113
92
|
:return: The hybrid multifractal value.
|
|
114
|
-
:rtype: float
|
|
115
93
|
"""
|
|
116
94
|
|
|
117
95
|
def multi_fractal(
|
|
@@ -126,16 +104,11 @@ def multi_fractal(
|
|
|
126
104
|
"""Returns multifractal noise value from the noise basis at the specified position.
|
|
127
105
|
|
|
128
106
|
:param position: The position to evaluate the selected noise function.
|
|
129
|
-
:type position: collections.abc.Sequence[float] | mathutils.Vector
|
|
130
107
|
:param H: The fractal increment factor.
|
|
131
|
-
:type H: float
|
|
132
108
|
:param lacunarity: The gap between successive frequencies.
|
|
133
|
-
:type lacunarity: float
|
|
134
109
|
:param octaves: The number of different noise frequencies used.
|
|
135
|
-
:type octaves: int
|
|
136
110
|
:param noise_basis: A noise basis string.
|
|
137
111
|
:return: The multifractal noise value.
|
|
138
|
-
:rtype: float
|
|
139
112
|
"""
|
|
140
113
|
|
|
141
114
|
def noise(
|
|
@@ -147,10 +120,8 @@ def noise(
|
|
|
147
120
|
"""Returns noise value from the noise basis at the position specified.
|
|
148
121
|
|
|
149
122
|
:param position: The position to evaluate the selected noise function.
|
|
150
|
-
:type position: collections.abc.Sequence[float] | mathutils.Vector
|
|
151
123
|
:param noise_basis: A noise basis string.
|
|
152
124
|
:return: The noise value.
|
|
153
|
-
:rtype: float
|
|
154
125
|
"""
|
|
155
126
|
|
|
156
127
|
def noise_vector(
|
|
@@ -162,35 +133,28 @@ def noise_vector(
|
|
|
162
133
|
"""Returns the noise vector from the noise basis at the specified position.
|
|
163
134
|
|
|
164
135
|
:param position: The position to evaluate the selected noise function.
|
|
165
|
-
:type position: collections.abc.Sequence[float] | mathutils.Vector
|
|
166
136
|
:param noise_basis: A noise basis string.
|
|
167
137
|
:return: The noise vector.
|
|
168
|
-
:rtype: mathutils.Vector
|
|
169
138
|
"""
|
|
170
139
|
|
|
171
140
|
def random() -> float:
|
|
172
141
|
"""Returns a random number in the range [0, 1).
|
|
173
142
|
|
|
174
143
|
:return: The random number.
|
|
175
|
-
:rtype: float
|
|
176
144
|
"""
|
|
177
145
|
|
|
178
146
|
def random_unit_vector(*, size: int = 3) -> mathutils.Vector:
|
|
179
147
|
"""Returns a unit vector with random entries.
|
|
180
148
|
|
|
181
149
|
:param size: The size of the vector to be produced, in the range [2, 4].
|
|
182
|
-
:type size: int
|
|
183
150
|
:return: The random unit vector.
|
|
184
|
-
:rtype: mathutils.Vector
|
|
185
151
|
"""
|
|
186
152
|
|
|
187
153
|
def random_vector(*, size: int = 3) -> mathutils.Vector:
|
|
188
154
|
"""Returns a vector with random entries in the range (-1, 1).
|
|
189
155
|
|
|
190
156
|
:param size: The size of the vector to be produced.
|
|
191
|
-
:type size: int
|
|
192
157
|
:return: The random vector.
|
|
193
|
-
:rtype: mathutils.Vector
|
|
194
158
|
"""
|
|
195
159
|
|
|
196
160
|
def ridged_multi_fractal(
|
|
@@ -207,20 +171,13 @@ def ridged_multi_fractal(
|
|
|
207
171
|
"""Returns ridged multifractal value from the noise basis at the specified position.
|
|
208
172
|
|
|
209
173
|
:param position: The position to evaluate the selected noise function.
|
|
210
|
-
:type position: collections.abc.Sequence[float] | mathutils.Vector
|
|
211
174
|
:param H: The fractal dimension of the roughest areas.
|
|
212
|
-
:type H: float
|
|
213
175
|
:param lacunarity: The gap between successive frequencies.
|
|
214
|
-
:type lacunarity: float
|
|
215
176
|
:param octaves: The number of different noise frequencies used.
|
|
216
|
-
:type octaves: int
|
|
217
177
|
:param offset: The height of the terrain above sea level.
|
|
218
|
-
:type offset: float
|
|
219
178
|
:param gain: Scaling applied to the values.
|
|
220
|
-
:type gain: float
|
|
221
179
|
:param noise_basis: A noise basis string.
|
|
222
180
|
:return: The ridged multifractal value.
|
|
223
|
-
:rtype: float
|
|
224
181
|
"""
|
|
225
182
|
|
|
226
183
|
def seed_set(
|
|
@@ -231,7 +188,6 @@ def seed_set(
|
|
|
231
188
|
|
|
232
189
|
:param seed: Seed used for the random generator.
|
|
233
190
|
When seed is zero, the current time will be used instead.
|
|
234
|
-
:type seed: int
|
|
235
191
|
"""
|
|
236
192
|
|
|
237
193
|
def turbulence(
|
|
@@ -247,18 +203,12 @@ def turbulence(
|
|
|
247
203
|
"""Returns the turbulence value from the noise basis at the specified position.
|
|
248
204
|
|
|
249
205
|
:param position: The position to evaluate the selected noise function.
|
|
250
|
-
:type position: collections.abc.Sequence[float] | mathutils.Vector
|
|
251
206
|
:param octaves: The number of different noise frequencies used.
|
|
252
|
-
:type octaves: int
|
|
253
207
|
:param hard: Specifies whether returned turbulence is hard (sharp transitions) or soft (smooth transitions).
|
|
254
|
-
:type hard: bool
|
|
255
208
|
:param noise_basis: A noise basis string.
|
|
256
209
|
:param amplitude_scale: The amplitude scaling factor.
|
|
257
|
-
:type amplitude_scale: float
|
|
258
210
|
:param frequency_scale: The frequency scaling factor
|
|
259
|
-
:type frequency_scale: float
|
|
260
211
|
:return: The turbulence value.
|
|
261
|
-
:rtype: float
|
|
262
212
|
"""
|
|
263
213
|
|
|
264
214
|
def turbulence_vector(
|
|
@@ -274,18 +224,12 @@ def turbulence_vector(
|
|
|
274
224
|
"""Returns the turbulence vector from the noise basis at the specified position.
|
|
275
225
|
|
|
276
226
|
:param position: The position to evaluate the selected noise function.
|
|
277
|
-
:type position: collections.abc.Sequence[float] | mathutils.Vector
|
|
278
227
|
:param octaves: The number of different noise frequencies used.
|
|
279
|
-
:type octaves: int
|
|
280
228
|
:param hard: Specifies whether returned turbulence is hard (sharp transitions) or soft (smooth transitions).
|
|
281
|
-
:type hard: bool
|
|
282
229
|
:param noise_basis: A noise basis string.
|
|
283
230
|
:param amplitude_scale: The amplitude scaling factor.
|
|
284
|
-
:type amplitude_scale: float
|
|
285
231
|
:param frequency_scale: The frequency scaling factor
|
|
286
|
-
:type frequency_scale: float
|
|
287
232
|
:return: The turbulence vector.
|
|
288
|
-
:rtype: mathutils.Vector
|
|
289
233
|
"""
|
|
290
234
|
|
|
291
235
|
def variable_lacunarity(
|
|
@@ -299,13 +243,10 @@ def variable_lacunarity(
|
|
|
299
243
|
"""Returns variable lacunarity noise value, a distorted variety of noise, from noise type 1 distorted by noise type 2 at the specified position.
|
|
300
244
|
|
|
301
245
|
:param position: The position to evaluate the selected noise function.
|
|
302
|
-
:type position: collections.abc.Sequence[float] | mathutils.Vector
|
|
303
246
|
:param distortion: The amount of distortion.
|
|
304
|
-
:type distortion: float
|
|
305
247
|
:param noise_type1: A noise type string.
|
|
306
248
|
:param noise_type2: A noise type string.
|
|
307
249
|
:return: The variable lacunarity noise value.
|
|
308
|
-
:rtype: float
|
|
309
250
|
"""
|
|
310
251
|
|
|
311
252
|
def voronoi(
|
|
@@ -318,10 +259,7 @@ def voronoi(
|
|
|
318
259
|
"""Returns a list of distances to the four closest features and their locations.
|
|
319
260
|
|
|
320
261
|
:param position: The position to evaluate the selected noise function.
|
|
321
|
-
:type position: collections.abc.Sequence[float] | mathutils.Vector
|
|
322
262
|
:param distance_metric: A distance metric string.
|
|
323
263
|
:param exponent: The exponent for Minkowski distance metric.
|
|
324
|
-
:type exponent: float
|
|
325
264
|
:return: A list of distances to the four closest features and their locations.
|
|
326
|
-
:rtype: list[list[float] | list[mathutils.Vector]]
|
|
327
265
|
"""
|
|
@@ -1,370 +0,0 @@
|
|
|
1
|
-
_blendfile_header/__init__.pyi,sha256=KNh8jqVO-nkop6SCeeSsVlsXn8ZrlLQyjmeJZvqyDes,1503
|
|
2
|
-
_blendfile_header/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
_bpy_internal/__init__.pyi,sha256=b7eQmkEK-iy6kne95ItMuSaZjSasHPftTJcKeVDTqIY,317
|
|
4
|
-
_bpy_internal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
_bpy_internal/addons/__init__.pyi,sha256=s4opQQDWvCt1h0JSU6xojviEDXk-b4zoOUGizdrg-3A,114
|
|
6
|
-
_bpy_internal/addons/cli/__init__.pyi,sha256=4bhW_Ern-FwNR2AjuKoAzFy3mRSBvkMS_rUbN2IyeJY,138
|
|
7
|
-
_bpy_internal/assets/__init__.pyi,sha256=eCFsojUoOl1khierdra45_LRMXGbROIfkIFPKJXEbXA,152
|
|
8
|
-
_bpy_internal/assets/remote_library_listing/__init__.pyi,sha256=Ts80tVKlpfQeuLAVYXkzAIQDuXvJHKAkxw4GbXUDi6k,166
|
|
9
|
-
_bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi,sha256=BSGfrdIQDmh3t0CEWrK4tfw4M0tOiH3E0AS5DgSYHW8,344
|
|
10
|
-
_bpy_internal/extensions/__init__.pyi,sha256=WITpwHv5YB5MhSXLQ1F6Eb07h1sdKl3jh9rmdSLgxaY,238
|
|
11
|
-
_bpy_internal/extensions/junction_module/__init__.pyi,sha256=HLTAcbvk_Gz3ew5wkrMX6vhvJxAVhHmaAp8hJ1xe7g0,1027
|
|
12
|
-
_bpy_internal/extensions/stale_file_manager/__init__.pyi,sha256=XX8gqh2o8Edkz8jo4wTBd3oIzn-91ps-qLeReMe7-NE,785
|
|
13
|
-
_bpy_internal/extensions/wheel_manager/__init__.pyi,sha256=iof2eWA4COe-HySkeiyqsDRQ-rLRt0fWRKL9znHrVQg,976
|
|
14
|
-
_bpy_internal/freedesktop/__init__.pyi,sha256=l2TbFg6Eg3d6Jrn2vIPRtmg8fHaL_4hHtjF9SSarDw0,926
|
|
15
|
-
_bpy_internal/grease_pencil/__init__.pyi,sha256=4YIHrnLvkVHJW3S7fz8xYyAakqsDCnxvaQfuZiUUvFc,120
|
|
16
|
-
_bpy_internal/grease_pencil/stroke/__init__.pyi,sha256=WZyvmOADIF0IC_aQHaQUnxSJ_nfF75phpIuLwxwWRhM,2192
|
|
17
|
-
_bpy_internal/system_info/__init__.pyi,sha256=U0qDEDvXTA0KHyhqeNNd4eLbsn3quigyg1qJD-OeV4E,264
|
|
18
|
-
_bpy_internal/system_info/text_generate_runtime/__init__.pyi,sha256=synyefSRdKBV1Yen5e1NoxwWeP2yiYQ2uoCk3EX_7HE,121
|
|
19
|
-
_bpy_internal/system_info/url_prefill_runtime/__init__.pyi,sha256=BkoZMVSr2fWZuinL28e9e7PUTYiWEBwEHhUgPCJWyMs,144
|
|
20
|
-
_bpy_internal/system_info/url_prefill_startup/__init__.pyi,sha256=p9LeMlYwggNOvu51pXsL3QveMIaDUfaLkEDQwo7ZCfY,150
|
|
21
|
-
_bpy_types/__init__.pyi,sha256=DtUPI7KNVeuQnTR9mucLVAxsmYS0PLlsJ-5UbobUgto,42533
|
|
22
|
-
_bpy_types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
|
-
addon_utils/__init__.pyi,sha256=vdyLhBspwQFkUa8mTYStBrdoUmv14qqmQ7Vkh8xbWDw,3535
|
|
24
|
-
addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
|
-
animsys_refactor/__init__.pyi,sha256=gymCkC2G1Kzr_iSXg3vEs54qYo3gGVGJLBk6IeOxcEk,718
|
|
26
|
-
animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
|
-
aud/__init__.pyi,sha256=-vfEJUpHcXXiqLNp1SxzKdnu8jw_VMI3zLGEIKCXm8Q,35524
|
|
28
|
-
aud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
29
|
-
bl_app_override/__init__.pyi,sha256=5spnNALvgEjwIDRz49rcStxqbcwmOYfVdbnagsDFoT8,419
|
|
30
|
-
bl_app_override/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
31
|
-
bl_app_override/helpers/__init__.pyi,sha256=UQRnma_nLz4E-xW8vcUxyoskJU2uysCgPl0iakOkDQk,558
|
|
32
|
-
bl_app_template_utils/__init__.pyi,sha256=qqyaiEZNL9xwkb_XdIataEBgtb1ANG72jMEvaRMPYag,372
|
|
33
|
-
bl_app_template_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
|
-
bl_console_utils/__init__.pyi,sha256=K3bmb0JJKSFhRBkmasvhlKT6uLUJ032ot91sDISIInY,132
|
|
35
|
-
bl_console_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
|
-
bl_console_utils/autocomplete/__init__.pyi,sha256=JXJyjSDoSc0k2fRDDKfNZSsHybYjyg9CF-CscFdF028,287
|
|
37
|
-
bl_console_utils/autocomplete/complete_calltip/__init__.pyi,sha256=M4hls-6FWpIweh1N4powkvE4E-iSiRcDyZPOxiLrC4Q,1525
|
|
38
|
-
bl_console_utils/autocomplete/complete_import/__init__.pyi,sha256=vXX05nyrsq9LiZ1mLUZH65alI60er_Tp11_8cX9WxVg,876
|
|
39
|
-
bl_console_utils/autocomplete/complete_namespace/__init__.pyi,sha256=jZH9QXymVtYij3NOAA7JvCFbI9FlY2OZN0JxZZWUbSo,1583
|
|
40
|
-
bl_console_utils/autocomplete/intellisense/__init__.pyi,sha256=SB9y4iE1f3akMMUVB7hvM9uevEXWlZ6sJRYh9K36VAk,1243
|
|
41
|
-
bl_i18n_utils/__init__.pyi,sha256=Ulf9TkeIpoDH8BbO2j1PR9l_2MTZbygzPT9_9-dL8Gw,378
|
|
42
|
-
bl_i18n_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
43
|
-
bl_i18n_utils/bl_extract_messages/__init__.pyi,sha256=dcDrxfjIvmgRJ5juJmLu8zHUSXRUOisJf3jZZeE5ylA,1293
|
|
44
|
-
bl_i18n_utils/merge_po/__init__.pyi,sha256=CeaDonqyHMxzA4ShwZDzqGeAow-sA7UJFucofy3lIx8,114
|
|
45
|
-
bl_i18n_utils/settings/__init__.pyi,sha256=1NzhIyVG4KqiyJxGSW7GS3IwxCNLb6PA4Oi66wQeoFg,938
|
|
46
|
-
bl_i18n_utils/utils/__init__.pyi,sha256=Bjf3Cxm8PhCfQqU_zbyNHuVACBUNPhQrXrrKDxR6BH4,9155
|
|
47
|
-
bl_i18n_utils/utils_cli/__init__.pyi,sha256=FsBXbVumOwJiohPr8s8uqpsCiYUx26mHry-eGFxrFaE,338
|
|
48
|
-
bl_i18n_utils/utils_languages_menu/__init__.pyi,sha256=Ajjd0s4dtil1V7h8QG0czlKTpWklbH9R3VCPjRZaevk,138
|
|
49
|
-
bl_i18n_utils/utils_rtl/__init__.pyi,sha256=jd4wVQ6Rq5wEXt9g15VMj_8Fzf56ghhw4UjsjXyGul0,412
|
|
50
|
-
bl_keymap_utils/__init__.pyi,sha256=0wyZV0IaWz1S2NaorI0vRXdi7iogVJJdOG7FMgR_VDQ,310
|
|
51
|
-
bl_keymap_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
52
|
-
bl_keymap_utils/io/__init__.pyi,sha256=evZL_tek_nHJxZW6bS6XWyNgDnlCIvtCqKHLS7iKnZY,626
|
|
53
|
-
bl_keymap_utils/keymap_from_toolbar/__init__.pyi,sha256=uFccBPLzL_VFHv3Gt74YFbKar8ZN2ZWLMU6JJplUaxQ,243
|
|
54
|
-
bl_keymap_utils/keymap_hierarchy/__init__.pyi,sha256=0cdfFlc02eBU7wWJK2Rzz8EWsKiCpxfEeCqTxpyANQg,118
|
|
55
|
-
bl_keymap_utils/platform_helpers/__init__.pyi,sha256=Nn9VULitSn0cmRzxVSnQKKwfu-pOgDJzdNGweAjymow,321
|
|
56
|
-
bl_keymap_utils/versioning/__init__.pyi,sha256=gijgbCULh9JeCJ8NvSVtTB_mgWpmQTRd7BUoMTwiISg,159
|
|
57
|
-
bl_math/__init__.pyi,sha256=08HzOgSUDC_hITGgY7JzxeoVdzsQawmudfCSWrQdBPo,1626
|
|
58
|
-
bl_math/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
59
|
-
bl_operators/__init__.pyi,sha256=HgPdeHpf1n07eUDjLxujiq3uBqlb0uREEc-ynFkIm6o,1569
|
|
60
|
-
bl_operators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
61
|
-
bl_operators/add_mesh_torus/__init__.pyi,sha256=cWqmMnxwTELFEkBtCt3BOYJt326DjyMDp47AmZgUMJw,1252
|
|
62
|
-
bl_operators/anim/__init__.pyi,sha256=CxhFJ23epPLillrhhkFOTqkRiowDpQGJk05E-uUUF6M,10733
|
|
63
|
-
bl_operators/assets/__init__.pyi,sha256=HbMfxxjRi7p3OWolri_NUKYsDOG9UjBe5M0RIIH5-o8,2813
|
|
64
|
-
bl_operators/bmesh/__init__.pyi,sha256=xhgZcx4fJyNE_cbXB-d3TFNHw2Y2k9IYMD3Af8WPt4M,134
|
|
65
|
-
bl_operators/bmesh/find_adjacent/__init__.pyi,sha256=OVIFK2kJ27sIE9wl94D3I3tZNHzTR_h94yI7Tqf8iCk,695
|
|
66
|
-
bl_operators/bone_selection_sets/__init__.pyi,sha256=2t1XFBaII-HDerd9Y606DacpAHg9ISei1ULQuOZgD78,10495
|
|
67
|
-
bl_operators/clip/__init__.pyi,sha256=T24QG3Iz515M-wlF9fhJ58feyoc0WfMDngJSCyLbukQ,8366
|
|
68
|
-
bl_operators/connect_to_output/__init__.pyi,sha256=NSsSD6ozQ854ee1bYMbCASQqM6Uka6yq-DXzM1pGsiM,3616
|
|
69
|
-
bl_operators/console/__init__.pyi,sha256=Lc8oUfghKLqWPw4R8F4pmNHq7WK4t6f5Zt9yxQvyBNY,3840
|
|
70
|
-
bl_operators/constraint/__init__.pyi,sha256=EoIWKU8ooh86sAsnVmXyWgY66W85a6MhPYm0q7lns8g,3337
|
|
71
|
-
bl_operators/file/__init__.pyi,sha256=5zCpcr7d4KcPx7Qp3kEbRmNSTWs69RkuiV6fE8FClfo,2535
|
|
72
|
-
bl_operators/freestyle/__init__.pyi,sha256=ae_J7-SRFUOus3WYwloBKs3J8hXb23Cgb4PW6Ftcp-Q,3553
|
|
73
|
-
bl_operators/geometry_nodes/__init__.pyi,sha256=bRn2de47mar1BxfXqkOA6R2ZHGfC3Ij12YKXUmHLYsk,4325
|
|
74
|
-
bl_operators/grease_pencil/__init__.pyi,sha256=ppgkc4ZatqPEHJNhjKbEy1sBzJg9zo0sbKbqFGKXMu0,897
|
|
75
|
-
bl_operators/image/__init__.pyi,sha256=p_Pc5Za8ZGt_7ApR-NiQA94kOBvBdR8uqKiFKZgGMIk,3542
|
|
76
|
-
bl_operators/image_as_planes/__init__.pyi,sha256=G_h1gkxx6INE8lUl7M0MR9luywsJUraY6T39rVehEio,4804
|
|
77
|
-
bl_operators/mesh/__init__.pyi,sha256=LOcnRM3n2V8BeJa49XYer6b71eInogViGk2ohLQuOqw,2516
|
|
78
|
-
bl_operators/node/__init__.pyi,sha256=ruN0pYSMnZySTu9XOJ9JpnpTRSDV6WWKwI4xaZrKprE,13733
|
|
79
|
-
bl_operators/node_editor/__init__.pyi,sha256=nXKuGcFgA7viFPwVoXogOT1iClUnXhtrK_rZTTXJ2Go,136
|
|
80
|
-
bl_operators/node_editor/node_functions/__init__.pyi,sha256=lvnouyugGqmyzgLR8aRsLj823dK3wC22vEu8lucNhJI,626
|
|
81
|
-
bl_operators/object/__init__.pyi,sha256=WL-2d1wfdQWpEW5HLAoydXAZ-hTS1XNuCvvBbBZkeL0,11823
|
|
82
|
-
bl_operators/object_align/__init__.pyi,sha256=cIFVbPyqmsT_0mzCab_nbOajR4tBKzwz0QTyrGluEJ4,1082
|
|
83
|
-
bl_operators/object_quick_effects/__init__.pyi,sha256=1yY2UcQxHNhD90DRUjZy1kXxp4EEG0YDiaQN33ChReg,3150
|
|
84
|
-
bl_operators/object_randomize_transform/__init__.pyi,sha256=DUSXoHa6pZWxEVxnPJNTPKetPFRKe4SbYwlmMdTJAjU,986
|
|
85
|
-
bl_operators/presets/__init__.pyi,sha256=YEeHZCXB4U-YoaSAt-7J9sWRc4iSSo2oXzxbWd19Ug0,18551
|
|
86
|
-
bl_operators/rigidbody/__init__.pyi,sha256=eSVtc3PeZ93b3R-2ZShmd-T10oJV5h-0_h5fu_dUvTU,2546
|
|
87
|
-
bl_operators/screen_play_rendered_anim/__init__.pyi,sha256=HoI-vH19KlkNOhJq0xt2EsVJ7lJwgfwqFqc8bY8S1eI,828
|
|
88
|
-
bl_operators/sequencer/__init__.pyi,sha256=xmS2cuJovjFXVsMwf_GHrsQwupoICmx5yqtsexkl6fY,7896
|
|
89
|
-
bl_operators/spreadsheet/__init__.pyi,sha256=wG2ejefSRHFCXt91J73kQnRwOMGB94Oh74yBs_Pa8Y8,1035
|
|
90
|
-
bl_operators/userpref/__init__.pyi,sha256=8iND0kP1gSkVnJ3GMnrzOZQXxPsTqrq9--TK5mJrfzs,17477
|
|
91
|
-
bl_operators/uvcalc_follow_active/__init__.pyi,sha256=VUJUpBzlRG7mF5DDapXinqAxdr9RYLtGiOUaLrNPzwk,1109
|
|
92
|
-
bl_operators/uvcalc_lightmap/__init__.pyi,sha256=uqXxJou_RjDjkTNKlD17A3OQjLmHRmLHTLo8lk250tE,1991
|
|
93
|
-
bl_operators/uvcalc_transform/__init__.pyi,sha256=WIq2ylcYjjwtVjap_8KzAMfeY0Spvec1jh4JfW0LJhU,2733
|
|
94
|
-
bl_operators/vertexpaint_dirt/__init__.pyi,sha256=tlf99l2GmybsjF5mW2P2HAVj-U7pWffj-vFFly4sbac,1047
|
|
95
|
-
bl_operators/view3d/__init__.pyi,sha256=Qb8fmI87g9e6K-GqXi-hKNcbwm9n2dbwK8Qn8lK9fkQ,6733
|
|
96
|
-
bl_operators/wm/__init__.pyi,sha256=OVN09PIGKwXbCPuiDy-76zA6C7m97lWtFgX6D0nNgL0,33856
|
|
97
|
-
bl_operators/world/__init__.pyi,sha256=vIW5-ff29Mfx0-Jw32OMfhOOKpqePtfTXuL-oNz_MyM,987
|
|
98
|
-
bl_previews_utils/__init__.pyi,sha256=95EYeEVW6i69N-udHOwFIp3kcPDBLmLefhd36a366wE,144
|
|
99
|
-
bl_previews_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
100
|
-
bl_previews_utils/bl_previews_render/__init__.pyi,sha256=7dKoTsiNrzkY_DEFef7MuUoaYZg-gubs5kN1mNlxab4,510
|
|
101
|
-
bl_rna_utils/__init__.pyi,sha256=ET5-ER356nEcMAXih8b1vNfLxuLSW8EF6BNeTHcMSak,126
|
|
102
|
-
bl_rna_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
103
|
-
bl_rna_utils/data_path/__init__.pyi,sha256=iFVLJg0NaO9JnLvyvEMjWbA6qnSwRgrmhGixwOS0rh0,747
|
|
104
|
-
bl_text_utils/__init__.pyi,sha256=Zurzj699a4dTRgCcD_NA03Zz0rjlb5dYm-ggJmE06sY,138
|
|
105
|
-
bl_text_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
106
|
-
bl_text_utils/external_editor/__init__.pyi,sha256=MlwaNa_uyISi33zltvg5xLzArfw5M56V4VQENfC5gsY,152
|
|
107
|
-
bl_ui/__init__.pyi,sha256=bzjd8FHTafNzS5V6jK2sf7aIflWXIIAAOj2u3CG5Q8s,7004
|
|
108
|
-
bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
109
|
-
bl_ui/anim/__init__.pyi,sha256=aUUQB5sqG7wizgoB77tVmFLfhOWMyuHcEUY06w1FW5k,938
|
|
110
|
-
bl_ui/asset_shelf/__init__.pyi,sha256=zy0z1qh-gQXQufHFrEggbXWlihKF9l2OihuhN-iS4NE,825
|
|
111
|
-
bl_ui/generic_ui_list/__init__.pyi,sha256=wKDC1TOAxmPZ4kY86_96aBa-DTcNHrGXNucUNp1UzpY,4303
|
|
112
|
-
bl_ui/node_add_menu/__init__.pyi,sha256=r5tHrhTddZDY8xTNNsh8Od9aY4JPkVUljyDG7L1tkVg,1667
|
|
113
|
-
bl_ui/node_add_menu_compositor/__init__.pyi,sha256=Hn5-YC2cCeK7hHi5QgR6OKzyxdHl8S3EiDJpqB4mMQo,10559
|
|
114
|
-
bl_ui/node_add_menu_geometry/__init__.pyi,sha256=fuv_3IdbsrXx4uXgrJLM9lIVEIhNVlDnEXWe5tYbbYg,33084
|
|
115
|
-
bl_ui/node_add_menu_shader/__init__.pyi,sha256=U-ntARgBpRtDHefEaZUTTBqPZOlk0MF5njZ6heMBb5A,6168
|
|
116
|
-
bl_ui/node_add_menu_texture/__init__.pyi,sha256=qjl9QFiYpBhyMclx9laSSMDbs9ivCTGxQLW8jKLhRMs,5366
|
|
117
|
-
bl_ui/properties_animviz/__init__.pyi,sha256=MVsoAibpBh5BrQ6ReemJJN3zOegs3QRdBFv9rOefocM,705
|
|
118
|
-
bl_ui/properties_collection/__init__.pyi,sha256=Vc5-O8TKo3-St-3d3c5TDjleZGy8wk3N8Je-c6Y2edk,5131
|
|
119
|
-
bl_ui/properties_constraint/__init__.pyi,sha256=Q8gxSZv5GWc9HaY7nAKANXwnlFjcXVCZAEi9GgFID1U,60623
|
|
120
|
-
bl_ui/properties_data_armature/__init__.pyi,sha256=r_yZik3HHrVVY_jG0d8_9Cid7XEREbGirB6TzDrPr2Q,13418
|
|
121
|
-
bl_ui/properties_data_bone/__init__.pyi,sha256=zbE6qpnOJd9OdINbjeRWNEgt66DpVhVFJlRUF0eH4Vg,8183
|
|
122
|
-
bl_ui/properties_data_camera/__init__.pyi,sha256=JleyLehB8Z1m_LCf6kICJvlL8ggJoMjzFyOlFtFjxKQ,12047
|
|
123
|
-
bl_ui/properties_data_curve/__init__.pyi,sha256=895xesxryWAC1ClbR4gJ4A4-Uq_xD1y0NSeRT5lc40k,12386
|
|
124
|
-
bl_ui/properties_data_curves/__init__.pyi,sha256=XIyaHXzmdLu1YKXIB7xboAQhOyJSoW_dNa2EWa6ePms,6574
|
|
125
|
-
bl_ui/properties_data_empty/__init__.pyi,sha256=qCdM71k66EJSiwOkLkfk6m4EjGO0gTT1kve9oBOI464,1758
|
|
126
|
-
bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=ThgRMg7gSyDCNJODyZkhzFxzX4-m5bu8b7dIMjaZF4c,15772
|
|
127
|
-
bl_ui/properties_data_lattice/__init__.pyi,sha256=4MGkuqbRwOXPwgenvccmKepjTo-UEITPdJa66es97WU,3519
|
|
128
|
-
bl_ui/properties_data_light/__init__.pyi,sha256=UF9qN23t6arJXqOxHd75qjuDEbDwa2Pz7u2gd3B1uRU,8300
|
|
129
|
-
bl_ui/properties_data_lightprobe/__init__.pyi,sha256=BNw-GpdEGXO_Y1MEOttD2HjFPnCt6CPM4-SOdcjIVtY,10896
|
|
130
|
-
bl_ui/properties_data_mesh/__init__.pyi,sha256=ftOcB4vmYjO3iGPKWinox0XaT1opFMLxVEaE4KcXEcE,16305
|
|
131
|
-
bl_ui/properties_data_metaball/__init__.pyi,sha256=ugpE5OO7g02vHx6RIPu6mW6wSbFsDmYqdmIR89G2dtQ,4861
|
|
132
|
-
bl_ui/properties_data_modifier/__init__.pyi,sha256=GZSuD_K8JigqvUxpmdhWw8xwOBmJwcYuu814WsHsCSo,7028
|
|
133
|
-
bl_ui/properties_data_pointcloud/__init__.pyi,sha256=c6_fdD-FLjucExBFMO40-J6QPXc4kNN_jWDLlya3-CA,4896
|
|
134
|
-
bl_ui/properties_data_shaderfx/__init__.pyi,sha256=21lgyjB0fDCQ7yytSMpVxZ4-6JidKSLTPseKPFqBj3c,913
|
|
135
|
-
bl_ui/properties_data_speaker/__init__.pyi,sha256=V2p1yDNBPxz3dKK6UiQBTO9Irh0fpe_r6bgovqDfnnk,4944
|
|
136
|
-
bl_ui/properties_data_volume/__init__.pyi,sha256=Nttj9F30ICgk527SL09eTnRgr3Dp1KMOWPZhte7qX_o,7237
|
|
137
|
-
bl_ui/properties_freestyle/__init__.pyi,sha256=6tanbUreqW57P58YM9sQv22bc2hiCabu2vwP1iq0L1U,23298
|
|
138
|
-
bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=5WLHQw9KSPVaTlFCrN8YPk-GQBV3yd8MSLvgSIEaY1I,9158
|
|
139
|
-
bl_ui/properties_mask_common/__init__.pyi,sha256=iwIe9TGaGoJynzyEyK3hiVpSgOFpNNX28BQ-RZEg6Wg,6292
|
|
140
|
-
bl_ui/properties_material/__init__.pyi,sha256=umksBehoHZj_Jkn6xWX0WQH1sCwyqSpCA99ERYRQyz4,13075
|
|
141
|
-
bl_ui/properties_material_gpencil/__init__.pyi,sha256=CMS8wtfYoLCKaN4RxYd3ikR23HLaIC2c_cvRHTNldgE,8738
|
|
142
|
-
bl_ui/properties_object/__init__.pyi,sha256=CzGxZhQxo1rcRb58UdawZd9xAXZ8OcoD_L9xb-jhPF8,15771
|
|
143
|
-
bl_ui/properties_output/__init__.pyi,sha256=5GXVxRcb0hPK_VmFnkZy_PqohxLlPPBwwDYzhI6UUUk,15439
|
|
144
|
-
bl_ui/properties_paint_common/__init__.pyi,sha256=16op6KXtkHUt5M_M7JTDWxdXOJ-E0zztIGOyJmJGx14,8732
|
|
145
|
-
bl_ui/properties_particle/__init__.pyi,sha256=PP0aeNih2eDjO-j5UgyyCmuySLPKPAyKb6wERtdUJUM,44322
|
|
146
|
-
bl_ui/properties_physics_cloth/__init__.pyi,sha256=1d62dy9gKmAnfiSUO-4EfBYoSMAmmoT3G6dI-WMd0ww,10866
|
|
147
|
-
bl_ui/properties_physics_common/__init__.pyi,sha256=nwBOYs0jv2XSayR_PYRyDUxO2Lf-4BQh0jCluVBpm6A,1448
|
|
148
|
-
bl_ui/properties_physics_dynamicpaint/__init__.pyi,sha256=GCDhILe6tQxPJlkNEPzyBa7i4l7PJ7ayqZN0cvzEHRI,20128
|
|
149
|
-
bl_ui/properties_physics_field/__init__.pyi,sha256=oD6bdYWDD7m6ToPP1Pz4-Lc3uUV93OfSo8FDcrS-dRQ,8591
|
|
150
|
-
bl_ui/properties_physics_fluid/__init__.pyi,sha256=9-AcHVgj-ycCLEDv_s_sR_UTve2npyfSE6xA85SMCmQ,25373
|
|
151
|
-
bl_ui/properties_physics_geometry_nodes/__init__.pyi,sha256=wwZk5RczcJpcic_IlB3SDIspLeoaZfV6EZHWxwz5lxs,1004
|
|
152
|
-
bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=NKpR1KwtJ4Smwp-fWYramd2NpyuG9uyMPOxMA1qid2Q,7166
|
|
153
|
-
bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=ifICU22ACuhpGu9dHU5BOt4PmniIYb_uOQ8OK70pKps,11632
|
|
154
|
-
bl_ui/properties_physics_softbody/__init__.pyi,sha256=5gBmYEQkEj_oaPDstR-tpGDPnOpZevFjjP1oZOBAAb4,11818
|
|
155
|
-
bl_ui/properties_render/__init__.pyi,sha256=UKHHUaS0D-in_Ov5coLzpRAHXnCvO9p7m9agcU_kaYo,35327
|
|
156
|
-
bl_ui/properties_scene/__init__.pyi,sha256=oDH81lIx1eqx9Ke0TvYEI_96MLAGI5ohqJPfNCfwYbw,13487
|
|
157
|
-
bl_ui/properties_texture/__init__.pyi,sha256=XCawtPI3e5z7m6O0bXj9jsDjmVUnirET2RJW76rXmWw,21388
|
|
158
|
-
bl_ui/properties_view_layer/__init__.pyi,sha256=fOeLxpa2sL-GH16yp4DLHoDjIwEJTbi7E8k-qHy0OMU,10898
|
|
159
|
-
bl_ui/properties_workspace/__init__.pyi,sha256=xUC1dYR6Eep5MbB1_-UTa77u4DE2bSH5s9O53J23pik,3550
|
|
160
|
-
bl_ui/properties_world/__init__.pyi,sha256=CY-sQhTOWWkq1NOgQ9jYRn4V4GLKveXVQu4T92f8sRY,9341
|
|
161
|
-
bl_ui/space_clip/__init__.pyi,sha256=y5bb9k6jgD_VHS020AKAOs_IL6sqNPCbqr0NAaUGYKo,47031
|
|
162
|
-
bl_ui/space_console/__init__.pyi,sha256=b7zy0mFsO542Mtd_KyFh-NjG_YFb__4-bW_C9vlB-8g,3372
|
|
163
|
-
bl_ui/space_dopesheet/__init__.pyi,sha256=d8aN_u6SJkjqGIdtJks8ucBDP1919DIohoUw7EJ2GcU,20092
|
|
164
|
-
bl_ui/space_filebrowser/__init__.pyi,sha256=JwXlj3tu-WKX6IpHHa4dEitmPamqeu2LR_pbcpTJsPo,20637
|
|
165
|
-
bl_ui/space_graph/__init__.pyi,sha256=HTKIVHD0KJlSa73aJeCCALaWnGd_19lFswbelpMs4I4,13019
|
|
166
|
-
bl_ui/space_image/__init__.pyi,sha256=umZnS9mizGdWOCO0EwXuDzB1zt-Qu5RPqJGOPftV88M,46869
|
|
167
|
-
bl_ui/space_info/__init__.pyi,sha256=xS8fd5VIJX3mvOvrjgftzsHAx3ZbNggmUGyJIRv6Pcs,3384
|
|
168
|
-
bl_ui/space_nla/__init__.pyi,sha256=nKpRYIPf5cfY_CYylpXGmQerRSu54s36kIAc7iTlHlI,10892
|
|
169
|
-
bl_ui/space_node/__init__.pyi,sha256=3w7b_e8gtGQmX8mUbPfOxz2sZeMNSbp7hivcjIq9MEQ,21226
|
|
170
|
-
bl_ui/space_outliner/__init__.pyi,sha256=1N93UIu-iU2UkqM7tQxeaxob3PRnnUjqY6rKdnT_sAE,8938
|
|
171
|
-
bl_ui/space_properties/__init__.pyi,sha256=KJdc80dXfvxv5XYmO8CRmheQxff_jLYiS_6zzRG_xwg,2802
|
|
172
|
-
bl_ui/space_sequencer/__init__.pyi,sha256=xTyg7lcQHrWagdzQmNMbQgl8OQdD6355zQbLD5ZU-Dc,59146
|
|
173
|
-
bl_ui/space_spreadsheet/__init__.pyi,sha256=qoO65GoJn8WObsqXqRzdEq2Zq1AZQEDWVpli-4lXOow,1769
|
|
174
|
-
bl_ui/space_statusbar/__init__.pyi,sha256=V-oUoxSsgIpi-jzqct_gz2vjFYkIqOffmuI4W7xlsbw,667
|
|
175
|
-
bl_ui/space_text/__init__.pyi,sha256=k864SRJgY7mgqqsu8KAhNGilMHMgMzjew1aeEHTtiYo,8996
|
|
176
|
-
bl_ui/space_time/__init__.pyi,sha256=MY_bnR7hLFKXVa4_yT4rExuhrB8XXqlOJvLDZnbqulM,3915
|
|
177
|
-
bl_ui/space_toolsystem_common/__init__.pyi,sha256=0wapsLJDJuc7K6B5kjWvB9_dWN5e3_6WNWf_ZEChlmk,3436
|
|
178
|
-
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=a9wGqRUBYBWI3k0BzC9kgKR8ApI_nnjj1QlR-aLZvt0,10637
|
|
179
|
-
bl_ui/space_topbar/__init__.pyi,sha256=9MO703ewWr9Av2UGhd_tTQK8Okq8N3qw2SXOhZodeTk,15642
|
|
180
|
-
bl_ui/space_userpref/__init__.pyi,sha256=Ufcof6bgkrkvdWC-LjB5PnFo2Yzmu-HLYjBxweYLaFk,80834
|
|
181
|
-
bl_ui/space_view3d/__init__.pyi,sha256=4imWBsm8pkRorSjEMoaiih_vszcPlJ_d_CZ33SmoGf8,159655
|
|
182
|
-
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=h6H868OMgIS3a1jgcOucUb9_EPzCFsR33fKPu_duUig,78464
|
|
183
|
-
bl_ui/utils/__init__.pyi,sha256=ppvhh_gnI0HP7Z6Y7Mpn9No5eGvsnSqXmNlzWdXop0M,810
|
|
184
|
-
bl_ui_utils/__init__.pyi,sha256=6yinHCNictVwPqgqerb5zXorsqM0cqPLmz_r8ms1XeE,89
|
|
185
|
-
bl_ui_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
186
|
-
bl_ui_utils/layout/__init__.pyi,sha256=diIx4fYNx0-cCb582pWqI4VWUb1zl5--IG-OXvtCdd0,215
|
|
187
|
-
blend_render_info/__init__.pyi,sha256=mdPgQFMMMkjN3bsG1AMGkWuD97Opj0DOQGH2vszfR88,343
|
|
188
|
-
blend_render_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
189
|
-
blf/__init__.pyi,sha256=HHTGlezwgBkolPnRzk5zRM5EYlRtdJE-RStoWqSxiHs,6609
|
|
190
|
-
blf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
191
|
-
bmesh/__init__.pyi,sha256=nhi3aUMSLycSJTzr1Txhjt_NU0y_82NN0NBe8pZYTkE,1541
|
|
192
|
-
bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
193
|
-
bmesh/geometry/__init__.pyi,sha256=MZzpN0T12x1QweeZUui1LVTrnWyqyBgWsF6tPs1Pe9g,682
|
|
194
|
-
bmesh/ops/__init__.pyi,sha256=YEPcOajMh_dL5zFoV8hj7rVywdb1oO-rF2mjlqqE3Xs,76307
|
|
195
|
-
bmesh/types/__init__.pyi,sha256=GP6vcjkE3N1T9akpGpoOfYST9MLywG7Acm6a6HFTs1U,44314
|
|
196
|
-
bmesh/utils/__init__.pyi,sha256=N2mRD0u1ipJkw2nokIb-FCL858ikNQrOM_mqJPiCEXY,6285
|
|
197
|
-
bpy/__init__.pyi,sha256=2c24IZe013Q0UbFSvpU9JKRYusCUwGYTXbNDx17dK5g,490
|
|
198
|
-
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
199
|
-
bpy/app/__init__.pyi,sha256=SahojytccpJ-ohdmMqSiuhXWvoAjMG89E7SUJblpn60,8737
|
|
200
|
-
bpy/app/handlers/__init__.pyi,sha256=vxcj3vFmnFwA2JI8EdkC7ABpZkKNQs5AVadOyAamNe4,8062
|
|
201
|
-
bpy/app/icons/__init__.pyi,sha256=OEb8rxBfK1sVaLsDUrGC90Pd7ZTo8Vrq_nUsC8TCvfQ,963
|
|
202
|
-
bpy/app/timers/__init__.pyi,sha256=nD-TlDqICpcquEyk__OLIagSX4mNCH_jJxAKgfmrIYo,1813
|
|
203
|
-
bpy/app/translations/__init__.pyi,sha256=Pvwr_2LsC3BVnsom_Bkv6lfJgDHpaqSD5z0qw9e85ko,6985
|
|
204
|
-
bpy/msgbus/__init__.pyi,sha256=61Cc-RZsSt9zWFv8AXTPlc5bm9a9OfhiyZd68agwu4E,3442
|
|
205
|
-
bpy/ops/__init__.pyi,sha256=oyhZEf0VnUeUM7XXXOg9k4qnzcpqDDS14azXU-N0ZRA,5992
|
|
206
|
-
bpy/ops/action/__init__.pyi,sha256=hH-QQ8uwzEgBCCmAsWZ9SaaL4wprlceXL82EGacc4sI,19344
|
|
207
|
-
bpy/ops/anim/__init__.pyi,sha256=c_o_QypJBzSyxbHYJOhPlt3UJWi99-4yOz2VV-SmgHY,26719
|
|
208
|
-
bpy/ops/armature/__init__.pyi,sha256=3jUrNdmZLiljXfIy1t37PoDaNmngg9MCPJvJNTwnoTo,21569
|
|
209
|
-
bpy/ops/asset/__init__.pyi,sha256=gzckzAm1nTuk5abdAkwDO6tzpkpqxTnxH-kAVY_qXoY,9702
|
|
210
|
-
bpy/ops/boid/__init__.pyi,sha256=nfdPUMBKH24wmdrgH7M4CyurRHxwfHkFGxYNwspVh3A,2186
|
|
211
|
-
bpy/ops/brush/__init__.pyi,sha256=vyfsrTvOWSaQnVq4c8jffmNJ4lWuuo12ED2lvrFHdo8,10018
|
|
212
|
-
bpy/ops/buttons/__init__.pyi,sha256=TiXXs-rLxj988SGiwVDUVD9BD64id9ZYT8CPJfg6bt4,8908
|
|
213
|
-
bpy/ops/cachefile/__init__.pyi,sha256=CR4ROZavXhhjY--vHw07SnT977KyVRdn6WWqLo0jFic,8707
|
|
214
|
-
bpy/ops/camera/__init__.pyi,sha256=NOjImRSdOaouP5VDO5tTvxt1vjchW7kYx8ufLQGJDRc,1427
|
|
215
|
-
bpy/ops/clip/__init__.pyi,sha256=cbxpWHEv-LvSPPzrfBW3Hm-uNZ0Ru0iFkTYbl8Hu6Rk,46033
|
|
216
|
-
bpy/ops/cloth/__init__.pyi,sha256=uwkJTIltuHqnAj31VLEkdOjSHXqBV6CKP4N_NHaHKNw,664
|
|
217
|
-
bpy/ops/collection/__init__.pyi,sha256=jYzYuIsq_H8P0xB0c5LGVRBOMkVrkCCxZgeQWItiTTA,3830
|
|
218
|
-
bpy/ops/console/__init__.pyi,sha256=J0C91N5SOZJyqgdsP4cRVsi0VWB4WsicmB7f3o7nBtc,7667
|
|
219
|
-
bpy/ops/constraint/__init__.pyi,sha256=xXAGzEua07ldnVtUs1sFkCmSR01qStTdMZ0z4E-IXl0,12048
|
|
220
|
-
bpy/ops/curve/__init__.pyi,sha256=lSHR_PQ9PxJUcqwJYxvY2gKi_6sgkc05U91bJD--7-0,29421
|
|
221
|
-
bpy/ops/curves/__init__.pyi,sha256=FhBgmG3qGpXN7tVLHs99TcoQ3d5dtx89y25Cra5r-QQ,16632
|
|
222
|
-
bpy/ops/cycles/__init__.pyi,sha256=ltPk5-40G7apmbFuKiDbeRxCwg3FsKP-Hk3Y5XtwYQ8,1795
|
|
223
|
-
bpy/ops/dpaint/__init__.pyi,sha256=GhrndgrnnljHoo5StXuwo2ulGG8B3yLWx-1bsJiEKCE,1682
|
|
224
|
-
bpy/ops/ed/__init__.pyi,sha256=wLtlE0feDn7m_M5HetFeyY0ZgsFPlkFW6TSUt1leKjM,7248
|
|
225
|
-
bpy/ops/export_anim/__init__.pyi,sha256=kNdfqrFTIfZukBZCSarUKL9LJa4T0w99gtn04UL7cCY,2062
|
|
226
|
-
bpy/ops/export_scene/__init__.pyi,sha256=t1HfCEqv6SXA-z4aHhlPRi-MZqlAnw-pXn5IBB5nvmY,40559
|
|
227
|
-
bpy/ops/extensions/__init__.pyi,sha256=GIbSDf6RK9ZFYP5FszTgCpPHXDayqGLWd4tKDymB5aw,12957
|
|
228
|
-
bpy/ops/file/__init__.pyi,sha256=rknNAjlXljQ_G2SIWBvj-iIyr_YvMeubcprRg6tMWGU,19798
|
|
229
|
-
bpy/ops/fluid/__init__.pyi,sha256=HFXzyf1E4cnj3rM0WW1QYig3JyVbLXogsZWrRXHG_Us,3552
|
|
230
|
-
bpy/ops/font/__init__.pyi,sha256=nTI2Me4QkrxwDF6l5xYHAd4x1ndl0DnonUMzwAnsB1I,15624
|
|
231
|
-
bpy/ops/geometry/__init__.pyi,sha256=6XA77z_tOSTs3MwmsEK1WI53E_61kURrxvYnHqYBTAI,7922
|
|
232
|
-
bpy/ops/gizmogroup/__init__.pyi,sha256=fJ82n8AFYtAfDBQIZQ2J6hhM680Uk_71x6KO2lAa3Ck,1323
|
|
233
|
-
bpy/ops/gpencil/__init__.pyi,sha256=kKqt8NtifAenrn2I9DPU0hs4MH-Cgb4ICLLZdhBj6jE,5005
|
|
234
|
-
bpy/ops/graph/__init__.pyi,sha256=YNLtqDBmwwI5-nSoSdUJkBTMMa0_wjsSMYnvTrXzj2c,43175
|
|
235
|
-
bpy/ops/grease_pencil/__init__.pyi,sha256=t3d67AAa2iRCTONvUB8xWBPy0NAYTT9mef9pf3mwi20,69153
|
|
236
|
-
bpy/ops/image/__init__.pyi,sha256=MrhR6AN9YCSQNdo2WeyxEjczERJF7YfCRqNdEReiwAA,50655
|
|
237
|
-
bpy/ops/import_anim/__init__.pyi,sha256=bRBpz8satL8tj-2DVrxVKG6q4HziERb9fwZE9QPERE0,3078
|
|
238
|
-
bpy/ops/import_curve/__init__.pyi,sha256=x6_ydotHUBHRI2ZT5ZIQ7s-70JShBL38melEwMU-00g,831
|
|
239
|
-
bpy/ops/import_scene/__init__.pyi,sha256=CtqLA0H4nV-MLru8StTq22f8BQTtcPHaJcNE7mXALYk,11652
|
|
240
|
-
bpy/ops/info/__init__.pyi,sha256=0074YaJ7Qrug7_TZV1Daa-0JrzPk7quNOd5sH_eVo7c,3239
|
|
241
|
-
bpy/ops/lattice/__init__.pyi,sha256=fKhFXusg_ARBg8Nd-Wqecp2ZtUUQscCwc0SHIrj7R_8,3742
|
|
242
|
-
bpy/ops/marker/__init__.pyi,sha256=UgDyXL31VJ4eP6tKMcJ9Ahyp172DGoQwAsTys_EdF1g,5527
|
|
243
|
-
bpy/ops/mask/__init__.pyi,sha256=WuDzL2HNb13UKrtIv-bze436cJSB9Sj5u1Tjc75DrVs,17709
|
|
244
|
-
bpy/ops/material/__init__.pyi,sha256=7yA8XRBaeLm-2IGqQqXcDGNctp3amhdmBMTPoWHw5G8,774
|
|
245
|
-
bpy/ops/mball/__init__.pyi,sha256=3avjhyGC4WLxkWeTp16xJjaN3dp05ecbIXJnc2EtXVs,4258
|
|
246
|
-
bpy/ops/mesh/__init__.pyi,sha256=jOS4UBLsZrHh24SJH5hJgFl-GDV6HM1PCVSQSjUK8Sw,132537
|
|
247
|
-
bpy/ops/nla/__init__.pyi,sha256=xj5WdhNuTLCf0XbePE1XPiPfS78Ea45lA28gOntmOFI,18812
|
|
248
|
-
bpy/ops/node/__init__.pyi,sha256=vNTAkzgEqnxfQUAFJT7z_gg2GvEvEI-FQYMw0v7yRdw,66613
|
|
249
|
-
bpy/ops/object/__init__.pyi,sha256=Xx2R7ntvpsIAZ4lDFxPENe3mXEsOGCvWrI-S85v5qRI,172971
|
|
250
|
-
bpy/ops/outliner/__init__.pyi,sha256=ynP3AYcSIvRaROgjkuUMwL2F5P085Q_VVOZjhVC4VeY,29325
|
|
251
|
-
bpy/ops/paint/__init__.pyi,sha256=14ik0wFRdTfSOMWb-ZQBc5FLHtq8xFeGiLMqrmtj374,38326
|
|
252
|
-
bpy/ops/paintcurve/__init__.pyi,sha256=CyJ287wx58BG_V8H0yrKF8f01MUkuQLPMhlbSop8Tlw,3143
|
|
253
|
-
bpy/ops/palette/__init__.pyi,sha256=arZADeq1E2pbQE4cC4GdC9G3mrj31cbU2b4X_jiCdMY,2230
|
|
254
|
-
bpy/ops/particle/__init__.pyi,sha256=yWaqgUeRvSlMs-0msSrT3EHoiDrYXsqeEJDQ7zK9yLo,14503
|
|
255
|
-
bpy/ops/pointcloud/__init__.pyi,sha256=ncp0W4VO2eKWg0w0RbiCMX0T6Pp8lHgkuCozdZYV0cw,3980
|
|
256
|
-
bpy/ops/pose/__init__.pyi,sha256=w89jd2FiJ7nmJKtT9emmA5ziy3hTTF-7z8An4-9mscY,28170
|
|
257
|
-
bpy/ops/poselib/__init__.pyi,sha256=PC4rOpWc0Tpwqog9HI9hA5pamvw6SXK2KshksjBhbnc,5578
|
|
258
|
-
bpy/ops/preferences/__init__.pyi,sha256=ExaBIhejgkAc7k2DPX7S8II-gEXFmfZOoQVcw_Iom0E,19795
|
|
259
|
-
bpy/ops/ptcache/__init__.pyi,sha256=alDSJmgA1aKoMo46EDHirj_L-9Xc7RvfCh27DRnRuWc,1834
|
|
260
|
-
bpy/ops/render/__init__.pyi,sha256=CaNY2941_VXzPCw8Ul_1x-DYcnpjt9-vUmscqbIM15Y,7603
|
|
261
|
-
bpy/ops/rigidbody/__init__.pyi,sha256=v64_7HMafJtwLVXcSTnPOLtjSGmKECr3nq80TRtDWhU,6971
|
|
262
|
-
bpy/ops/scene/__init__.pyi,sha256=cjB_Vh87W50CnL37xCQu0x4QzDVh4D8uy2mlNXWvbjw,15611
|
|
263
|
-
bpy/ops/screen/__init__.pyi,sha256=JVe5VWQxsb64V0cJ5DATt1h7wlBwW16qhjlQdzoux3s,20369
|
|
264
|
-
bpy/ops/script/__init__.pyi,sha256=xMWzlcdSykwWgk_ck_Mnv6pbex532LfNek21C_cWAjU,1047
|
|
265
|
-
bpy/ops/sculpt/__init__.pyi,sha256=hG_cuhBwa_WW7u_k9zObI0VoWkCkL8KK1r6kj7V5YKY,51567
|
|
266
|
-
bpy/ops/sculpt_curves/__init__.pyi,sha256=Pp-SNyuO82Y1Ksm2ygzZK14X5Nil2cZUOE798KYG5EE,2919
|
|
267
|
-
bpy/ops/sequencer/__init__.pyi,sha256=US0SoGE6n0EgBTw8sBMR9Ge72IRpyQg0x4hBx8Ln6jk,86767
|
|
268
|
-
bpy/ops/sound/__init__.pyi,sha256=x0KuxcCFRcLVHsSLxqfNcPi0CyqYVMIUGkBvznDroNk,16665
|
|
269
|
-
bpy/ops/spreadsheet/__init__.pyi,sha256=vJX-uQpmdhiHh6dB9yhaqOKkyQKPpRH1Ay2PSwLTEoQ,2175
|
|
270
|
-
bpy/ops/surface/__init__.pyi,sha256=2zsyLcEMeA71sYw44yeIY6l1dRzf77ITk17JWlz2JTk,10390
|
|
271
|
-
bpy/ops/text/__init__.pyi,sha256=_AfER9XCG7bChNZXVjHCtxHFcg_AJpOfZGJew6InRBU,21736
|
|
272
|
-
bpy/ops/text_editor/__init__.pyi,sha256=y7zrfyEfEIXybjnIDKjhMnMcezg66-hWeiG6ixZakJI,670
|
|
273
|
-
bpy/ops/texture/__init__.pyi,sha256=w1weHfSnhrJmGqpPs2KkjZNH4X8GDy-NFKfPXvy_rwQ,1156
|
|
274
|
-
bpy/ops/transform/__init__.pyi,sha256=Xon_BEEVgLXk1u6wbaPg2YSfK4AaN4bPgPS4znfc3Kg,59679
|
|
275
|
-
bpy/ops/ui/__init__.pyi,sha256=s_AC2AYmdkc3vPCCIeDVrS3zojkNuV8CTIRFjl56voo,13174
|
|
276
|
-
bpy/ops/uilist/__init__.pyi,sha256=CSwrFuqez9Ia24-_yFa5gAudByRrRqmaQVKrfExyRYc,1669
|
|
277
|
-
bpy/ops/uv/__init__.pyi,sha256=ZXREZ974adL-WdVnbScO_l3EOSNkgOFEy_v6MMMu9p4,46027
|
|
278
|
-
bpy/ops/view2d/__init__.pyi,sha256=bXpaqKJa4WVVOib1-e_jWpSirho63ignV5z0LPxfLCs,7173
|
|
279
|
-
bpy/ops/view3d/__init__.pyi,sha256=JET9fsqbX7Yqaf1IYsV2tvT4FwhYMklB_rOnEbG2OK8,31946
|
|
280
|
-
bpy/ops/wm/__init__.pyi,sha256=NHThI1FPMgAriNL3Y1h-S9viVTP0x9zDa0fsvmbhC9g,209822
|
|
281
|
-
bpy/ops/workspace/__init__.pyi,sha256=Yfe-bzDigcZkkMulfyDa0wbwqzHBrfp5mn0u_sCN7wo,2418
|
|
282
|
-
bpy/ops/world/__init__.pyi,sha256=VTCqEUTLL6yJroZCNcMYQgEKVmjwkIwIy70vB78rdOM,673
|
|
283
|
-
bpy/path/__init__.pyi,sha256=Phd8a6fB3496L7_LUhdwPNwkh3qy_4O-MS5br9RMfO0,5536
|
|
284
|
-
bpy/props/__init__.pyi,sha256=d7F7M1mGB4fsDBgn3fzNBoOLuVSfcyvxDdiNUygjIpo,35774
|
|
285
|
-
bpy/stub_internal/__init__.pyi,sha256=h3K2LGZ8lcLY-Oo9ym-HEopjGScc4iTfpT1MU_6smTI,126
|
|
286
|
-
bpy/stub_internal/rna_enums/__init__.pyi,sha256=FPVnHQojCPAq7Q_hh7T6gVOA_zAyg4j-EI2r89gLn1I,142366
|
|
287
|
-
bpy/types/__init__.pyi,sha256=VlaVsRlEeo4spf687TUv42B60nBb4AiWnUi9TZtnl2g,5908111
|
|
288
|
-
bpy/utils/__init__.pyi,sha256=GGYp2g381aOdE7tWXvRGVbmhijbfgt4wGAtJGgbvyJg,15526
|
|
289
|
-
bpy/utils/previews/__init__.pyi,sha256=iSZemSCPu1S2BjAQO83Z-FqEo1nGHRCEIEduXB6hQhc,2357
|
|
290
|
-
bpy/utils/units/__init__.pyi,sha256=cpE9IZPkYPBexru7R9HQ_c0931d7R7Dvib2Uf7V0JJs,2645
|
|
291
|
-
bpy_extras/__init__.pyi,sha256=Vish0mn6IfEYsdv9gWh6VDSpzvOwYavpgAC_PleMtFE,995
|
|
292
|
-
bpy_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
293
|
-
bpy_extras/anim_utils/__init__.pyi,sha256=ASWbIawcJyVr8tpzMhDDn-TFsceHSZ0-a3HqfI1Capg,4576
|
|
294
|
-
bpy_extras/asset_utils/__init__.pyi,sha256=aM9iiUUy5PcxHY5lz-UxfvLzAc9bH5Y-z3kRRB9IzvY,221
|
|
295
|
-
bpy_extras/bmesh_utils/__init__.pyi,sha256=KrJhW9Esut9jZKqcogqgPnrC9LbJOOe3szRluEd5j-E,513
|
|
296
|
-
bpy_extras/id_map_utils/__init__.pyi,sha256=IXrJ93ipXCEEwjJ09T_NNbc0S2RZRvckkjqTNeYk9dY,503
|
|
297
|
-
bpy_extras/image_utils/__init__.pyi,sha256=ipjyDTKT1rNz_tp4nJ38mALa1_ZnDEURWHw1mWi5lLg,2142
|
|
298
|
-
bpy_extras/io_utils/__init__.pyi,sha256=snQWnl6HRl9KsgNQz-bZbjjX08_QKw95Z_6_Ax1v9OU,5534
|
|
299
|
-
bpy_extras/keyconfig_utils/__init__.pyi,sha256=30atSCQ_wUkCLsOQJNkK4Ehw7tI4nm4O8bdmJHScI0g,410
|
|
300
|
-
bpy_extras/mesh_utils/__init__.pyi,sha256=QgIaoOkOsjdJblEhN7CNcjchpge89dcFpHGLVLv0KQE,3019
|
|
301
|
-
bpy_extras/node_shader_utils/__init__.pyi,sha256=dME51tPlshdP9Smk7Be18UY4hCEk8mCeOWf_AP5eThY,6131
|
|
302
|
-
bpy_extras/node_utils/__init__.pyi,sha256=rH-hi_Hyz0akCIKMWYIqIgg17diDFt6ky38sz4zs0os,681
|
|
303
|
-
bpy_extras/object_utils/__init__.pyi,sha256=RzhapY8FgW7LszWth3YRkwLSjDqhKiKNBVuu4bgiVM4,3379
|
|
304
|
-
bpy_extras/view3d_utils/__init__.pyi,sha256=hG5V2VDwvCx7VuX_QPV9ctQUct0Fg1J0NtDQto0luuo,3797
|
|
305
|
-
bpy_extras/wm_utils/__init__.pyi,sha256=HgDFmquHfKkuFHD9VorJPXg3LJg3gq0qbqo3AQmJYjQ,138
|
|
306
|
-
bpy_extras/wm_utils/progress_report/__init__.pyi,sha256=Ubr7mdbBqUI9mdhFfklrK_3QC46XVc0Rz9KexY6SSqU,1813
|
|
307
|
-
bpy_restrict_state/__init__.pyi,sha256=siYPmeQNkx9dnHp17jwb6z5kMoaGBW131pbYgcyHLuE,266
|
|
308
|
-
bpy_restrict_state/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
|
-
console_python/__init__.pyi,sha256=qdXqTSY2X-k-4cMP_Mrd3lgKv558vdSSUFgHwhGK2vg,710
|
|
310
|
-
console_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
311
|
-
console_shell/__init__.pyi,sha256=dZispC7KpOA8vSUR48VVlPLgSoBhJirF0w5dQoq6IQ8,296
|
|
312
|
-
console_shell/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
313
|
-
freestyle/__init__.pyi,sha256=xm25QRr6S_qFw8efB2hN8jaIS8FM_jFB4nWasggLxz0,743
|
|
314
|
-
freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
315
|
-
freestyle/chainingiterators/__init__.pyi,sha256=udM1jbyqfOY1CRz6Px0fXV6EEo08kOYsmheQcXJe5ak,10892
|
|
316
|
-
freestyle/functions/__init__.pyi,sha256=dGcOMrCayIE_OXrHIm36aQUAsCyNwvX63DjLjJw6Xm4,49311
|
|
317
|
-
freestyle/predicates/__init__.pyi,sha256=3Y8x157YP6udskhuFb_UZYvGyZjjEhGIJWQoj0BMLsw,13550
|
|
318
|
-
freestyle/shaders/__init__.pyi,sha256=SUbnzfs9aX629SUz1vacJUkTQS2F8-E4TS1SetN0yFs,24630
|
|
319
|
-
freestyle/types/__init__.pyi,sha256=kKYLqZdjpwVRBGzW02O_LUX_RkL8b0M1Op-49xfMbGk,101293
|
|
320
|
-
freestyle/utils/__init__.pyi,sha256=vrxmLboZoETh1_GfhS4xYZ7vzW6Oh3vElX7y16Ftw0c,5328
|
|
321
|
-
freestyle/utils/ContextFunctions/__init__.pyi,sha256=IKNZD__52vYS5eT32F_WZwW1dco_6G2kZC_1IVCAwLs,3486
|
|
322
|
-
gpu/__init__.pyi,sha256=TLoatdrTMM6vfjnbuQA6cW38ARW5nuLa4Y-eicnJU5Q,8900
|
|
323
|
-
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
324
|
-
gpu/capabilities/__init__.pyi,sha256=2a4oXV5xWpWlcaVqBNBGGfzVXKXXt4PwgRo33vj0iZY,3783
|
|
325
|
-
gpu/matrix/__init__.pyi,sha256=AZB7M_bz632BlWL0qPdQ-0IpNySQ9uZ6GkEoCw3G0DM,2887
|
|
326
|
-
gpu/platform/__init__.pyi,sha256=0btJfrjsgCzwxEftIc0M38iYXVJtwYM5fzqsUa1kTwQ,806
|
|
327
|
-
gpu/select/__init__.pyi,sha256=u7L8-mg3F6PD60rvGcJ1CUehZTDaPSGtmXzs1LNKK7g,242
|
|
328
|
-
gpu/shader/__init__.pyi,sha256=vTyHoiXVvNiPyXwCNy1EEN4TGlzqFjQKfD3ySHBaM7A,2443
|
|
329
|
-
gpu/state/__init__.pyi,sha256=XC4KxVmSTDPNQP57tfsP5gqDwuhlwjLiVGTedL_KN7U,4487
|
|
330
|
-
gpu/texture/__init__.pyi,sha256=TzwOXJ7KCVQrBiujMTZ0AWx_IF4yNe2vWmhkkvnHuKg,674
|
|
331
|
-
gpu/types/__init__.pyi,sha256=XJvDX4l4Pekl_gG5OzGECBR1yyZam8d_4xFjZFIJwLs,29302
|
|
332
|
-
gpu_extras/__init__.pyi,sha256=XscwC-5DTPC0yc2HB_XMgvX61rT5Qs5RaImqNwR6c40,240
|
|
333
|
-
gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
334
|
-
gpu_extras/batch/__init__.pyi,sha256=inV4OR_YJrG76oiq-8PZW2dDyx8pzf4jp818hX9alqw,1298
|
|
335
|
-
gpu_extras/presets/__init__.pyi,sha256=vtAOpu94K9wQBL8TwYIFyT_3rW185Kz91OWGUyC9_0w,1690
|
|
336
|
-
graphviz_export/__init__.pyi,sha256=l4HCIpbabD8OmgoJdVcmAw2HdInP-wAZtTETECLLYWA,258
|
|
337
|
-
graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
338
|
-
idprop/__init__.pyi,sha256=3M6jnE-1j1mPIJJi7c49kdEpbRgus6la85Zh_UIyXYI,118
|
|
339
|
-
idprop/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
340
|
-
idprop/types/__init__.pyi,sha256=wlKSeZdju8wZWKj_M_G2cWZefTUJSQH6B1PbhfdLic8,1976
|
|
341
|
-
imbuf/__init__.pyi,sha256=drCet8jjmrC2RzV4ji-8JUJjOe-fTEkmHMSA7NPmSUg,1394
|
|
342
|
-
imbuf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
343
|
-
imbuf/types/__init__.pyi,sha256=eCxRN9KZ7OXrr_cUfs4sd-bFV5zjvrHE-khvANj0x4g,1509
|
|
344
|
-
keyingsets_builtins/__init__.pyi,sha256=-KaBlb5p7yAL_oDkOW11aPmIszRJwMxS7qsZ5V5dcsI,16044
|
|
345
|
-
keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
346
|
-
keyingsets_utils/__init__.pyi,sha256=LYwQPxGFL9s9daviMo2DyVIUmjyNRFT1S9cvMGBZ6to,1031
|
|
347
|
-
keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
348
|
-
mathutils/__init__.pyi,sha256=g9Jvfm5tIQqO9gdHh_r6YwHbp87CXRHsGikViFqV9Vs,90356
|
|
349
|
-
mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
350
|
-
mathutils/bvhtree/__init__.pyi,sha256=rjuZMGm2Jxi0bnaU60v18BuJyO2JWdfRdr5Mp0bYUuk,5138
|
|
351
|
-
mathutils/geometry/__init__.pyi,sha256=N3LtfyhHPnBim_PgIa5likQdcVxOMDvUC-eTqv70ruY,23817
|
|
352
|
-
mathutils/interpolate/__init__.pyi,sha256=ndZoeTg3JKLj5Uskd-TU2BmCEAe8k_-MY-jGzzNj0O4,575
|
|
353
|
-
mathutils/kdtree/__init__.pyi,sha256=99pXd0pG1J4JBPexQBa87d-DAg-3KZ1lmDL3ZLiVA-Q,2309
|
|
354
|
-
mathutils/noise/__init__.pyi,sha256=Zg1rSqWCinxZ9dzzKreAatID67q05SeBQJr1hOy6Gdk,10879
|
|
355
|
-
nodeitems_builtins/__init__.pyi,sha256=uar8Cz4xOo-RL2Gc8RkyTLsCdUM3ooFSE2-A7jbS9L4,534
|
|
356
|
-
nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
357
|
-
nodeitems_utils/__init__.pyi,sha256=hPWyeUwD2hAEB1QMP_WccdR4H5DlAmT_hnY3vxwujpM,846
|
|
358
|
-
nodeitems_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
359
|
-
rna_info/__init__.pyi,sha256=NkeuEfyBNqNJMuQw9P7z2x1ltORVrYgwCZd9TgQt8O8,3567
|
|
360
|
-
rna_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
361
|
-
rna_keymap_ui/__init__.pyi,sha256=HjNXbu5w-94HLbvVQlEWXV3JVrgWpNz9jiJ3mzGMCNg,488
|
|
362
|
-
rna_keymap_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
363
|
-
rna_prop_ui/__init__.pyi,sha256=Gn7kc9WhI3qPObIz8QiFbjeVIP7GCeF6liywBzIEcnE,1402
|
|
364
|
-
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
365
|
-
rna_xml/__init__.pyi,sha256=E0_ajcifhpiiQJVaNKnAa2ju-w5Tg9-lk7IqhsPjrw4,652
|
|
366
|
-
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
367
|
-
fake_bpy_module-20250828.dist-info/METADATA,sha256=7ZVE_s6er69znRyDuxwOoFtwEKkn9-B6fjaLxdH-MAs,7429
|
|
368
|
-
fake_bpy_module-20250828.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
369
|
-
fake_bpy_module-20250828.dist-info/top_level.txt,sha256=E_sehFLnpWSq252JjlyGL1A-1xsWTYcqyOIlHfuOh28,515
|
|
370
|
-
fake_bpy_module-20250828.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|