Classic films curated by Ralph Egglestein, 1920s-60s https://archives-library.pixar.com/collections/76-classic-films
- 12 Angry Men
- The 400 Blows
- 42nd St
- 5 fingers
- Above Suspicion
- All About Eve
- All Quiet on the Western Front
Classic films curated by Ralph Egglestein, 1920s-60s https://archives-library.pixar.com/collections/76-classic-films
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
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 |
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
--- labfx version 1.0 | |
name: Particles | |
version: 1.0 | |
------------------------------------------------------------------------------- | |
buffer: gbuffer | |
has depth: yes |
by our incantations we manipulate the dance of electrons in the microcosm, the very fabric of the universe itself
.?
is equivalent to orelse unreachable
.
So to unwrap you can either do const y = x orelse <default>;
or if (x) |unwrapped_x| {}
;
One way to debug ZLS lookups is to do
zig run zls/zig-out/bin/build-runner.zig --pkg-begin "@build@" path/to/your/build.zig --pkg-end
and make sure it outputs a list of packages.
Using slices for a stringmap
1>------ Build started: Project: tinyusd, Configuration: RelWithDebInfo x64 ------ | |
1>main.obj : error LNK2001: unresolved external symbol "class pxrInternal_v0_22__pxrReserved__::Usd_PrimFlagsConjunction const pxrInternal_v0_22__pxrReserved__::UsdPrimDefaultPredicate" (?UsdPrimDefaultPredicate@pxrInternal_v0_22__pxrReserved__@@3VUsd_PrimFlagsConjunction@1@B) | |
1>main.obj : error LNK2001: unresolved external symbol "private: static char * * pxrInternal_v0_22__pxrReserved__::Sdf_Pool<struct pxrInternal_v0_22__pxrReserved__::Sdf_PathPrimTag,24,8,16384>::_regionStarts" (?_regionStarts@?$Sdf_Pool@USdf_PathPrimTag@pxrInternal_v0_22__pxrReserved__@@$0BI@$07$0EAAA@@pxrInternal_v0_22__pxrReserved__@@0PAPEADA) | |
1>main.obj : error LNK2001: unresolved external symbol "private: static char * * pxrInternal_v0_22__pxrReserved__::Sdf_Pool<struct pxrInternal_v0_22__pxrReserved__::Sdf_PathPropTag,24,8,16384>::_regionStarts" (?_regionStarts@?$Sdf_Pool@USdf_PathPropTag@pxrInternal_v0_22__pxrReserved__@@$0BI@$07$0EAAA@@pxrInternal_v |
#include <atomic> | |
#include <cstdlib> | |
#include <vector> | |
#include <stdlib.h> | |
//#define PRINT(...) printf(__VA_ARGS__) | |
#define PRINT(...) | |
/* |