Code Monkey home page Code Monkey logo

iflcopysort's Introduction

IFLCopy

Just simple Copy/SortByMode Script for the 3ds Max's .ifl (Image File List) format

Requirements

  • Python >= 3

What it can do?

It will copy the original file into buffer then move lines according to the selected Mode and save everything as one or multiple files(Multiple files if mode with a copy_on_each was passed to an arguments)

Modes

  • top2bottom - move specified number of lines from top to bottom of the selected file

  • bottom2top - same as top2bottom but flipped lines

  • copy_on_each_top2bottom - move specified number of lines from top to bottom of the selected file and make copy of the file on each line shift ( files would be saved as "out0.ifl", "out1.ifl" and etc...)

  • copy_on_each_bottom2top - same as copy_on_each_top2bottom but flipped lines

  • help - helpme

Usage

python Script.py --lines 1 --mode top2bottom --file test.ifl --output {out.ifl}

--lines - how many lines should be moved {Requires digits as input} (default: 1)

--file - file name or path to the .ifl file to make a COPY

--output - location of where an output files should be saved

--mode - which mode to use

iflcopysort's People

Contributors

onlymice avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.