Blender Git Commits

Blender Git "master" branch commits.

Page: 660 / 5574

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.
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.
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.
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.
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.
July 27, 2020, 11:00 (GMT)
Cleanup: quiet warnings without DDS
July 27, 2020, 10:56 (GMT)
GPU: Fix crash and missing texture due to recent C++ port


Fix T79306 DRW: small issues with yesterday commits modifying TEXTARGET
Fix T79303 Image texture node crashes EEVEE when connected to a shader output
July 27, 2020, 09:41 (GMT)
Cleanup: quiet warning
July 27, 2020, 09:40 (GMT)
GPU: fix build error due to wrong linkage specification
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
July 27, 2020, 08:32 (GMT)
Merge branch 'blender-v2.90-release'
July 27, 2020, 08:32 (GMT)
Fluid: Fix warnings from max particle option

-Wreorder was the issue.
July 27, 2020, 08:26 (GMT)
Merge branch 'blender-v2.90-release'
July 27, 2020, 08:25 (GMT)
Cleanup: comments.
July 27, 2020, 08:25 (GMT)
Cleanup: Minor renaming.
July 27, 2020, 08:24 (GMT)
Merge branch 'blender-v2.90-release'
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..
July 27, 2020, 07:06 (GMT)
Merge remote-tracking branch 'origin/blender-v2.90-release'
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
July 27, 2020, 06:52 (GMT)
Cleanup: Alembic, fix maybe-uninitialized warning

No functional changes.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021