Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1824 / 5574

April 16, 2018, 13:40 (GMT)
Fix rBb31ebd8c5c55: the asymmetric furstrum algorithm was still incorrect.

Although somewhat less micro efficient, I decided to separate the `viewinv` matrix to calculate the world position separately.
This makes it easier to understand the code.
April 16, 2018, 13:18 (GMT)
Cleanup: move some screen utility functions, from topbar branch.
April 16, 2018, 13:18 (GMT)
Cleanup: split off area reading/writing functions, from topbar branch.
April 16, 2018, 13:18 (GMT)
Fix build errors after recent depsgraph changes.
April 16, 2018, 13:02 (GMT)
Merge branch 'blender2.8' into blender2.8-workbench
April 16, 2018, 13:01 (GMT)
Workbench: Added Object Color to collection_properties
April 16, 2018, 12:57 (GMT)
Fix stubs
April 16, 2018, 12:22 (GMT)
Fix T54609: Erros in precise BBox extraction algorithm
April 16, 2018, 10:59 (GMT)
Depsgraph: Tag scene after changing cursor location

While 3d cursor is mainly an UI thing and isn't needed for scene evaluation,
it is stored in scene DNA. This means, operator is inform depsgraph that data
has changed, so all copies of that scene can copy new values.

Fixes lack of visual feedback when changing cursor location in viewport
with copy-on-write enabled.
April 16, 2018, 08:39 (GMT)
Fix incorrect scene used for building freestyle stroke depsgraph.
April 16, 2018, 08:19 (GMT)
Merge branch 'master' into blender2.8
April 16, 2018, 08:18 (GMT)
Make ID icons safe for deletion from threads

Added a lock-free deferred queue for deletion. Now if ID icon
is requested to be freed from non-main thread, it will be added
to the deferred list. Actual deletion will happen later from main
thread.

Currently actual deletion only happens next time BKE_icon_id_delete()
is called, which might not be enough. But it's easy to enforce
deferred deletion.

Icons for preview images are not covered by deferred deletion yet.

Reviewers: mont29

Differential Revision: https://developer.blender.org/D3146
April 16, 2018, 08:18 (GMT)
Added lock-free single linked list implementation

Only supports lock-free insertion for now, can not delete element
or traverse the list at the same time.
Revision 6ef5b42 by Gaia Clary
April 16, 2018, 07:59 (GMT)
Merge remote-tracking branch 'origin' into blender2.8
Revision 2720667 by Gaia Clary
April 16, 2018, 07:56 (GMT)
Disable Feature Collada: Tests do not work on unix

The tests as they are now make string comparisons. This only works
on Windows because the reference files look different for different
operating systems because of different number formatting.
The collada tests need a complete rework (wip)
April 16, 2018, 06:51 (GMT)
Fix object/bone select buffer big-endian sorting
April 16, 2018, 06:20 (GMT)
Merge branch 'blender2.8' into blender2.8-workbench
April 16, 2018, 05:40 (GMT)
Cleanup: unused function
April 16, 2018, 05:39 (GMT)
Merge branch 'master' into blender2.8
April 16, 2018, 05:38 (GMT)
Logging: edits to build on macOS
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021