Why is my alpha pass binary (just 0's and 1's) in Cycles?
In Blender Render, my rendered alpha pass has intermediate values (e.g., 0.83) at the boundary -- great for anti-aliasing compositing!
However, when I switch to Cycles, my alpha channel is always binary, i.e., consisting of only 0's and 1's.
For some other reasons, I have to stick with Cycles. How would I produce an alpha pass with intermediate values in Cycles?
transparency
add a comment |
In Blender Render, my rendered alpha pass has intermediate values (e.g., 0.83) at the boundary -- great for anti-aliasing compositing!
However, when I switch to Cycles, my alpha channel is always binary, i.e., consisting of only 0's and 1's.
For some other reasons, I have to stick with Cycles. How would I produce an alpha pass with intermediate values in Cycles?
transparency
2
@wizzwizz4 Monochrome is single chroma, single hue in colorspace. The term Binary image is correct here. Binary is subset of Grayscale and that is subset of Monochrome.
– Jaroslav Jerryno Novotny
Aug 25 '18 at 15:24
1
@wizzwizz4 Since there is an image showing what it is and there is even explanation in brackets in the title, I fail to see the problem you are trying to solve. At least people will learn what Binary image is. Black&White is used as synonym for Grayscale, it's misleading same as Monochrome was. People not understanding something is normal and does not justify avoiding correct terms, it even might spread confusion. Binary is the best how to call this and there is no problem with it because this is not a casual site, here you will come across many more technical terms.
– Jaroslav Jerryno Novotny
Aug 25 '18 at 16:10
add a comment |
In Blender Render, my rendered alpha pass has intermediate values (e.g., 0.83) at the boundary -- great for anti-aliasing compositing!
However, when I switch to Cycles, my alpha channel is always binary, i.e., consisting of only 0's and 1's.
For some other reasons, I have to stick with Cycles. How would I produce an alpha pass with intermediate values in Cycles?
transparency
In Blender Render, my rendered alpha pass has intermediate values (e.g., 0.83) at the boundary -- great for anti-aliasing compositing!
However, when I switch to Cycles, my alpha channel is always binary, i.e., consisting of only 0's and 1's.
For some other reasons, I have to stick with Cycles. How would I produce an alpha pass with intermediate values in Cycles?
transparency
transparency
edited Aug 25 '18 at 1:45
asked Aug 25 '18 at 1:38
Sibbs Gambling
275217
275217
2
@wizzwizz4 Monochrome is single chroma, single hue in colorspace. The term Binary image is correct here. Binary is subset of Grayscale and that is subset of Monochrome.
– Jaroslav Jerryno Novotny
Aug 25 '18 at 15:24
1
@wizzwizz4 Since there is an image showing what it is and there is even explanation in brackets in the title, I fail to see the problem you are trying to solve. At least people will learn what Binary image is. Black&White is used as synonym for Grayscale, it's misleading same as Monochrome was. People not understanding something is normal and does not justify avoiding correct terms, it even might spread confusion. Binary is the best how to call this and there is no problem with it because this is not a casual site, here you will come across many more technical terms.
– Jaroslav Jerryno Novotny
Aug 25 '18 at 16:10
add a comment |
2
@wizzwizz4 Monochrome is single chroma, single hue in colorspace. The term Binary image is correct here. Binary is subset of Grayscale and that is subset of Monochrome.
– Jaroslav Jerryno Novotny
Aug 25 '18 at 15:24
1
@wizzwizz4 Since there is an image showing what it is and there is even explanation in brackets in the title, I fail to see the problem you are trying to solve. At least people will learn what Binary image is. Black&White is used as synonym for Grayscale, it's misleading same as Monochrome was. People not understanding something is normal and does not justify avoiding correct terms, it even might spread confusion. Binary is the best how to call this and there is no problem with it because this is not a casual site, here you will come across many more technical terms.
– Jaroslav Jerryno Novotny
Aug 25 '18 at 16:10
2
2
@wizzwizz4 Monochrome is single chroma, single hue in colorspace. The term Binary image is correct here. Binary is subset of Grayscale and that is subset of Monochrome.
– Jaroslav Jerryno Novotny
Aug 25 '18 at 15:24
@wizzwizz4 Monochrome is single chroma, single hue in colorspace. The term Binary image is correct here. Binary is subset of Grayscale and that is subset of Monochrome.
– Jaroslav Jerryno Novotny
Aug 25 '18 at 15:24
1
1
@wizzwizz4 Since there is an image showing what it is and there is even explanation in brackets in the title, I fail to see the problem you are trying to solve. At least people will learn what Binary image is. Black&White is used as synonym for Grayscale, it's misleading same as Monochrome was. People not understanding something is normal and does not justify avoiding correct terms, it even might spread confusion. Binary is the best how to call this and there is no problem with it because this is not a casual site, here you will come across many more technical terms.
– Jaroslav Jerryno Novotny
Aug 25 '18 at 16:10
@wizzwizz4 Since there is an image showing what it is and there is even explanation in brackets in the title, I fail to see the problem you are trying to solve. At least people will learn what Binary image is. Black&White is used as synonym for Grayscale, it's misleading same as Monochrome was. People not understanding something is normal and does not justify avoiding correct terms, it even might spread confusion. Binary is the best how to call this and there is no problem with it because this is not a casual site, here you will come across many more technical terms.
– Jaroslav Jerryno Novotny
Aug 25 '18 at 16:10
add a comment |
1 Answer
1
active
oldest
votes
You have only 1 sample set for Cycles:
Any particular sample in Cycles will return either 1 or 0 for the alpha channel. Antialiased alpha edges are built up by averaging multiple samples, some of which strike the occluding object and some which do not. Using a larger number of samples, such as 16, will fix the issue.
This is cool. But how many samples are enough? Hmmm.
– Sibbs Gambling
Aug 25 '18 at 14:35
1
That's one of those nebulous "it's enough samples when it's good enough for you" things. Technically, any sample count greater than 1 gives some antialiasing. The more samples, the more antialiasing. There's no way to say definitively when it's enough. 10-20 is a nice ballpark in a lot of cases, but who knows? Rendering is complicated.
– JtheNinja
Aug 25 '18 at 20:44
Roughly speaking, ~32 samples will clean up images with only diffuse and no bounce. But usually you'll have much more than that. If you have bounce light, you're looking at ~250 for diffuse to clear up, ~500 for glossy, and anywhere from 1,000-3,000 if you have complex reflections, glass, volumetrics, etc. This can be brought down with certain settings, and the use of the denoiser.
– Drudge
Aug 28 '18 at 19:21
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "502"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f116850%2fwhy-is-my-alpha-pass-binary-just-0s-and-1s-in-cycles%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have only 1 sample set for Cycles:
Any particular sample in Cycles will return either 1 or 0 for the alpha channel. Antialiased alpha edges are built up by averaging multiple samples, some of which strike the occluding object and some which do not. Using a larger number of samples, such as 16, will fix the issue.
This is cool. But how many samples are enough? Hmmm.
– Sibbs Gambling
Aug 25 '18 at 14:35
1
That's one of those nebulous "it's enough samples when it's good enough for you" things. Technically, any sample count greater than 1 gives some antialiasing. The more samples, the more antialiasing. There's no way to say definitively when it's enough. 10-20 is a nice ballpark in a lot of cases, but who knows? Rendering is complicated.
– JtheNinja
Aug 25 '18 at 20:44
Roughly speaking, ~32 samples will clean up images with only diffuse and no bounce. But usually you'll have much more than that. If you have bounce light, you're looking at ~250 for diffuse to clear up, ~500 for glossy, and anywhere from 1,000-3,000 if you have complex reflections, glass, volumetrics, etc. This can be brought down with certain settings, and the use of the denoiser.
– Drudge
Aug 28 '18 at 19:21
add a comment |
You have only 1 sample set for Cycles:
Any particular sample in Cycles will return either 1 or 0 for the alpha channel. Antialiased alpha edges are built up by averaging multiple samples, some of which strike the occluding object and some which do not. Using a larger number of samples, such as 16, will fix the issue.
This is cool. But how many samples are enough? Hmmm.
– Sibbs Gambling
Aug 25 '18 at 14:35
1
That's one of those nebulous "it's enough samples when it's good enough for you" things. Technically, any sample count greater than 1 gives some antialiasing. The more samples, the more antialiasing. There's no way to say definitively when it's enough. 10-20 is a nice ballpark in a lot of cases, but who knows? Rendering is complicated.
– JtheNinja
Aug 25 '18 at 20:44
Roughly speaking, ~32 samples will clean up images with only diffuse and no bounce. But usually you'll have much more than that. If you have bounce light, you're looking at ~250 for diffuse to clear up, ~500 for glossy, and anywhere from 1,000-3,000 if you have complex reflections, glass, volumetrics, etc. This can be brought down with certain settings, and the use of the denoiser.
– Drudge
Aug 28 '18 at 19:21
add a comment |
You have only 1 sample set for Cycles:
Any particular sample in Cycles will return either 1 or 0 for the alpha channel. Antialiased alpha edges are built up by averaging multiple samples, some of which strike the occluding object and some which do not. Using a larger number of samples, such as 16, will fix the issue.
You have only 1 sample set for Cycles:
Any particular sample in Cycles will return either 1 or 0 for the alpha channel. Antialiased alpha edges are built up by averaging multiple samples, some of which strike the occluding object and some which do not. Using a larger number of samples, such as 16, will fix the issue.
answered Aug 25 '18 at 5:02
JtheNinja
7,01911833
7,01911833
This is cool. But how many samples are enough? Hmmm.
– Sibbs Gambling
Aug 25 '18 at 14:35
1
That's one of those nebulous "it's enough samples when it's good enough for you" things. Technically, any sample count greater than 1 gives some antialiasing. The more samples, the more antialiasing. There's no way to say definitively when it's enough. 10-20 is a nice ballpark in a lot of cases, but who knows? Rendering is complicated.
– JtheNinja
Aug 25 '18 at 20:44
Roughly speaking, ~32 samples will clean up images with only diffuse and no bounce. But usually you'll have much more than that. If you have bounce light, you're looking at ~250 for diffuse to clear up, ~500 for glossy, and anywhere from 1,000-3,000 if you have complex reflections, glass, volumetrics, etc. This can be brought down with certain settings, and the use of the denoiser.
– Drudge
Aug 28 '18 at 19:21
add a comment |
This is cool. But how many samples are enough? Hmmm.
– Sibbs Gambling
Aug 25 '18 at 14:35
1
That's one of those nebulous "it's enough samples when it's good enough for you" things. Technically, any sample count greater than 1 gives some antialiasing. The more samples, the more antialiasing. There's no way to say definitively when it's enough. 10-20 is a nice ballpark in a lot of cases, but who knows? Rendering is complicated.
– JtheNinja
Aug 25 '18 at 20:44
Roughly speaking, ~32 samples will clean up images with only diffuse and no bounce. But usually you'll have much more than that. If you have bounce light, you're looking at ~250 for diffuse to clear up, ~500 for glossy, and anywhere from 1,000-3,000 if you have complex reflections, glass, volumetrics, etc. This can be brought down with certain settings, and the use of the denoiser.
– Drudge
Aug 28 '18 at 19:21
This is cool. But how many samples are enough? Hmmm.
– Sibbs Gambling
Aug 25 '18 at 14:35
This is cool. But how many samples are enough? Hmmm.
– Sibbs Gambling
Aug 25 '18 at 14:35
1
1
That's one of those nebulous "it's enough samples when it's good enough for you" things. Technically, any sample count greater than 1 gives some antialiasing. The more samples, the more antialiasing. There's no way to say definitively when it's enough. 10-20 is a nice ballpark in a lot of cases, but who knows? Rendering is complicated.
– JtheNinja
Aug 25 '18 at 20:44
That's one of those nebulous "it's enough samples when it's good enough for you" things. Technically, any sample count greater than 1 gives some antialiasing. The more samples, the more antialiasing. There's no way to say definitively when it's enough. 10-20 is a nice ballpark in a lot of cases, but who knows? Rendering is complicated.
– JtheNinja
Aug 25 '18 at 20:44
Roughly speaking, ~32 samples will clean up images with only diffuse and no bounce. But usually you'll have much more than that. If you have bounce light, you're looking at ~250 for diffuse to clear up, ~500 for glossy, and anywhere from 1,000-3,000 if you have complex reflections, glass, volumetrics, etc. This can be brought down with certain settings, and the use of the denoiser.
– Drudge
Aug 28 '18 at 19:21
Roughly speaking, ~32 samples will clean up images with only diffuse and no bounce. But usually you'll have much more than that. If you have bounce light, you're looking at ~250 for diffuse to clear up, ~500 for glossy, and anywhere from 1,000-3,000 if you have complex reflections, glass, volumetrics, etc. This can be brought down with certain settings, and the use of the denoiser.
– Drudge
Aug 28 '18 at 19:21
add a comment |
Thanks for contributing an answer to Blender Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f116850%2fwhy-is-my-alpha-pass-binary-just-0s-and-1s-in-cycles%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
@wizzwizz4 Monochrome is single chroma, single hue in colorspace. The term Binary image is correct here. Binary is subset of Grayscale and that is subset of Monochrome.
– Jaroslav Jerryno Novotny
Aug 25 '18 at 15:24
1
@wizzwizz4 Since there is an image showing what it is and there is even explanation in brackets in the title, I fail to see the problem you are trying to solve. At least people will learn what Binary image is. Black&White is used as synonym for Grayscale, it's misleading same as Monochrome was. People not understanding something is normal and does not justify avoiding correct terms, it even might spread confusion. Binary is the best how to call this and there is no problem with it because this is not a casual site, here you will come across many more technical terms.
– Jaroslav Jerryno Novotny
Aug 25 '18 at 16:10