sitoa
sitoa copied to clipboard
Arnold plugin for Softimage
This update brings support for the following new Arnold features from Arnold 7.1.4 to 7.2.2 - Global light sampling (v7.2.1 and v7.2.2) - New parameter `enable_sky` in `physical_sky` to disable...
This update brings support for the following new Arnold features from Arnold 7.1.0 to 7.1.4 - Per axis texture on `triplanar` (v7.1) - Flip opposite on `triplanar` (v7.1) - Dual...
Arnold Light has Temperature controls in at least 3ds Max, Maya and Cinema 4D. We should add those to Softimage as well. I've been going through the code in MtoA...
Arnold added an USD reader in version 6.0.2.0. Will be smart to add support for it and Alembic (#20) at the same time. I had a look at MtoA source...
While doing #26 I noticed that the stylized highlights in the Toon shader doesn't render properly every time. I haven't been able to reproduce it in kick so it seems...
Arnold 5.1 includes an alembic procedural. We need to check if this already works with the Procedural property or if any changes needs to be made.
Arnold 5.3 includes a new MaterialX API that's implemented in the other DCC plugins. From 5.3.0.0 release notes: > - **MaterialX API**: A new function `AiMaterialxWrite()` bakes the shader and...
This is just a copy of the trac ticket 1908 that never got implemented. > In 4.2.9 the light_blocker filter has a shader parameter, allowing to filter off the light...
In Arnold 5 you can create custom AOVs with Light Path Expressions. We should create an interface for doing so. https://support.solidangle.com/display/A5ARP/Light+Path+Expression+AOVs
Auto UI generation is made for all native Arnold shaders by the help of a metadata file called `arnold_shaders.mtd`. Some features would be good do add to that auto generation:...