Richard Antalik iss
  • Joined on 2018-06-01
Richard Antalik deleted branch assign-for-ui from iss/blender 2023-04-21 17:09:55 +02:00
Richard Antalik merged pull request blender/blender#105383 2023-04-21 17:09:53 +02:00
UI: Make it possible to add shortcuts to UI operators.
Richard Antalik pushed to main at blender/blender 2023-04-21 17:09:53 +02:00
35a8341d7b UI: Make it possible to add shortcuts to UI operators.
Richard Antalik pushed to assign-for-ui at iss/blender 2023-04-21 16:54:41 +02:00
7c9414c727 Merge branch 'main' into assign-for-ui
b21695a507 VSE: Add sound strip retiming support
b44dace9d8 Build: remove smatch, sparse & splint checking scripts
5e76622f47 Cleanup: remove redundant code
bc338aac74 Cleanup: Avoid switch fallthrough, avoid copying bit span
Compare 1304 commits »
Richard Antalik deleted branch retiming-sound-2 from iss/blender 2023-04-21 16:53:41 +02:00
Richard Antalik pushed to main at blender/blender 2023-04-21 16:53:39 +02:00
b21695a507 VSE: Add sound strip retiming support
Richard Antalik merged pull request blender/blender#105072 2023-04-21 16:53:39 +02:00
VSE: Add sound strip retiming support
Richard Antalik commented on pull request blender/blender#105072 2023-04-21 16:30:22 +02:00
VSE: Add sound strip retiming support
Richard Antalik pushed to retiming-sound-2 at iss/blender 2023-04-21 16:29:35 +02:00
908cb5cc25 Merge branch 'main' into retiming-sound-2
b44dace9d8 Build: remove smatch, sparse & splint checking scripts
5e76622f47 Cleanup: remove redundant code
bc338aac74 Cleanup: Avoid switch fallthrough, avoid copying bit span
0dd16758f0 Core: libquery: change Collection's parent pointer to master collection to 'not owned'.
Compare 171 commits »
Richard Antalik created pull request blender/blender#107197 2023-04-20 22:06:02 +02:00
WIP: VSE: Gradual retiming
Richard Antalik created branch retiming-gradual in iss/blender 2023-04-20 22:04:19 +02:00
Richard Antalik pushed to retiming-gradual at iss/blender 2023-04-20 22:04:19 +02:00
7ff87edc3d WIP: VSE: Gradual retiming
Richard Antalik commented on pull request blender/blender#105613 2023-04-20 16:41:14 +02:00
sound-equalizer

From my side I do not really have feedback. Is more about how to move forward and synchronize with the code which comes from an external library. Hence added Joerg.

@iss Can you help…

Richard Antalik commented on pull request blender/blender#105072 2023-04-19 18:32:54 +02:00
VSE: Add sound strip retiming support

Something seems odd in the current buildbot build:

  • it does not seem possible to make the entire audio track faster by dragging it's right handle
  • adding and moving handles in the…
Richard Antalik pushed to retiming-sound-2 at iss/blender 2023-04-19 18:30:25 +02:00
89512d7128 Fix sound strip length not changing
Richard Antalik pushed to retiming-sound-2 at iss/blender 2023-04-19 16:31:29 +02:00
b92d912f59 Fix mistake in last commit
Richard Antalik pushed to retiming-sound-2 at iss/blender 2023-04-19 15:59:58 +02:00
e696b2f86d Address feedback
Richard Antalik pushed to retiming-sound-2 at iss/blender 2023-04-17 18:31:14 +02:00
42483e70b6 Merge branch 'main' into retiming-sound-2
74eda0b6fc Fix build error on macOS after previous commit
92919864a0 Fix #106293: Cycles importance sampling with multiple suns works poorly
cff94a808e Fix #106706: fireflies with Nishita sky sun sampling at certain angles
a8feb20e1c DNA: Move irradiance grid light cache data to Object level
Compare 322 commits »
Richard Antalik commented on issue blender/blender#106910 2023-04-17 15:26:39 +02:00
import fbx extreme slow for a 2MB file

Your CPU should handle this well. Even single thread performance is on par with my CPU, so I don't think this is an issue. But still looks like issue on your end. Perhaps the file is on some…