Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 933 / 5574

January 27, 2020, 05:57 (GMT)
Fix T72449: Stale outliner selection after object duplicate
January 27, 2020, 02:43 (GMT)
Merge branch 'blender-v2.82-release'
January 27, 2020, 02:39 (GMT)
makesdna: avoid 'alloca' in a for loop

Issue raised by Sergey in D6634
January 27, 2020, 02:33 (GMT)
Docs: update reference to PYTHONPATH
Revision b59adca by Julian Eisel
January 26, 2020, 15:48 (GMT)
Fix T73357: Multiple importers fail

Very stupid mistake in ba8de85299ff, registered property for wrong
class. It should be registered for the PLY importer add-on only.
Revision 96339c4 by Luca Rood
January 26, 2020, 14:19 (GMT)
Fix T73304: Crash using force fields and hair dynamics

This implements a better heuristic for identifying if cloth or hair is
being dealt with (checking hairdata, instead of primitive_num).

The issue was caused by a change in primitive counting in rBd42a7bbd6ea5

I'm also adding some safeguards to avoid ever computing pressure for
hair. This shouldn't really be necessary, but it's good to be sure.
January 26, 2020, 06:37 (GMT)
CMake: Fix precompiled Boost libraries on Linux

When building with precompiled libraries on Linux, CMake used boost libs
from the system outside the lib dir. This restricts CMake to use only the
libraries from the precompiled libraries.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D6659
January 25, 2020, 17:01 (GMT)
Industry Compat keymap: cleanup

Remove entries for the transform tools, since this is no longer necessary after recent changes. The default keymap entries are simply used instead, since the MMB is now added automatically.
January 25, 2020, 16:03 (GMT)
Fix T73362: Tweak Tool not working if IC Keymap is chosen

I don't fully understand why this was broken, but defining the Tweak tool keymap here and removing the 3d cursor argument fixes it.
January 25, 2020, 09:15 (GMT)
Docs: update reference to PYTHONPATH
January 25, 2020, 09:15 (GMT)
Cleanup: spelling
January 25, 2020, 09:15 (GMT)
Cleanup: include missing CMake headers
January 25, 2020, 06:25 (GMT)
Cleanup: remove source file added by accident
Revision 39cf626 by Hans Goudey
January 24, 2020, 23:12 (GMT)
Bevel: Remove Debugging Code

Remove old / trivial print statements and drawing code.

Reviewed By: howardt

Differential Revision: https://developer.blender.org/D6661
Revision abe5fcb by Hans Goudey
January 24, 2020, 22:59 (GMT)
Bevel: Simplify Profile Calculation Step

Profile calculation now happens in a single pass rather than being spread
throughout the process. This means each profile will only be calculated a
single time.

Reviewed By: howardt

Differential Revision: https://developer.blender.org/D6658
January 24, 2020, 20:17 (GMT)
UI: View3D Cursor Changes

Changes the default View3D mouse cursor to the OS-supplied arrow pointer. Subsequent cursor changes will now be set per-tool instead.

Differential Revision: https://developer.blender.org/D6485

Reviewed by Campbell Barton
January 24, 2020, 17:48 (GMT)
Merge branch 'blender-v2.82-release'
January 24, 2020, 17:48 (GMT)
Depsgraph: fix false positive time dependencies for simple drivers.

The dependency graph has to know whether a driver must be re-evaluated
every frame due to a dependency on the current frame number. For python
drivers it was using a heuristic based on searching for certain sub-
strings in the expression, notably including '('.

When the expression is actually evaluated using Python, this can't be
easily improved; however if the Simple Expression evaluator is used,
this check can be done precisely by accessing the parsed data.

Differential Revision: https://developer.blender.org/D6624
January 24, 2020, 17:21 (GMT)
Merge branch 'blender-v2.82-release'
January 24, 2020, 17:21 (GMT)
Sculpt: Rename Topology Brush to Slide Relax Brush

The full name was "Topology Slide/Relax", but it didn't fit in the
toolbar UI. This was causing some problems:

- The mesh filter that does the same thing is called "Relax"
- We may want to add a "Topology Brush" tool in the future that is more
oriented to retopology task (like creating strips of quads), so by doing
this we avoid having two tools with the same name in the UI.

Reviewed By: billreynish

Differential Revision: https://developer.blender.org/D6590
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021