Max批量导出工具

http://www.paulneale.com/scripts/batchItMax/batchItMax.htm

Scripts

Batch It Max:

Batch It Max 
Designed for batch processing multiple max file with multiple scripts. 
Download: batchMaxFiles.zip
Installation: Unzip package and place the .ms file in stdPlugs/stdScripts, and the .mcr file in ui/macroScripts and restart Max. 
Open/Close Batch It Max can be found in the PEN Tools category in the customize dialog.

Purpose: Batch it Max works something like the batch processing in Photo Shop, where you can create a series of actions, in this case a max script, and have it run on multiple files. Batch It Max will load each file, run the script and then save the file.

Usage:

Scripts Directory: Set the directory were the batch scripts are saved. 
Process Directory: Root directory where the Max files to be processed are located. 
Overwrite Files on Save: Will force the files that have been processed to be saved over. 
Dont Save Files: Will force the saving of files to be disabled. This can be used if the batch processing script will be doing the saving for you. 
Save Files To: Directory the Max files will be saved to after processing. 
Save Log File: Turns on the writing of which files were processed with which scripts. 
Set Log File: Set the path and file name to the log file. 
Read Log File: Opens the log file in a Max script window for reading. 
Select Batch Scripts to Run: Select one of multiple Max scripts to run. The scripts will be run in order that they show up in the list. If you want to run scripts in a specific order it is best to set up a script that uses FileIn to run each of the scripts that you need. 
Search By File Name: Type in a name to search for in the Max Files To Process list. Any files containing the string that is entered will be selected for batch processing. 
Get Files: Collects all the files in the Process Directory field and displays them in the Max Files to Process list. 
Recurse: Forces all Max files that are in sub directories of the Process Directory to collected.
Select All: Selects all Max files in the list. 
Deselect All : Deselects all the files in the list. 
Process: Starts the batch process running. 
Close: Closes Batch It Max. 
Select Max Files to Process: List of all the collected files that can be processed. Only the selected files in the list will be processed.

时间: 2024-07-28 19:40:22

Max批量导出工具的相关文章

Oracle数据库批量数据导出工具开发

Oracle数据库批量数据导出工具开发 需求 最近工作中遇到一个需求,用户频繁要求从后台批量导出大量数据.目前的导出方式是使用PL/SQL Developer工具连接Oracle数据库,编写SQL语句,使用PL/SQL Developer工具自带的导出Excel文件的功能进行导出. 编写SQL查询结果 2.选择导出Excel文件 选择导出Excel文件时可以选择导出XLS.XLSX两种格式的文件. 遇到的问题:当用户要求导出的数据条数太大,超过XLS或者XLSX两种文件可以存储的最大行数时即导出

wwwscan网站目录文件批量扫描工具

准备一个比赛样题里面给的一个扫描的工具: 不知道怎么用就上网百度了一下果然有关于这个软件的两篇介绍(感觉写的很好),第一篇介绍的应该和我的工具一样,也给了例子(现在Google不能访问了)和参数介绍,第二篇作者可能自己"升级"过软件也提供了下载地址.但是有个问题是:我机器上跑感觉那些多进程.端口和超时等参数都是虚设的,我试验的结果是我的软件只要输入ip或域名就可以运行扫描. ps:直接copy 文章来源:http://blog.chinaunix.net/uid-26726420-id

java使用POI操作excel文件,实现批量导出,和导入

一.POI的定义 JAVA中操作Excel的有两种比较主流的工具包: JXL 和 POI .jxl 只能操作Excel 95, 97, 2000也即以.xls为后缀的excel.而poi可以操作Excel 95及以后的版本,即可操作后缀为 .xls 和 .xlsx两种格式的excel. POI全称 Poor Obfuscation Implementation,直译为"可怜的模糊实现",利用POI接口可以通过JAVA操作Microsoft office 套件工具的读写功能.官网:htt

fusioncharts批量导出图片之后自动提交表单

最近一个项目  一个页面有多个fusioncharts,需要将他们一次性导出之后再利用图片做一下操作,制作一个可以客户下载的质检简报. 对客户效果来说,我只需要点击一个按钮就能生成简报并且下载,对开发人员来说就需要,先将图片导出(当然不能挨个导出,要同时执行导出,因为fusioncharts导出太慢了),要确认全部导出了才能提交表单,要不然提交表单之后,图片没有生成出来必然产生异常.下面我们来看一下实现 首先我给每一个fusionchartschart指定一个有规律的id,作用有两个: 一个是导

怎么把百度(或高德)地图上查询的电话批量导出

怎么把百度地图上查询的电话批量导出呢? 怎么把高德地图上查询的电话批量导出呢? 这是很多做销售工作的业界精英们 迫切需要解决的问题. 因为他们需要大数据,作为他们微信销售,短信销售,电话销售的资源. 笔者经过一段时间的琢磨,经过一年多时间的反复测试,做出了导出高德地图的商家电话的软件. 界面尽量做到简洁,操作简单: 首先,选择需要采集的省份,城市: 输入需要采集的关键词,比如:汽车维修,宠物店,美容店.电动车 点击按钮[开始处理],系统将开始采集并处理采集到的商家数据,汇总成为一个EXCEL文件

dedecms批量导出新增文章url和标题

百度站长工具推出主动提交功能有一段时间了,可以将新产出链接立即通过此方式推送给百度,以保证新链接可以及时被百度收录.那么dedecms如何批量导出新增文章url呢?你可以用标签调用最新文章,可以用sql导出,也可以用采集工具进行遍历,这边主要讲解用dedecms后台直接操作. 如下图所示,在dedecms后台 - 模板 - 全局标记测试 - 输入代码 - 提交测试就可以了 代码如下 {dede:arclist row="300"} <li>[field:fulltitle/

C#开发的高性能EXCEL导入、导出工具DataPie(支持MSSQL、ORACLE、ACCESS,附源码下载地址)[转]

转自:http://www.cnblogs.com/yfl8910/archive/2012/05/19/2509194.html 作为财务数据核算人员,面对大量的业务与财务数据,借助于传统的EXCEL表格,已经力不从心.最近几个月,利用周末及下班的空闲时间,写了一个数据库导入导出工具,以方便业务逻辑密集型的数据处理.目前,DataPie支持百万级别的数据导出,对于几十万的数据导入,也轻松应付. 源码及安装包下载地址:https://github.com/yfl8910/DataPie 先看看界

SpringBoot+POI报表批量导出

由于servletResponse 获取的输出流对象在一次请求中只能输出一次,所以要想实现批量导出报表,需要将excel文件打包成zip格式然后输出. 好了,废话不多说,上代码. 1. 首先,需要导入引用的包.pom文件如下所示(点击"+"号展开) <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc

AutoCAD批量导出点坐标

需求背景: 需要批量导出DWG文件中的散点树的位置信息,以Excel文件格式存储. 实现方法: 在AutoCAD2012打开dwg文件,点击"插入"选项卡中的"提取数据"工具(或输入DATAEXTRACTION命令): 选择"创建新数据提取" 选择需要导出的对象 设置导出参数 选择输出Excel文件保存路径 导出结果: 总结: 该工具不仅能导出元素的坐标信息,还能导出元素的其他属性信息. 原文地址:https://www.cnblogs.com/