Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2873 / 5574

May 8, 2014, 18:05 (GMT)
ammend to [31cb7e39] Bake API: calculating differentials
May 8, 2014, 17:38 (GMT)
Cycles-Bake: displacement support (fix T40068)

Code with contribution from Brecht Van Lommel.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D510
May 8, 2014, 17:38 (GMT)
Bake API: calculating differentials

Code with contribution from Brecht Van Lommel (he wrote the
bake_differentials actually ;)

Reviewers: brecht

Differential Revision: https://developer.blender.org/D510
May 8, 2014, 16:25 (GMT)
Clarification of UI messages:

Show that modifier may not be supported in dyntopo rather than sculpt
mode in general. This is useful information since users may confuse the
two. Multires for instance is surely supported in sculpt mode, but not
in dyntopo.
May 8, 2014, 16:15 (GMT)
Fix T39950, part 2.

Warn when a modifier does not support optimal drawing and mask/hidden
parts display.

User report was that hidden parts became visible after adding a new
modifier subdivision. Subdivision was added with the Ctrl+number keys.
First part of the fix was to make sure we add a multires instead of the
subsurf modifier in sculpt mode with the PageUp/Down Ctrl+number keys.

We can't really stop users from having added a subsurf modifier already.
We could be "smart" and convert subsurf to mulrires upon entering sculpt
mode maybe but that can easily backfire - or users may actually want
that. For now, just warn that the modifier won't support Hiding/Masking
and optimal drawing.
May 8, 2014, 15:48 (GMT)
Fix T40074: Autosmooth option causes assert failure when selected.

No need to call `dm_ensure_display_normals()` when using loop normals,
poly/vert ones have already been computed!
May 8, 2014, 14:58 (GMT)
Fix regression from 2.70:

Multires did not support hiding in zero level. It's a case of PBVH not
being used in drawing due to code reporting active modifiers being used.

However multires level zero can be treated as effectively no modifier
and we can use mesh PBVH.
May 8, 2014, 13:27 (GMT)
Fix T40079: cycles crash with objects that have hair motion blur, but no triangle motion.
May 8, 2014, 09:54 (GMT)
Fix typo
May 8, 2014, 09:46 (GMT)
Workaround T40046: Undo/redo crashes properties editor

Clear the path for now on undo
May 8, 2014, 09:42 (GMT)
Removed a Freestyle hack for DAG updates introduced in commit rBae58968e0a61.

Now that Freestyle employs a separate Main, this workaround is no longer necessary.

Reviewers: sergey

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D513
Revision 56df85b by Joshua Leung
May 8, 2014, 09:01 (GMT)
Bugfix T40082: NLA Meta strips were no longer evaluating correctly

It seems that since the changes to how new NLA strips are handled, accumulating
these in a temporary buffer and then trying to combine the results didn't
work that great anymore.
May 8, 2014, 07:18 (GMT)
Remove 'Autosmooth' settings from Item 3DView panel.

Not that happy with this, but this Item panel is a bit stupid, and we could add more
useful settings as well. So better get a design decision first, here.
Revision cd60c18 by Lukas Toenne
May 8, 2014, 06:13 (GMT)
Fix T40080: forcefield_toggle_exec() doesn't always enable force field.

Kudos to Brent Baccala for investigating and suggesting a fix.
Revision 49cde5d by Joshua Leung
May 8, 2014, 05:57 (GMT)
Drivers: When editing expressions from UI buttons, "invalid" flags now get cleared from the drivers

With this change, there should hopefully be less need to hit "Update Dependencies"
on drivers so often.
Revision d20c9e4 by Joshua Leung
May 8, 2014, 05:43 (GMT)
Bugfix: "Lock time to frame range" didn't work in the Graph Editor

This uses a different operator than the other time editors (as it needs to support
the setting of the value-cursor too), so the changes here didn't get propagated through.
May 8, 2014, 04:22 (GMT)
Code Cleanup: remove unused m_contactProcessingThreshold
May 8, 2014, 04:16 (GMT)
Remove unused scons config files
May 8, 2014, 03:55 (GMT)
Add missing context member for doc gen
May 8, 2014, 03:32 (GMT)
BGE: Dynamically-allocated action layers

This patch removes the limitations on the number of action layers in the BGE.

BL_ActionManager currently uses a fixed array to keep track of the action layers. This patch replaces the fixed array with a map which allows for dynamic allocation of action layers. Layers (map items) are automatically removed on BL_ActionManager's update function. The maximum number of layers is roughly the value of a short. Backwards functionality is maintained and there are no changes to the Python API.

Task Discussion:
https://developer.blender.org/T39572

Author: Kevin Ednalino

Reviewers: moguri

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