How can I create and project a symbol/rune on a sculpture? (like Blizzard's games)
$begingroup$
How can I create and project a symbol, rune or logo to a sculpture and make it look like it is from a Blizzard game? What are the sculpt brush settings to project it on any surface (flat or round), how to avoid artifacts and bad compression, keep the aspect ratio and hide the borders of the projected image?
compositor sculpting
$endgroup$
add a comment |
$begingroup$
How can I create and project a symbol, rune or logo to a sculpture and make it look like it is from a Blizzard game? What are the sculpt brush settings to project it on any surface (flat or round), how to avoid artifacts and bad compression, keep the aspect ratio and hide the borders of the projected image?
compositor sculpting
$endgroup$
1
$begingroup$
Please edit the question to include a sample image of the desired effect - not everyone is familiar with Blizzard games.
$endgroup$
– Rich Sedman
Nov 13 '18 at 11:54
add a comment |
$begingroup$
How can I create and project a symbol, rune or logo to a sculpture and make it look like it is from a Blizzard game? What are the sculpt brush settings to project it on any surface (flat or round), how to avoid artifacts and bad compression, keep the aspect ratio and hide the borders of the projected image?
compositor sculpting
$endgroup$
How can I create and project a symbol, rune or logo to a sculpture and make it look like it is from a Blizzard game? What are the sculpt brush settings to project it on any surface (flat or round), how to avoid artifacts and bad compression, keep the aspect ratio and hide the borders of the projected image?
compositor sculpting
compositor sculpting
edited Nov 13 '18 at 18:52
Danyl Bekhoucha
asked Nov 13 '18 at 11:38
Danyl BekhouchaDanyl Bekhoucha
1,5821668
1,5821668
1
$begingroup$
Please edit the question to include a sample image of the desired effect - not everyone is familiar with Blizzard games.
$endgroup$
– Rich Sedman
Nov 13 '18 at 11:54
add a comment |
1
$begingroup$
Please edit the question to include a sample image of the desired effect - not everyone is familiar with Blizzard games.
$endgroup$
– Rich Sedman
Nov 13 '18 at 11:54
1
1
$begingroup$
Please edit the question to include a sample image of the desired effect - not everyone is familiar with Blizzard games.
$endgroup$
– Rich Sedman
Nov 13 '18 at 11:54
$begingroup$
Please edit the question to include a sample image of the desired effect - not everyone is familiar with Blizzard games.
$endgroup$
– Rich Sedman
Nov 13 '18 at 11:54
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Symbol preparation
You must draw the shape of your symbol in black with a sharp brush with a white background and add spikes. Use a big resolution to get less compression. If you are bad at drawing you can create the symbol in a 2D mesh in Blender. You can also use a text font, preferably that looks like the Unreal Engine font with spikes: https://www.dafont.com/
The silhouette should look like the U of the Unreal Engine logo:
For this demonstration I will download the Blender logo to show you how to convert it into an image you can project.
Here is the source image, like I said we must use an high resolution:
- With a color ramp invert the image by inverting the sliders' position, then move the black slider to the position 0.01 and the white is at 0. Now we get a completely black silhouette on a white background. To make it more like a Blizzard rune sharp claws must be painted with sharp black and white brushes to make the peaks look like claws. As a reference you can imagine that you are converting it into a Shuriken weapon while keeping the initial symbol recognizable. This is the hardest part if you are bad at drawing.
- Then use the Inner Glow technique that you can see here: https://blender.stackexchange.com/a/121470/23134, a Filter > Dilate/Erode in Threshold mode with both values at 50, this value depends on the thickness of the lines, resolution and the result you want. This effect allows to perform an inset on the symbol to improve his projection and the normal map baked from it.
- Add a Color > Gamma node at 2.2, to convert it to Linear to have a flat slope when the image is projected.
- Finally use a slight blur to avoid getting lines, this is especially useful if the resolution of your image is low to avoid getting aliasing.
- Save the image, it is important that you save it in 32 bit float to avoid compression on the Inner Glow effect and Blur, otherwise the surface won't be smooth, so choose the OpenEXR format in Float (Full).
Projecting the symbol on a mesh
The symbol will be projected in Sculpt mode. You will need an high polycount to get as much details as possible. You can create a plane, in edit mode do W > Subdivide until you reach 1 million triangles.
- In sculpt mode choose the Inflate brush
- In Texture click on New and in the property panel at the right import the symbol. In Brush Mapping choose Stencil.
- Set Sample Bias to -1 to avoid that the white background pulls the geometry, at the default 0 the middle grey doesn't move the geometry.
- In Stroke choose Anchored.
- In the Curve menu set it to the maximum effect, it must have no falloff, use the latest preset.
- In the 3D view place the stencil on your image, hold Shift + right click to scale it. If you rotate it by mistake click on Reset Transform, then on Image Aspect.
- Go in orthographic view, left click at the center of your stencil and drag the mouse to the exterior so it envelops the entire stencil. In perspective check the depth, you can adjust the strength to dig more or less.
$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%2f122583%2fhow-can-i-create-and-project-a-symbol-rune-on-a-sculpture-like-blizzards-game%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$
Symbol preparation
You must draw the shape of your symbol in black with a sharp brush with a white background and add spikes. Use a big resolution to get less compression. If you are bad at drawing you can create the symbol in a 2D mesh in Blender. You can also use a text font, preferably that looks like the Unreal Engine font with spikes: https://www.dafont.com/
The silhouette should look like the U of the Unreal Engine logo:
For this demonstration I will download the Blender logo to show you how to convert it into an image you can project.
Here is the source image, like I said we must use an high resolution:
- With a color ramp invert the image by inverting the sliders' position, then move the black slider to the position 0.01 and the white is at 0. Now we get a completely black silhouette on a white background. To make it more like a Blizzard rune sharp claws must be painted with sharp black and white brushes to make the peaks look like claws. As a reference you can imagine that you are converting it into a Shuriken weapon while keeping the initial symbol recognizable. This is the hardest part if you are bad at drawing.
- Then use the Inner Glow technique that you can see here: https://blender.stackexchange.com/a/121470/23134, a Filter > Dilate/Erode in Threshold mode with both values at 50, this value depends on the thickness of the lines, resolution and the result you want. This effect allows to perform an inset on the symbol to improve his projection and the normal map baked from it.
- Add a Color > Gamma node at 2.2, to convert it to Linear to have a flat slope when the image is projected.
- Finally use a slight blur to avoid getting lines, this is especially useful if the resolution of your image is low to avoid getting aliasing.
- Save the image, it is important that you save it in 32 bit float to avoid compression on the Inner Glow effect and Blur, otherwise the surface won't be smooth, so choose the OpenEXR format in Float (Full).
Projecting the symbol on a mesh
The symbol will be projected in Sculpt mode. You will need an high polycount to get as much details as possible. You can create a plane, in edit mode do W > Subdivide until you reach 1 million triangles.
- In sculpt mode choose the Inflate brush
- In Texture click on New and in the property panel at the right import the symbol. In Brush Mapping choose Stencil.
- Set Sample Bias to -1 to avoid that the white background pulls the geometry, at the default 0 the middle grey doesn't move the geometry.
- In Stroke choose Anchored.
- In the Curve menu set it to the maximum effect, it must have no falloff, use the latest preset.
- In the 3D view place the stencil on your image, hold Shift + right click to scale it. If you rotate it by mistake click on Reset Transform, then on Image Aspect.
- Go in orthographic view, left click at the center of your stencil and drag the mouse to the exterior so it envelops the entire stencil. In perspective check the depth, you can adjust the strength to dig more or less.
$endgroup$
add a comment |
$begingroup$
Symbol preparation
You must draw the shape of your symbol in black with a sharp brush with a white background and add spikes. Use a big resolution to get less compression. If you are bad at drawing you can create the symbol in a 2D mesh in Blender. You can also use a text font, preferably that looks like the Unreal Engine font with spikes: https://www.dafont.com/
The silhouette should look like the U of the Unreal Engine logo:
For this demonstration I will download the Blender logo to show you how to convert it into an image you can project.
Here is the source image, like I said we must use an high resolution:
- With a color ramp invert the image by inverting the sliders' position, then move the black slider to the position 0.01 and the white is at 0. Now we get a completely black silhouette on a white background. To make it more like a Blizzard rune sharp claws must be painted with sharp black and white brushes to make the peaks look like claws. As a reference you can imagine that you are converting it into a Shuriken weapon while keeping the initial symbol recognizable. This is the hardest part if you are bad at drawing.
- Then use the Inner Glow technique that you can see here: https://blender.stackexchange.com/a/121470/23134, a Filter > Dilate/Erode in Threshold mode with both values at 50, this value depends on the thickness of the lines, resolution and the result you want. This effect allows to perform an inset on the symbol to improve his projection and the normal map baked from it.
- Add a Color > Gamma node at 2.2, to convert it to Linear to have a flat slope when the image is projected.
- Finally use a slight blur to avoid getting lines, this is especially useful if the resolution of your image is low to avoid getting aliasing.
- Save the image, it is important that you save it in 32 bit float to avoid compression on the Inner Glow effect and Blur, otherwise the surface won't be smooth, so choose the OpenEXR format in Float (Full).
Projecting the symbol on a mesh
The symbol will be projected in Sculpt mode. You will need an high polycount to get as much details as possible. You can create a plane, in edit mode do W > Subdivide until you reach 1 million triangles.
- In sculpt mode choose the Inflate brush
- In Texture click on New and in the property panel at the right import the symbol. In Brush Mapping choose Stencil.
- Set Sample Bias to -1 to avoid that the white background pulls the geometry, at the default 0 the middle grey doesn't move the geometry.
- In Stroke choose Anchored.
- In the Curve menu set it to the maximum effect, it must have no falloff, use the latest preset.
- In the 3D view place the stencil on your image, hold Shift + right click to scale it. If you rotate it by mistake click on Reset Transform, then on Image Aspect.
- Go in orthographic view, left click at the center of your stencil and drag the mouse to the exterior so it envelops the entire stencil. In perspective check the depth, you can adjust the strength to dig more or less.
$endgroup$
add a comment |
$begingroup$
Symbol preparation
You must draw the shape of your symbol in black with a sharp brush with a white background and add spikes. Use a big resolution to get less compression. If you are bad at drawing you can create the symbol in a 2D mesh in Blender. You can also use a text font, preferably that looks like the Unreal Engine font with spikes: https://www.dafont.com/
The silhouette should look like the U of the Unreal Engine logo:
For this demonstration I will download the Blender logo to show you how to convert it into an image you can project.
Here is the source image, like I said we must use an high resolution:
- With a color ramp invert the image by inverting the sliders' position, then move the black slider to the position 0.01 and the white is at 0. Now we get a completely black silhouette on a white background. To make it more like a Blizzard rune sharp claws must be painted with sharp black and white brushes to make the peaks look like claws. As a reference you can imagine that you are converting it into a Shuriken weapon while keeping the initial symbol recognizable. This is the hardest part if you are bad at drawing.
- Then use the Inner Glow technique that you can see here: https://blender.stackexchange.com/a/121470/23134, a Filter > Dilate/Erode in Threshold mode with both values at 50, this value depends on the thickness of the lines, resolution and the result you want. This effect allows to perform an inset on the symbol to improve his projection and the normal map baked from it.
- Add a Color > Gamma node at 2.2, to convert it to Linear to have a flat slope when the image is projected.
- Finally use a slight blur to avoid getting lines, this is especially useful if the resolution of your image is low to avoid getting aliasing.
- Save the image, it is important that you save it in 32 bit float to avoid compression on the Inner Glow effect and Blur, otherwise the surface won't be smooth, so choose the OpenEXR format in Float (Full).
Projecting the symbol on a mesh
The symbol will be projected in Sculpt mode. You will need an high polycount to get as much details as possible. You can create a plane, in edit mode do W > Subdivide until you reach 1 million triangles.
- In sculpt mode choose the Inflate brush
- In Texture click on New and in the property panel at the right import the symbol. In Brush Mapping choose Stencil.
- Set Sample Bias to -1 to avoid that the white background pulls the geometry, at the default 0 the middle grey doesn't move the geometry.
- In Stroke choose Anchored.
- In the Curve menu set it to the maximum effect, it must have no falloff, use the latest preset.
- In the 3D view place the stencil on your image, hold Shift + right click to scale it. If you rotate it by mistake click on Reset Transform, then on Image Aspect.
- Go in orthographic view, left click at the center of your stencil and drag the mouse to the exterior so it envelops the entire stencil. In perspective check the depth, you can adjust the strength to dig more or less.
$endgroup$
Symbol preparation
You must draw the shape of your symbol in black with a sharp brush with a white background and add spikes. Use a big resolution to get less compression. If you are bad at drawing you can create the symbol in a 2D mesh in Blender. You can also use a text font, preferably that looks like the Unreal Engine font with spikes: https://www.dafont.com/
The silhouette should look like the U of the Unreal Engine logo:
For this demonstration I will download the Blender logo to show you how to convert it into an image you can project.
Here is the source image, like I said we must use an high resolution:
- With a color ramp invert the image by inverting the sliders' position, then move the black slider to the position 0.01 and the white is at 0. Now we get a completely black silhouette on a white background. To make it more like a Blizzard rune sharp claws must be painted with sharp black and white brushes to make the peaks look like claws. As a reference you can imagine that you are converting it into a Shuriken weapon while keeping the initial symbol recognizable. This is the hardest part if you are bad at drawing.
- Then use the Inner Glow technique that you can see here: https://blender.stackexchange.com/a/121470/23134, a Filter > Dilate/Erode in Threshold mode with both values at 50, this value depends on the thickness of the lines, resolution and the result you want. This effect allows to perform an inset on the symbol to improve his projection and the normal map baked from it.
- Add a Color > Gamma node at 2.2, to convert it to Linear to have a flat slope when the image is projected.
- Finally use a slight blur to avoid getting lines, this is especially useful if the resolution of your image is low to avoid getting aliasing.
- Save the image, it is important that you save it in 32 bit float to avoid compression on the Inner Glow effect and Blur, otherwise the surface won't be smooth, so choose the OpenEXR format in Float (Full).
Projecting the symbol on a mesh
The symbol will be projected in Sculpt mode. You will need an high polycount to get as much details as possible. You can create a plane, in edit mode do W > Subdivide until you reach 1 million triangles.
- In sculpt mode choose the Inflate brush
- In Texture click on New and in the property panel at the right import the symbol. In Brush Mapping choose Stencil.
- Set Sample Bias to -1 to avoid that the white background pulls the geometry, at the default 0 the middle grey doesn't move the geometry.
- In Stroke choose Anchored.
- In the Curve menu set it to the maximum effect, it must have no falloff, use the latest preset.
- In the 3D view place the stencil on your image, hold Shift + right click to scale it. If you rotate it by mistake click on Reset Transform, then on Image Aspect.
- Go in orthographic view, left click at the center of your stencil and drag the mouse to the exterior so it envelops the entire stencil. In perspective check the depth, you can adjust the strength to dig more or less.
edited Nov 16 '18 at 9:30
answered Nov 13 '18 at 11:38
Danyl BekhouchaDanyl Bekhoucha
1,5821668
1,5821668
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%2f122583%2fhow-can-i-create-and-project-a-symbol-rune-on-a-sculpture-like-blizzards-game%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
1
$begingroup$
Please edit the question to include a sample image of the desired effect - not everyone is familiar with Blizzard games.
$endgroup$
– Rich Sedman
Nov 13 '18 at 11:54