Aras Pranckevicius aras_p
Aras Pranckevicius commented on pull request blender/blender#128337 2024-10-03 10:09:09 +02:00
WIP: IO: Add file unit type selector to stl importer and exporter

Not quite like hardcoding unit system indices in that way. As far as I can tell, these would only work as long as no one reorders to alters the unit systems arrays inside unit.cc. Would it be better to use something like BKE_unit_base_scalar to get the scaling factors instead?

Aras Pranckevicius commented on pull request blender/blender#128337 2024-09-30 10:50:23 +02:00
WIP: IO: Add file unit type selector to stl importer and exporter

That's an interesting idea, but it makes me wonder: should some other formats that are "unit-less" (e.g. OBJ, PLY) also get the same feature?

Aras Pranckevicius commented on pull request blender/blender#128274 2024-09-27 20:28:59 +02:00
WIP: Sculpt: Experiment with compressed undo step storage

which is actually why this change has been in the back of my mind for a while :)

Ah!

but I'm sure there are smarter ways to compress a potentially sparse array

If the "sparse array"…

Aras Pranckevicius commented on pull request blender/blender#128274 2024-09-27 18:52:43 +02:00
WIP: Sculpt: Experiment with compressed undo step storage

Ha! I was just looking at a very similar topic some 1.5 years ago. Two possible notes:

  • At least in my tests back then, zstd compression level 1 was a tiny bit of compression ratio loss, but…
Aras Pranckevicius pushed to main at blender/blender-developer-docs 2024-09-26 20:33:51 +02:00
fbf82be725 Update docs/release_notes/4.3/sequencer.md
Aras Pranckevicius deleted branch vse_retiming_draw_opt from aras_p/blender 2024-09-26 20:33:20 +02:00
Aras Pranckevicius merged pull request blender/blender#128170 2024-09-26 20:33:16 +02:00
VSE: Faster timeline retiming keys drawing
Aras Pranckevicius pushed to main at blender/blender 2024-09-26 20:33:15 +02:00
f095f41c4a VSE: Faster timeline retiming keys drawing
Aras Pranckevicius commented on pull request blender/blender#128170 2024-09-26 11:41:49 +02:00
VSE: Faster timeline retiming keys drawing
Aras Pranckevicius created pull request blender/blender#128170 2024-09-26 11:41:22 +02:00
VSE: Faster timeline retiming keys drawing
Aras Pranckevicius pushed to vse_retiming_draw_opt at aras_p/blender 2024-09-26 11:39:28 +02:00
91d602f7eb VSE: Faster timeline retiming keys drawing
ceaa064b97 Cleanup: Grease Pencil: Correct stroke outline tooltip description
fae19d7c92 Anim: Eyedropper for bone properties
70247df9b9 Fix: VSE tonemap effect is_point_inside_quad check was wrong
32c6f9bbd0 Cleanup: use PyModule_AddObjectRef where appropriate
Compare 10 commits »
Aras Pranckevicius created branch vse_retiming_draw_opt in aras_p/blender 2024-09-26 11:39:28 +02:00
Aras Pranckevicius pushed to main at blender/blender 2024-09-26 09:17:50 +02:00
70247df9b9 Fix: VSE tonemap effect is_point_inside_quad check was wrong
Aras Pranckevicius pushed to main at blender/blender-test-data 2024-09-26 09:17:15 +02:00
f3eaf4c561 VSE: update tonemap test expectation after is_point_inside_quad fix
Aras Pranckevicius pushed to main at blender/blender 2024-09-26 08:51:16 +02:00
596067ea35 Fix #125446: Video decoding artifacts with some video widths
Aras Pranckevicius closed issue blender/blender#125446 2024-09-26 08:51:14 +02:00
Video: Error in video decoding on either Linux or AVX512 CPU (ffmpeg alignment issue?)
Aras Pranckevicius deleted branch ffmpeg_align_fix_again from aras_p/blender 2024-09-26 08:51:14 +02:00
Aras Pranckevicius merged pull request blender/blender#128107 2024-09-26 08:51:11 +02:00
Fix #125446: Video decoding artifacts with some video widths