Revision 1d95dfc by Sergey Sharybin May 8, 2018, 09:59 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 59ce30f by Sergey Sharybin May 8, 2018, 09:58 (GMT) |
Tracking: Use bmain from context |
Revision 9401021 by Sergey Sharybin May 8, 2018, 09:56 (GMT) |
Clay: Simplify matcap manipulation No need to hard-coded handling of every individual matcap. They are in the continuous index range anyway. |
Revision 1fd1d06 by Sergey Sharybin May 8, 2018, 09:56 (GMT) |
Clay: Don't use hardcoded constant in the string Stringify the actual constant instead. |
Revision 847f028 by Dalai Felinto May 8, 2018, 09:51 (GMT) |
Multi-Object-Editing: select random by Jefferson Rausseo with changes Aside from identation, seed should change for each object. Otherwise to objects with a copied mesh would get the exactly same "random" selection. And we do so in a consistent way so it doesn't vary depending on object order. Seed bump using hash suggested by Campbell Barton and Sergey Sharybin. Maniphest Tasks: T54643 Differential Revision: https://developer.blender.org/D3231 |
Revision 1c0be0e by Sybren A. Stüvel May 8, 2018, 09:46 (GMT) |
Ported Mesh Deform modifier This modifier still has issues that are not related to this port: - While editing the deformation mesh, the deformed mesh doesn't update. This update only happens after exiting edit mode, making editing cumbersome. - Binding doesn't work yet. It works fine when binding in master and loading pre-bound in 2.8. This was also an issue before this port, and will be investigated separately. |
Revision abb58ee by Sybren A. Stüvel May 8, 2018, 09:36 (GMT) |
looptri + bvhtree support for Mesh |
Revision d915aa5 by Dalai Felinto May 8, 2018, 09:33 (GMT) |
Multi-Object-Editing: vertices smooth by Jefferson Rausseo Changes by me: * Identation (tabs not space) * Moving RNA_.*_get outside for loop) Maniphest Tasks: T54643 Differential Revision: https://developer.blender.org/D3230 |
Revision 9a125ca by Dalai Felinto May 8, 2018, 09:24 (GMT) |
Multi-Object-Editing : Extrude Repeat by Falk David Maniphest Tasks: T54643 Differential Revision: https://developer.blender.org/D3224 |
Revision 271624b by Sybren A. Stüvel May 8, 2018, 09:18 (GMT) |
Prevent segfault when opening file browser while a 2.79 file was loaded. Loading a file that was written with the master branch into the 2.8 branch, and then trying to load or save, caused a segfault. |
Revision faaffc4 by Dalai Felinto May 8, 2018, 09:15 (GMT) |
Edit Mesh: multi-object rotate_uvs support by Pablo Dobarro Changes by me: Moving RNA_.*get outside for loop and indentation fix. Maniphest Tasks: T54643 Differential Revision: https://developer.blender.org/D3221 |
Revision 63951bc by Dalai Felinto May 8, 2018, 09:09 (GMT) |
Edit Mesh: multi-object reverse_uvs support by Pablo Dobarro Maniphest Tasks: T54643 Differential Revision: https://developer.blender.org/D3220 |
Revision fdc967e by Bastien Montagne May 8, 2018, 09:05 (GMT) |
Modifiers stack: port Curve to new Mesh-based system. |
Revision 50e3113 by Bastien Montagne May 8, 2018, 09:04 (GMT) |
Rename BKE_bmesh_to_mesh to BKE_bmesh_to_mesh_nomain. Let's be clear about functions generating datablocks outside of Main database. |
Revision cf7c346 by Sybren A. Stüvel May 8, 2018, 09:00 (GMT) |
BKE_mesh_new ? BKE_mesh_new_nomain Including 'nomain' in the name explicitifies that the returned mesh is NOT stored in any library. |
Revision 86b9311 by Campbell Barton May 8, 2018, 08:58 (GMT) |
Cleanup: quiet warning, whitespace |
Revision 77cc265 by Campbell Barton May 8, 2018, 08:48 (GMT) |
Fix crash cancelling search, caused by D3207 |
Revision 66b1cd4 by Sybren A. Stüvel May 8, 2018, 08:47 (GMT) |
Added BKE_mesh_ensure_normals() This calls BKE_mesh_calc_normals() only if the mesh vertex normals are marked as dirty. |
Revision 42dfbf7 by Sybren A. Stüvel May 8, 2018, 08:47 (GMT) |
Added BKE_mesh_new() This function creates a Mesh struct with a number of vertices/edges/etc. It allocates the minimal number of CD layers needed. Currently not yet used, but will be soon in the upcoming BKE_new_mesh_from_curve_displist(). |
Revision f309c34 by Dalai Felinto May 8, 2018, 08:40 (GMT) |
Multi-Object-Editing : Support for MESH_OT_solidify by Lucas Boutrot Maniphest Tasks: T54641, T54643 Differential Revision: https://developer.blender.org/D3218 |
|
|
|


Master Commits
MiikaHweb | 2003-2021