Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 662 / 5574

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, 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: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
July 26, 2020, 12:00 (GMT)
Merge branch 'blender-v2.90-release'
July 26, 2020, 11:58 (GMT)
Fix T79272: Dimensions fail on negative scaled axis
July 26, 2020, 11:27 (GMT)
UV: port smart project from Python to C

Use C for faster operation on high poly models,
in my tests this gave ~27x speedup.

D8311 by @andreasterrius with edits.
July 26, 2020, 10:42 (GMT)
UV: support creating ParamHandle without checking UV selection

Needed for unwrapping from the 3D view.
July 26, 2020, 10:32 (GMT)
Particles: don't mark Particle Attribute node as mockup

It is actually doing something already.
July 26, 2020, 10:19 (GMT)
Functions: move tests closer to code
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021