Ben

Results 12 issues of Ben

We currently don't properly handle curves of different types, wraps properly https://graphics.pixar.com/usd/docs/api/class_usd_geom_basis_curves.html#details

bug

Basic support is added in this branch: https://github.com/tangent-opensource/hdcycles/tree/feature/panoramic_camera Few missing features before PR ready. We rely on usdcycles schema for knowing if a camera should be panoramic. Ideally we would...

enhancement

Unknown if this works with the USD/Hydra pardigm. It seems like we can support it through render settings and render products. But could produce strange results for interactive renders in...

enhancement

To allow the selection of imageable primitives in an interactive session, aov's must be properly implemented. Requires #14 to be implemented first

bug
enhancement
held

enhancement

The following white papers are required to be implemented into the core of USD to allow proper support for this: - http://graphics.pixar.com/usd/docs/Adapting-UsdLux-to-the-Needs-of-Renderers.html - http://graphics.pixar.com/usd/docs/Generalizing-Connectable-Nodes-Beyond-UsdShade.html

enhancement
held

Unsure where this breaks, or who to send this too, but running: `rez-pip --python-version 3.7 -i PyQt5` Results in ``` qt.qpa.plugin: Could not find the Qt platform plugin "windows" in...

Broken version: `8.7.2+` Working version: `8.7.1` Bug: `onClick` events are not triggered on anthing when using a `` tag and setting object directly from gltf scene. According to docs and...

bug

Running `npx create-react-native-app -t with-react-three-fiber` creates the following error on `npm install` ``` npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/three npm ERR! three@"^0.143.0" from the...

When running a basic prediction with docker (4.26.1) via WSL, I get this endless hang... ``` cog predict r8.im/replicate/hello-world@sha256:5c7d5dc6dd8bf75c1acaa8565735e7986bc5b66206b55cca93cb72c9bf15ccaa -i 'text="Alice"' --debug $ docker image inspect r8.im/replicate/hello-world@sha256:5c7d5dc6dd8bf75c1acaa8565735e7986bc5b66206b55cca93cb72c9bf15ccaa $ docker image...