Aras Pranckevicius aras_p
Aras Pranckevicius created pull request blender/blender#118819 2024-02-27 20:34:38 +01:00
WIP: Compositor: Remove tiled implementation
Aras Pranckevicius created branch com_remove_tiled in aras_p/blender 2024-02-27 20:33:45 +01:00
Aras Pranckevicius pushed to com_remove_tiled at aras_p/blender 2024-02-27 20:33:45 +01:00
62449a45be Compositor: remove more unused stuff
2cce7f5c90 Compositor: remove OpenCL stuff
3563a89d6f Compositor: remove ExecutionGroup
5ba39f8e6c Compositor: remove eExecutionModel
1f9f7a07af Merge branch 'blender-v4.1-release'
Compare 10 commits »
Aras Pranckevicius pushed to vse_strip_design at aras_p/blender 2024-02-26 20:47:27 +01:00
6eeaae3696 VSE: tweaks to strip drawing
Aras Pranckevicius pushed to main at aras_p/blender 2024-02-26 16:53:11 +01:00
c04eb58134 EEVEE-Next: Make denoising roughness correct for refraction
8dce2a422b EEVEE-Next: Specialization Constants for Film Accumulation
e5b9bbe0ae Draw: Add support for uint specialization constants
bace4c9a29 Mesh: Improvements to position and normal draw extraction
203d3e0d40 Linux: Don't always enable the CPU checker
Compare 228 commits »
Aras Pranckevicius pushed to vse_strip_design at aras_p/blender 2024-02-26 16:53:00 +01:00
5bcd49126d Merge branch 'main' into vse_strip_design
c04eb58134 EEVEE-Next: Make denoising roughness correct for refraction
8dce2a422b EEVEE-Next: Specialization Constants for Film Accumulation
e5b9bbe0ae Draw: Add support for uint specialization constants
bace4c9a29 Mesh: Improvements to position and normal draw extraction
Compare 115 commits »
Aras Pranckevicius commented on issue blender/blender#118501 2024-02-26 13:55:24 +01:00
Blender crashes when opening certain projects if 'Load UI' isn't turned on

@Rockbard ok now it should be fixed for reals. I hope :)

Aras Pranckevicius pushed to main at blender/blender 2024-02-26 13:54:48 +01:00
12ef5d38c4 Merge branch 'blender-v4.1-release'
b846ccd76b Fix #118501: crash opening some projects if Load UI is off
Compare 2 commits »
Aras Pranckevicius closed issue blender/blender#118501 2024-02-26 13:54:46 +01:00
Blender crashes when opening certain projects if 'Load UI' isn't turned on
Aras Pranckevicius pushed to blender-v4.1-release at blender/blender 2024-02-26 13:54:14 +01:00
b846ccd76b Fix #118501: crash opening some projects if Load UI is off
Aras Pranckevicius commented on issue blender/blender#118501 2024-02-26 13:10:45 +01:00
Blender crashes when opening certain projects if 'Load UI' isn't turned on

Ok I'll try to investigate further

Aras Pranckevicius suggested changes for blender/blender#118731 2024-02-26 06:00:07 +01:00
Fix: Proper error handling for STL, PLY, and OBJ IO

I'd like reports field to be initialized, since right now from within tests it feels like it gets a garbage value.

Aras Pranckevicius commented on pull request blender/blender#118731 2024-02-26 06:00:06 +01:00
Fix: Proper error handling for STL, PLY, and OBJ IO

Same as for OBJ import params: looks like reports field is used non-initilized in tests. And same for PLY I think (except that one probably does not have tests).

Aras Pranckevicius commented on pull request blender/blender#118731 2024-02-26 05:57:23 +01:00
Fix: Proper error handling for STL, PLY, and OBJ IO

OBJImportTest constructor should probably initialize reports to nullptr. Or add default initializer here. Similar in OBJExportParamsDefault.

Aras Pranckevicius pushed to main at blender/blender 2024-02-23 06:29:03 +01:00
2171eef2c4 Merge branch 'blender-v4.1-release'
3e232aaac1 Fix #118501: crash opening some projects if Load UI is off
Compare 2 commits »
Aras Pranckevicius closed issue blender/blender#118501 2024-02-23 06:29:01 +01:00
Blender crashes when opening certain projects if 'Load UI' isn't turned on
Aras Pranckevicius pushed to blender-v4.1-release at blender/blender 2024-02-23 06:28:14 +01:00
3e232aaac1 Fix #118501: crash opening some projects if Load UI is off