Opacity of an object in 2.8Displaying keyframed opacity / transparency in Material mode in viewport?Why is there still a white background even though a transparent png image is used?Simple opacity material in cycles?Transparency/Masking : See through an Outer Sphere and see Inner Sphere in true coloursChange Mask's opacity in Compositor?How can I fade out a strip that requires an Alpha Under effect?Blender 2.8 EVEE transparency in Alpha Blend modeAlpha not working for FreeStyle in Blender 2.8Using opacity map with principle shader and another color mapObject with custom opacity gradient
Brexit - No Deal Rejection
Why did it take so long to abandon sail after steamships were demonstrated?
Does Mathematica reuse previous computations?
Do I need life insurance if I can cover my own funeral costs?
What approach do we need to follow for projects without a test environment?
Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible
What exactly is this small puffer fish doing and how did it manage to accomplish such a feat?
Is it possible to upcast ritual spells?
It's a yearly task, alright
AG Cluster db upgrade by vendor
Is having access to past exams cheating and, if yes, could it be proven just by a good grade?
My adviser wants to be the first author
How to deal with a cynical class?
A sequence that has integer values for prime indexes only:
How Could an Airship Be Repaired Mid-Flight
If curse and magic is two sides of the same coin, why the former is forbidden?
SYNTAX ERROR ")" ON DATE RANGE
Declaring defaulted assignment operator as constexpr: which compiler is right?
Hacking a Safe Lock after 3 tries
Who is flying the vertibirds?
Why would a flight no longer considered airworthy be redirected like this?
In a future war, an old lady is trying to raise a boy but one of the weapons has made everyone deaf
What's causing this power spike in STM32 low power mode
Are the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?
Opacity of an object in 2.8
Displaying keyframed opacity / transparency in Material mode in viewport?Why is there still a white background even though a transparent png image is used?Simple opacity material in cycles?Transparency/Masking : See through an Outer Sphere and see Inner Sphere in true coloursChange Mask's opacity in Compositor?How can I fade out a strip that requires an Alpha Under effect?Blender 2.8 EVEE transparency in Alpha Blend modeAlpha not working for FreeStyle in Blender 2.8Using opacity map with principle shader and another color mapObject with custom opacity gradient
$begingroup$
I am trying to change the opacity or alpha of an object so its see-through in 2.8. How do I do this? I can't seem to get to figure out how in 2.8. Example of what I am trying to do is below.


transparency
$endgroup$
add a comment |
$begingroup$
I am trying to change the opacity or alpha of an object so its see-through in 2.8. How do I do this? I can't seem to get to figure out how in 2.8. Example of what I am trying to do is below.


transparency
$endgroup$
add a comment |
$begingroup$
I am trying to change the opacity or alpha of an object so its see-through in 2.8. How do I do this? I can't seem to get to figure out how in 2.8. Example of what I am trying to do is below.


transparency
$endgroup$
I am trying to change the opacity or alpha of an object so its see-through in 2.8. How do I do this? I can't seem to get to figure out how in 2.8. Example of what I am trying to do is below.


transparency
transparency
asked 3 hours ago
Mark IvanowskiMark Ivanowski
211
211
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$

The setup is very basic. One thing to note is that I've used Wireframe modifier with second material.
Material
Just a mix between Transparent and Emission which is added for colorization and "nicer" visibility.

Material setup
First slot is above material for transparent object, second is for wireframe.
Most important thing here is to set Blend Mode Type as Alpha Blend.

Modifier
In Wireframe modifier set Material offset to 1 to be able to use material from second slot. Also set wireframe Offset to -1. It will hide wireframe object in main object.

$endgroup$
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%2f134368%2fopacity-of-an-object-in-2-8%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
$begingroup$

The setup is very basic. One thing to note is that I've used Wireframe modifier with second material.
Material
Just a mix between Transparent and Emission which is added for colorization and "nicer" visibility.

Material setup
First slot is above material for transparent object, second is for wireframe.
Most important thing here is to set Blend Mode Type as Alpha Blend.

Modifier
In Wireframe modifier set Material offset to 1 to be able to use material from second slot. Also set wireframe Offset to -1. It will hide wireframe object in main object.

$endgroup$
add a comment |
$begingroup$

The setup is very basic. One thing to note is that I've used Wireframe modifier with second material.
Material
Just a mix between Transparent and Emission which is added for colorization and "nicer" visibility.

Material setup
First slot is above material for transparent object, second is for wireframe.
Most important thing here is to set Blend Mode Type as Alpha Blend.

Modifier
In Wireframe modifier set Material offset to 1 to be able to use material from second slot. Also set wireframe Offset to -1. It will hide wireframe object in main object.

$endgroup$
add a comment |
$begingroup$

The setup is very basic. One thing to note is that I've used Wireframe modifier with second material.
Material
Just a mix between Transparent and Emission which is added for colorization and "nicer" visibility.

Material setup
First slot is above material for transparent object, second is for wireframe.
Most important thing here is to set Blend Mode Type as Alpha Blend.

Modifier
In Wireframe modifier set Material offset to 1 to be able to use material from second slot. Also set wireframe Offset to -1. It will hide wireframe object in main object.

$endgroup$

The setup is very basic. One thing to note is that I've used Wireframe modifier with second material.
Material
Just a mix between Transparent and Emission which is added for colorization and "nicer" visibility.

Material setup
First slot is above material for transparent object, second is for wireframe.
Most important thing here is to set Blend Mode Type as Alpha Blend.

Modifier
In Wireframe modifier set Material offset to 1 to be able to use material from second slot. Also set wireframe Offset to -1. It will hide wireframe object in main object.

answered 2 hours ago
cgslavcgslav
13.4k11356
13.4k11356
add a comment |
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.
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%2f134368%2fopacity-of-an-object-in-2-8%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