Blender Git Loki
Git Commits -> Revision 32d4623
Revision 32d4623 by Ankit Meel (master) October 9, 2020, 17:16 (GMT) |
Cleanup: alias: use const, remove unused variable. `targetIsDirectory` slipped through the code review of {D6679}/{rBafb1a64ccb81}. `BLI_is_dir` exists to check for directory status of a file. Remove some `else-after-return`s. Use `r_` prefix for return value arguments, and move it to the end in the list of arguments. |
Commit Details:
Full Hash: 32d4623f4467df230c08d24916759ac4996dfb52
Parent Commit: 62f5232
Lines Changed: +29, -27