Blender Git Commits

Blender Git commits from all branches.

Page: 1786 / 2888

April 6, 2017, 14:05 (GMT)
Merge branch 'blender2.8' into custom-manipulators
April 6, 2017, 14:01 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 6, 2017, 13:32 (GMT)
Fix crash opening startup.blend as regular .blend

Also fixed incorrect context change.
April 6, 2017, 13:08 (GMT)
Alembic: rewrapped some lines to fit within 80 chars.
April 6, 2017, 13:08 (GMT)
Alembic import: compatibility with pre-C++11 compilers.
April 6, 2017, 12:22 (GMT)
Alembic import: restructured the importer w.g.t. parenthood

Previously, a GHash was used to store a flattened mapping of parent
information based on the Alembic hierarchy, and then that hash was used to
set parent pointers on Blender objects. This resulted in errors and
some duplicate objects. The new approach stores parent pointers while
traversing the Alembic hierarchy, which means that there is much more
information about the actual context of the Alembic object itself,
producing a more stable import.
April 6, 2017, 12:18 (GMT)
FIXUP abc_matrix_test.cc
April 6, 2017, 12:11 (GMT)
Removed commented-out debug prints and corrected typo in comment.
April 6, 2017, 10:52 (GMT)
remove unused var
April 6, 2017, 10:21 (GMT)
Merge branch 'blender2.8' into custom-manipulators
April 6, 2017, 10:19 (GMT)
Allow storing workspaces as part of user config (UI preliminary)

Adds a button in the User Preference Interface tab to save all
workspaces of the current file into [user config
path]/config/worflow.blend.
When clicking the button to add a new workspace, the menu will list
these then (and of course the option to duplicate current workspace).

Note that the operator currently overrides all workspaces in the config
file. There should be ways to add and remove workspaces from it instead,
but we need to figure out a good UI design for how to do that still.
April 6, 2017, 10:12 (GMT)
Minor sync with master
April 6, 2017, 09:48 (GMT)
revert file rename (since these are in 2.8x already)
April 6, 2017, 07:29 (GMT)
Update widget exporter
April 6, 2017, 07:26 (GMT)
Accidentally left this in last commit
April 6, 2017, 06:33 (GMT)
Cleanup: only expose base struct for manipulator geometry
April 6, 2017, 05:43 (GMT)
Cleanup: rename file
April 6, 2017, 05:22 (GMT)
Merge branch 'blender2.8' into custom-manipulators
April 6, 2017, 03:12 (GMT)
Remove redundant includes
April 6, 2017, 03:02 (GMT)
Remove manipulator_drawflags_refresh

This decoupled setting draw flags from calculating the manipulator center.

I can't see any advantage to doing this with the current code
It just increases the chance the two get out of sync.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021