Revision 1b53838 by Bastien Montagne August 14, 2018, 12:10 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 6eb5b41 by Bastien Montagne August 14, 2018, 12:06 (GMT) |
Fix T56363: Blender crash when deleting a curve object. Conversion code could leave object with inconsistent material data compared to its new obdata. Ideally, various conversion code would handle that properly, conserving materials when possible, but for now at least ensure we get valid result! |
Revision 932251c by Bastien Montagne August 14, 2018, 12:06 (GMT) |
Fix object copying not ensuring validity of material arrays. Related to T56363, this is not fixing the root of the bug, but ID copying should always be a good occasion to ensure sanity of our data (and error checking is always better than a crash!). |
Revision 1f78e86 by Brecht Van Lommel August 14, 2018, 11:25 (GMT) |
Fix modifier operators not working from Python API as before. The poll function required the modifier to be in the context, but these operators also accept a "modifier" string property as well. |
Revision 5e696fd by Sergey Sharybin August 14, 2018, 10:17 (GMT) |
Multires: Begin hooking it up to the new subdiv code Currently behaves same as subsurf, support of displacement is the next task in the line to tackle! |
Revision d7ae76f by Pablo Vazquez August 14, 2018, 10:06 (GMT) |
More helpful tooltip when trying to apply constructive modifiers on curves Suggested by user aa311 |
Revision 02dbe3b by Sergey Sharybin August 14, 2018, 10:02 (GMT) |
Multires: Synchronize settings with Subsurf modifier Currently no functional changes, just exposes all settings which we need for OpenSubdiv, similar to what Subsurf modifier is doing already. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D3602 |
Revision e25fdb6 by Pablo Vazquez August 14, 2018, 09:59 (GMT) |
Splash: sorting and cleanup * http -> https * Release Logs -> Release Notes * Match number of items on both sides by adding a separator * Remove Python API Reference link since it's already under Help when Developer Extras is enabled. |
Revision ccc8d2a by Campbell Barton August 14, 2018, 07:41 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 644e2b3 by Campbell Barton August 14, 2018, 07:41 (GMT) |
Cleanup: missed const change in recent merge |
Revision 73234a9 by Campbell Barton August 14, 2018, 07:35 (GMT) |
Cleanup: vpaint face select de-selected twice |
Revision 7ed6de3 by Campbell Barton August 14, 2018, 07:12 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 2044ee0 by Campbell Barton August 14, 2018, 07:00 (GMT) |
Correct vpaint vertex circle select Would run validate when not needed. |
Revision 8203e70 by Ray molenkamp August 14, 2018, 02:45 (GMT) |
build_environment: opencollada 1.6.63 |
Revision 12acf1e by Aaron Carlisle August 14, 2018, 01:55 (GMT) |
Cleanup: Update some links to new wiki |
Revision 0e7dd01 by Aaron Carlisle August 14, 2018, 01:43 (GMT) |
PyDoc: remove old undocumented message |
Revision 1f3eb30 by Ray molenkamp August 14, 2018, 01:19 (GMT) |
build_environment: sdl 2.0.8 |
Revision fee32ab by Ray molenkamp August 14, 2018, 01:08 (GMT) |
build_environment: opensubdiv 3.3.3 with PR975 + TBB 2018_U5 |
Revision e040cfe by Aaron Carlisle August 14, 2018, 00:53 (GMT) |
PyDoc: Remove "API" from version |
Revision 44871e0 by Aaron Carlisle August 14, 2018, 00:51 (GMT) |
Pydoc: Switch theme to sphinx_rtd_theme |
|
|
|


Master Commits
MiikaHweb | 2003-2021