Blender Git Loki
Git Commits -> Revision 6d088bd
Revision 6d088bd by Ankit Meel (soc-2020-io-performance) June 15, 2020, 08:04 (GMT) |
Export multiple frames to separate files. Frame 20 with mentioned filename `name` is exported to `name020.obj` It should be modified to exclude cases when a single frame is being exported to avoid overwriting what the user intended to name it. Also a filter is added to include only OB_MESH type objects for export. The limits on frames can be changed, the current limits are like this: Let's say unknowingly, the user selects the maximum 1000 frames & every file is 1 MB in size. That will quickly fill up 1 GB on the disk. More frames add to this risk. |
Commit Details:
Full Hash: 6d088bdde46ade408a0d122e4bff786b99995bbd
Parent Commit: ad5b8bd
Lines Changed: +95, -25