Blender Git Commit Log

All Blender Git commits.

Page: 3562 / 8462

December 11, 2017, 14:47 (GMT)
Fix T53528: Empty thumbnails in filebrowser

Bug in recent refactor.
December 11, 2017, 14:38 (GMT)
Fix for inset when accessed from spacebar search
December 11, 2017, 11:07 (GMT)
Add 'Add static override' to outliner's menus.
December 11, 2017, 11:07 (GMT)
Walk all the overriding chain to try to find a template.

When one creates a new local static override from another linked
data-block already overriding a third one etc., walk the whole
inheritance chain up to the original ancestor to try to find an
overriding template, instead of only checking the immediate reference...
December 11, 2017, 11:07 (GMT)
Add a new button in ID template to generate an override, and new icon placeholder.

Note that due to mess with inkscape (see T53516), I cannot generate a new icon
currently. :(

Commit related to T53501.
December 11, 2017, 10:38 (GMT)
Manipulator: make grab-cursor a manipulator flag

As with operators, allow manipulators to grab the cursor.
Previously this was enabled for all 3D manipulators.
December 11, 2017, 09:40 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 11, 2017, 09:08 (GMT)
Add basic outliner support for the groom object type.
December 11, 2017, 08:28 (GMT)
Cleanup: whitespace
December 11, 2017, 08:24 (GMT)
Merge branch 'master' into blender2.8
December 11, 2017, 07:37 (GMT)
DNA/RNA: add 'py_instance' for ID types

Avoid creating new Python instances
every time a scene, object, mesh .. etc are accessed.

Also resolves crashes T28724, T53530
although it's only valid for ID types, not modifiers vertices etc.

Back-ported from blender2.8 branch.
December 11, 2017, 06:07 (GMT)
Fix grab3d manipulator in a 2D group

Was taking scale into account twice.
December 11, 2017, 05:01 (GMT)
PyAPI: Correct manipulator template
December 11, 2017, 01:53 (GMT)
WM: update splash size for templates
December 10, 2017, 16:10 (GMT)
Improve Simplify modifier

- Now it's possible to define number of iterations for fixed mode.
- New mode selector instead of checkboxes
- Changes in UI
December 10, 2017, 12:46 (GMT)
"add" operator for groom objects.
December 10, 2017, 12:46 (GMT)
writefile function for Groom.
December 10, 2017, 11:52 (GMT)
Implement BKE_libblock_free_datablock for groom ID.
December 10, 2017, 11:48 (GMT)
Add groom object id in a few more functions that need it.
December 10, 2017, 11:42 (GMT)
Added ID_GD to the OB_DATA_SUPPORT_ID/OB_DATA_SUPPORT_ID_CASE macros

From the looks of things, all object-linked ID types should be
included in here.

While checking on this, I also found a missing case for GP object
in Main.objects.new()
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021