Revision 9ee8723 by Campbell Barton January 27, 2020, 05:57 (GMT) |
Fix T72449: Stale outliner selection after object duplicate |
Revision b276956 by Campbell Barton January 27, 2020, 02:43 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 9a8dd37 by Campbell Barton January 27, 2020, 02:39 (GMT) |
Revision f56bc68 by Campbell Barton 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. |
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. |
Revision 36f713e by Nathan Craddock 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 |
Revision 5325bc3 by William Reynish 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. |
Revision 92230a3 by William Reynish 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. |
Revision 12b183b by Campbell Barton January 25, 2020, 09:15 (GMT) |
Docs: update reference to PYTHONPATH |
Revision cb83cf1 by Campbell Barton January 25, 2020, 09:15 (GMT) |
Cleanup: spelling |
Revision cdebc8a by Campbell Barton January 25, 2020, 09:15 (GMT) |
Cleanup: include missing CMake headers |
Revision 497be89 by Campbell Barton 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 |
Revision 4aa703a by Harley Acheson 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 |
Revision 79d9874 by Alexander Gavrilov January 24, 2020, 17:48 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision fc1f5bd by Alexander Gavrilov 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 |
Revision dada30f by Pablo Dobarro January 24, 2020, 17:21 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 300f937 by Pablo Dobarro 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 |
|