Aras Pranckevicius aras_p
Aras Pranckevicius pushed to blender-v4.2-release at blender/blender-test-data 2024-07-05 11:08:13 +02:00
181a40d6c9 STL: update expectation file for #124219 fix
Aras Pranckevicius pushed to stl_mirrored_fix at aras_p/blender 2024-07-05 11:07:40 +02:00
bd26c0aeb2 Update test data
Aras Pranckevicius created pull request blender/blender#124219 2024-07-05 10:41:17 +02:00
Fix #123918: STL exporter does not reverse faces for mirrored objects
Aras Pranckevicius created branch stl_mirrored_fix in aras_p/blender 2024-07-05 10:40:17 +02:00
Aras Pranckevicius pushed to stl_mirrored_fix at aras_p/blender 2024-07-05 10:40:17 +02:00
6c3d67f43f Fix #123918: STL exporter does not reverse faces for mirrored objects
Aras Pranckevicius commented on pull request blender/blender#117371 2024-07-05 07:45:34 +02:00
Add support for NURBS surfaces in Wavefront .OBJ files.

@Germain-Le-Chapelain the OBJ tests seem to be crashing on all platforms. Did you try running them locally? E.g. ctest -C RelWithDebInfo -R io_wavefront from your build folder (replace…

Aras Pranckevicius created pull request blender/blender#124210 2024-07-05 06:28:08 +02:00
Fix #123578: VSE active but unselected strip outline visual tweak
Aras Pranckevicius created branch vse_active_unselected_outline in aras_p/blender 2024-07-05 06:26:52 +02:00
Aras Pranckevicius pushed to vse_active_unselected_outline at aras_p/blender 2024-07-05 06:26:52 +02:00
608f2cf42a Fix #123578: VSE active but unselected strip outline visual tweak
Aras Pranckevicius suggested changes for blender/blender#122759 2024-07-05 06:21:51 +02:00
Add snapping in VSE Preview
Aras Pranckevicius commented on pull request blender/blender#122759 2024-07-05 06:21:50 +02:00
Add snapping in VSE Preview

You probably want to also merge latest main, bump up BLENDER_FILE_SUBVERSION to 7 and adjust the check here. Since it has moved on a bit :)

Aras Pranckevicius created pull request blender/blender#124178 2024-07-04 17:50:42 +02:00
Fix #123540: VSE thumbnails sometimes have 1px gap on the right side
Aras Pranckevicius created branch vse_thumb_1px_gap in aras_p/blender 2024-07-04 17:49:53 +02:00
Aras Pranckevicius pushed to vse_thumb_1px_gap at aras_p/blender 2024-07-04 17:49:53 +02:00
30dd778e72 Fix #123540: VSE thumbnails sometimes have 1px gap on the right side
08d3c247c8 Windows: Disable TBB_MALLOC_PROXY on ARM64
af089bee98 Fix: Add missing Bake Channel operator to Dope Sheet
47f7ce4580 Cleanup: Core: LibOverride: deduplicate code.
34d157634a Fix #122623: Partial Resync fails to remap all ID pointers to existing unchanged overrides.
Compare 10 commits »
Aras Pranckevicius commented on issue blender/blender#123578 2024-07-04 17:04:59 +02:00
VSE: The unselected, active strip outline covers the gap between strips.

@tintwotin hmm I dunno, to me it looks alright. Here's timeline with some selected strips: active-0.png

And here's with active but not…

Aras Pranckevicius suggested changes for blender/blender#122759 2024-07-04 15:26:22 +02:00
Add snapping in VSE Preview

Looks good overall, two questions wrt defaults and their versioning.

Aras Pranckevicius commented on pull request blender/blender#122759 2024-07-04 15:25:58 +02:00
Add snapping in VSE Preview

Default snap mode should be changed in SEQ_tool_settings_init also, I think. Or otherwise creating a new scene will not have these new fancy snappings on.

Aras Pranckevicius commented on pull request blender/blender#122759 2024-07-04 15:23:16 +02:00
Add snapping in VSE Preview

Feels like duplicated default snap settings code with identical code for both 403, 5, and 403, 4?

Aras Pranckevicius approved blender/blender#123144 2024-07-04 14:31:37 +02:00
Fix #114859: VSE Retiming versioning was broken

Nice, this works well now