Blender Git Loki
Git Commits -> Revision c5bd163
Revision c5bd163 by Ankit Meel (soc-2020-io-performance) July 30, 2020, 12:37 (GMT) |
Add fallback value in string to number conversions Remove remnant `stringstream s_line` which was used with `>>` operator for storing floats and ints. That has been replaced with `stof`/ `stoi`. Limit the scope of MTL exporter's tex_node pointer. |
Commit Details:
Full Hash: c5bd1631f60c7dc4d569e988e12e1ac7cb33cc1f
Parent Commit: a59bbed
Lines Changed: +76, -56