-
- Downloads
Cycles: add USD as a file format for Cycles standalone rendering
Long term, this should replace the XML format. This reuses the Hydra render delegate implementation, and so supports the same features. The same command line options and GUI work for both XML and USD also. The implementation of this is still disabled, waiting for some refactoring of USD library linking. However we want the Cycles code to be in sync between repositories for the 3.2 release. Ref T96731
Showing
- intern/cycles/app/cycles_standalone.cpp 14 additions, 2 deletionsintern/cycles/app/cycles_standalone.cpp
- intern/cycles/hydra/CMakeLists.txt 2 additions, 0 deletionsintern/cycles/hydra/CMakeLists.txt
- intern/cycles/hydra/file_reader.cpp 121 additions, 0 deletionsintern/cycles/hydra/file_reader.cpp
- intern/cycles/hydra/file_reader.h 17 additions, 0 deletionsintern/cycles/hydra/file_reader.h
- intern/cycles/hydra/geometry.inl 7 additions, 2 deletionsintern/cycles/hydra/geometry.inl
- intern/cycles/hydra/light.cpp 5 additions, 1 deletionintern/cycles/hydra/light.cpp
- intern/cycles/hydra/material.cpp 4 additions, 1 deletionintern/cycles/hydra/material.cpp
- intern/cycles/hydra/render_delegate.cpp 4 additions, 2 deletionsintern/cycles/hydra/render_delegate.cpp
- intern/cycles/hydra/render_delegate.h 2 additions, 1 deletionintern/cycles/hydra/render_delegate.h
- intern/cycles/hydra/session.cpp 3 additions, 2 deletionsintern/cycles/hydra/session.cpp
- intern/cycles/hydra/session.h 2 additions, 1 deletionintern/cycles/hydra/session.h
Loading
Please register or sign in to comment