Alex Fuller boberfly
  • Joined on 2007-05-21
Alex Fuller commented on pull request blender/cycles#1 2024-10-04 10:36:42 +02:00
Cycles shared library

I'm currently looking to deploying Cycles in a production environment using rez which this is needed to reduce compiling and library bloat as well. Cycles has traditionally been compiled into…

Alex Fuller pushed to fb/release/v4.2 at boberfly/cycles 2024-07-30 09:38:02 +02:00
af8854a943 OpenUSD 24.08 requests OpenGL so make sure that is a find_package in CMake
8b952ba499 Use a prefix on OpenImageDenoise (CyclesOpenImageDenoise) so there's no conflicts with other renderers
199c8d6660 Merge branch 'precompiledDepsToggle' into fb/release/v4.2
4a5b969aa4 Toggle for precompiled dependencies
Compare 4 commits »
Alex Fuller created pull request blender/cycles#13 2024-07-25 15:14:44 +02:00
Toggle for precompiled dependencies
Alex Fuller created branch precompiledDepsToggle in boberfly/cycles 2024-07-25 15:12:47 +02:00
Alex Fuller pushed to precompiledDepsToggle at boberfly/cycles 2024-07-25 15:12:47 +02:00
4a5b969aa4 Toggle for precompiled dependencies
Alex Fuller pushed tag v4.0.1 to boberfly/cycles 2024-07-25 11:00:42 +02:00
Alex Fuller pushed tag v4.0.0 to boberfly/cycles 2024-07-25 11:00:42 +02:00
Alex Fuller pushed tag v4.0.2 to boberfly/cycles 2024-07-25 11:00:42 +02:00
Alex Fuller pushed tag v4.2.0 to boberfly/cycles 2024-07-25 11:00:42 +02:00
Alex Fuller pushed tag v4.1.1 to boberfly/cycles 2024-07-25 11:00:42 +02:00
Alex Fuller created branch fb/release/v4.2 in boberfly/cycles 2024-07-25 11:00:41 +02:00
Alex Fuller pushed to fb/release/v4.2 at boberfly/cycles 2024-07-25 11:00:41 +02:00
81a910a740 Fix for very old python support on windows
b566dd507a Allow more boost python versions, detected via environment variable
Compare 2 commits »
Alex Fuller pushed tag v3.6.0 to boberfly/cycles 2024-07-25 11:00:41 +02:00
Alex Fuller pushed tag v3.5.0 to boberfly/cycles 2024-07-25 11:00:41 +02:00
Alex Fuller pushed to main at boberfly/cycles 2024-07-25 10:07:43 +02:00
6170e50fbd Fix #116243, #122022 - metalrt live viewport stability issues
99f4fb9c27 Fix #124241: Light-linked objects render incorrectly in volumes
291aba8d5b Fix metalrt motion blur setup buffer overrun
d00d681080 Avoid spam metal pipeline creation during viewport animation
8840ab3e38 Fix automatic optix denoiser section criteria
Compare 900 commits »
Alex Fuller commented on pull request blender/blender#124474 2024-07-13 07:12:15 +02:00
WIP: Fix: artifacts at volume self-intersection

Hi @weizhen if you'd like, I have some code here that will just make a bounding box mesh vs a generated mesh around the VDB - I'd be curious of the speed differences of the highest resolution wdas…

Alex Fuller commented on issue blender/blender#101484 2024-05-22 02:52:40 +02:00
Blocky artifacts in various render passes when rendering overlapping VDB volumes in Cycles

I have this experiment here: d68c162f29

Not quite against the Blender codebase itself though but perhaps this…

Alex Fuller commented on issue blender/blender#101484 2024-05-22 02:00:01 +02:00
Blocky artifacts in various render passes when rendering overlapping VDB volumes in Cycles

Hi @Ethan-Davis-1 from memory what I got working was bypassing the mesh 'shell' generation around the volume in-favour of just making a bounding-box mesh which helped to remove the blocky…

Alex Fuller commented on issue blender/blender#73266 2024-05-22 01:55:00 +02:00
Improve custom shader AOVs

I can take a look at this one on the Cycles-side - I wasn't quite sure on how to tackle it but perhaps it is writing a new closure of an AOV output type - which I think would also be a small…

Alex Fuller pushed to feature/octahedral_tangents at boberfly/blender 2024-05-14 16:27:06 +02:00
a627942c02 Cycles octahedral tangents