Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 706 / 5574

Revision 3401307 by Ankit Meel
June 28, 2020, 09:57 (GMT)
Use const in nodeFindSocket

Since the function only iterates over the input members,
and matches their identifiers, `bNode *`can be `const`.

All other usages of the `nodeFindSocket` use it with
other functions that modify the node. (e.g.: ``nodeAddLink` )
But an exporter needs the node to be a `const`, so this
creates unnecessary and slightly unsafe design changes.

Reviewed By: JacquesLucke

Differential Revision: https://developer.blender.org/D8142
June 27, 2020, 23:44 (GMT)
Fix T77549 GPUTexture: Crash caused by NULL parameter to glBindTextures...

... or glBindSamplers.
Revision 59d2dd2 by Hans Goudey
June 27, 2020, 21:56 (GMT)
UI: Remove duplicate modifier error message

Thanks to J. Fran Matheu for pointing this out.
June 27, 2020, 19:07 (GMT)
Fix compile error in recent commit

This was introduced in rBd7b10e5b740fe2.
June 27, 2020, 18:58 (GMT)
Functions: add MutableAttributesRef data structure

This will be used to reference the content of a CustomData structure
in C++ code, that does not need to know who owns the data but only
works with it.
June 27, 2020, 17:19 (GMT)
Fix T78259: Proportional editing does not work in particle editing

And better identify what is bool and what is flag in the
proportional edit properties.
June 27, 2020, 16:00 (GMT)
UI: Better Grouping of FFmpeg audio settings

Some audio render settings were hidden in the scene properties. These
settomgs belong in the render properties as they affect the output when
using ffmpeg video.

Fixes T49241

Differential Revision: https://developer.blender.org/D8137
June 27, 2020, 14:13 (GMT)
Revert "Fix T78259: Proportional editing does not work in particle editing"

This reverts commit 5c48592ccde08e18d13255e89d09067d5dc0f771.
Ii introduced a stupid error.

Fix T78352
June 27, 2020, 13:59 (GMT)
Fix T78337: Fix crash when use GPencil merge without materials

If the object hadn't material, the index of material was negative.
June 27, 2020, 11:28 (GMT)
Cleanup: make it easier to check if a CPPType is a specific compile time type
June 27, 2020, 08:55 (GMT)
Fix T78336: Gpencil selection unstable

The selection with the tweak tool was inprecise because it was using the bounding box and if the point was in a straight line in the border or in the corners it was very hard to select.

For this tool is better don't use the bounding box check.
June 27, 2020, 08:40 (GMT)
Palettes: Remove threshold parameter when extract from images

Using a number greater than 1 produce a huge number of entries in the palette because any small variation in the color create a new entry.

Remove the threshold reduce the precision of the color extracted, but always is better than having a palette with thounsands of colors.

Related to T78317

Still pending the memory crash when it's impossible to allocate memory for the palette in the popover, but with this change I don't think we get this error again.
June 27, 2020, 05:43 (GMT)
Docs: correct invalid doxygen params & references
June 27, 2020, 03:48 (GMT)
Doc: correct bpy.msgbus arguments
Revision b7b57e7 by Aaron Carlisle
June 26, 2020, 17:24 (GMT)
PyDoc: Update Python Package Requirements
Revision daa815d by Aaron Carlisle
June 26, 2020, 17:24 (GMT)
UI: Use term 'Blend Mode'
Revision 84e1e0c by Sebastián Barschkis
June 26, 2020, 16:29 (GMT)
Fix T78170: Mantaflow Crash | Whitewater Particles Baking

Fixed issue in the upstream Mantaflow repository.
June 26, 2020, 15:44 (GMT)
Fix crash compiling Cycles OpenCL, after recent TBB changes
June 26, 2020, 15:29 (GMT)
Cleanup: Fix strict compiler warning about variable shadowing

Thanks Howard for double-checking!
June 26, 2020, 15:20 (GMT)
Fix sample color operator not updating the color in the UI

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8110
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021