Blender Git Loki
Git Commits -> Revision 916eca6
Revision 916eca6 by Sybren A. Stüvel (master) May 30, 2017, 11:47 (GMT) |
Alembic export: make the start/end frame default values less reasonable The old default values (start/end frame = 1) could have been an actually desired setting (for example when exporting a non-animated model). To make this worse, this was only interpreted as "start/end of the scene" by the export operator when running interactively, but not when run from Python. By choosing INT_MIN as default it's highly unlikely that the interval [start, end) was intended as actual export range. |
Commit Details:
Full Hash: 916eca6a1e52806cf135f2c289432820547f1502
Parent Commit: 4aeba3b
Lines Changed: +22, -7
1 Modified Path:
/source/blender/editors/io/io_alembic.c (+22, -7) (Diff)