pyobjc-framework-ModelIO 10.2__tar.gz → 10.3.1__tar.gz
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.
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/Lib/ModelIO/__init__.py +8 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/Lib/ModelIO/_metadata.py +190 -1
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/Lib/pyobjc_framework_ModelIO.egg-info/PKG-INFO +4 -4
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/Lib/pyobjc_framework_ModelIO.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_modelio-10.3.1/Lib/pyobjc_framework_ModelIO.egg-info/requires.txt +3 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PKG-INFO +4 -4
- pyobjc-framework-ModelIO-10.2/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_modelio-10.3.1/metadata/raw/arm64-14.5.fwinfo +18 -2
- pyobjc-framework-ModelIO-10.2/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_modelio-10.3.1/metadata/raw/x86_64-14.5.fwinfo +18 -2
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/setup.py +1 -1
- pyobjc-framework-ModelIO-10.2/Lib/pyobjc_framework_ModelIO.egg-info/requires.txt +0 -3
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/Lib/pyobjc_framework_ModelIO.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/Lib/pyobjc_framework_ModelIO.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/Lib/pyobjc_framework_ModelIO.egg-info/top_level.txt +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/License.txt +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/MANIFEST.in +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/Modules/_ModelIO.m +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/Modules/_ModelIO_protocols.m +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/Modules/pyobjc-api.h +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/Modules/pyobjc-compat.h +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlanimatedvaluetypes.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlanimation.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlasset.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlassetresolver.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlcamera.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdllight.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlmaterial.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlmesh.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlmeshbuffer.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlobject.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlprimitive.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdltexture.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdltransform.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdltransformstack.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdltypes.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlvaluetypes.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlvertexdescriptor.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlvoxelarray.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_modelio.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/metadata/ModelIO.fwinfo +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/metadata/metadata.ini +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/metadata/raw/arm64-13.0.fwinfo +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/metadata/raw/x86_64-13.0.fwinfo +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/pyobjc_setup.py +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/pyproject.toml +0 -0
- {pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/setup.cfg +0 -0
|
@@ -33,6 +33,14 @@ def _setup():
|
|
|
33
33
|
globals()["__dir__"] = dir_func
|
|
34
34
|
globals()["__getattr__"] = getattr_func
|
|
35
35
|
|
|
36
|
+
for cls, sel in (
|
|
37
|
+
("MDLMaterialProperty", b"init"),
|
|
38
|
+
("MDLMaterialPropertyConnection", b"init"),
|
|
39
|
+
("MDLMaterialPropertyNode", b"init"),
|
|
40
|
+
("MDLMaterialPropertyNode", b"init"),
|
|
41
|
+
):
|
|
42
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
43
|
+
|
|
36
44
|
del sys.modules["ModelIO._metadata"]
|
|
37
45
|
|
|
38
46
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update: Sat
|
|
3
|
+
# Last update: Sat May 18 09:32:48 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -2328,6 +2328,195 @@ try:
|
|
|
2328
2328
|
r(b"NSObject", b"zone", {"required": True, "retval": {"type": b"@"}})
|
|
2329
2329
|
finally:
|
|
2330
2330
|
objc._updatingMetadata(False)
|
|
2331
|
+
|
|
2332
|
+
objc.registerNewKeywordsFromSelector(
|
|
2333
|
+
"MDLAnimatedQuaternionArray", b"initWithElementCount:"
|
|
2334
|
+
)
|
|
2335
|
+
objc.registerNewKeywordsFromSelector("MDLAnimatedScalarArray", b"initWithElementCount:")
|
|
2336
|
+
objc.registerNewKeywordsFromSelector(
|
|
2337
|
+
"MDLAnimatedVector3Array", b"initWithElementCount:"
|
|
2338
|
+
)
|
|
2339
|
+
objc.registerNewKeywordsFromSelector("MDLAsset", b"initWithBufferAllocator:")
|
|
2340
|
+
objc.registerNewKeywordsFromSelector("MDLAsset", b"initWithURL:")
|
|
2341
|
+
objc.registerNewKeywordsFromSelector(
|
|
2342
|
+
"MDLAsset", b"initWithURL:vertexDescriptor:bufferAllocator:"
|
|
2343
|
+
)
|
|
2344
|
+
objc.registerNewKeywordsFromSelector(
|
|
2345
|
+
"MDLAsset", b"initWithURL:vertexDescriptor:bufferAllocator:preserveTopology:error:"
|
|
2346
|
+
)
|
|
2347
|
+
objc.registerNewKeywordsFromSelector("MDLBundleAssetResolver", b"initWithBundle:")
|
|
2348
|
+
objc.registerNewKeywordsFromSelector(
|
|
2349
|
+
"MDLCheckerboardTexture",
|
|
2350
|
+
b"initWithDivisions:name:dimensions:channelCount:channelEncoding:color1:color2:",
|
|
2351
|
+
)
|
|
2352
|
+
objc.registerNewKeywordsFromSelector(
|
|
2353
|
+
"MDLColorSwatchTexture",
|
|
2354
|
+
b"initWithColorGradientFrom:toColor:name:textureDimensions:",
|
|
2355
|
+
)
|
|
2356
|
+
objc.registerNewKeywordsFromSelector(
|
|
2357
|
+
"MDLColorSwatchTexture",
|
|
2358
|
+
b"initWithColorTemperatureGradientFrom:toColorTemperature:name:textureDimensions:",
|
|
2359
|
+
)
|
|
2360
|
+
objc.registerNewKeywordsFromSelector(
|
|
2361
|
+
"MDLLightProbe", b"initWithReflectiveTexture:irradianceTexture:"
|
|
2362
|
+
)
|
|
2363
|
+
objc.registerNewKeywordsFromSelector("MDLMaterial", b"initWithName:scatteringFunction:")
|
|
2364
|
+
objc.registerNewKeywordsFromSelector("MDLMaterialProperty", b"initWithName:semantic:")
|
|
2365
|
+
objc.registerNewKeywordsFromSelector(
|
|
2366
|
+
"MDLMaterialProperty", b"initWithName:semantic:URL:"
|
|
2367
|
+
)
|
|
2368
|
+
objc.registerNewKeywordsFromSelector(
|
|
2369
|
+
"MDLMaterialProperty", b"initWithName:semantic:color:"
|
|
2370
|
+
)
|
|
2371
|
+
objc.registerNewKeywordsFromSelector(
|
|
2372
|
+
"MDLMaterialProperty", b"initWithName:semantic:float2:"
|
|
2373
|
+
)
|
|
2374
|
+
objc.registerNewKeywordsFromSelector(
|
|
2375
|
+
"MDLMaterialProperty", b"initWithName:semantic:float3:"
|
|
2376
|
+
)
|
|
2377
|
+
objc.registerNewKeywordsFromSelector(
|
|
2378
|
+
"MDLMaterialProperty", b"initWithName:semantic:float4:"
|
|
2379
|
+
)
|
|
2380
|
+
objc.registerNewKeywordsFromSelector(
|
|
2381
|
+
"MDLMaterialProperty", b"initWithName:semantic:float:"
|
|
2382
|
+
)
|
|
2383
|
+
objc.registerNewKeywordsFromSelector(
|
|
2384
|
+
"MDLMaterialProperty", b"initWithName:semantic:matrix4x4:"
|
|
2385
|
+
)
|
|
2386
|
+
objc.registerNewKeywordsFromSelector(
|
|
2387
|
+
"MDLMaterialProperty", b"initWithName:semantic:string:"
|
|
2388
|
+
)
|
|
2389
|
+
objc.registerNewKeywordsFromSelector(
|
|
2390
|
+
"MDLMaterialProperty", b"initWithName:semantic:textureSampler:"
|
|
2391
|
+
)
|
|
2392
|
+
objc.registerNewKeywordsFromSelector(
|
|
2393
|
+
"MDLMaterialPropertyConnection", b"initWithOutput:input:"
|
|
2394
|
+
)
|
|
2395
|
+
objc.registerNewKeywordsFromSelector(
|
|
2396
|
+
"MDLMaterialPropertyGraph", b"initWithNodes:connections:"
|
|
2397
|
+
)
|
|
2398
|
+
objc.registerNewKeywordsFromSelector(
|
|
2399
|
+
"MDLMaterialPropertyNode", b"initWithInputs:outputs:evaluationFunction:"
|
|
2400
|
+
)
|
|
2401
|
+
objc.registerNewKeywordsFromSelector("MDLMatrix4x4Array", b"initWithElementCount:")
|
|
2402
|
+
objc.registerNewKeywordsFromSelector(
|
|
2403
|
+
"MDLMesh", b"initBoxWithExtent:segments:inwardNormals:geometryType:allocator:"
|
|
2404
|
+
)
|
|
2405
|
+
objc.registerNewKeywordsFromSelector(
|
|
2406
|
+
"MDLMesh",
|
|
2407
|
+
b"initCapsuleWithExtent:cylinderSegments:hemisphereSegments:inwardNormals:geometryType:allocator:",
|
|
2408
|
+
)
|
|
2409
|
+
objc.registerNewKeywordsFromSelector(
|
|
2410
|
+
"MDLMesh", b"initConeWithExtent:segments:inwardNormals:cap:geometryType:allocator:"
|
|
2411
|
+
)
|
|
2412
|
+
objc.registerNewKeywordsFromSelector(
|
|
2413
|
+
"MDLMesh",
|
|
2414
|
+
b"initCylinderWithExtent:segments:inwardNormals:topCap:bottomCap:geometryType:allocator:",
|
|
2415
|
+
)
|
|
2416
|
+
objc.registerNewKeywordsFromSelector(
|
|
2417
|
+
"MDLMesh",
|
|
2418
|
+
b"initHemisphereWithExtent:segments:inwardNormals:cap:geometryType:allocator:",
|
|
2419
|
+
)
|
|
2420
|
+
objc.registerNewKeywordsFromSelector(
|
|
2421
|
+
"MDLMesh", b"initIcosahedronWithExtent:inwardNormals:geometryType:allocator:"
|
|
2422
|
+
)
|
|
2423
|
+
objc.registerNewKeywordsFromSelector(
|
|
2424
|
+
"MDLMesh", b"initMeshBySubdividingMesh:submeshIndex:subdivisionLevels:allocator:"
|
|
2425
|
+
)
|
|
2426
|
+
objc.registerNewKeywordsFromSelector(
|
|
2427
|
+
"MDLMesh", b"initPlaneWithExtent:segments:geometryType:allocator:"
|
|
2428
|
+
)
|
|
2429
|
+
objc.registerNewKeywordsFromSelector(
|
|
2430
|
+
"MDLMesh", b"initSphereWithExtent:segments:inwardNormals:geometryType:allocator:"
|
|
2431
|
+
)
|
|
2432
|
+
objc.registerNewKeywordsFromSelector("MDLMesh", b"initWithBufferAllocator:")
|
|
2433
|
+
objc.registerNewKeywordsFromSelector(
|
|
2434
|
+
"MDLMesh", b"initWithVertexBuffer:vertexCount:descriptor:submeshes:"
|
|
2435
|
+
)
|
|
2436
|
+
objc.registerNewKeywordsFromSelector(
|
|
2437
|
+
"MDLMesh", b"initWithVertexBuffers:vertexCount:descriptor:submeshes:"
|
|
2438
|
+
)
|
|
2439
|
+
objc.registerNewKeywordsFromSelector("MDLMeshBufferData", b"initWithType:data:")
|
|
2440
|
+
objc.registerNewKeywordsFromSelector("MDLMeshBufferData", b"initWithType:length:")
|
|
2441
|
+
objc.registerNewKeywordsFromSelector("MDLMeshBufferMap", b"initWithBytes:deallocator:")
|
|
2442
|
+
objc.registerNewKeywordsFromSelector(
|
|
2443
|
+
"MDLNoiseTexture",
|
|
2444
|
+
b"initCellularNoiseWithFrequency:name:textureDimensions:channelEncoding:",
|
|
2445
|
+
)
|
|
2446
|
+
objc.registerNewKeywordsFromSelector(
|
|
2447
|
+
"MDLNoiseTexture",
|
|
2448
|
+
b"initScalarNoiseWithSmoothness:name:textureDimensions:channelCount:channelEncoding:grayscale:",
|
|
2449
|
+
)
|
|
2450
|
+
objc.registerNewKeywordsFromSelector(
|
|
2451
|
+
"MDLNoiseTexture",
|
|
2452
|
+
b"initVectorNoiseWithSmoothness:name:textureDimensions:channelEncoding:",
|
|
2453
|
+
)
|
|
2454
|
+
objc.registerNewKeywordsFromSelector(
|
|
2455
|
+
"MDLNormalMapTexture",
|
|
2456
|
+
b"initByGeneratingNormalMapWithTexture:name:smoothness:contrast:",
|
|
2457
|
+
)
|
|
2458
|
+
objc.registerNewKeywordsFromSelector(
|
|
2459
|
+
"MDLPackedJointAnimation", b"initWithName:jointPaths:"
|
|
2460
|
+
)
|
|
2461
|
+
objc.registerNewKeywordsFromSelector("MDLPathAssetResolver", b"initWithPath:")
|
|
2462
|
+
objc.registerNewKeywordsFromSelector("MDLPhotometricLight", b"initWithIESProfile:")
|
|
2463
|
+
objc.registerNewKeywordsFromSelector("MDLRelativeAssetResolver", b"initWithAsset:")
|
|
2464
|
+
objc.registerNewKeywordsFromSelector("MDLSkeleton", b"initWithName:jointPaths:")
|
|
2465
|
+
objc.registerNewKeywordsFromSelector(
|
|
2466
|
+
"MDLSkyCubeTexture",
|
|
2467
|
+
b"initWithName:channelEncoding:textureDimensions:turbidity:sunElevation:sunAzimuth:upperAtmosphereScattering:groundAlbedo:",
|
|
2468
|
+
)
|
|
2469
|
+
objc.registerNewKeywordsFromSelector(
|
|
2470
|
+
"MDLSkyCubeTexture",
|
|
2471
|
+
b"initWithName:channelEncoding:textureDimensions:turbidity:sunElevation:upperAtmosphereScattering:groundAlbedo:",
|
|
2472
|
+
)
|
|
2473
|
+
objc.registerNewKeywordsFromSelector(
|
|
2474
|
+
"MDLSubmesh", b"initWithIndexBuffer:indexCount:indexType:geometryType:material:"
|
|
2475
|
+
)
|
|
2476
|
+
objc.registerNewKeywordsFromSelector(
|
|
2477
|
+
"MDLSubmesh", b"initWithMDLSubmesh:indexType:geometryType:"
|
|
2478
|
+
)
|
|
2479
|
+
objc.registerNewKeywordsFromSelector(
|
|
2480
|
+
"MDLSubmesh",
|
|
2481
|
+
b"initWithName:indexBuffer:indexCount:indexType:geometryType:material:",
|
|
2482
|
+
)
|
|
2483
|
+
objc.registerNewKeywordsFromSelector(
|
|
2484
|
+
"MDLSubmesh",
|
|
2485
|
+
b"initWithName:indexBuffer:indexCount:indexType:geometryType:material:topology:",
|
|
2486
|
+
)
|
|
2487
|
+
objc.registerNewKeywordsFromSelector("MDLSubmeshTopology", b"initWithSubmesh:")
|
|
2488
|
+
objc.registerNewKeywordsFromSelector(
|
|
2489
|
+
"MDLTexture",
|
|
2490
|
+
b"initWithData:topLeftOrigin:name:dimensions:rowStride:channelCount:channelEncoding:isCube:",
|
|
2491
|
+
)
|
|
2492
|
+
objc.registerNewKeywordsFromSelector("MDLTransform", b"initWithMatrix:")
|
|
2493
|
+
objc.registerNewKeywordsFromSelector("MDLTransform", b"initWithMatrix:resetsTransform:")
|
|
2494
|
+
objc.registerNewKeywordsFromSelector("MDLTransform", b"initWithTransformComponent:")
|
|
2495
|
+
objc.registerNewKeywordsFromSelector(
|
|
2496
|
+
"MDLTransform", b"initWithTransformComponent:resetsTransform:"
|
|
2497
|
+
)
|
|
2498
|
+
objc.registerNewKeywordsFromSelector("MDLURLTexture", b"initWithURL:name:")
|
|
2499
|
+
objc.registerNewKeywordsFromSelector(
|
|
2500
|
+
"MDLVertexAttribute", b"initWithName:format:offset:bufferIndex:"
|
|
2501
|
+
)
|
|
2502
|
+
objc.registerNewKeywordsFromSelector("MDLVertexBufferLayout", b"initWithStride:")
|
|
2503
|
+
objc.registerNewKeywordsFromSelector(
|
|
2504
|
+
"MDLVertexDescriptor", b"initWithVertexDescriptor:"
|
|
2505
|
+
)
|
|
2506
|
+
objc.registerNewKeywordsFromSelector(
|
|
2507
|
+
"MDLVoxelArray",
|
|
2508
|
+
b"initWithAsset:divisions:interiorNBWidth:exteriorNBWidth:patchRadius:",
|
|
2509
|
+
)
|
|
2510
|
+
objc.registerNewKeywordsFromSelector(
|
|
2511
|
+
"MDLVoxelArray",
|
|
2512
|
+
b"initWithAsset:divisions:interiorShells:exteriorShells:patchRadius:",
|
|
2513
|
+
)
|
|
2514
|
+
objc.registerNewKeywordsFromSelector(
|
|
2515
|
+
"MDLVoxelArray", b"initWithAsset:divisions:patchRadius:"
|
|
2516
|
+
)
|
|
2517
|
+
objc.registerNewKeywordsFromSelector(
|
|
2518
|
+
"MDLVoxelArray", b"initWithData:boundingBox:voxelExtent:"
|
|
2519
|
+
)
|
|
2331
2520
|
expressions = {}
|
|
2332
2521
|
|
|
2333
2522
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-ModelIO
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3.1
|
|
4
4
|
Summary: Wrappers for the framework ModelIO on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,9 +30,9 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Quartz>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3.1
|
|
35
|
+
Requires-Dist: pyobjc-framework-Quartz>=10.3.1
|
|
36
36
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
37
37
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
38
38
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -38,6 +38,6 @@ PyObjCTest/test_modelio.py
|
|
|
38
38
|
metadata/ModelIO.fwinfo
|
|
39
39
|
metadata/metadata.ini
|
|
40
40
|
metadata/raw/arm64-13.0.fwinfo
|
|
41
|
-
metadata/raw/arm64-14.
|
|
41
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
42
42
|
metadata/raw/x86_64-13.0.fwinfo
|
|
43
|
-
metadata/raw/x86_64-14.
|
|
43
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-ModelIO
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3.1
|
|
4
4
|
Summary: Wrappers for the framework ModelIO on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,9 +30,9 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Quartz>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3.1
|
|
35
|
+
Requires-Dist: pyobjc-framework-Quartz>=10.3.1
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
Wrappers for the "ModelIO" framework on macOS.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat
|
|
4
|
+
// Last update: Sat May 18 09:32:48 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -5421,6 +5421,19 @@
|
|
|
5421
5421
|
"args": [],
|
|
5422
5422
|
"class_method": false,
|
|
5423
5423
|
"retval": {
|
|
5424
|
+
"callable": {
|
|
5425
|
+
"arguments": {
|
|
5426
|
+
"0": {
|
|
5427
|
+
"type": "^v"
|
|
5428
|
+
},
|
|
5429
|
+
"1": {
|
|
5430
|
+
"type": "@"
|
|
5431
|
+
}
|
|
5432
|
+
},
|
|
5433
|
+
"retval": {
|
|
5434
|
+
"type": "v"
|
|
5435
|
+
}
|
|
5436
|
+
},
|
|
5424
5437
|
"typestr": "@?",
|
|
5425
5438
|
"typestr_special": false
|
|
5426
5439
|
},
|
|
@@ -5434,6 +5447,9 @@
|
|
|
5434
5447
|
"arguments": {
|
|
5435
5448
|
"0": {
|
|
5436
5449
|
"type": "^v"
|
|
5450
|
+
},
|
|
5451
|
+
"1": {
|
|
5452
|
+
"type": "@"
|
|
5437
5453
|
}
|
|
5438
5454
|
},
|
|
5439
5455
|
"retval": {
|
|
@@ -14750,5 +14766,5 @@
|
|
|
14750
14766
|
"ModelIOExports.h"
|
|
14751
14767
|
],
|
|
14752
14768
|
"release": "10.16",
|
|
14753
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
14769
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
14754
14770
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat
|
|
4
|
+
// Last update: Sat May 18 09:32:45 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -5421,6 +5421,19 @@
|
|
|
5421
5421
|
"args": [],
|
|
5422
5422
|
"class_method": false,
|
|
5423
5423
|
"retval": {
|
|
5424
|
+
"callable": {
|
|
5425
|
+
"arguments": {
|
|
5426
|
+
"0": {
|
|
5427
|
+
"type": "^v"
|
|
5428
|
+
},
|
|
5429
|
+
"1": {
|
|
5430
|
+
"type": "@"
|
|
5431
|
+
}
|
|
5432
|
+
},
|
|
5433
|
+
"retval": {
|
|
5434
|
+
"type": "v"
|
|
5435
|
+
}
|
|
5436
|
+
},
|
|
5424
5437
|
"typestr": "@?",
|
|
5425
5438
|
"typestr_special": false
|
|
5426
5439
|
},
|
|
@@ -5434,6 +5447,9 @@
|
|
|
5434
5447
|
"arguments": {
|
|
5435
5448
|
"0": {
|
|
5436
5449
|
"type": "^v"
|
|
5450
|
+
},
|
|
5451
|
+
"1": {
|
|
5452
|
+
"type": "@"
|
|
5437
5453
|
}
|
|
5438
5454
|
},
|
|
5439
5455
|
"retval": {
|
|
@@ -14750,5 +14766,5 @@
|
|
|
14750
14766
|
"ModelIOExports.h"
|
|
14751
14767
|
],
|
|
14752
14768
|
"release": "10.16",
|
|
14753
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
14769
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
14754
14770
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/Modules/_ModelIO_protocols.m
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlanimation.py
RENAMED
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlasset.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlcamera.py
RENAMED
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdllight.py
RENAMED
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlmaterial.py
RENAMED
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlmesh.py
RENAMED
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlmeshbuffer.py
RENAMED
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlobject.py
RENAMED
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlprimitive.py
RENAMED
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdltexture.py
RENAMED
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdltransform.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdltypes.py
RENAMED
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlvaluetypes.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_mdlvoxelarray.py
RENAMED
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/PyObjCTest/test_modelio.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/metadata/raw/arm64-13.0.fwinfo
RENAMED
|
File without changes
|
{pyobjc-framework-ModelIO-10.2 → pyobjc_framework_modelio-10.3.1}/metadata/raw/x86_64-13.0.fwinfo
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|