- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
Fix #123949: OBJ importer should not set face sharpness when vertex normals are present
607691f1de
Fix #123949: OBJ importer should not set face sharpness when vertex normals are present
e52783033d
Merge branch 'blender-v4.2-release'
9bbf269fe3
Extensions: suppress all pylint warnings & handle add-on errors
0fbb83ef85
Fix #124296: Lower case name in Multistroke modifier
817efe4aef
Merge branch 'blender-v4.2-release'
Blender new OBJ import is broken (Merge By Distance > Sharp Edges does nothing), legacy one is working
I do believe we need to indeed set the
sharp_face
to false (if we have custom normals), maybe like so?
I'm thinking that face sharpness should not be set at all, if vertex normals are…
Blender new OBJ import is broken (Merge By Distance > Sharp Edges does nothing), legacy one is working
So far this looks like some sort of unfortunate interaction (and/or some missing step?) between custom mesh normals and smooth/flat shading flags. I don't know how most of that works, maybe…
Blender new OBJ import is broken (Merge By Distance > Sharp Edges does nothing), legacy one is working
@lichtwerk vertex normals are already always normalized when importing OBJ files:
static void geom_add_vertex_normal(const char *p,
const char *end,
…
Add snapping in VSE Preview
eafcd66c0a
Merge branch 'blender-v4.2-release'
c4534909b2
Fix #123578: VSE active but unselected strip outline visual tweak
Aras Pranckevicius
deleted branch vse_active_unselected_outline from aras_p/blender
2024-07-05 11:35:43 +02:00
VSE: The unselected, active strip outline covers the gap between strips.
Fix #123578: VSE active but unselected strip outline visual tweak
Fix #123578: VSE active but unselected strip outline visual tweak
If that is where the UI wants to move towards to fine, but have an official sign-off.
All of this is driven by Pablo, no worries :)
bad2e774ca
Merge branch 'blender-v4.2-release'
bc6e90d40d
Fix #123540: VSE thumbnails sometimes have 1px gap on the right side