Blender Git Commits

Blender Git commits from all branches.

Page: 892 / 2888

April 10, 2020, 17:57 (GMT)
Merge branch 'modifier-panels-ui' of git.blender.org:blender into modifier-panels-ui
April 10, 2020, 17:57 (GMT)
Refactor saving and setting list panel expansion

The public functions are named more sanely and their requirements are
much simpler, with more of the logic handled internally by interface_panel.c.

Also solves a bug saving and loading sub-subpanel expansion.
April 10, 2020, 15:55 (GMT)
Alembic: keep references to the schema objects

These references are necessary for Alembic to have proper bookkeeping.
Without them, you get errors that a property `N` already exists when
exporting mesh normals.
April 10, 2020, 15:53 (GMT)
Merge branch 'temp-checkbox-layout-tweaks' into modifier-panels-ui
April 10, 2020, 15:52 (GMT)
Fix pointer properties breaking column layouts
April 10, 2020, 15:34 (GMT)
Merge branch 'master' into temp-checkbox-layout-tweaks
April 10, 2020, 15:30 (GMT)
Merge branch 'master' into greasepencil-object
April 10, 2020, 15:30 (GMT)
Alembic: fixed time sample test
April 10, 2020, 15:14 (GMT)
Resolve const warning for panel data reordering
April 10, 2020, 15:10 (GMT)
Tests: On Linux, use Python from install dir

CentOS on the buildbot still runs Python 3.6, which is also used for the
unit tests. This means that the tests can't use language features that
are available to Blender itself. And testing with a different version of
Python than will be used by the actual code seems like a bad idea to me.

This commit tries to find Python in the installation directory, which
will not be there on the first time CMake is run, so it also tries to
find it in the precompiled libraries. If that also fails, it defaults to
whichever Python executable CMake finds.

Differential Revision: https://developer.blender.org/D7395
April 10, 2020, 15:04 (GMT)
Alembic exporter: unit tests are compiling
April 10, 2020, 15:04 (GMT)
Fixed merge error
April 10, 2020, 13:49 (GMT)
Alembic: even nicer subsurf disable method

This is less dependent on the exact implementation of AbstractHierarchyIterator
and also avoids an evaluation of the subsurfs before they are disabled.
April 10, 2020, 13:38 (GMT)
Alembic: nicer way to disable subdivision surfaces

Before exporting starts, subdivision surfaces are disabled. The old
Alembic exporter would do this temporarily for each frame.
April 10, 2020, 13:09 (GMT)
Merge branch 'master' into temp-checkbox-layout-tweaks
April 10, 2020, 12:27 (GMT)
Merge remote-tracking branch 'origin/master' into temp-alembic-exporter-T73363-ms2
April 10, 2020, 12:14 (GMT)
Alembic: new mesh writer seems to work

Also extracted axis conversion functionality from `abc_utils.h`.
April 10, 2020, 09:59 (GMT)
Gpencil: Cleanup unused code
April 10, 2020, 09:11 (GMT)
Tests runner: use Python from install dir, and break if not found
April 10, 2020, 08:55 (GMT)
Merge branch 'master' into greasepencil-object
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021