This version of UsdView will have an Apple Silcon, Metal-native viewer, openimageio, and alembic support. It does not yet include MaterialX, OpenColorIO, or any of the other many options build_usd.py supports.
Using the PySide6 PR by Jon Creighton
This version of UsdView will have an Apple Silcon, Metal-native viewer, openimageio, and alembic support. It does not yet include MaterialX, OpenColorIO, or any of the other many options build_usd.py supports.
Using the PySide6 PR by Jon Creighton
rapid | hot fix animation tools | |
| one off pipeline hacks simulation tools | |
| one off task UI nodes for procedural graphs | |
| build systems | |
| rigging systems | |
| | |
| | |
slow | looks foundational architecture |
notes from Siggraph 2022, USD Industry Council, Aaron Luk moderating
ifc requested by many https://en.wikipedia.org/wiki/Industry_Foundation_Classes although it sounds like many consider it to be on a ramp to obsolence
discussion of an "interning" schema for IoT data streams bridged via fabric or directly into usd available in usd via dynamic payload
Classic films curated by Ralph Egglestein, 1920s-60s https://archives-library.pixar.com/collections/76-classic-films
You need to build a system three times
I like to think I came up with it at LucasArts twenty years ago, but at this point I don't know if it was generally in the zeitgeist.
class PBRMesh { | |
var mtkMesh : MTKMesh? | |
var submeshes = [PBRSubmesh?]() | |
// create an array with 3 entries initialized to nil | |
// swift doesn't have fixed size object arrays | |
var pipeline = [PBRModel_Pipeline?](repeating: nil, count: 3) | |
#include "OpenEXRCore/attributes.c" | |
#include "OpenEXRCore/base.c" | |
#include "OpenEXRCore/channel_list.c" | |
#include "OpenEXRCore/chunk.c" | |
#include "OpenEXRCore/coding.c" | |
#include "OpenEXRCore/context.c" | |
#include "OpenEXRCore/debug.c" | |
#include "OpenEXRCore/decoding.c" | |
#include "OpenEXRCore/encoding.c" |
sudo apt install git
where python
to find the monumentally inconvenient python helperimport SwiftUI | |
enum OSDocumentError: Error { | |
case unknownFileFormat | |
} | |
#if canImport(UIKit) | |
import UIKit |