Revision 984cd29 by Dalai Felinto May 26, 2017, 15:44 (GMT) |
Implement support for Append objects in Blender 2.8 Note for users ============== The active_layer option used for the filebrowser operators is now called active_collection. If there is no collections in the scenelayer or if this option is not selected we automatically create a new collection for the new objects. This is the same behaviour of trying to add a new object when there is no collection. Note for developers =================== For those cases I moved the object user count handling from readfile to the scene collection system. It's working fine for those, but we still need to re-visit this for Add objects, and Duplicate - In those cases the usercount is 2 when it should be 1. Reviewers: mont29, sergey Differential Revision: https://developer.blender.org/D2686 |
Revision 65a042b by Dalai Felinto May 26, 2017, 15:44 (GMT) |
Rename BKE_layer_collection_active > BKE_layer_collection_get_active |
Revision 0ab9b94 by Dalai Felinto May 26, 2017, 15:44 (GMT) |
Move util function to add new scene collection when active is not available from object to layer |
Revision 0c6227c by Dalai Felinto May 26, 2017, 15:44 (GMT) |
Depsgraph iterator: Add assert for bases not yet evaluated |
Revision 6205169 by Mike Erwin May 26, 2017, 15:23 (GMT) |
Gawain: move convert_prim_type_to_gl to private API |
Revision cd8a8a3 by Campbell Barton May 26, 2017, 13:37 (GMT) |
Fix removing texface layer |
Revision 7d7c513 by Campbell Barton May 26, 2017, 13:32 (GMT) |
Merge branch 'master' into blender2.8 |
Revision ac66fb1 by Campbell Barton May 26, 2017, 13:30 (GMT) |
Fix freeing all custom-data layers Would crash when the active index was out of range, since there is no reason to use the active layer when freeing all, free the first instead. |
Revision b001568 by Sergey Sharybin May 26, 2017, 13:27 (GMT) |
Fix T50908: Motion Tracker ignored grease pencil mask This feature got lost with new auto-track API, Added it back by extending frame accessor class. This isn't really a frame thing, but we don't have other type of accessor here. Surely, we can use old-style API here and pass mask via region tracker options for this particular case, but then it becomes much less obvious how real auto-tracker will access this mask with old style API. So seems we do need an accessor for such data, just matter of finding better place than frame accessor. |
Revision bddd9d8 by Ray molenkamp May 26, 2017, 12:26 (GMT) |
Fix integer overflows in meshcache modifier. Differential Revision: https://developer.blender.org/D2688 |
May 26, 2017, 11:36 (GMT) |
Fix uninit shading group in object mode particles |
Revision c6e92b4 by Campbell Barton May 26, 2017, 11:00 (GMT) |
Remove MTexPoly layers |
May 26, 2017, 10:55 (GMT) |
Remove default shading groups from eevee |
May 26, 2017, 10:55 (GMT) |
Fix indentation in clay_engine.c |
Revision f2a8b74 by Campbell Barton May 26, 2017, 09:57 (GMT) |
Merge branch 'master' into blender2.8 |
Revision bf5e717 by Sergey Sharybin May 26, 2017, 09:28 (GMT) |
Revision 3b24ece by Dalai Felinto May 26, 2017, 09:23 (GMT) |
Depsgraph: Rename DAG > DEG functions from depsgraph_query.cc |
Revision f78ba0d by Campbell Barton May 26, 2017, 09:03 (GMT) |
Fix T51350: 2D curve normals flip when deformed Deforming 2D curves & text with modifiers/shape-keys could flip the normals. Now check the back-facing flag instead of `z < 0`. |
May 26, 2017, 07:02 (GMT) |
Fix T51287: Matrix.lerp fails w/ shear Use interp_m4_m4m4 (wraps Eigen), `MATH_STANDALONE` will need to be updated to support this. |
Revision b5a976e by Campbell Barton May 26, 2017, 06:13 (GMT) |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021