Aras Pranckevicius aras_p
Aras Pranckevicius pushed to vse-glow-opt at aras_p/blender 2023-12-06 08:49:52 +01:00
b695329bb9 VSE: simplify and speedup Glow some more
Aras Pranckevicius created pull request blender/blender#115818 2023-12-05 21:22:34 +01:00
WIP: VSE: speedup Glow effect
Aras Pranckevicius pushed to vse-glow-opt at aras_p/blender 2023-12-05 21:21:14 +01:00
e649b52d59 VSE: simplify Glow code by using vector types
ebde205d2b VSE: further speedup of Glow by merging operations
692a8a6816 VSE: optimize Glow effect with multi-threading
Compare 3 commits »
Aras Pranckevicius created branch vse-glow-opt in aras_p/blender 2023-12-05 21:21:14 +01:00
Aras Pranckevicius commented on pull request blender/blender#115653 2023-12-05 17:45:46 +01:00
ImBuf: optimize IMB_transform

In the future ( not this PR) we would like to move some parts to our BaseVec classes in blenlib

Yeah I saw discussions "we should really pick/use some simd library" a few times. Personally…

Aras Pranckevicius commented on pull request blender/blender#115801 2023-12-05 14:43:04 +01:00
VSE: make Gamma Cross effect 4x faster
Aras Pranckevicius created pull request blender/blender#115801 2023-12-05 14:42:49 +01:00
VSE: speedup Gamma Cross effect
Aras Pranckevicius created branch vse-gammacross-opt in aras_p/blender 2023-12-05 14:41:27 +01:00
Aras Pranckevicius pushed to vse-gammacross-opt at aras_p/blender 2023-12-05 14:41:27 +01:00
8a5bbb7967 VSE: speedup Gamma Cross effect
1149bb216d Fix #115678: Padding not applied correctly when framing keyframes
f489b84316 Fix #115683: Crash with IK constraint
05ac25dfba Cleanup: use existing bone iterator function
fa25a286d8 Refactor: BKE: Move BKE_library header to full CPP.
Compare 10 commits »
Aras Pranckevicius closed issue blender/blender#105001 2023-12-04 09:55:26 +01:00
OBJ: Add hierarchy support by name splitting (Python patch provided)
Aras Pranckevicius commented on issue blender/blender#105001 2023-12-04 09:55:24 +01:00
OBJ: Add hierarchy support by name splitting (Python patch provided)

Implemented in #115742

Aras Pranckevicius deleted branch obj_separator from aras_p/blender 2023-12-04 09:55:03 +01:00
Aras Pranckevicius pushed to main at blender/blender 2023-12-04 09:55:02 +01:00
19f4f84005 OBJ: add import option to create collection hierarchy by splitting names with a separator
Aras Pranckevicius merged pull request blender/blender#115742 2023-12-04 09:55:01 +01:00
OBJ: add import option to create collection hierarchy by splitting names with a separator
Aras Pranckevicius created pull request blender/blender#115742 2023-12-04 09:25:26 +01:00
OBJ: add import option to create collection hierarchy by splitting names with a separator
Aras Pranckevicius pushed to obj_separator at aras_p/blender 2023-12-04 09:24:33 +01:00
4973b51a58 OBJ: add import option to create collection hierarchy by splitting names with a separator
be2d940203 Fix error in recent GHOST/Wayland thread priority function
92e8b7e850 Cleanup: match logic & naming between bmesh & mesh crazyspace functions
ad07654ed8 GHOST/Wayland: use minimum priority for helper threads
3a7c618b87 GHOST/Wayland: animated cursor support
Compare 10 commits »
Aras Pranckevicius created branch obj_separator in aras_p/blender 2023-12-04 09:24:33 +01:00
Aras Pranckevicius commented on pull request blender/blender#115653 2023-12-02 13:41:44 +01:00
ImBuf: optimize IMB_transform
Aras Pranckevicius pushed to imb_transform_opt at aras_p/blender 2023-12-02 13:41:19 +01:00
faa6e268f1 Fixing Mac x64 build