Revision b296b68 by Clément Foucault July 26, 2020, 15:28 (GMT) |
GPU: Move gpu_framebuffer.c to C++ |
Revision 9905db5 by Clément Foucault July 26, 2020, 15:28 (GMT) |
GPU: Move gpu_extensions.c to C++ |
Revision 7c3eaff by Clément Foucault July 26, 2020, 15:28 (GMT) |
GPU: Move gpu_element.c to C++ |
Revision 97b597c by Clément Foucault 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. |
Revision 8b7802d by Clément Foucault July 26, 2020, 15:28 (GMT) |
GPU: Move gpu_debug.c to C++ |
Revision 56803e2 by Clément Foucault July 26, 2020, 15:28 (GMT) |
GPU: Rename gpu_context.cpp to .cc suffix |
Revision 7b4a210 by Clément Foucault July 26, 2020, 15:28 (GMT) |
GPU: Move gpu_batch.c to C++ |
Revision d3cecc5 by Clément Foucault July 26, 2020, 15:28 (GMT) |
GPU: Move gpu_attr_binding.c to C++ |
Revision 13afc81 by Clément Foucault 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. |
Revision a77175c by Clément Foucault July 26, 2020, 15:28 (GMT) |
GPU: Add extern "C" to intern headers |
Revision 076d033 by Richard Antalik 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 |
Revision f0e370a by Richard Antalik July 26, 2020, 13:04 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision 7ceb6ff by Richard Antalik 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. |
Revision f2907b0 by Richard Antalik 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 |
Revision 5414ccb by Campbell Barton July 26, 2020, 12:00 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision 28b1c70 by Campbell Barton July 26, 2020, 11:58 (GMT) |
Fix T79272: Dimensions fail on negative scaled axis |
Revision 850234c by Campbell Barton 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. |
Revision 9482cc6 by Campbell Barton July 26, 2020, 10:42 (GMT) |
UV: support creating ParamHandle without checking UV selection Needed for unwrapping from the 3D view. |
Revision fd7e31b by Jacques Lucke July 26, 2020, 10:32 (GMT) |
Particles: don't mark Particle Attribute node as mockup It is actually doing something already. |
Revision 6cecdf2 by Jacques Lucke July 26, 2020, 10:19 (GMT) |
Functions: move tests closer to code |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021