Revision f8a0a5a by Clément Foucault July 27, 2020, 13:01 (GMT) |
PointCloud: Fix viewport issue when using radius attrib after not using it This was a simple issue with the static GPUVertFormat being the same for both cases. |
Revision 565d7f7 by Campbell Barton July 27, 2020, 11:00 (GMT) |
UI: improve errors when evaluating a number button fails Showing the Python error without any explanation is often not enough information and doesn't hint that the error was in the user input. The error report from a invalid expression such as '..1' used to be: ('invalid syntax', ('<string>', 1, 1, '..1')) Now reads: Error evaluating number, see Info editor for details: invalid syntax Address issue raised by T78913. |
Revision 7beef1f by Campbell Barton July 27, 2020, 11:00 (GMT) |
PyAPI: simplify syntax error reports The result of syntax errors read poorly in reports, resulting in cryptic and unhelpful information. Change PyC_ExceptionBuffer_Simple only to extract the initial text, making syntax errors when entering invalid numeric expressions into buttons easier to follow. |
Revision d7cb674 by Campbell Barton July 27, 2020, 11:00 (GMT) |
Cleanup: match call signature for UI unit number evaluation Also rename ui_but_string_set_eval_num to ui_but_string_eval_number as it doesn't set any of the buttons values. |
Revision 9ce2c5b by Campbell Barton July 27, 2020, 11:00 (GMT) |
Cleanup: remove workaround for old BLI_dynstr_vappendf bug Remove workaround from 1c806f6bb454dca6f682ecd741bd2fe03b9617bb as this doesn't seem to be needed anymore. |
Revision b18c376 by Campbell Barton July 27, 2020, 11:00 (GMT) |
Cleanup: quiet warnings without DDS |
Revision 0b04f0e by Clément Foucault July 27, 2020, 10:56 (GMT) |
Revision bfeb94e by Jacques Lucke July 27, 2020, 09:41 (GMT) |
Cleanup: quiet warning |
Revision 418753b by Jacques Lucke July 27, 2020, 09:40 (GMT) |
GPU: fix build error due to wrong linkage specification |
Revision 382b900 by Antonio Vazquez July 27, 2020, 08:47 (GMT) |
GPencil: New operator to Cleanup duplicated frames This operator cleanup any frame that is equal to the previous one. This is very handy when convert a mesh animation to Gpencil and the mesh is static for several frames. Differential Revision: https://developer.blender.org/D8149 |
Revision f31fa3e by Sebastián Barschkis July 27, 2020, 08:32 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision ea4a00e by Sebastián Barschkis July 27, 2020, 08:32 (GMT) |
Fluid: Fix warnings from max particle option -Wreorder was the issue. |
Revision 93e6ed9 by Bastien Montagne July 27, 2020, 08:26 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision d906116 by Bastien Montagne July 27, 2020, 08:25 (GMT) |
Cleanup: comments. |
Revision 041904c by Bastien Montagne July 27, 2020, 08:25 (GMT) |
Cleanup: Minor renaming. |
Revision 40a9524 by Jacques Lucke July 27, 2020, 08:24 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision 87fb12d by Jacques Lucke July 27, 2020, 08:23 (GMT) |
Allocator: fix build error with -Werror=format-security Doing it again here, because I fixed this only in master branch before.. |
Revision 6d42ffe by Sybren A. Stüvel July 27, 2020, 07:06 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.90-release' |
Revision 9b867f2 by Sybren A. Stüvel July 27, 2020, 06:53 (GMT) |
Fix T79121: Dependency cycle when driver points to prop with 'scale' in name This makes `RNANodeQuery::construct_node_identifier()` more strict in its matching of certain property names. The downside of this approach is that it's not possible any more to use `"rotation"` and expect a match for `"rotation_euler"` and friends, so the list of strings to test against is now 3x as long. Reviewed By: sergey Maniphest Tasks: T79121 Differential Revision: https://developer.blender.org/D8375 |
Revision 3bcec7c by Sybren A. Stüvel July 27, 2020, 06:52 (GMT) |
Cleanup: Alembic, fix maybe-uninitialized warning No functional changes. |
|
|
|


Master Commits
MiikaHweb | 2003-2021