Blender Git Commit Log

All Blender Git commits.

Page: 1355 / 8462

August 17, 2020, 13:57 (GMT)
Merge branch 'master' into soc-2020-fluid-tools
August 17, 2020, 13:51 (GMT)
Cleanup: Minor refactoring and naming updates
August 17, 2020, 13:46 (GMT)
Merge branch 'master' into property-search-ui-v2
August 17, 2020, 13:35 (GMT)
Renamed draw/engines/editors to draw/engines/image
August 17, 2020, 13:16 (GMT)
Fix typo: missing `f` string prefix in Alembic export test
August 17, 2020, 13:04 (GMT)
Initial commit for image unavailable texture
August 17, 2020, 12:17 (GMT)
Fix last commit
August 17, 2020, 12:07 (GMT)
Cleanup: Alembic tests, add note explaining how the export tests work

No functional changes.
August 17, 2020, 12:07 (GMT)
Cleanup: rename `alembic_tests.py` to `alembic_tests_export.py`

Rename `alembic_tests.py` to `alembic_tests_export.py`, as this makes it
clearer what is being tested.

No functional changes.
August 17, 2020, 12:07 (GMT)
Tests: Better error reporting in `AbstractAlembicTest`

Instead of checking for the length of a list, just handle the error that
occurs when the length is incorrect.

No functional changes to any actual test.
August 17, 2020, 12:07 (GMT)
Fix formatting bug in `AbstractAlembicTest` class

Replace `formatstring, value` with the correct `formatstring % value`.

No functional changes to any actual tests.
August 17, 2020, 12:01 (GMT)
InfoEditor: add log type to default log format
August 17, 2020, 12:00 (GMT)
Cleanup: remove unused includes and format files
August 17, 2020, 12:00 (GMT)
InfoEditor: add autoscroll
Revision e14de69 by Omar Emara (master)
August 17, 2020, 11:43 (GMT)
UI: Only draw node menu search if categories exist

Currently, the search operator in the node add menu NODE_MT_add is drawn
even if no node categories exists. This patch only draws the operator if
at least one node category passes the poll.

This patch is needed because some add-ons use custom search operator and
do not register node categories. In this case, it is undesirable to have
a search operator drawn that do nothing and is not used. One such add-on
is Animation Nodes.

Reviewed By: Jacques Lucke

Differential Revision: https://developer.blender.org/D8576
August 17, 2020, 10:39 (GMT)
Cleanup: Change BLI_bitmap for BLI_edgeset for internal springs

The BLI_bitmap had the potential to eat a lot of memory as it was a
dense map between all the vertices in the mesh.

Now we instead use BLI_edgeset so that we only store data when needed
(creating a spare map instead of a dense).
August 17, 2020, 10:34 (GMT)
Fix T77340: nested nodes alpha issues

Reviewers: Severin

Differential Revision: https://developer.blender.org/D8573
August 17, 2020, 10:27 (GMT)
Silenced warning in draw_view.c
August 17, 2020, 10:23 (GMT)
UV Line drawing: better screen space perp
August 17, 2020, 10:00 (GMT)
Export vertex normals if smooth shading is enabled.

`s on/off` line will not be written if that is not checked in the
exporter parameters.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021