fake-bpy-module 20250522__py3-none-any.whl → 20250602__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- bl_ui/node_add_menu/__init__.pyi +3 -3
- bl_ui/node_add_menu_geometry/__init__.pyi +2 -2
- bl_ui/space_dopesheet/__init__.pyi +24 -0
- bl_ui/space_graph/__init__.pyi +24 -0
- bl_ui/space_nla/__init__.pyi +24 -0
- bl_ui/space_sequencer/__init__.pyi +48 -0
- bl_ui/space_spreadsheet/__init__.pyi +33 -19
- bl_ui/space_toolsystem_common/__init__.pyi +17 -0
- bpy/_typing/rna_enums/__init__.pyi +1 -1
- bpy/app/timers/__init__.pyi +0 -9
- bpy/ops/node/__init__.pyi +36 -0
- bpy/ops/screen/__init__.pyi +1 -1
- bpy/ops/sequencer/__init__.pyi +60 -45
- bpy/ops/wm/__init__.pyi +2 -2
- bpy/types/__init__.pyi +40319 -34262
- {fake_bpy_module-20250522.dist-info → fake_bpy_module-20250602.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250522.dist-info → fake_bpy_module-20250602.dist-info}/RECORD +24 -24
- {fake_bpy_module-20250522.dist-info → fake_bpy_module-20250602.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- gpu/__init__.pyi +35 -3
- gpu/shader/__init__.pyi +16 -0
- gpu/types/__init__.pyi +1 -1
- {fake_bpy_module-20250522.dist-info → fake_bpy_module-20250602.dist-info}/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@ _bpy_internal/addons/cli/__init__.pyi,sha256=keCCgTyM-JcM3ivne1wNu_F5PVeqFt2NF8M
|
|
|
5
5
|
_bpy_internal/extensions/__init__.pyi,sha256=WITpwHv5YB5MhSXLQ1F6Eb07h1sdKl3jh9rmdSLgxaY,238
|
|
6
6
|
_bpy_internal/extensions/junction_module/__init__.pyi,sha256=Nv6w-ypIEcijcdADjvO-D8b19DYw_Nsy7UCl7iBEsSg,971
|
|
7
7
|
_bpy_internal/extensions/stale_file_manager/__init__.pyi,sha256=wDLQ3qtwFBvigYQl_wtXPRHb6NKjgEUWu69UIogBuaI,721
|
|
8
|
-
_bpy_internal/extensions/wheel_manager/__init__.pyi,sha256=
|
|
8
|
+
_bpy_internal/extensions/wheel_manager/__init__.pyi,sha256=94gqdS9gdZWmpNng7R9WYMnWPAdsXz3Vi6y9eWzJAO0,953
|
|
9
9
|
_bpy_internal/freedesktop/__init__.pyi,sha256=s4-ornIqrszouHk5ef-YmPwXcpZ-X9swOPYLKTQoziE,798
|
|
10
10
|
_bpy_internal/grease_pencil/__init__.pyi,sha256=4YIHrnLvkVHJW3S7fz8xYyAakqsDCnxvaQfuZiUUvFc,120
|
|
11
11
|
_bpy_internal/grease_pencil/stroke/__init__.pyi,sha256=OB3Kt7Xwza3GWtdP7aJxr3Lgh7rWntq0PviSjWS2Sf0,2162
|
|
@@ -104,9 +104,9 @@ bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
104
104
|
bl_ui/anim/__init__.pyi,sha256=bxUenrjpr8B1Xz25D9sLo2XuR-pYbvkpgFwnsnBv4So,903
|
|
105
105
|
bl_ui/asset_shelf/__init__.pyi,sha256=a1Luz9261xl7H_T1atH9oWX_wkAvoWAhuy3l43vrpME,790
|
|
106
106
|
bl_ui/generic_ui_list/__init__.pyi,sha256=wPk6voYuY-Reey45ueRE36_vABh9g8SbMS7JNIVtPUw,4232
|
|
107
|
-
bl_ui/node_add_menu/__init__.pyi,sha256=
|
|
107
|
+
bl_ui/node_add_menu/__init__.pyi,sha256=agdeJ97JnmW2fuLPQDgVF0AGVEDxvjLcmYNyE1jOuNU,1522
|
|
108
108
|
bl_ui/node_add_menu_compositor/__init__.pyi,sha256=sPWtNVOGHtLUuAGXTo45gVgN38cLzyt__3Gy7tzw5Jg,10379
|
|
109
|
-
bl_ui/node_add_menu_geometry/__init__.pyi,sha256=
|
|
109
|
+
bl_ui/node_add_menu_geometry/__init__.pyi,sha256=fo-JBqQs8w5Jd8myicxqAWhTgeCdJ6FbecVUWatfEI0,30857
|
|
110
110
|
bl_ui/node_add_menu_shader/__init__.pyi,sha256=ZVtzKPcOvWd2rvenL_QaKEiStMWrXPyR4I8SeUCLx2k,6012
|
|
111
111
|
bl_ui/node_add_menu_texture/__init__.pyi,sha256=31td-iGV1FsDFcF3No2aq0YlYKEGXypd2Y0dCt1mPdc,5267
|
|
112
112
|
bl_ui/properties_animviz/__init__.pyi,sha256=hLQAP2Pwl9da7V7GwBjLgWwLbkaF86rgwagt_cj-_Pg,689
|
|
@@ -155,21 +155,21 @@ bl_ui/properties_workspace/__init__.pyi,sha256=xFIUfC2Ni7wecZYtfbtCsWgWVuzmyHJ72
|
|
|
155
155
|
bl_ui/properties_world/__init__.pyi,sha256=Vxokje3WF9a5_WJyt-2T4jzG-sZmYEWxA8VCu96kcaw,9172
|
|
156
156
|
bl_ui/space_clip/__init__.pyi,sha256=m-hA2BCfHkiX3mLo0EHswP6WJ0C-nGtWpYki4OklnXA,46286
|
|
157
157
|
bl_ui/space_console/__init__.pyi,sha256=X_JBBHl7cwwDVYQlTAE4H5T6HkqSzQVNYGtnyBtv-WA,3300
|
|
158
|
-
bl_ui/space_dopesheet/__init__.pyi,sha256=
|
|
158
|
+
bl_ui/space_dopesheet/__init__.pyi,sha256=5oCCbWv8UVRHcsHOBD2j88DxFGSnKC_G745tHyXiTew,18712
|
|
159
159
|
bl_ui/space_filebrowser/__init__.pyi,sha256=ErbWCbLKrVSMnf8J2Ae-_H-0vAao-5Wz3J3FYVptAb8,20223
|
|
160
|
-
bl_ui/space_graph/__init__.pyi,sha256=
|
|
160
|
+
bl_ui/space_graph/__init__.pyi,sha256=ie0emt6aLs_qDrTT3eAhcCBvnPT2KQNRfjn4Z9PPI_g,12217
|
|
161
161
|
bl_ui/space_image/__init__.pyi,sha256=ehCkMjE_2MHu6WQ-qZYfxwAKiRms3_MWexNVtKcuMlc,45954
|
|
162
162
|
bl_ui/space_info/__init__.pyi,sha256=ukwr4M_jVQH2U1wo4jTie5RK8kf3wfEBHnTIV8dvKxM,3312
|
|
163
|
-
bl_ui/space_nla/__init__.pyi,sha256=
|
|
163
|
+
bl_ui/space_nla/__init__.pyi,sha256=ELit0tsw2kmKZViaV2slh-1NSAZBC7eyASUzEoaO5dw,10171
|
|
164
164
|
bl_ui/space_node/__init__.pyi,sha256=ifKNLaAQtFwsoOvJGSfXu1jdjM78PQjKZWGpIBuFzN8,18764
|
|
165
165
|
bl_ui/space_outliner/__init__.pyi,sha256=aWQ1K-cserymanCQMirg5Bu0lXcp499ueG5IdtXLi_8,8737
|
|
166
166
|
bl_ui/space_properties/__init__.pyi,sha256=8XL7_69ni6CTbZUmAUnda74qZk3aV_rmJvhqNjr0j0k,2735
|
|
167
|
-
bl_ui/space_sequencer/__init__.pyi,sha256=
|
|
168
|
-
bl_ui/space_spreadsheet/__init__.pyi,sha256=
|
|
167
|
+
bl_ui/space_sequencer/__init__.pyi,sha256=9HwSwNhf5JchDNvTxN_1Azt_SLWFS5Rb4x8b7p097Hs,56111
|
|
168
|
+
bl_ui/space_spreadsheet/__init__.pyi,sha256=VPiGTNkOa-_oYK_CUa__xbA3eWPxsq5UyKgmBfCpfTk,1821
|
|
169
169
|
bl_ui/space_statusbar/__init__.pyi,sha256=wthc9b3kBqNQjHnv8rgJYVcrKDhnpwFusUV2HYv4An4,640
|
|
170
170
|
bl_ui/space_text/__init__.pyi,sha256=teImeFuFGcdE50Btg7h3Cnf65pHUpGvhO4uUeiWxhpE,8826
|
|
171
171
|
bl_ui/space_time/__init__.pyi,sha256=2cMsdu3bk7NU5W2beqhyWJCL1-d4aa26R1KNTq0v07M,4750
|
|
172
|
-
bl_ui/space_toolsystem_common/__init__.pyi,sha256=
|
|
172
|
+
bl_ui/space_toolsystem_common/__init__.pyi,sha256=VKUHaW9l0XuTlYsNaXWet7nGq-DkR63nwM-r43BWywQ,3472
|
|
173
173
|
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=nw4_dyzrE9gxIsDHRKDqQG6V6tQYZWcD-2wQzALvKp4,9973
|
|
174
174
|
bl_ui/space_topbar/__init__.pyi,sha256=8JXrYqbiPLGQTsbcniOLTaAhvhtkLSaTFmikzMMH5Zo,15343
|
|
175
175
|
bl_ui/space_userpref/__init__.pyi,sha256=u6fweJMvs86854KldySIbAPoigu9f14mUF0TeLaQqjM,79609
|
|
@@ -192,11 +192,11 @@ bmesh/utils/__init__.pyi,sha256=B2MEUdWjhoPVN_86ZJnKBouszuYlmox83fs_eMy_XSQ,6262
|
|
|
192
192
|
bpy/__init__.pyi,sha256=xqYSQA60ItjGIlcKmU1c67ClE1dzY3IA0l7SeDDfFFg,491
|
|
193
193
|
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
194
194
|
bpy/_typing/__init__.pyi,sha256=h3K2LGZ8lcLY-Oo9ym-HEopjGScc4iTfpT1MU_6smTI,126
|
|
195
|
-
bpy/_typing/rna_enums/__init__.pyi,sha256=
|
|
195
|
+
bpy/_typing/rna_enums/__init__.pyi,sha256=5W7xqHZ1uG4VuyuFAHfyfJT9glWahXIhATYbo9UsIt0,141011
|
|
196
196
|
bpy/app/__init__.pyi,sha256=Xwk-SXH12MBT1wOpGXofw-vK_zhwxtNX41BV9q6WvQE,8797
|
|
197
197
|
bpy/app/handlers/__init__.pyi,sha256=A9IS2EmBskYtGy2aMCX5vxAmTKB3YCuz1hUPZvah8S4,6938
|
|
198
198
|
bpy/app/icons/__init__.pyi,sha256=IxxJA0uPQaBAogv-iZ2jEG-5f6i3X9M-gRjw8jJnL8A,955
|
|
199
|
-
bpy/app/timers/__init__.pyi,sha256=
|
|
199
|
+
bpy/app/timers/__init__.pyi,sha256=JaOnmHW7fyBaIU61otWa94nylOcS01gtud3HX0FthUI,1791
|
|
200
200
|
bpy/app/translations/__init__.pyi,sha256=JseYDvqF5kDbrEMmjimIGHYWDWQRMugR10mwqO4SqyE,7034
|
|
201
201
|
bpy/msgbus/__init__.pyi,sha256=bZ7i3cT_FIM8gV0y8SESjDg3wCovHI3ZIAlYiSW2A5o,2981
|
|
202
202
|
bpy/ops/__init__.pyi,sha256=oyhZEf0VnUeUM7XXXOg9k4qnzcpqDDS14azXU-N0ZRA,5992
|
|
@@ -242,7 +242,7 @@ bpy/ops/material/__init__.pyi,sha256=4Xm8cTXZ8L1NkYiLaYrwWA0p_paciXXBCk9MNnxsgJg
|
|
|
242
242
|
bpy/ops/mball/__init__.pyi,sha256=vKET4S-NZrDAf4r1XUXjyyW8Ry5bdna9EeQlV3HMo5Y,4182
|
|
243
243
|
bpy/ops/mesh/__init__.pyi,sha256=kgkmMnrdn_AJzb0fhg8hdAWViu48Yy8yfwYW8-9Kxp0,129711
|
|
244
244
|
bpy/ops/nla/__init__.pyi,sha256=6C8Gm7ZOBATflqUymRCXljSEKN_oE1MvqVMpR05eVIM,18172
|
|
245
|
-
bpy/ops/node/__init__.pyi,sha256=
|
|
245
|
+
bpy/ops/node/__init__.pyi,sha256=Ky2k1GnXBvbxqOc-kmU4Hm1DddMRx2biJJXaHsCo5ec,63829
|
|
246
246
|
bpy/ops/object/__init__.pyi,sha256=QvUuKzgQGinP34Tw5bC5cKurLY-ZwNVkEdu3bnzmxFM,169319
|
|
247
247
|
bpy/ops/outliner/__init__.pyi,sha256=5ksIXcWA2dfw0ogr_yEF5KrQlolqR-8sn3Al3Wx6-Ec,28073
|
|
248
248
|
bpy/ops/paint/__init__.pyi,sha256=U-uMYTkGLmcnkI9RsWRnsbqDLJuLaWPk-5ue5rnoQwg,37692
|
|
@@ -257,11 +257,11 @@ bpy/ops/ptcache/__init__.pyi,sha256=KQQA6WXJZuEDScyLQsvdBne2ucXRnS8b-JwkDVwmEm0,
|
|
|
257
257
|
bpy/ops/render/__init__.pyi,sha256=HTA4y4rd0Dl5kEHxzyk9lWKFGa7EQD8D1vNaLrEnhyo,7452
|
|
258
258
|
bpy/ops/rigidbody/__init__.pyi,sha256=cT7uh0SRQUL3Wb6iDGVElBPFuN2sF0iQjlxbjB9RNWk,6725
|
|
259
259
|
bpy/ops/scene/__init__.pyi,sha256=J3IwL7SjbNg_6zwp8yi3AVIb-EXKbBj_9D5djGHQZXA,13759
|
|
260
|
-
bpy/ops/screen/__init__.pyi,sha256=
|
|
260
|
+
bpy/ops/screen/__init__.pyi,sha256=WIcHd2rhbC4mwSsDP8BEYtgEpQdgkfFq2FopVLRMGys,19991
|
|
261
261
|
bpy/ops/script/__init__.pyi,sha256=vY47KMjOW-njjscvnqnLQjxTbPW4-vghTvMj5jzlmJU,1005
|
|
262
262
|
bpy/ops/sculpt/__init__.pyi,sha256=nLSruQTsL9fUNExK5N8wDGncsbmBhGaH8ZVTBmI_MWo,51098
|
|
263
263
|
bpy/ops/sculpt_curves/__init__.pyi,sha256=mx1sIk4zA2ValmxBpDXO6SJccf-Jpvb7y1pXaWX1EI0,2876
|
|
264
|
-
bpy/ops/sequencer/__init__.pyi,sha256=
|
|
264
|
+
bpy/ops/sequencer/__init__.pyi,sha256=oRLNsVRFSWE2fiGC7W4NigUcy6cqBFEzTf0yVglrNj8,80725
|
|
265
265
|
bpy/ops/sound/__init__.pyi,sha256=1cAvk2eDLTyU2JrwXd5-AJfPHHFrbv35MZgaer7b6pc,16956
|
|
266
266
|
bpy/ops/spreadsheet/__init__.pyi,sha256=mkVDCT6dsYBPSpPln3AxxNZx8qEQyuG4IkY-xjiWHIk,2041
|
|
267
267
|
bpy/ops/surface/__init__.pyi,sha256=tvTVuqkjV4znlQBD0F2E52tkGnYDttaPQl7sHwyaOSo,10342
|
|
@@ -274,12 +274,12 @@ bpy/ops/uilist/__init__.pyi,sha256=CvereEDgN2sNfwlFl55E3sGeLTcaUcTCowuL1XVlclE,1
|
|
|
274
274
|
bpy/ops/uv/__init__.pyi,sha256=nVZbRNLymiV8kXoRxWWNRSq72QkPBHTtwifjBxyVINY,45463
|
|
275
275
|
bpy/ops/view2d/__init__.pyi,sha256=-ofLmKQJ0PqTP5b_mT2JHGo-Jf7aa3qeEf1nsmJQf50,7013
|
|
276
276
|
bpy/ops/view3d/__init__.pyi,sha256=zjN4R4gMYbiteFoT7Hq2jy6JC9o5VmtOvRcq4og13s8,30895
|
|
277
|
-
bpy/ops/wm/__init__.pyi,sha256=
|
|
277
|
+
bpy/ops/wm/__init__.pyi,sha256=IPr5YJH9nbhK73eYRGBfRQcY-1A4JkfHFixNVJzN6xc,228064
|
|
278
278
|
bpy/ops/workspace/__init__.pyi,sha256=NdaJuwz3A-gStNuzp_OWR9DIj7oeSgLjn9SUEBLYuNo,2024
|
|
279
279
|
bpy/ops/world/__init__.pyi,sha256=9OhY87-WRRLor-4GQJhDiDJG3M9W5s9yFo9x45Iiycs,628
|
|
280
280
|
bpy/path/__init__.pyi,sha256=yGX45MUnn9fJYw32UWTsBQ646iN5DbbxfvnoDkREWvI,5537
|
|
281
281
|
bpy/props/__init__.pyi,sha256=4SYl5qfPLRwe3zGyHowQy_i_mU-gjImdiqidFOHP6Tc,35264
|
|
282
|
-
bpy/types/__init__.pyi,sha256=
|
|
282
|
+
bpy/types/__init__.pyi,sha256=_IYgTZbOBc_K_11JG-QUBr6GW5gWtTV-nuBpt9Ay1KE,5792374
|
|
283
283
|
bpy/utils/__init__.pyi,sha256=NwKl40t0SfvM2Lce9VmXS9zh6T-ZE1JxleSh9te_d5E,15351
|
|
284
284
|
bpy/utils/previews/__init__.pyi,sha256=Pji8UKqvI3AJTk5v3nCK92URlJfehxuoaaJW6n9L7XU,2342
|
|
285
285
|
bpy/utils/units/__init__.pyi,sha256=zULS_4qRrtzpHLtSU-jfO2761J4WeYBZyK-BTlL4KG0,2671
|
|
@@ -314,18 +314,18 @@ freestyle/functions/__init__.pyi,sha256=RGdlJWbBctqKBR3p81MsXBk9OWdTuvEoOfBXvxjf
|
|
|
314
314
|
freestyle/predicates/__init__.pyi,sha256=Liq_1krkT25RfeNPeEgvKWkLnWtHCuO9-7vXX3lE71E,13488
|
|
315
315
|
freestyle/shaders/__init__.pyi,sha256=imuo4jXkwaN4dazDARvErEGdn9XuMGlWIKGpnqd3Po0,24041
|
|
316
316
|
freestyle/types/__init__.pyi,sha256=zCVqLakrYPiSTlYVHLg-455C9aPCEo-eeO-0A1fYFYs,100227
|
|
317
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
317
|
+
freestyle/utils/__init__.pyi,sha256=ub0HsAFKN7jMbNu3fuP9OpaOSHywBpSckuXSexz0Bos,5135
|
|
318
318
|
freestyle/utils/ContextFunctions/__init__.pyi,sha256=YvDLJXMxKbbqBS0so4MnfuSN1g4wNAFOXbpW7_g4AR0,3472
|
|
319
|
-
gpu/__init__.pyi,sha256=
|
|
319
|
+
gpu/__init__.pyi,sha256=TLoatdrTMM6vfjnbuQA6cW38ARW5nuLa4Y-eicnJU5Q,8900
|
|
320
320
|
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
321
321
|
gpu/capabilities/__init__.pyi,sha256=2a4oXV5xWpWlcaVqBNBGGfzVXKXXt4PwgRo33vj0iZY,3783
|
|
322
322
|
gpu/matrix/__init__.pyi,sha256=RBEacARfkmUrXNF3GrYVsl4ImrEi1kZd77-h3QnCpJ4,2775
|
|
323
323
|
gpu/platform/__init__.pyi,sha256=m0KIDkB44YCRGmOzO1OQzd385xB1Suea9jPSuTd8d2w,830
|
|
324
324
|
gpu/select/__init__.pyi,sha256=tKp1EqUYhORtYt3m5Z8BURkyU_t-TU7uFTVMXVPKYOo,234
|
|
325
|
-
gpu/shader/__init__.pyi,sha256=
|
|
325
|
+
gpu/shader/__init__.pyi,sha256=lG7kOZxdhHyWrmOQzF_R_QjGLubFvBjhoSu6qPst60o,2339
|
|
326
326
|
gpu/state/__init__.pyi,sha256=t2sqS4bEmL-FtQmZOOd7jCKaeQxmcSMQ0gtY5et57g4,4337
|
|
327
327
|
gpu/texture/__init__.pyi,sha256=eXL-ZQU-gsMFo_Yv6ShF_YjBQ-yPDLRZno-T3P59nhE,668
|
|
328
|
-
gpu/types/__init__.pyi,sha256=
|
|
328
|
+
gpu/types/__init__.pyi,sha256=9wnXX8CdoIPTRMxWLEEiwmDi8Xj0-_lovIxRZ5BEKaM,29330
|
|
329
329
|
gpu_extras/__init__.pyi,sha256=XscwC-5DTPC0yc2HB_XMgvX61rT5Qs5RaImqNwR6c40,240
|
|
330
330
|
gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
331
331
|
gpu_extras/batch/__init__.pyi,sha256=P0KwOXu_4yBZvCupG7WJ08TQ6yvocr5NZLAhJK_qLtQ,1305
|
|
@@ -361,7 +361,7 @@ rna_prop_ui/__init__.pyi,sha256=o3yE2C_BSi2O_ZJM_Jao06i6seWMRNQcZaI6keKjpFE,1308
|
|
|
361
361
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
362
362
|
rna_xml/__init__.pyi,sha256=EBP-inpL9KRsjGftcoza9_G_Do5UjXw62eAvuEMoaO0,604
|
|
363
363
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
364
|
-
fake_bpy_module-
|
|
365
|
-
fake_bpy_module-
|
|
366
|
-
fake_bpy_module-
|
|
367
|
-
fake_bpy_module-
|
|
364
|
+
fake_bpy_module-20250602.dist-info/METADATA,sha256=OaomX21k2pL3Y6elN5QYgU3HFk851Jk1wh9D8WaIA1I,7429
|
|
365
|
+
fake_bpy_module-20250602.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
366
|
+
fake_bpy_module-20250602.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
367
|
+
fake_bpy_module-20250602.dist-info/RECORD,,
|
freestyle/utils/__init__.pyi
CHANGED
|
@@ -125,7 +125,7 @@ def material_from_fedge(fe):
|
|
|
125
125
|
"""get the diffuse RGBA color from an FEdge"""
|
|
126
126
|
|
|
127
127
|
def normal_at_I0D(it): ...
|
|
128
|
-
def pairwise(iterable, types={
|
|
128
|
+
def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
|
|
129
129
|
"""Yields a tuple containing the previous and current object"""
|
|
130
130
|
|
|
131
131
|
def rgb_to_bw(r, g, b):
|
gpu/__init__.pyi
CHANGED
|
@@ -104,7 +104,8 @@ with an identifier such as UNIFORM_COLOR
|
|
|
104
104
|
|
|
105
105
|
or FLAT_COLOR
|
|
106
106
|
|
|
107
|
-
.
|
|
107
|
+
. There are specific builtin shaders for
|
|
108
|
+
drawing triangles, lines and points.
|
|
108
109
|
|
|
109
110
|
Every shader defines a set of attributes and uniforms that have to be set in order to use the shader.
|
|
110
111
|
Attributes are properties that are set using a vertex buffer and can be different for individual vertices.
|
|
@@ -113,6 +114,38 @@ They can be set using the shader.uniform_*
|
|
|
113
114
|
|
|
114
115
|
functions after the shader has been bound.
|
|
115
116
|
|
|
117
|
+
[NOTE]
|
|
118
|
+
It is important to note that GLSL sources are reinterpreted to MSL (Metal Shading Language)
|
|
119
|
+
on Apple operating systems.
|
|
120
|
+
This uses a small compatibility layer that does not cover the whole GLSL language specification.
|
|
121
|
+
Here is a list of differences to keep in mind when targeting compatibility with Apple platforms:
|
|
122
|
+
* The only matrix constructors available are:
|
|
123
|
+
[QUOTE]
|
|
124
|
+
* diagonal scalar (example: mat2(1)
|
|
125
|
+
|
|
126
|
+
)
|
|
127
|
+
* all scalars (example: mat2(1, 0, 0, 1)
|
|
128
|
+
|
|
129
|
+
)
|
|
130
|
+
* column vector (example: mat2(vec2(1,0), vec2(0,1))
|
|
131
|
+
|
|
132
|
+
)
|
|
133
|
+
* reshape constructors work only for square matrices (example: mat3(mat4(1))
|
|
134
|
+
|
|
135
|
+
)
|
|
136
|
+
|
|
137
|
+
* vertex
|
|
138
|
+
|
|
139
|
+
, fragment
|
|
140
|
+
|
|
141
|
+
and kernel
|
|
142
|
+
|
|
143
|
+
are reserved keywords.
|
|
144
|
+
* all types and keywords defined by the
|
|
145
|
+
MSL specification
|
|
146
|
+
are reserved keywords and should not be used.
|
|
147
|
+
|
|
148
|
+
|
|
116
149
|
|
|
117
150
|
--------------------
|
|
118
151
|
|
|
@@ -148,8 +181,7 @@ To try these examples, just copy them into Blenders text editor and execute them
|
|
|
148
181
|
To keep the examples relatively small, they just register a draw function that can't easily be removed anymore.
|
|
149
182
|
Blender has to be restarted in order to delete the draw handlers.
|
|
150
183
|
|
|
151
|
-
|
|
152
|
-
--------------------
|
|
184
|
+
3D Points with Single Color
|
|
153
185
|
|
|
154
186
|
```../examples/gpu.1.py```
|
|
155
187
|
|
gpu/shader/__init__.pyi
CHANGED
|
@@ -73,6 +73,22 @@ POLYLINE_UNIFORM_COLOR
|
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
|
|
76
|
+
POINT_FLAT_COLOR
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
Attributes: vec3 pos, vec4 color
|
|
80
|
+
Uniforms: float size
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
POLYLINE_UNIFORM_COLOR
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
Attributes: vec3 pos
|
|
88
|
+
Uniforms: vec4 color, float size
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
76
92
|
"""
|
|
77
93
|
|
|
78
94
|
import typing
|
gpu/types/__init__.pyi
CHANGED
|
@@ -1070,6 +1070,6 @@ class GPUVertFormat:
|
|
|
1070
1070
|
This is mainly useful for memory optimizations when you want to store values with
|
|
1071
1071
|
reduced precision. E.g. you can store a float in only 1 byte but it will be
|
|
1072
1072
|
converted to a normal 4 byte float when used.
|
|
1073
|
-
Possible values are FLOAT, INT, INT_TO_FLOAT_UNIT.
|
|
1073
|
+
Possible values are FLOAT, INT, INT_TO_FLOAT_UNIT and INT_TO_FLOAT.
|
|
1074
1074
|
:type fetch_mode: str
|
|
1075
1075
|
"""
|
|
File without changes
|