Aras Pranckevicius aras_p
Aras Pranckevicius commented on pull request blender/blender#116873 2024-01-08 06:03:59 +01:00
IO: Add file handlers to c++ import operators

Also I'm not sure if is Wavefront OBJ or just Wavefront for obj

I think it's the other way around, if you have to drop a word, drop the "wavefront" but leave OBJ by all means. Almost no…

Aras Pranckevicius commented on issue blender/blender#116821 2024-01-07 20:23:56 +01:00
VSE: indicate missing media in timeline/playback

Alright. So then, should it be:

  1. red "title bar" just like it is for e.g. broken scene strips,
  2. striped red overlay (see screenshots at #116869) just like my current PR, and switch "broken…
Aras Pranckevicius commented on issue blender/blender#116821 2024-01-07 16:20:49 +01:00
VSE: indicate missing media in timeline/playback

I don't know who and why it was changed, but IMO covering the entire header area is problematic

Good question. I don't know either!

IMO, should all strips have the same kind of missing…

Aras Pranckevicius created pull request blender/blender#116869 2024-01-07 15:21:06 +01:00
WIP: VSE: indicate missing media in timeline/display
Aras Pranckevicius pushed to vse-missing-media at aras_p/blender 2024-01-07 14:34:31 +01:00
be422aab9f VSE: invalidate missing media cache when doing missing file checks, or editing strip
7a71556d7a Cleanup
Compare 2 commits »
Aras Pranckevicius pushed to vse-missing-media at aras_p/blender 2024-01-07 12:31:07 +01:00
da87c5cff7 VSE: display missing media as diagonal red stripes
684845e084 VSE: option (on by default) to render missing images/movies as magenta
5238713274 VSE: Indicate strips with missing media with red tint in the timeline
3eee758c2b Cleanup: Fix build warnings and errors after recent commits
e90d844dd7 Cleanup: Grammar in comments
Compare 10 commits »
Aras Pranckevicius created branch vse-missing-media in aras_p/blender 2024-01-07 12:31:07 +01:00
Aras Pranckevicius deleted branch vse-scopes from aras_p/blender 2024-01-05 22:03:17 +01:00
Aras Pranckevicius pushed to main at blender/blender 2024-01-05 22:03:14 +01:00
423e54b000 VSE: Scopes improvements
Aras Pranckevicius merged pull request blender/blender#116798 2024-01-05 22:03:14 +01:00
VSE: Scopes improvements
Aras Pranckevicius pushed to vse-scopes at aras_p/blender 2024-01-05 20:25:46 +01:00
294c66ccad VSE: code review
fba624ed84 Merge branch 'main' into vse-scopes
549a606383 Cleanup: Improve face corner variable name, simplify iteration
ecc3656f72 Cleanup: Move remaining draw geometry extraction code to C++ namespace
5b55c1dc10 Cleanup: Move five draw headers to C++
Compare 19 commits »
Aras Pranckevicius commented on pull request blender/blender#116798 2024-01-05 20:18:12 +01:00
VSE: Scopes improvements

Nice catch! I don't.

Aras Pranckevicius commented on pull request blender/blender#116798 2024-01-05 19:55:20 +01:00
VSE: Scopes improvements

Rounding would be wrong as-is, since it would result in possible index 512 which is just past the end of the array.

Aras Pranckevicius commented on pull request blender/blender#116798 2024-01-05 19:51:49 +01:00
VSE: Scopes improvements

Good point, will add named constants for these things

Aras Pranckevicius opened issue blender/blender#116821 2024-01-05 17:21:33 +01:00
VSE: indicate missing media in timeline/playback
Aras Pranckevicius commented on pull request blender/blender#116798 2024-01-05 10:12:35 +01:00
VSE: Scopes improvements
Aras Pranckevicius pushed to vse-scopes at aras_p/blender 2024-01-05 10:03:55 +01:00
7e162aff29 Merge branch 'main' into vse-scopes
03a66af318 Anim: Unit tests for "Insert Needed"
4a95ead054 Cleanup: Miscellaneous C++ changes to file handlers
709dcc50cf Cleanup: Use C++ math functions instead of macros
53e2dcadec Cleanup: Remove unnecessary C default argument macro
Compare 42 commits »
Aras Pranckevicius pushed to main at aras_p/blender 2024-01-05 10:00:18 +01:00
03a66af318 Anim: Unit tests for "Insert Needed"
4a95ead054 Cleanup: Miscellaneous C++ changes to file handlers
709dcc50cf Cleanup: Use C++ math functions instead of macros
53e2dcadec Cleanup: Remove unnecessary C default argument macro
890f553318 Cleanup: Format
Compare 45 commits »
Aras Pranckevicius pushed to vse-scopes at aras_p/blender 2024-01-04 22:23:23 +01:00
9226321a99 VSE: add text labels to histogram and wavefrom scope grids