Aras Pranckevicius aras_p
Aras Pranckevicius commented on pull request blender/blender#124441 2024-07-10 11:46:57 +02:00
Cleanup: Split strip foreground drawing function

there should be no functional changes. However <...> Do you have any idea why this is?

Also unrelated technical questions: From what I gathered, batch jobs in draw_strips_background() and…

Aras Pranckevicius commented on pull request blender/blender#124441 2024-07-10 11:41:52 +02:00
Cleanup: Split strip foreground drawing function

The new code switches to the wrong alpha blending state, and does flush the batch for each strip. The

Aras Pranckevicius approved blender/blender#124378 2024-07-09 17:01:01 +02:00
VSE: Fix strip icon drawing

Nice catch, thanks!

Aras Pranckevicius pushed to main at blender/blender 2024-07-09 16:59:39 +02:00
6f0620161d Fix #123949: OBJ importer should not set face sharpness when vertex normals are present
Aras Pranckevicius closed issue blender/blender#123949 2024-07-09 16:59:37 +02:00
Blender new OBJ import is broken (Merge By Distance > Sharp Edges does nothing), legacy one is working
Aras Pranckevicius deleted branch obj_face_sharp_fix from aras_p/blender 2024-07-09 16:59:36 +02:00
Aras Pranckevicius merged pull request blender/blender#124366 2024-07-09 16:59:33 +02:00
Fix #123949: OBJ importer should not set face sharpness when vertex normals are present
Aras Pranckevicius created pull request blender/blender#124366 2024-07-08 21:17:32 +02:00
Fix #123949: OBJ importer should not set face sharpness when vertex normals are present
Aras Pranckevicius pushed to obj_face_sharp_fix at aras_p/blender 2024-07-08 21:16:55 +02:00
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'
Compare 10 commits »
Aras Pranckevicius created branch obj_face_sharp_fix in aras_p/blender 2024-07-08 21:16:55 +02:00
Aras Pranckevicius commented on issue blender/blender#123949 2024-07-08 20:48:12 +02:00
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…

Aras Pranckevicius commented on issue blender/blender#123949 2024-07-08 14:17:48 +02:00
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…

Aras Pranckevicius commented on issue blender/blender#123949 2024-07-08 08:58:06 +02:00
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,
    …
Aras Pranckevicius pushed to main at blender/blender-developer-docs 2024-07-06 15:52:44 +02:00
ea2ab69d99 Update docs/release_notes/4.3/sequencer.md
Aras Pranckevicius pushed to main at blender/blender-developer-docs 2024-07-06 15:49:55 +02:00
5d10005292 Upload files to "docs/release_notes/4.3/images"
Aras Pranckevicius merged pull request blender/blender#122759 2024-07-06 15:25:13 +02:00
Add snapping in VSE Preview
Aras Pranckevicius pushed to main at blender/blender 2024-07-06 15:25:12 +02:00
406554c11e VSE: Add snapping in preview area