fake-bpy-module 20240706__py3-none-any.whl → 20240708__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.
- bl_operators/assets/__init__.pyi +8 -8
- bl_operators/image_as_planes/__init__.pyi +43 -43
- bl_operators/node/__init__.pyi +234 -234
- bl_operators/object_quick_effects/__init__.pyi +21 -21
- bl_operators/presets/__init__.pyi +388 -388
- bl_ui/properties_collection/__init__.pyi +12 -12
- bl_ui/properties_constraint/__init__.pyi +954 -954
- bl_ui/properties_data_armature/__init__.pyi +85 -85
- bl_ui/properties_data_bone/__init__.pyi +12 -12
- bl_ui/properties_data_curve/__init__.pyi +92 -92
- bl_ui/properties_data_curves/__init__.pyi +12 -12
- bl_ui/properties_data_empty/__init__.pyi +12 -12
- bl_ui/properties_data_gpencil/__init__.pyi +265 -265
- bl_ui/properties_data_grease_pencil/__init__.pyi +312 -312
- bl_ui/properties_data_lattice/__init__.pyi +12 -12
- bl_ui/properties_data_light/__init__.pyi +12 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +12 -12
- bl_ui/properties_data_mesh/__init__.pyi +527 -527
- bl_ui/properties_data_metaball/__init__.pyi +12 -12
- bl_ui/properties_data_modifier/__init__.pyi +19 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +140 -140
- bl_ui/properties_data_shaderfx/__init__.pyi +5 -5
- bl_ui/properties_data_speaker/__init__.pyi +12 -12
- bl_ui/properties_data_volume/__init__.pyi +65 -65
- bl_ui/properties_freestyle/__init__.pyi +248 -248
- bl_ui/properties_material/__init__.pyi +145 -145
- bl_ui/properties_material_gpencil/__init__.pyi +86 -86
- bl_ui/properties_object/__init__.pyi +75 -75
- bl_ui/properties_output/__init__.pyi +201 -201
- bl_ui/properties_particle/__init__.pyi +220 -220
- bl_ui/properties_physics_cloth/__init__.pyi +12 -12
- bl_ui/properties_physics_common/__init__.pyi +12 -12
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +187 -187
- bl_ui/properties_physics_field/__init__.pyi +19 -19
- bl_ui/properties_physics_fluid/__init__.pyi +61 -61
- bl_ui/properties_physics_rigidbody/__init__.pyi +5 -5
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +5 -5
- bl_ui/properties_physics_softbody/__init__.pyi +12 -12
- bl_ui/properties_render/__init__.pyi +217 -217
- bl_ui/properties_scene/__init__.pyi +143 -143
- bl_ui/properties_texture/__init__.pyi +156 -156
- bl_ui/properties_view_layer/__init__.pyi +78 -78
- bl_ui/properties_workspace/__init__.pyi +64 -64
- bl_ui/properties_world/__init__.pyi +12 -12
- bl_ui/space_clip/__init__.pyi +366 -366
- bl_ui/space_dopesheet/__init__.pyi +176 -176
- bl_ui/space_filebrowser/__init__.pyi +735 -735
- bl_ui/space_image/__init__.pyi +646 -646
- bl_ui/space_sequencer/__init__.pyi +841 -389
- bl_ui/space_time/__init__.pyi +11 -11
- bl_ui/space_userpref/__init__.pyi +684 -684
- bl_ui/space_view3d/__init__.pyi +1152 -1152
- bl_ui/space_view3d_toolbar/__init__.pyi +2831 -2831
- bmesh/types/__init__.pyi +48 -0
- bpy/types/__init__.pyi +70624 -70606
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/METADATA +4 -4
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/RECORD +63 -63
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +87 -87
- mathutils/__init__.pyi +156 -50
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/top_level.txt +0 -0
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fake-bpy-module
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20240708
|
|
4
4
|
Summary: Collection of the fake Blender Python API module for the code completion.
|
|
5
5
|
Author: nutti
|
|
6
6
|
Author-email: nutti.metro@gmail.com
|
|
7
7
|
Maintainer: nutti
|
|
8
8
|
Maintainer-email: nutti.metro@gmail.com
|
|
9
9
|
Project-URL: Homepage, https://github.com/nutti/fake-bpy-module
|
|
10
|
-
Project-URL: Documentation, https://github.com/nutti/fake-bpy-module/blob/
|
|
10
|
+
Project-URL: Documentation, https://github.com/nutti/fake-bpy-module/blob/main/README.md
|
|
11
11
|
Project-URL: Source, https://github.com/nutti/fake-bpy-module
|
|
12
12
|
Project-URL: Download, https://github.com/nutti/fake-bpy-module/releases
|
|
13
13
|
Project-URL: Bug Tracker, https://github.com/nutti/fake-bpy-module/issues
|
|
14
|
-
Project-URL: Release Notes, https://github.com/nutti/fake-bpy-module/blob/
|
|
14
|
+
Project-URL: Release Notes, https://github.com/nutti/fake-bpy-module/blob/main/CHANGELOG.md
|
|
15
15
|
Platform: Windows
|
|
16
16
|
Platform: Linux
|
|
17
17
|
Platform: Mac OS-X
|
|
@@ -58,7 +58,7 @@ You can install it as a pip package.
|
|
|
58
58
|
|
|
59
59
|
#### Install a latest package
|
|
60
60
|
|
|
61
|
-
If you install fake-bpy-module for Blender latest build (
|
|
61
|
+
If you install fake-bpy-module for Blender latest build (main branch daily
|
|
62
62
|
build powered by [nutti/blender-daily-build](https://github.com/nutti/blender-daily-build)),
|
|
63
63
|
run below command.
|
|
64
64
|
|
|
@@ -46,7 +46,7 @@ bl_operators/__init__.pyi,sha256=Rj_QmVQCU3Spcrmz5Dv27EJDOleyldj1UhpA4ttaaRM,103
|
|
|
46
46
|
bl_operators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
47
47
|
bl_operators/add_mesh_torus/__init__.pyi,sha256=cjU-R04nXZx9Jw7VnlmMx5A88nthX5LbNls83Q2zqNY,6270
|
|
48
48
|
bl_operators/anim/__init__.pyi,sha256=2EqW_LowfTaECDhYRzgJoEP5pedKIr8LUx8RjeLijcA,45008
|
|
49
|
-
bl_operators/assets/__init__.pyi,sha256=
|
|
49
|
+
bl_operators/assets/__init__.pyi,sha256=2KUs7tqlsoN7aYw5tPFZpONMlUFewqaGbltRrtqNKW0,17247
|
|
50
50
|
bl_operators/bmesh/__init__.pyi,sha256=TTxFuupluK4SWciHIX8oHEZBpHZLDphBnlaM10xzn3k,183
|
|
51
51
|
bl_operators/bmesh/find_adjacent/__init__.pyi,sha256=GaTKWwdsYqXkDSr6GNrTgK7yFj8xia_vLcfhtRWLWbI,701
|
|
52
52
|
bl_operators/clip/__init__.pyi,sha256=kuwCKiOXpN7a3JBjdBjUPRCdNkRbbI18O1kFSDlTOC8,55992
|
|
@@ -57,16 +57,16 @@ bl_operators/file/__init__.pyi,sha256=xRjAn9PwPG5gHwcXGRMEfT0sGSC_RfIa-EdxPMNNRy
|
|
|
57
57
|
bl_operators/freestyle/__init__.pyi,sha256=cBIW-7W-vRV_H3IpLbDZikRmQXyoPQmKxrZKwqMzLpc,22649
|
|
58
58
|
bl_operators/geometry_nodes/__init__.pyi,sha256=2y19sIwbtDPZOQj6bejcDU9kB_8OJkSp4hPVPBWhbg8,23283
|
|
59
59
|
bl_operators/image/__init__.pyi,sha256=iuQOT28oNzKCr2ExlnYUDvT5IFSP1r0f-xpy_9H2aRo,27060
|
|
60
|
-
bl_operators/image_as_planes/__init__.pyi,sha256
|
|
60
|
+
bl_operators/image_as_planes/__init__.pyi,sha256=O78bYrMKyayrWDmV90p6jCOddYoslsGjsgF0P2BmdfM,17004
|
|
61
61
|
bl_operators/mesh/__init__.pyi,sha256=AIc6fYttzDTDwXNyRSMPYUCfYhnWuRiZf4nXav9BECI,16851
|
|
62
|
-
bl_operators/node/__init__.pyi,sha256=
|
|
62
|
+
bl_operators/node/__init__.pyi,sha256=bCZSiLvotx4JmnByf_2uhWXj2YNXDng9d3arJB27EoQ,57654
|
|
63
63
|
bl_operators/node_editor/__init__.pyi,sha256=kXQkNPH28RH3Xa1RFktdI2LaPFKO7PWUeKvyFa9yQw0,184
|
|
64
64
|
bl_operators/node_editor/node_functions/__init__.pyi,sha256=mHfv319oAqtIzbL7mJ0b11X47nADPTU5yeK7lkaC1O8,616
|
|
65
65
|
bl_operators/object/__init__.pyi,sha256=zslOToiye2p295qfp0B88dCTSpB9jVkqZH_mxfQ82MU,83359
|
|
66
66
|
bl_operators/object_align/__init__.pyi,sha256=0HTcel6C5LbK5EivxkyU8EyWmSHJubFjUuqWMm6Y5ns,5867
|
|
67
|
-
bl_operators/object_quick_effects/__init__.pyi,sha256=
|
|
67
|
+
bl_operators/object_quick_effects/__init__.pyi,sha256=wM8C9ydOSHCJVeVDOvHWHLKK8cqTMNlBw8tAG4FEr_M,22540
|
|
68
68
|
bl_operators/object_randomize_transform/__init__.pyi,sha256=826KzokPgHAHaENrDUGPaOXFK8WGUU47x6KmIJdrg3w,5787
|
|
69
|
-
bl_operators/presets/__init__.pyi,sha256=
|
|
69
|
+
bl_operators/presets/__init__.pyi,sha256=pAVbcBvbYYH2aC82b3HeLOTAch-D6Eo7IR26APt34H8,150058
|
|
70
70
|
bl_operators/rigidbody/__init__.pyi,sha256=UGHg7bDOKiYZYtnfWlcUyLdK2xPBjSWBpT7Dy00GbQE,16881
|
|
71
71
|
bl_operators/screen_play_rendered_anim/__init__.pyi,sha256=NGoHmSDwhHDriq5-CvVqIsmCr6acVOMC9aSyToKrUKY,5641
|
|
72
72
|
bl_operators/sequencer/__init__.pyi,sha256=YJRs1BijcgmZLeoHNJvmMNeC3L5njki_JBfnYlNDxOY,45284
|
|
@@ -99,72 +99,72 @@ bl_ui/node_add_menu_geometry/__init__.pyi,sha256=M_pys_BSTZes1RPRo-YuDbUbNoPna96
|
|
|
99
99
|
bl_ui/node_add_menu_shader/__init__.pyi,sha256=9dx7O4imtanVpzvVOi3vJt0octYQX_MFlcCpaTw2sm8,75776
|
|
100
100
|
bl_ui/node_add_menu_texture/__init__.pyi,sha256=nuPKeaSfOJATY7xRAFBQbFAHtKjQCKjS8azxrHiq_6Q,67906
|
|
101
101
|
bl_ui/properties_animviz/__init__.pyi,sha256=ymd94X1m7kZxwMkkh20db94wpgADEAMSUjVS4m6b2QA,779
|
|
102
|
-
bl_ui/properties_collection/__init__.pyi,sha256=
|
|
103
|
-
bl_ui/properties_constraint/__init__.pyi,sha256=
|
|
104
|
-
bl_ui/properties_data_armature/__init__.pyi,sha256=
|
|
105
|
-
bl_ui/properties_data_bone/__init__.pyi,sha256=
|
|
102
|
+
bl_ui/properties_collection/__init__.pyi,sha256=mbeTx270boJ1JEKwNPPR5rlssxlJZBSsnBRM01sZCa0,37059
|
|
103
|
+
bl_ui/properties_constraint/__init__.pyi,sha256=X90F2PEWfR6MUWr607J_b13md1Ej2KHT7jHFY6iGmok,705455
|
|
104
|
+
bl_ui/properties_data_armature/__init__.pyi,sha256=AyTO9OoQ81kC0sukf3Erb7mbJu_vkjC1o_q228VlL28,74215
|
|
105
|
+
bl_ui/properties_data_bone/__init__.pyi,sha256=0bt060aUZ3CBLFCF46POj2ehyzNNjrOF7MP7ymlSBFk,58850
|
|
106
106
|
bl_ui/properties_data_camera/__init__.pyi,sha256=jFaZQCmDwZposUMERPn6PpSGpcERQU4bBTJdS3155tw,85977
|
|
107
|
-
bl_ui/properties_data_curve/__init__.pyi,sha256=
|
|
108
|
-
bl_ui/properties_data_curves/__init__.pyi,sha256=
|
|
109
|
-
bl_ui/properties_data_empty/__init__.pyi,sha256=
|
|
110
|
-
bl_ui/properties_data_gpencil/__init__.pyi,sha256=
|
|
111
|
-
bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=
|
|
112
|
-
bl_ui/properties_data_lattice/__init__.pyi,sha256=
|
|
113
|
-
bl_ui/properties_data_light/__init__.pyi,sha256=
|
|
114
|
-
bl_ui/properties_data_lightprobe/__init__.pyi,sha256=
|
|
115
|
-
bl_ui/properties_data_mesh/__init__.pyi,sha256=
|
|
116
|
-
bl_ui/properties_data_metaball/__init__.pyi,sha256=
|
|
117
|
-
bl_ui/properties_data_modifier/__init__.pyi,sha256=
|
|
118
|
-
bl_ui/properties_data_pointcloud/__init__.pyi,sha256=
|
|
119
|
-
bl_ui/properties_data_shaderfx/__init__.pyi,sha256=
|
|
120
|
-
bl_ui/properties_data_speaker/__init__.pyi,sha256=
|
|
121
|
-
bl_ui/properties_data_volume/__init__.pyi,sha256=
|
|
122
|
-
bl_ui/properties_freestyle/__init__.pyi,sha256=
|
|
107
|
+
bl_ui/properties_data_curve/__init__.pyi,sha256=LEjqYbEwdVQpaupCgKniibzCB8KmC16qu071C2Z_Z54,88745
|
|
108
|
+
bl_ui/properties_data_curves/__init__.pyi,sha256=bHPOx9eHOQt1NPEGUF9QBnFokiGCsPWOctjLG0Dkqis,37522
|
|
109
|
+
bl_ui/properties_data_empty/__init__.pyi,sha256=M-0GupRs4Ri1hffQvoHda2hTVqguiIFIvKXX2xbx7kA,11924
|
|
110
|
+
bl_ui/properties_data_gpencil/__init__.pyi,sha256=VZC6dbofR57dE82UEQFY1AaouhPw7ROhGAHCtek1hJA,109653
|
|
111
|
+
bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=m2jcdOdHz4jRapEkf0s0SAj_doBSl65mRtvv2R5uDas,87956
|
|
112
|
+
bl_ui/properties_data_lattice/__init__.pyi,sha256=gK3VmA6yIh3ekVHv4IA-P7HZp0UyM3R_na__0mBB73Q,17924
|
|
113
|
+
bl_ui/properties_data_light/__init__.pyi,sha256=KawcPbyyzb-0vB4IuY9zVJgTik5_GCOHLhAfJia6Ayg,70774
|
|
114
|
+
bl_ui/properties_data_lightprobe/__init__.pyi,sha256=Ur-igOVc4YlZLJSgaca9A7aMni2pf7FdJSfTksW9Q0A,76059
|
|
115
|
+
bl_ui/properties_data_mesh/__init__.pyi,sha256=X7bpb0HAp6BJusmD7eJcldcEXdhGLRGG0wIDUo0jujg,124640
|
|
116
|
+
bl_ui/properties_data_metaball/__init__.pyi,sha256=CBfP_pdrzEZBtwHyrecDjAgjjtmbFQ302D9MNfROK5E,29496
|
|
117
|
+
bl_ui/properties_data_modifier/__init__.pyi,sha256=m18Tz6ACzosI3FndLuRnONRWnVVN9g-URlFilDXLhTQ,72240
|
|
118
|
+
bl_ui/properties_data_pointcloud/__init__.pyi,sha256=jKGplfFoXDP5mlFsAQHIpflID0EDBGcYefgahblYB1Y,31767
|
|
119
|
+
bl_ui/properties_data_shaderfx/__init__.pyi,sha256=GEDjE2nHlAYJcwwhxypSiKVWp57ar3Gkn2JGLPm7mFc,5995
|
|
120
|
+
bl_ui/properties_data_speaker/__init__.pyi,sha256=NNblkjUkIvAikYypdYjC1L-R0i_-FHKyqdkiBoIhdrU,29590
|
|
121
|
+
bl_ui/properties_data_volume/__init__.pyi,sha256=KnZwSBl5JGrzTu6UzARCgj1zr-rdhxjQnuzKD-qTXWU,47120
|
|
122
|
+
bl_ui/properties_freestyle/__init__.pyi,sha256=_q0jVCcdoq_E3LZeqwuRSRIgXE0mkJpVIzYE2nmYy8o,148317
|
|
123
123
|
bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=40jVlXst3-vwCoOLIzsnS4-cHcs6AvUOHVxEZvptXeg,116079
|
|
124
124
|
bl_ui/properties_mask_common/__init__.pyi,sha256=D2x3cDH34z1SyX2-3eS2KkcWEY6F-oahUXxBf2XLAIo,52717
|
|
125
|
-
bl_ui/properties_material/__init__.pyi,sha256=
|
|
126
|
-
bl_ui/properties_material_gpencil/__init__.pyi,sha256=
|
|
127
|
-
bl_ui/properties_object/__init__.pyi,sha256=
|
|
128
|
-
bl_ui/properties_output/__init__.pyi,sha256=
|
|
125
|
+
bl_ui/properties_material/__init__.pyi,sha256=hJgTUsqSkcKCKttTjgHbg5rCyUYSD2Nvpt8aboUE77M,95517
|
|
126
|
+
bl_ui/properties_material_gpencil/__init__.pyi,sha256=AgJD03e393yZfNRkg0Xya6GVVZKJLVhmZrQ6WE3DKOk,62389
|
|
127
|
+
bl_ui/properties_object/__init__.pyi,sha256=rzwwUGv2VtrDyo7p9s7bXOohZCelZMyuDcmiFJZ_beo,83320
|
|
128
|
+
bl_ui/properties_output/__init__.pyi,sha256=IxzO7Z5wBkYjT7NbPv6TTV0OA_LPUPKq7VrFK6CUGOk,111053
|
|
129
129
|
bl_ui/properties_paint_common/__init__.pyi,sha256=0KLwkThzTNbhgoQfeeatUD54rRvY7jzoZIw9XRPST9c,28045
|
|
130
|
-
bl_ui/properties_particle/__init__.pyi,sha256
|
|
131
|
-
bl_ui/properties_physics_cloth/__init__.pyi,sha256=
|
|
132
|
-
bl_ui/properties_physics_common/__init__.pyi,sha256=
|
|
133
|
-
bl_ui/properties_physics_dynamicpaint/__init__.pyi,sha256=
|
|
134
|
-
bl_ui/properties_physics_field/__init__.pyi,sha256=
|
|
135
|
-
bl_ui/properties_physics_fluid/__init__.pyi,sha256=
|
|
130
|
+
bl_ui/properties_particle/__init__.pyi,sha256=xbK7HHsxj2Es-DPUnTt9Xro9_ud9CJJGo_jUrmt-yg4,308340
|
|
131
|
+
bl_ui/properties_physics_cloth/__init__.pyi,sha256=3JVxjy6mB3HoV-K8FU8UYRkB4OekbExVhIZI-ImF8Y8,84103
|
|
132
|
+
bl_ui/properties_physics_common/__init__.pyi,sha256=xTXeDz03CZN3V9_7Vh8PsT0vpYY2keShGGE1nwjQLfA,6533
|
|
133
|
+
bl_ui/properties_physics_dynamicpaint/__init__.pyi,sha256=SVZ1VZucZpuvQacx_xPhJvDB4VXr7KxT3Qt3b5Qf-1g,143492
|
|
134
|
+
bl_ui/properties_physics_field/__init__.pyi,sha256=DSyqsfY0c-CvnbLWVWm7Dc0bI2tVLLp31rFXmig-ygw,60728
|
|
135
|
+
bl_ui/properties_physics_fluid/__init__.pyi,sha256=p78f0YxVE8JX0lKGc7HcrRUKQRuU1bY-Gb_4XQGlZRo,190121
|
|
136
136
|
bl_ui/properties_physics_geometry_nodes/__init__.pyi,sha256=vWE8MyJsykXQULz0UwmDPILDXY52utH3AcZ54oJpTyM,6062
|
|
137
|
-
bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=
|
|
138
|
-
bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=
|
|
139
|
-
bl_ui/properties_physics_softbody/__init__.pyi,sha256=
|
|
140
|
-
bl_ui/properties_render/__init__.pyi,sha256=
|
|
141
|
-
bl_ui/properties_scene/__init__.pyi,sha256=
|
|
142
|
-
bl_ui/properties_texture/__init__.pyi,sha256=
|
|
143
|
-
bl_ui/properties_view_layer/__init__.pyi,sha256=
|
|
144
|
-
bl_ui/properties_workspace/__init__.pyi,sha256=
|
|
145
|
-
bl_ui/properties_world/__init__.pyi,sha256=
|
|
146
|
-
bl_ui/space_clip/__init__.pyi,sha256=
|
|
137
|
+
bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=cBmbVK49LMaKr5NtM7c_hQQKc3uaLyu6tkD3s755soA,47273
|
|
138
|
+
bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=MF-0LIzZ-kIm2tBTWMqLbQjYjjeKDNYuj35ZWJKGwuU,76774
|
|
139
|
+
bl_ui/properties_physics_softbody/__init__.pyi,sha256=Rh9Jyc9RC3lXwOmz-GvYEo2c3_RmduFIHNqbinGB2jY,88499
|
|
140
|
+
bl_ui/properties_render/__init__.pyi,sha256=FDc0HWpADaMama8gBg5YZTMmucfLWUKwWtXlehM8R_E,326096
|
|
141
|
+
bl_ui/properties_scene/__init__.pyi,sha256=TgzSU76NxXYnyMIHtS76-b4-K10KwJDcdtzLi44Pv9Q,88109
|
|
142
|
+
bl_ui/properties_texture/__init__.pyi,sha256=RTpSUpmE92eHLih64hey-m0pkAfVZKgH7YDXsnhrCF4,154731
|
|
143
|
+
bl_ui/properties_view_layer/__init__.pyi,sha256=EFVWfaxPh9t7tr8qx8R0xRQeQdlndowhOu6kyChbcRw,106869
|
|
144
|
+
bl_ui/properties_workspace/__init__.pyi,sha256=pbRxipmRc0RX60BJjKCkAcr-Vk7kVjFSYio-ulQkZSc,23868
|
|
145
|
+
bl_ui/properties_world/__init__.pyi,sha256=hUbmFDBymbmFoYyK1ENMNRUi2mYMj2CKhygxA0oqE7Q,58832
|
|
146
|
+
bl_ui/space_clip/__init__.pyi,sha256=YvwNNBkleQhfktWKRWlQk53f_MREI4wAVnseYNdqOa4,464338
|
|
147
147
|
bl_ui/space_console/__init__.pyi,sha256=M_pdF-Llbu_Y4gMwsRX1l11S0SD48hhKYzHGHkBUEaU,43225
|
|
148
|
-
bl_ui/space_dopesheet/__init__.pyi,sha256=
|
|
149
|
-
bl_ui/space_filebrowser/__init__.pyi,sha256=
|
|
148
|
+
bl_ui/space_dopesheet/__init__.pyi,sha256=RsuElMfIIOA6c7N-fXukzGTiDmSE5uU4648InwRv55c,200484
|
|
149
|
+
bl_ui/space_filebrowser/__init__.pyi,sha256=tfjI4uETmYK-BJfoQ0Qm7C7fEBVyaHiNvv96aXkzOzU,192345
|
|
150
150
|
bl_ui/space_graph/__init__.pyi,sha256=QiNgLJ5odadTmRYP8axtTkx8xfo6tFVnVCCdY5UmWuc,142881
|
|
151
|
-
bl_ui/space_image/__init__.pyi,sha256=
|
|
151
|
+
bl_ui/space_image/__init__.pyi,sha256=AoP02HKo6-xhsiMOlnj-fnr68OfZBrH5l2JjjwAdWJ4,451860
|
|
152
152
|
bl_ui/space_info/__init__.pyi,sha256=w1bmILGIJiMFVaUrNHsJB3ENJqcmV9l4V142lmGit7M,43195
|
|
153
153
|
bl_ui/space_nla/__init__.pyi,sha256=ZfV24xEyTo9PAVkzAQMcBPdtj4CPk9zQ1ssk4t17WjY,120819
|
|
154
154
|
bl_ui/space_node/__init__.pyi,sha256=aEfTVNmqiciEtx0rME8xKn3XvKqI7sadTgGtMk0uFnw,182248
|
|
155
155
|
bl_ui/space_outliner/__init__.pyi,sha256=dDJ050yoXDrHoXRUQWWfrmQwGObsiWGQraFK45XtziE,101703
|
|
156
156
|
bl_ui/space_properties/__init__.pyi,sha256=ldhIOpJrqHrmwiStt1_z8eCWUqEkyX3LyUA9r1QBxZw,17061
|
|
157
|
-
bl_ui/space_sequencer/__init__.pyi,sha256=
|
|
157
|
+
bl_ui/space_sequencer/__init__.pyi,sha256=LirUD0ve5_ORMigvcvL62wu62Kgw29DT23CzCsketP8,514310
|
|
158
158
|
bl_ui/space_spreadsheet/__init__.pyi,sha256=IxBeDBZ1WrqaQhdWL3zAkRkm5-A9mspmMRM7Dc8zroQ,6657
|
|
159
159
|
bl_ui/space_statusbar/__init__.pyi,sha256=BdvZwbepdJKwHiVWoRtV_YQ6b83zYjdoGjsMRdoaxvk,5746
|
|
160
160
|
bl_ui/space_text/__init__.pyi,sha256=0O4WYAKv_FDtTmkGlbrpH28vP8xYSdKg0Ze35LNgIvg,112467
|
|
161
|
-
bl_ui/space_time/__init__.pyi,sha256=
|
|
161
|
+
bl_ui/space_time/__init__.pyi,sha256=RH7Dh8XwGZaTaPikQGhzj8nLLvD8eChcbuYcnuCpZYk,48020
|
|
162
162
|
bl_ui/space_toolsystem_common/__init__.pyi,sha256=DbCTE-XEyhIYp4K2SzMD14A0tB9tYLYYYBmuEYpCnHs,5543
|
|
163
163
|
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=QyTpTfBW6d7Zqj92rED6zqaZaNu7IFL9IxzpsCpJrFE,21012
|
|
164
164
|
bl_ui/space_topbar/__init__.pyi,sha256=yLknxGgDBDFoG4FD0B8FswZ0bUf2jceDJ5R0J4lhoig,183061
|
|
165
|
-
bl_ui/space_userpref/__init__.pyi,sha256=
|
|
166
|
-
bl_ui/space_view3d/__init__.pyi,sha256=
|
|
167
|
-
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=
|
|
165
|
+
bl_ui/space_userpref/__init__.pyi,sha256=NkhgFWSdQwhcRyBh2BbqUXJs2YnN6M2b-wFUt9lYCUM,558182
|
|
166
|
+
bl_ui/space_view3d/__init__.pyi,sha256=fgUDDcVan1fR-Y1SAjrR2BFhiPa8Gq3IHmdcRRO_Fig,1907283
|
|
167
|
+
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=tEfZweDxIW4SYGMzhprauJaD2Nst1Z_4NXMlvmCUeas,621031
|
|
168
168
|
bl_ui/temp_anim_layers/__init__.pyi,sha256=_VqyiBeCSIgTnihjhvq6b-SCasORK3mISP1UcpdZ7Zo,5955
|
|
169
169
|
bl_ui/utils/__init__.pyi,sha256=LroTk1s3SDTwPB3-lRJ_d3ZcuWUEEVW5xq8RcrRRAps,2016
|
|
170
170
|
bl_ui_utils/__init__.pyi,sha256=vgXVU4nsCF3zhnHE_SDR6uStqs5xYYCgdthPIk1KigI,205
|
|
@@ -179,7 +179,7 @@ bmesh/__init__.pyi,sha256=Vl3kfms133C_44cIoc_yK6U3dRQV102LIhkJlyWarzE,1583
|
|
|
179
179
|
bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
180
180
|
bmesh/geometry/__init__.pyi,sha256=UJWjDzaBqiHR7NE_t6JEKNLzJQc5I36b_8GHcn5Ywlc,758
|
|
181
181
|
bmesh/ops/__init__.pyi,sha256=io89iKVZsvScZ9XRMDqhvcyiZSpO2Z5nkYQ43j-xBGw,72742
|
|
182
|
-
bmesh/types/__init__.pyi,sha256=
|
|
182
|
+
bmesh/types/__init__.pyi,sha256=uzRDluVHVhNoPPGUoXvidvnhl8C1EGybkUmqVS9Hj-0,41408
|
|
183
183
|
bmesh/utils/__init__.pyi,sha256=bWksp9MtwGJgMwLreGFvkjipCe9n64fWa9hHNSFpT9Q,6136
|
|
184
184
|
bpy/__init__.pyi,sha256=UNHjZG8rO0s6czpA3abLXpCy_-0Uq3ZyWeH6gufZUMw,497
|
|
185
185
|
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -268,7 +268,7 @@ bpy/ops/workspace/__init__.pyi,sha256=OSELKT_HUs2W6cOk2wOigZgkbieGezMVWTi45f4x-I
|
|
|
268
268
|
bpy/ops/world/__init__.pyi,sha256=_z3cX9CYV0nTmSiSQcC82nRiXYriWMcHomfxmSl2GxM,1057
|
|
269
269
|
bpy/path/__init__.pyi,sha256=JNPq1rQ-4mgeUozamnhX7gmvd8eR4tqWr7Bd_CQPlzw,11540
|
|
270
270
|
bpy/props/__init__.pyi,sha256=Ve1JEXbDvR1jPFE21dZEQQaBz15sdZ0IG-N3CVxtV40,29575
|
|
271
|
-
bpy/types/__init__.pyi,sha256=
|
|
271
|
+
bpy/types/__init__.pyi,sha256=H63K2VwIWssI-trsLkkW0deQH1mnYsZwfkDewJsoUak,5211034
|
|
272
272
|
bpy/utils/__init__.pyi,sha256=QcqqpZO-mCNru9_xxenH6pGFJHHEOwM6Sj1lt0I_i3Y,19172
|
|
273
273
|
bpy/utils/previews/__init__.pyi,sha256=yNPv0blwMO3GrieizVXqeFQjVM68njALxZGJOdC3QHE,4280
|
|
274
274
|
bpy/utils/units/__init__.pyi,sha256=2OtqF54xi6peGyNeSGkuaLpytf2EESF753zqooe8bwc,2719
|
|
@@ -303,7 +303,7 @@ freestyle/functions/__init__.pyi,sha256=XxBl3XTRcHFONM-GBH6bDN6PMNpgOvcqyKKhKERZ
|
|
|
303
303
|
freestyle/predicates/__init__.pyi,sha256=hdEBy2hiQw1vq4rd64eaE565-29DhOmwTyV-mGLTPG0,13844
|
|
304
304
|
freestyle/shaders/__init__.pyi,sha256=_yBIN2vWTq70X_8_MfUe4TqiL1Iri4OYjvIkXRQxG5M,24828
|
|
305
305
|
freestyle/types/__init__.pyi,sha256=ZBmY7N4liQTkvhEArSuyDk3gbFAaJe3RtPtPFGYV0FU,100506
|
|
306
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
306
|
+
freestyle/utils/__init__.pyi,sha256=52aR3yvD_c87cbV95i5UNJ8_qgcDVL4XsduGYi8U0zM,5415
|
|
307
307
|
freestyle/utils/ContextFunctions/__init__.pyi,sha256=3zOixayiQsbvJ5xTNYLsaDGUka_q_u5-YQ68KywJWMg,3579
|
|
308
308
|
gpu/__init__.pyi,sha256=Sk-6v4PijACLtDfQx_DD7wTM7KUVZd_5xz1i6IqyiyM,7981
|
|
309
309
|
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -327,18 +327,18 @@ idprop/types/__init__.pyi,sha256=SniCMNe09fOhWtlyhEQ5rY6rxB4Ib1CZdJNVBSkVtwk,187
|
|
|
327
327
|
imbuf/__init__.pyi,sha256=BI3_mfj995V2WTKILNsDv4tWimUTaoNAxWRrlCAyiqk,1183
|
|
328
328
|
imbuf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
329
329
|
imbuf/types/__init__.pyi,sha256=ApJJ_zGneO4Vs-wSTuvKZ_vjV0Y7g4CwCVB1IzhzwU8,1325
|
|
330
|
-
keyingsets_builtins/__init__.pyi,sha256=
|
|
330
|
+
keyingsets_builtins/__init__.pyi,sha256=tmDK7-BzPnBeG6DHPbZCW5esGBrCL9Lxhft2G9tWx5s,121776
|
|
331
331
|
keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
332
332
|
keyingsets_utils/__init__.pyi,sha256=GM90DATed06QP-LtGvltmKfalWq6tTUeHhUeuRb3hNE,863
|
|
333
333
|
keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
334
|
-
mathutils/__init__.pyi,sha256=
|
|
334
|
+
mathutils/__init__.pyi,sha256=YMZ6BaGdGt1P6PXaAbkmUXlVq9iLuDFtYugATfKu22Q,79408
|
|
335
335
|
mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
336
336
|
mathutils/bvhtree/__init__.pyi,sha256=4BPJX_2fRlzlpkfZ4laDyb41DuLTR7XHjJbFJ6IH89w,4411
|
|
337
337
|
mathutils/geometry/__init__.pyi,sha256=V86d1sF454Aiu7gAfx4zWkaf4vrsgzDgz6Q_S9vRJws,21230
|
|
338
338
|
mathutils/interpolate/__init__.pyi,sha256=Zl76R_uMDu1-zJkGvOiqlBKv2btUpJpcOG71RZVupn0,403
|
|
339
339
|
mathutils/kdtree/__init__.pyi,sha256=W86zDhpTYhp7pMN1FPJWWkM0vtGohS-FEE-H5HIq_IQ,2334
|
|
340
340
|
mathutils/noise/__init__.pyi,sha256=ViPYbgm865PRIwttOqSzUBl531ueEqabhln_rNoAYgs,12872
|
|
341
|
-
nodeitems_builtins/__init__.pyi,sha256=
|
|
341
|
+
nodeitems_builtins/__init__.pyi,sha256=3svek6q43LNKJ8PlleoqNNDv6-cKdLkPlPHz0j_70tw,841
|
|
342
342
|
nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
343
343
|
nodeitems_utils/__init__.pyi,sha256=cLuhBiyy2n2-oswX8m93FdI1gNFtf4dBmIQejlpzFC4,800
|
|
344
344
|
nodeitems_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -352,7 +352,7 @@ rna_xml/__init__.pyi,sha256=Ek8Wb1jhkxLp_lmAnq84ILCt3HblVtf3FNIALSclsI8,664
|
|
|
352
352
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
353
353
|
sys_info/__init__.pyi,sha256=-GCmGVtiditgEnxiqi7hwH2wbEMmrtUNGvMEbxVezU4,189
|
|
354
354
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
355
|
-
fake_bpy_module-
|
|
356
|
-
fake_bpy_module-
|
|
357
|
-
fake_bpy_module-
|
|
358
|
-
fake_bpy_module-
|
|
355
|
+
fake_bpy_module-20240708.dist-info/METADATA,sha256=d3WP8Ar-MeNbuebK7y_fLdIf_MVwyvV6067bhW8F2Qs,7188
|
|
356
|
+
fake_bpy_module-20240708.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
|
357
|
+
fake_bpy_module-20240708.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
358
|
+
fake_bpy_module-20240708.dist-info/RECORD,,
|
freestyle/utils/__init__.pyi
CHANGED
|
@@ -161,7 +161,7 @@ def material_from_fedge(fe):
|
|
|
161
161
|
...
|
|
162
162
|
|
|
163
163
|
def normal_at_I0D(it): ...
|
|
164
|
-
def pairwise(iterable, types={
|
|
164
|
+
def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
|
|
165
165
|
"""Yields a tuple containing the previous and current object"""
|
|
166
166
|
|
|
167
167
|
...
|
keyingsets_builtins/__init__.pyi
CHANGED
|
@@ -4286,93 +4286,6 @@ class BUILTIN_KSI_VisualScaling:
|
|
|
4286
4286
|
"""
|
|
4287
4287
|
...
|
|
4288
4288
|
|
|
4289
|
-
class WholeCharacterMixin:
|
|
4290
|
-
badBonePrefixes: typing.Any
|
|
4291
|
-
|
|
4292
|
-
def addProp(self, ks, bone, prop, index=-1, use_groups=True):
|
|
4293
|
-
"""
|
|
4294
|
-
|
|
4295
|
-
:param ks:
|
|
4296
|
-
:param bone:
|
|
4297
|
-
:param prop:
|
|
4298
|
-
:param index:
|
|
4299
|
-
:param use_groups:
|
|
4300
|
-
"""
|
|
4301
|
-
...
|
|
4302
|
-
|
|
4303
|
-
def doBBone(self, context, ks, pchan):
|
|
4304
|
-
"""
|
|
4305
|
-
|
|
4306
|
-
:param context:
|
|
4307
|
-
:param ks:
|
|
4308
|
-
:param pchan:
|
|
4309
|
-
"""
|
|
4310
|
-
...
|
|
4311
|
-
|
|
4312
|
-
def doCustomProps(self, ks, bone):
|
|
4313
|
-
"""
|
|
4314
|
-
|
|
4315
|
-
:param ks:
|
|
4316
|
-
:param bone:
|
|
4317
|
-
"""
|
|
4318
|
-
...
|
|
4319
|
-
|
|
4320
|
-
def doLoc(self, ks, bone):
|
|
4321
|
-
"""
|
|
4322
|
-
|
|
4323
|
-
:param ks:
|
|
4324
|
-
:param bone:
|
|
4325
|
-
"""
|
|
4326
|
-
...
|
|
4327
|
-
|
|
4328
|
-
def doRot3d(self, ks, bone):
|
|
4329
|
-
"""
|
|
4330
|
-
|
|
4331
|
-
:param ks:
|
|
4332
|
-
:param bone:
|
|
4333
|
-
"""
|
|
4334
|
-
...
|
|
4335
|
-
|
|
4336
|
-
def doRot4d(self, ks, bone):
|
|
4337
|
-
"""
|
|
4338
|
-
|
|
4339
|
-
:param ks:
|
|
4340
|
-
:param bone:
|
|
4341
|
-
"""
|
|
4342
|
-
...
|
|
4343
|
-
|
|
4344
|
-
def doScale(self, ks, bone):
|
|
4345
|
-
"""
|
|
4346
|
-
|
|
4347
|
-
:param ks:
|
|
4348
|
-
:param bone:
|
|
4349
|
-
"""
|
|
4350
|
-
...
|
|
4351
|
-
|
|
4352
|
-
def generate(self, context, ks, bone):
|
|
4353
|
-
"""
|
|
4354
|
-
|
|
4355
|
-
:param context:
|
|
4356
|
-
:param ks:
|
|
4357
|
-
:param bone:
|
|
4358
|
-
"""
|
|
4359
|
-
...
|
|
4360
|
-
|
|
4361
|
-
def iterator(self, context, ks):
|
|
4362
|
-
"""
|
|
4363
|
-
|
|
4364
|
-
:param context:
|
|
4365
|
-
:param ks:
|
|
4366
|
-
"""
|
|
4367
|
-
...
|
|
4368
|
-
|
|
4369
|
-
def poll(self, context):
|
|
4370
|
-
"""
|
|
4371
|
-
|
|
4372
|
-
:param context:
|
|
4373
|
-
"""
|
|
4374
|
-
...
|
|
4375
|
-
|
|
4376
4289
|
class BUILTIN_KSI_WholeCharacter(WholeCharacterMixin):
|
|
4377
4290
|
"""Insert a keyframe for all properties that are likely to get animated in a character rig (useful when blocking out a shot)"""
|
|
4378
4291
|
|
|
@@ -4919,5 +4832,92 @@ class BUILTIN_KSI_WholeCharacterSelected(WholeCharacterMixin):
|
|
|
4919
4832
|
"""
|
|
4920
4833
|
...
|
|
4921
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
|
+
|
|
4922
4922
|
def register(): ...
|
|
4923
4923
|
def unregister(): ...
|