- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
f75f92b528
Compositor: remove ReadBufferOperation, WriteBufferOperation, WrapOperation
5391ae1856
Compositor: remove .complex, execute_pixel_filtered
40e27ad10d
Compositor: remove execute_pixel, execute_pixel_sampled
b4894c1910
Compositor: remove execute_region, determine_depending_area_of_interest, initialize_tile_data, deinitialize_tile_data, create_memory_buffer
da7a42bc7a
Compositor: remove render_full_frame_fallback et al
WIP: Compositor: Remove tiled implementation
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'
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
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
Blender crashes when opening certain projects if 'Load UI' isn't turned on
@Rockbard ok now it should be fixed for reals. I hope :)
12ef5d38c4
Merge branch 'blender-v4.1-release'
b846ccd76b
Fix #118501: crash opening some projects if Load UI is off
Blender crashes when opening certain projects if 'Load UI' isn't turned on
Blender crashes when opening certain projects if 'Load UI' isn't turned on
Ok I'll try to investigate further
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.
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).
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.
2171eef2c4
Merge branch 'blender-v4.1-release'
3e232aaac1
Fix #118501: crash opening some projects if Load UI is off