惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
O
OpenAI News
WordPress大学
WordPress大学
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
酷 壳 – CoolShell
酷 壳 – CoolShell
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园_首页
IT之家
IT之家
Last Week in AI
Last Week in AI
Vercel News
Vercel News
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
B
Blog
MongoDB | Blog
MongoDB | Blog
小众软件
小众软件
P
Proofpoint News Feed
Application and Cybersecurity Blog
Application and Cybersecurity Blog
MyScale Blog
MyScale Blog
Schneier on Security
Schneier on Security
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
N
News and Events Feed by Topic
Google Online Security Blog
Google Online Security Blog
N
News | PayPal Newsroom
Hacker News - Newest:
Hacker News - Newest: "LLM"
Google DeepMind News
Google DeepMind News
aimingoo的专栏
aimingoo的专栏
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
The GitHub Blog
The GitHub Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Recent Announcements
Recent Announcements
L
LINUX DO - 最新话题
TaoSecurity Blog
TaoSecurity Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
F
Fortinet All Blogs
罗磊的独立博客
Forbes - Security
Forbes - Security
人人都是产品经理
人人都是产品经理
J
Java Code Geeks
H
Heimdal Security Blog
Help Net Security
Help Net Security
V
V2EX
Security Latest
Security Latest
W
WeLiveSecurity
Attack and Defense Labs
Attack and Defense Labs
H
Help Net Security

博客园 - _Sin

UnityGUI扩展实例:图片挖洞效果 Mask的反向实现 how to combine jpg + separate alpha in png? unity 全屏乱影 BlitMultiTap Unity Shader Billboard Unity Shaders Vertex & Fragment Shader入门 Unity3d三大光照渲染介绍 unity3d DefineManager 全局宏定义 Jenkins 搭建U3D自动发布 IOS Jenkins 搭建U3D自动发布 Android Color Space 手游比重 不得不存!UI设计新手不可错过的7条实用法则 Unity3D游戏在iOS上因为trampolines闪退的原因与解决办法 [Unity3D]引擎崩溃、异常、警告、BUG与提示总结及解决方法 unity3d ngui 字体制作 工具与示例 幽默的理解六种Socket I/O模型 Unity3d Socket C# sourecode Flex与c# Socket通信 C# 解析JSON数据格式 Mono 源码
Max批量导出工具
_Sin · 2015-02-10 · via 博客园 - _Sin

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.