June 30, 2020, 13:28 (GMT) |
Merge branch 'master' into property-search-ui |
June 30, 2020, 13:04 (GMT) |
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve |
June 30, 2020, 12:58 (GMT) |
Merge branch 'master' into soc-2020-info-editor |
Revision 3c9ba5e by TempoDev (soc-2020-custom-menus) June 30, 2020, 12:13 (GMT) |
Custom Menus: Add Pie menu |
Revision b83e559 by TempoDev (soc-2020-custom-menus) June 30, 2020, 12:04 (GMT) |
June 30, 2020, 11:17 (GMT) |
Cleanup: simplified conditionals, remove warnings on linux Use unsigned int to avoid any range issues. Remove trailing whitespaces in face elements. Remove `== false` from conditionals. |
June 30, 2020, 10:52 (GMT) |
Fix T77460: Easy to create cyclic dependencies in collections and crash Blender. Cyclic check was not checking for collections instanciated by objects... |
June 30, 2020, 10:49 (GMT) |
Fix crash when opening some old/broken .blend files after recent fix. Now that `BKE_main_collections_parent_relations_rebuild()` is called from readfile code, we need to make it resilient to potential NULL master collection pointer in scenes. |
June 30, 2020, 10:44 (GMT) |
Fix (unreported) critical mistake in Collection liblink code in readfile.c. Prelimenary step to fix T77460. Not sure how or when that thing was done, but since that call walks around collections relationships, it's an utterly critical violation of liblinking principles (code here should never, ever 'get outside' of its own ID scope). This was wroking so far only because code called through this function (`BKE_collection_parent_relations_rebuild`) was only following parents pointers (in `BKE_collection_find_cycle()`), which would be either valid or non-existent. But next commit is going to change that to also check collection's objects instancing of other collections. |
June 30, 2020, 10:33 (GMT) |
Use unique_ptr to avoid early destruction of new meshes. |
June 30, 2020, 10:27 (GMT) |
Fix T78172: Undo crash due to IDTemplate operations missing undo push. This should be included in 2.83 as well. |
June 30, 2020, 09:59 (GMT) |
Sanitize pointer on startup fixes startup issues |
June 30, 2020, 09:38 (GMT) |
Add todo |
June 30, 2020, 08:55 (GMT) |
Fixes for memory management |
June 30, 2020, 06:38 (GMT) |
Cleanup: AT was redundant in the destructor debug |
June 30, 2020, 06:28 (GMT) |
Remove redundant call to OBJMesh destructor. |
June 30, 2020, 02:43 (GMT) |
Cleanup: rename left column to mode column |
Revision a031058 by over0219 (soc-2020-soft-body) June 30, 2020, 02:28 (GMT) |
gauss seidel solver |
June 30, 2020, 02:24 (GMT) |
Outliner: Autoscroll on drag and drop Scroll the view when dragging elements near the borders. This works in all 4 directions. Uses the VIEW2D_OT_edge_pan operator. |
June 29, 2020, 22:25 (GMT) |
Merge branch 'master' into soc-2020-outliner |
|
|
|


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