-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't respect "Clear image" being disabled? #7
Comments
Because the addon doesn't bake to an existing image, instead creates a new image everytime. Maybe you need to change Bake Mode to "All to One Image", this way you can bake the Normals of multiple objects to one image |
Hmm, yes you are right, i will add this option later
…On Sun, 13 Dec 2020, 05:10 tonpix, ***@***.***> wrote:
I've tried "All to One Image", but it uses raytraced distance, so nearby
objects cast normals on other surfaces, which I don't want.
[image: image]
<https://user-images.githubusercontent.com/13473971/101999674-ba8b5880-3cdf-11eb-96fa-cefbcc5c6b0d.png>
There's example, a separate object is attached to flat surface and it
causes additional normal info on that large flat surface normal. Wouldn't
it be possible to add option for BakeLab2 to add variant of "All to One
Image" that bakes objects separately and puts their bakes into 1 packed
atlas?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKNUVRUVGIZ3EK6XET63Q3TSUQA6VANCNFSM4UYZWLZA>
.
|
Thank you for quick add! I've tested and seem to have issues, blender is crashing after baking on 1st of selected objects is done, I can see normal map showing for a second, so might be a image texture saving issue? There's recording below. I can provide .blend file for pilot seat if you think it can help. Happens on 2.90.1, tried 2.91, but addon doesn't seem to install in preferences (after clicking Install, the list of addon doesn't show it on list, so I can't enable) EDIT: I've changed Output from Save to Pack, crashing occurs after 3rd object bake is done instead 1st. |
I've tried on both 2.90.1 and 2.91, works fine. |
Tried your way to reinstall, no change. Fresh scene with default cubes works, but blender's baking never crashed on me on pilot seat - here's .blend file. To get crash, all I need it select parent, then childs and start baking, now it seems to be crashing after random number of objects, once I managed to get progress complete, but no idea what I did. |
It's weird. when I maximize(ctrl+space) the 3D View before baking blender doesn't crash. Look's like blender trying to update everything after every bake, thus causing crash |
Ctrl+Space doesn't prevent crashes in my case, unfortunately. Any ideas what I could do more, what might be culprit? |
I want to bake surface normals + Bevel node normals from multiple objects into 1 normal atlas map, without having objects nearby interferencing results. Seems only way is to use Individual Objects, which does what I need, except one thing - it results in multiple results (all of them sharing the same UV map for atlas, but different parts of it, per object). To solve it, I untick "Clear image" in Render Properties > Output), which causes 1 texture atlas to be reused by multiple results, granting that way a one nicely packaged 1 normal atlas that keeps surface+Bevel normals, without other objects casting unwanted normals. The problem is, I get this result using blender's native baker. BakeLab doesn't have this option, nor respects if "Clear image" is ticked or un-ticked - the results from BakeLab are multiple, non-packed normal maps. Not sure if I missed something.
The text was updated successfully, but these errors were encountered: