Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1767 / 5574

Revision be400a0 by Joshua Leung
May 10, 2018, 15:56 (GMT)
UI: Fix time cursor number box styling for Clip Editor's Dopesheet/Graph views
May 10, 2018, 12:27 (GMT)
Merge branch 'master' into blender2.8
May 10, 2018, 10:24 (GMT)
3D View: utility to get matrix from cursor
May 9, 2018, 20:43 (GMT)
Manipulator: API call to invoke on setup

Needed for manipulators that start out interactive,
similar use-case to modal operators, except these can be tweaked after.
May 9, 2018, 20:37 (GMT)
Manipulator: support direct cage3d adjustment

Scale cage relied on transform code,
this adds support for the manipulator corners being modified directly.
May 9, 2018, 16:28 (GMT)
Cleanup: Remove redundant bvh_cache initialization.
May 9, 2018, 14:45 (GMT)
Clay: Cleanup, reduce indentation level
May 9, 2018, 14:42 (GMT)
Eevee: Cleanup, use NULL instead of static matrix

Those are the same thing now. So no need to keep initializing matrix
over and over.
May 9, 2018, 14:38 (GMT)
Correct previous commit
May 9, 2018, 14:36 (GMT)
Eevee: Cleanup, reduce indentation level
May 9, 2018, 14:21 (GMT)
Workbench: Make hair populating function shorter and nicer
May 9, 2018, 14:21 (GMT)
Depsgraph: Tag object for copy-on-write update when toggling particle edit mode
May 9, 2018, 14:21 (GMT)
Depsgraph: Remove particle edit code from evaluation

Everything seems to be working without this, which makes since there is no
evaluation-time edit code in master. The only tricky part here would be that
this means we might want to ensure edit structure exists from inside particle
mode in draw manager.

Other point for not having this code in evaluation is that it's possible to
have same object evaluated in different contexts at the same time, and since
edit structures are supposed to be in original object we might run into
threading conflict.
May 9, 2018, 14:21 (GMT)
Particle edit mode: Make selection settings to work with CoW
May 9, 2018, 14:18 (GMT)
Rename: RNA_property_override_status > RNA_property_static_override_status
May 9, 2018, 14:14 (GMT)
Modifiers: ported Triangulate DerivedMesh ? Mesh

Reviewers: sybren

Differential Revision: https://developer.blender.org/D3237
May 9, 2018, 13:53 (GMT)
Fix T55015: Crash on selection after recent BVH changes

Runtime data should always be initialized to NULL on read-time.
May 9, 2018, 13:52 (GMT)
Fix broken 'check/validate libs' code with indirect libs.

Readcode always set relative paths of indirectly linked libs relative to
*current* .blend file, not to the library using it.

But BKE_library_filepath_set was then setting them relative to their
parent library, breaking checking code (and saved files even :((( ).
May 9, 2018, 13:49 (GMT)
Modifiers: ported Boolean DerivedMesh ? Mesh

Reviewers: sybren

Differential Revision: https://developer.blender.org/D3236
May 9, 2018, 13:44 (GMT)
Expanded BMALLOC_TEMPLATE_FROM_ME to accept two meshes
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021