February 1, 2019, 15:24 (GMT) |
Test not aligning escaped newlines They're annoying to edit if you ever dont have auto-formatting enabled and with 100 char width, they may run off the screen. |
February 1, 2019, 15:15 (GMT) |
Fix expanding tabs for 2 space indentation. |
February 1, 2019, 15:02 (GMT) |
Use 2 space indent, brace on same line |
February 1, 2019, 14:58 (GMT) |
Fix T61043: Blender crashes on VSE zoom / scroll timeline sometimes |
February 1, 2019, 14:49 (GMT) |
Cleanup: manually remove header text not handled by automation |
February 1, 2019, 14:40 (GMT) |
Workaround for missing hair after opening the file Restore reset on file open, at least for now. |
February 1, 2019, 14:40 (GMT) |
Fix T60451: Soft body cache not being cleared when it should Manual edits to object or its dependencies should reset the point cache. Added special relations for this now. |
February 1, 2019, 14:40 (GMT) |
Cleanup: Shuffle arguments in most used order Quite often we need to create nodes which defines various evaluation stages. |
February 1, 2019, 14:40 (GMT) |
Depsgraph: Remove placeholder operation |
February 1, 2019, 14:40 (GMT) |
Depsgraph: Use scene operation code Hopefully, this is the last one. |
February 1, 2019, 14:40 (GMT) |
Depsgraph: Use operation code for file cache update All done in separate commits, so it's easier to bisect just in case. |
February 1, 2019, 14:40 (GMT) |
Depsgraph: Use operation code for armature evaluation |
February 1, 2019, 14:40 (GMT) |
Depsgraph: Use operation code for dupli-group |
February 1, 2019, 14:40 (GMT) |
Depsgraph: Use operation code for geometry evaluation done |
February 1, 2019, 14:40 (GMT) |
Depsgraph: Use operation code for geometry evaluation Affects object data datablocks. Similar to previous commit. Should not have any functional changes, just some sanitization to make code more clear. |
February 1, 2019, 14:40 (GMT) |
Depsgraph: Use operation code for geometry evaluation init Makes it more explicit and avoids strings comparisons during build. |
February 1, 2019, 14:40 (GMT) |
Depsgraph: More clear name for geometry evaluation For ears it was already how we evaluate modifiers. There is no need to go more granular than is actually needed. And no need to use some obscure prefix for operation. |
February 1, 2019, 14:40 (GMT) |
Cleanup: Space for foreach macro |
February 1, 2019, 14:40 (GMT) |
Depsgraph: Add some sanity checks to ensure valid relations |
February 1, 2019, 14:36 (GMT) |
Cleanup: remove redundant, invalid info from headers BF-admins agree to remove header information that isn't useful, to reduce noise. - BEGIN/END license blocks Developers should add non license comments as separate comment blocks. No need for separator text. - Contributors This is often invalid, outdated or misleading especially when splitting files. It's more useful to git-blame to find out who has developed the code. See P901 for script to perform these edits. |
|
|
|


Master Commits
MiikaHweb | 2003-2021