Richard Antalik iss
  • Joined on 2018-06-01
Richard Antalik commented on issue blender/blender#108157 2023-05-24 04:37:39 +02:00
Regression: VSE: Copy-Paste of strips from one scene to another offsets the data

Seems like this is due to difference in scene FPS rate. I will try to find solution for 3.6, but long term solution would be #105620 which should go in 4.0

Richard Antalik commented on issue blender/blender#60947 2023-05-23 06:14:36 +02:00
FFMpeg color offset

@EAW Thanks, will check it out.

Richard Antalik commented on issue blender/blender#107447 2023-05-23 06:08:07 +02:00
Particle system baking messes particle dietime (that in turn messes up particle textures)

Still can't reproduce unfortunately.

Richard Antalik commented on issue blender/blender#106976 2023-05-23 05:52:31 +02:00
Crash when changing asset icon

I have re-checked just in case, and I was able to reproduce now, so will confirm.

Richard Antalik commented on issue blender/blender#107410 2023-05-23 05:45:22 +02:00
Crash when rendering a specific 4k scene with Cycles Metal

I have rendered only one frame, as it took forever. But did not see any crash. @mano-wii can you repro?

Richard Antalik pushed to main at blender/blender 2023-05-22 04:00:19 +02:00
737f582329 Merge branch 'blender-v3.6-release'
a928d6d6b7 Fix #107588: Sound strip has negative length
52f991b1a9 Fix #106484: Show all rotations with same precision
d81646cbce Fix #102574: Don't Show "Rename" for Volume and & System lists
Compare 4 commits »
Richard Antalik closed issue blender/blender#107588 2023-05-22 04:00:19 +02:00
Syncing issue running .ogg files rendered from Blender
Richard Antalik pushed to blender-v3.6-release at blender/blender 2023-05-22 03:56:31 +02:00
a928d6d6b7 Fix #107588: Sound strip has negative length
Richard Antalik commented on issue blender/blender#106976 2023-05-20 05:18:34 +02:00
Crash when changing asset icon

Why I can't reproduce the issue? I can't tell why. Most likely due to different hardware I use.

Richard Antalik commented on pull request blender/blender#105613 2023-05-20 04:51:04 +02:00
sound-equalizer

I have reverted changes in Audaspace, I am trying to resolve some build issues on Windows at least still.

Richard Antalik closed issue blender/blender#108093 2023-05-20 03:46:40 +02:00
camera cancer
Richard Antalik commented on issue blender/blender#108093 2023-05-20 03:46:38 +02:00
camera cancer

Thanks for the report, but the issue reported here is a request for modified/improved behavior and not a bug in current behavior. Closing as this bug tracker is only for bugs and errors.

For…

Richard Antalik commented on pull request blender/blender#108059 2023-05-20 02:58:59 +02:00
WIP: FFmpeg: Remove timecode support

Currently, timecode system is in working order. However it is no longer serving it's purpose - to correct seeking in video files.

I am confused by the wording. If it is in working…

Richard Antalik pushed to main at blender/blender 2023-05-19 00:51:30 +02:00
40ccc37fc6 VSE: Add go to current frame operator to view menu
Richard Antalik pushed to main at iss/blender 2023-05-19 00:33:59 +02:00
354ef89d20 Fix lite build error
b8173278b0 Cycles: oneAPI: set correct work group sizes for kernels that have a predefined one
a17d07ee87 Cycles: oneAPI: Fix prevented execution with sycl runtime > 20230323
4dc026ec8e VSE: Smooth transition for retiming tool
35be844c34 Fix #106621: Crash Adding GN Menus to Quick Favorites
Compare 1972 commits »
Richard Antalik created pull request blender/blender#108059 2023-05-19 00:14:17 +02:00
FFmpeg: Remove timecode support
Richard Antalik created branch bye-indexer in iss/blender 2023-05-19 00:07:59 +02:00
Richard Antalik pushed to bye-indexer at iss/blender 2023-05-19 00:07:59 +02:00
3c7e2a259b FFmpeg: Remove timecode support
354ef89d20 Fix lite build error
b8173278b0 Cycles: oneAPI: set correct work group sizes for kernels that have a predefined one
a17d07ee87 Cycles: oneAPI: Fix prevented execution with sycl runtime > 20230323
4dc026ec8e VSE: Smooth transition for retiming tool
Compare 10 commits »
Richard Antalik commented on pull request blender/blender#107950 2023-05-18 20:47:22 +02:00
WIP: VSE Experiment in Mouse Cursor and Transform Status Feedback

I agree with Sergeys noise concerns. personally I wouldn't use NSWE cursor at all. Also I would rather make handles invisible by default and highlight them on hover / selection without changing…

Richard Antalik commented on pull request blender/blender#107950 2023-05-18 20:45:59 +02:00
WIP: VSE Experiment in Mouse Cursor and Transform Status Feedback

At some point I wanted to implement managed selection for VSE, so looping over many strips would not be necessary. That idea came across my mind multiple times and could simplify/improve some…