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 |
Revision df8847d by Clément Foucault June 27, 2020, 23:44 (GMT) |
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. |
Revision 4ea92f7 by Jacques Lucke June 27, 2020, 19:07 (GMT) |
Revision ff82049 by Jacques Lucke 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. |
Revision e91d581 by Germano Cavalcante 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. |
Revision a55eac5 by Aaron Carlisle 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 |
Revision 9f5fae1 by Germano Cavalcante 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 |
Revision d7b10e5 by Antonio Vazquez 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. |
Revision 2350159 by Jacques Lucke June 27, 2020, 11:28 (GMT) |
Cleanup: make it easier to check if a CPPType is a specific compile time type |
Revision 563670f by Antonio Vazquez 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. |
Revision fec2b2a by Antonio Vazquez 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. |
Revision 4b96f47 by Campbell Barton June 27, 2020, 05:43 (GMT) |
Docs: correct invalid doxygen params & references |
Revision c1c5dff by Campbell Barton 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. |
Revision fb68a30 by Brecht Van Lommel June 26, 2020, 15:44 (GMT) |
Fix crash compiling Cycles OpenCL, after recent TBB changes |
Revision 9c1d851 by Sergey Sharybin June 26, 2020, 15:29 (GMT) |
Cleanup: Fix strict compiler warning about variable shadowing Thanks Howard for double-checking! |
Revision 06e24f6 by Pablo Dobarro 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 |
|
|
|


Master Commits
MiikaHweb | 2003-2021