gltf2usd | command-line utility for converting glTF 2.0 models to USD | 3D Printing library
kandi X-RAY | gltf2usd Summary
kandi X-RAY | gltf2usd Summary
This tool is a command-line Python script which converts glTF 2.0 models to USD, with the goal being simple pipeline conversion from glTF to usd, usda, usdc, or usdz. The tool is a proof-of-concept, to determine format conversion details, which could be useful for an actual C++ USD plugin. It has been developed and tested on both Windows 10 and Mac OS 10.14 Mojave Beta, using USD v18.09 and v18.11, and is built against the USD Python API. This tool currently only works on glTF 2.0 files, based on the core glTF 2.0 specification (no extensions except PbrSpecularGlossiness and KHR_texture_transform).
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Sets the PHR of the given material
- Set the color of the material
- Set metallic material
- Set the base color
- Write the image to a directory
- Convert the image
- Return the transformation matrix for a texture
- Transform an image
- Return data associated with accessor
- Return the number of accessor types
- Gets the byte size of the given type
- Computes the rest transformation matrix for a given scene
- Computes the usd transformation matrix from a node
- Convert to usd
- Check the compliance of the given root layer
- Create a new usd animation
- Returns a function to convert a keyframe
- Set the normal texture
- Set emissive texture
- Sets the exposure texture
gltf2usd Key Features
gltf2usd Examples and Code Snippets
Community Discussions
Trending Discussions on gltf2usd
QUESTION
I already had tried installing enum
, enum34
and aenum
on my mac, but i could not import these packages into my code or interactive shell.
But I can find these packages on pip freeze
.
Basically I want to run https://github.com/kcoley/gltf2usd .
...ANSWER
Answered 2019-Jul-01 at 18:24I could not find any solution but for now, I copied enum from https://bitbucket.org/stoneleaf/enum34/src/default/enum/__init__.py into my local folder.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gltf2usd
You can use gltf2usd like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page