Revision 19bdb84 by Dalai Felinto September 25, 2018, 11:26 (GMT) |
Fix build on windows after ccg changes |
Revision 1de9ece by Dalai Felinto September 25, 2018, 11:18 (GMT) |
Merge branch 'blender2.8' of https://git.blender.org/blender into blender2.8 |
Revision 6ed581c by Sergey Sharybin September 25, 2018, 10:37 (GMT) |
Multires: Allow changing sculpt level without loosing data As the comment states, this is not really great solution, but is good enough for now. Proper solution needs some more work, and maybe reconsideration of what is stored where. |
Revision 13915c0 by Sergey Sharybin September 25, 2018, 10:27 (GMT) |
CustomData: Allow copying content of a single layer |
Revision 554b26c by Jacques Lucke September 25, 2018, 10:01 (GMT) |
Fix T56912: bpy.data.masks.new() crashed I think there are two possible ways to fix that. 1. Make the name a required parameter. 2. Provide a default value. I choosed option 1 in this fix to be consistent with other .new functions. Also I think `RNA_def_string` instead of `RNA_def_string_file_path` should be used here. Looks like a copy-paste error. Reviewers: brecht Differential Revision: https://developer.blender.org/D3728 |
Revision e60bbca by Sergey Sharybin September 25, 2018, 09:38 (GMT) |
Cleanup: indentation |
Revision 53b25e8 by Sergey Sharybin September 25, 2018, 08:44 (GMT) |
Multires: Make code more ready for mesh uised by multiple objects Probably more work is needed, but is good starting point. |
Revision 15792eb by Sergey Sharybin September 25, 2018, 08:32 (GMT) |
Cleanup: Variable name in mesh runtime Matches type better, avoiding possible confusion. |
Revision 43c4d0b by Sergey Sharybin September 25, 2018, 07:58 (GMT) |
Multires: Pass total level instead of modifier data This is the only thing which needs to be done to perform propoer reshape. Makes it easier to re-use code from other places. |
Revision a933293 by Sergey Sharybin September 25, 2018, 07:38 (GMT) |
Multires: Pass mesh instead of object There is nothing we need from object in this case. |
Revision 5184517 by Campbell Barton September 25, 2018, 05:03 (GMT) |
Gizmo: dial support for a click setting a value Useful for click w/o drag to spin a full revolution. |
Revision 1040e40 by Campbell Barton September 25, 2018, 04:28 (GMT) |
Gizmo: reset dial value on cancel |
Revision ebdeb3e by Campbell Barton September 25, 2018, 04:14 (GMT) |
Gizmo: support spin tool normal flipping Use the 2x spin tool has 2x handles to control normal direction, dragging either handle backwards now reverses normals. Previously it was common for the spin result to have normals flipped the wrong way. |
Revision 0083c69 by Campbell Barton September 25, 2018, 03:32 (GMT) |
Missing from last commit |
Revision a7bf496 by Campbell Barton September 25, 2018, 03:32 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 06d4fad by Campbell Barton September 25, 2018, 03:25 (GMT) |
BMesh: option to flip normals for extrude/spin |
Revision d915e6d by Campbell Barton September 25, 2018, 01:40 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 10fbea8 by Campbell Barton September 25, 2018, 01:33 (GMT) |
Cleanup: style |
Revision c4806bb by Antonio Vazquez September 24, 2018, 20:26 (GMT) |
GP: Move MIrror modifier to Generate column |
Revision ac747c9 by Antonio Vazquez September 24, 2018, 20:26 (GMT) |
GP: Move Unlock Color to Adjustments panel This option is not used all the time and can be moved to additional panel |
|
|
|


Master Commits
MiikaHweb | 2003-2021