Blender Git Commit Log
Git Commits -> Revision 657259f
Revision 657259f by Sebastián Barschkis (fluid-mantaflow) October 26, 2016, 18:37 (GMT) |
Mantaflow: Use Path objects instead of os.path.join() File paths are passed into these functions, so convert passed path to pathlib.Path object to avoid internal/external conflicts. This should be easier to maintain and visually cleaner. Reviewers: sebbas Reviewed By: sebbas Differential Revision: https://developer.blender.org/D2317 |
Commit Details:
Full Hash: 657259fbaac07a9f2ec3ae94a786b16bf30ba7a6
Parent Commit: 7eefa08
Lines Changed: +92, -86