Blender Git Commit Log

All Blender Git commits.

Page: 1434 / 8462

July 26, 2020, 15:28 (GMT)
Cleanup: GPU: Remove unused code and header
July 26, 2020, 15:28 (GMT)
GPU: Move gpu_platform.c to C++
July 26, 2020, 15:28 (GMT)
GPU: Move gpu_immediate.c to C++
July 26, 2020, 15:28 (GMT)
GPU: Move gpu_framebuffer.c to C++
July 26, 2020, 15:28 (GMT)
GPU: Move gpu_extensions.c to C++
July 26, 2020, 15:28 (GMT)
GPU: Move gpu_element.c to C++
July 26, 2020, 15:28 (GMT)
GPU: Move and rename gpu_draw*.c to C++

`gpu_draw.c` was a misleading name, `gpu_texture_image.cc` is better
suited.
July 26, 2020, 15:28 (GMT)
GPU: Move gpu_debug.c to C++
July 26, 2020, 15:28 (GMT)
GPU: Rename gpu_context.cpp to .cc suffix
July 26, 2020, 15:28 (GMT)
GPU: Move gpu_batch.c to C++
July 26, 2020, 15:28 (GMT)
GPU: Move gpu_attr_binding.c to C++
July 26, 2020, 15:28 (GMT)
BLI: Add MACRO for enum usage in C++

This is handy to add support for enums used in both C and C++
files. This removes the need to typecast each time for every
operation.

Only support bitwise operators for now.
July 26, 2020, 15:28 (GMT)
GPU: Add extern "C" to intern headers
July 26, 2020, 15:06 (GMT)
GPencil: Use evaluated strokes for SVG export

Now the SVG includes the strokes with modifiers.
July 26, 2020, 14:54 (GMT)
GPencil: Fix errors with strokes with Stroke and Fill
July 26, 2020, 14:07 (GMT)
VSE: Refactor delete operator and API

Operator logic is limited to iterating over selection and executing
same code as python API does.

Functional changes:

- No attempt to preserve effects is made. Dependant effects are deleted.
- No attempt to change meta strip boundaries.

Partially fixes T73828

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D6892
July 26, 2020, 13:52 (GMT)
LineArt: Performance improvements.
July 26, 2020, 13:04 (GMT)
Merge branch 'blender-v2.90-release'
July 26, 2020, 13:00 (GMT)
Fix T74958: Infinite loop on using strip as modifier mask

Add recursion check before assigning strip as a mask for modifier.
Same check is used for recursion check when reassigning effect input, so it
should not be possible to create recursion at all.
July 26, 2020, 13:00 (GMT)
Fix T78999: Crash when adjusting sequencer property

Sequencer was not initialized yet, and RNA update function tried to clean up cache.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D8323
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021