Page MenuHome

Mantaflow: Use Path objects instead of os.path.join()
ClosedPublic

Authored by Jeffrey Hoover (italic_) on Oct 24 2016, 1:15 AM.

Details

Summary

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.

Diff Detail

Repository
rB Blender
Branch
fluid-mantaflow
Build Status
Buildable 250
Build 250: arc lint + arc unit

Event Timeline

Jeffrey Hoover (italic_) retitled this revision from to Mantaflow: Use Path objects instead of os.path.join().
Jeffrey Hoover (italic_) updated this object.
Sebastián Barschkis (sebbas) edited edge metadata.

Looking good, this makes it much more readable!

This revision is now accepted and ready to land.Oct 24 2016, 11:10 AM

Just some new line characters were missing. Committed 657259fbaac0.