Block a user
Brecht Van Lommel
deleted branch pr-assign from valadaptive/blender-developer-docs
2024-05-06 13:47:50 +02:00
Use active voice when describing PR assignment
Brecht Van Lommel
deleted branch fix-preview-blur from valadaptive/blender
2024-05-06 13:46:36 +02:00
Regression: Pixels in render result appear blurry during rendering
Fix #104395: Fix blurry Cycles render preview at 1:1 zoom
Fix #121345: Viewlayer denoising versioning dont apply correctly
Regression: Viewlayer denoising versioning settings no longer apply correctly
RNA: compositor output node API
I'm not concerned about active_output
vs. output
naming, but about consistently using a property vs. a function for this.
Cycles: Add Portal BSDF
Depth of field works by modifying the initial ray position and direction, there is no other information that is tracked that could be modified. For a computer screen, you'd discard the ray…
RNA: compositor output node API
I just noticed that something like this already exists in the API. https://docs.blender.org/api/main/bpy.types.Nodes.html#bpy.types.Nodes.active
But it's not exactly the same, since active and…
RNA: compositor output node API
Testing compositor nodes with output nodes inside group nodes, it doesn't seem to actually work this way?
Blender 3.3.17 or newer fails to build on OpenBSD
Blender 3.3.17 or newer fails to build on OpenBSD
I committed a fix now. With the existing source package, the workaround would be to remove the lib/linux_x64
directory before building.