Blender Git Commits

Blender Git "master" branch commits.

Page: 1920 / 5574

December 20, 2017, 15:35 (GMT)
Depsgraph: Move ID node to own file
December 20, 2017, 15:29 (GMT)
Depsgraph: Move time source node to own file
December 20, 2017, 15:19 (GMT)
Depsgraph: Print some statistics about transitive reduction
December 20, 2017, 15:16 (GMT)
Depsgraph: Make transitive reduction to work
December 20, 2017, 15:15 (GMT)
Depsgraph: Add utility function to unlink relation from graph
December 20, 2017, 14:53 (GMT)
Depsgraph: Remove unused priority calculator

While it sounds useful, in practice it was rather causing
extra overhead and was slowing things down.
December 20, 2017, 14:50 (GMT)
Depsgraph: Remove remaining parts of old removed debugger
December 20, 2017, 09:55 (GMT)
Fix T53572: Alembic imports UV maps incorrectly

Since in Alembic the loop order seems to be reversed when exporting and
importing, and this was the only place where it was not, I was thinking
to match this to the convention of reversing the loop order as well.

Reviewers: sybren, kevindietrich

Tags: #alembic

Differential Revision: https://developer.blender.org/D2968
December 20, 2017, 09:23 (GMT)
Fix MSVSC2017 error

The last compiler version needs this include
December 20, 2017, 06:20 (GMT)
Cleanup: remove unnecessary tooltip line limit

Also add TODO for possible future changes.
December 20, 2017, 06:13 (GMT)
Manipulator: clear tooltip for click actions too
December 20, 2017, 05:40 (GMT)
Manipulator: tooltip support

Currently operators and properties are used.
Revision 3143b2f by Campbell Barton
December 20, 2017, 04:05 (GMT)
Merge branch 'master' into blender2.8
December 20, 2017, 03:58 (GMT)
UI: move tooltip API to public header
Revision b0d61ea by Julian Eisel
December 19, 2017, 19:56 (GMT)
Fix crash in RNA when accessing empty property_tags list

E.g. running `bpy.context.active_object.cycles.bl_rna.property` in the
console would crash.

Thanks @lijenstina for reporting!
December 19, 2017, 16:33 (GMT)
Fix T53442: Outliner refresh issues when adding new collection

Notifier is getting through, yet tree wasn't rebuilding until
we force redraw by resizing the outliner.

Thanks to Danrae Pray (@spockTheGray) for looking at this issue.
December 19, 2017, 15:04 (GMT)
bpy_extras: add missing colorband keymap to keyconfig_utils.py

fixes failing ctest script_load_keymap
December 19, 2017, 14:55 (GMT)
Font objects: Support proper auto-space

Annoyingly, need to convert vfont to nurbs, do minmax and toss nurbs away.
This is likely to be fine, since this function is not intended to be used
a lot, and this is the only way to get more meaningful result.

However, it's not very clear what to do with font on curve.

This fixes rendering of font object with auto texture space in Cycles
introduced in c34f3c7.

It is probably possible to introduce new mode to vfont_to_curve which
will do boundbox without extra allocations, but that's more like an
optimization.

Reviewers: campbellbarton, mano-wii

Reviewed By: campbellbarton

Subscribers: zeauro

Differential Revision: https://developer.blender.org/D2971
December 19, 2017, 14:51 (GMT)
Cycles: Fix crash opening user preferences after adding extra GPU

We can not store pointers to elements of collection property in the
case we modify that collection. This is like storing pointers to
elements of array before calling realloc().
December 19, 2017, 12:46 (GMT)
Fix T53583: Crash when instancing a group with an armature

There is still a crash that you get because the draw manager needs to
handle duplis differently.

But the initial assert caused by this particular file is now fixed.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021