Revision 3836cb0 by Cristian Kovacs (cycles_unbiased_volumes) October 15, 2019, 14:08 (GMT) |
Merge pull request #12 from tangent-animation/blender-v2.80-master Blender v2.80 master |
October 15, 2019, 13:59 (GMT) |
Cycles: NULL pointer check in OpenVDB integration. |
October 15, 2019, 13:20 (GMT) |
small change to blender axial - it all seems to work. |
October 15, 2019, 13:06 (GMT) |
Added NULL pointer checks to fix rendering of non-VDB volumes. |
October 15, 2019, 13:06 (GMT) |
Cycles: Crash fix for random walk SSS with Embree. CBLND-85 |
October 14, 2019, 23:54 (GMT) |
Merge branch 'blender-v2.80-develop' of https://github.com/tangent-animation/blender2.8 into blender-v2.80-develop |
Revision a9ccf87 by Cristian Kovacs (cycles_unbiased_volumes) October 14, 2019, 20:43 (GMT) |
Merge pull request #11 from tangent-animation/blender-v2.80-develop Blender v2.80 develop |
Revision 6e09e33 by Cristian Kovacs (cycles_unbiased_volumes) October 14, 2019, 20:34 (GMT) |
Merge pull request #10 from tangent-animation/feature/old_axial_fix Feature/old axial fix |
October 14, 2019, 20:32 (GMT) |
Fixed issue in axial build, the matrix to create the gizmo was the wrong dimension. |
October 13, 2019, 15:15 (GMT) |
Merge branch 'blender-v2.80-develop' of https://github.com/tangent-animation/blender2.8 into blender-v2.80-develop |
October 11, 2019, 11:41 (GMT) |
Merge pull request #8 from bfloch/feature/cryptomatte_unique_instances Feature/cryptomatte unique instances |
October 10, 2019, 21:15 (GMT) |
Trying old axial method |
October 9, 2019, 21:19 (GMT) |
Made axial more like old axial. |
October 9, 2019, 17:52 (GMT) |
Refactor Cryptomatte options into own enum. Some places check for active crytpomatte passes by comparing the cryptomatte_passes with CRYPT_NONE. Since they have more options now it makes sense to separate them so that no subtle misbehaviour can happen. |
October 9, 2019, 17:51 (GMT) |
Add option to not write the Cryptomatte manifest. According to cryptomatte specs the manifest is optional. In order to reduce the Exr file size the users now have an option to omit it. |
October 9, 2019, 17:51 (GMT) |
Add option for unique objects in CryptoMatte pass. As is instances in CryptoMatte end up having the same hash. This commit adds an option to treat objects unique, by adding the random_id to the object's name for the CryptoMatte pass. It uses @ as separator. |
Revision 2f0af40 by Cristian Kovacs (cycles_unbiased_volumes) October 8, 2019, 17:35 (GMT) |
Merge pull request #9 from tangent-animation/blender-v2.80-develop Blender v2.80 develop |
Revision cae5c1e by Cristian Kovacs (cycles_unbiased_volumes) October 8, 2019, 13:46 (GMT) |
Merge pull request #7 from tangent-animation/feature/axial_fix Made a small addition to axial for rigs. |
October 8, 2019, 13:45 (GMT) |
Made a small addition to axial for rigs. |
Revision e383778 by Cristian Kovacs (cycles_unbiased_volumes) October 7, 2019, 20:33 (GMT) |
Merge pull request #6 from tangent-animation/feature/axial_fix Made some changes to axial to accomondate Child Of Constraints ... as? |
|