Hi,
This is quick tutorial: how to install Auto Cad scripts to be able to copy from newer Auto Cad to older 3ds Max. (eg. Auto Cad 2018 -> 3ds Max 2016 or older)
It happens when using Copy Paste DWG script - you may get this error message (see below) - It means: version of dwg temp file is too new to open with current 3ds max.
I did some research and here is my quick solution - I created small Auto Cad script to save temp file as older version.
To install it please follow this manual:
-----------------------------------------------------------------------------------------------------------------------------------
First lets check if "acaddoc.lsp" file already exists.
Please type in autocad: (findfile "acaddoc.lsp")
1.
if returns 'nil' than all is ok and you can copy those 2 LSP files to:
C:\Program Files\Autodesk\AutoCAD 2018\Support\en-us (or other Auto Cad version)
2.
if return full path to "acaddoc.lsp" eg. "C:\\ProgramFiles\\Autodesk\\......"
- nawidate in windows explorer to shown folder "C:\\ProgramFiles\\Autodesk\\......"
- copy there only: Pixamoon-CopyToV2013.lsp (or other version)
- follow instruction from image
- top Menu -> Tools -> Local Applications -> press Conntents -> press Add
- choose C:\Program Files\Autodesk\AutoCAD 2018\Support\en-us and add Pixamoon-CopyToV2013.lsp (or other version)
Here installation is done
Restart Auto Cad
Now you can use command "PXMCOPY" instead of Ctrl+C (or just type "px" - rest will be added automaticaly)
Note:
To paste to 3d Max please use Copy Paste DWG in verison 1.24.02 or newer
-----------------------------------------------------------------------------------------------------------------------------------
Download links:
-----------------------------------------------------------------------------------------------------------------------------------
You can also replace standard Ctrl+C (COPYCLIP) to new PXMCOPY macro
Go to top menu and pick Tool -> Customize -> Interface...
in Customizations in All Files filed:
-> navigate to Menu -> Edit -> Copy -> select Copy element
in Properties filed navigate to macro
-> replace ^C^C_copyclip to ^C^C_pxmcopy
Note:
If you replace old Ctr+C to new PXMCOPY macro you will not be able to copy between AutoCad instances. If you still need to copy / paste to drawing to other AutoCad is better to just type PXMCOPY and keep old COPYCLIP as Ctrl+C shortcut.
-----------------------------------------------------------------------------------------------------------------------------------
I'll will try to create easier installation method later, but for now please try this tutorial.
Let me know if works with your configuration
Best,
Pixamoon
Copy Paste DWG to older 3ds Max的更多相关文章
-
AVEVA PDMS to 3ds Max - RvmTranslator6.0beta
AVEVA PDMS to 3ds Max - RvmTranslator6.0beta eryar@163.com RvmTranslato6.0 translate PDMS RVM to 3ds ...
-
3DS MAX玩家必看!70个提高渲染速度的小技巧
3DS MAX玩家必看!70个提高渲染速度的小技巧 (注:节省RAM不一定会加快渲染速度.请同学们根据实际情况加以利用.) 1. 尽量限制Ploygon数量,越少渲染速度越快 2. 如果使用Vray, ...
-
3ds max 渲染清晰面片的边缘
3ds max的菜单栏 -> 渲染 -> 材质编辑器->精简材质编辑器,将面状打勾,如下图,就能渲染出面片清晰的图形.
-
学习3ds max插件开发过程中的一些小结
1. 3ds max是以树状结构来管理整个场景的,每个树节点类型为INode 2. Interface类很关键,可以通过其中的GetRootNode.NumberOfChildren和GetChild ...
-
3ds max的动画输出
转自:http://zhidao.baidu.com/link?url=qc3vV2A9-ydb-YiVKoF7z_bIIRlmLSkyl8DcuWNYn8FaBxa2BDVLwuGPX_jYWxbw ...
-
3DS MAX调慢摄像机动画
在3ds max的右下角找到时间配置,然后出现该对话框,然后调整结束时间,将原来的时间翻倍,就能够是摄像机动画变慢. 下图的旋转速度比上图慢一半.
-
Cityengine, 3ds MAX, FME
Cityengine 和 3ds MAX 一次只可以导入 (import) 一个模型. FME可以一次导入多个模型,因此可以用它来进行数据整合,然后放到cityengine里头去现实.FZViewer ...
-
。【自学总结 1】------3ds Max 界面
3ds Max 界面包含4部分(7区域) 4部分:菜单.控制工具.命令面板.窗口区 7区域: 1.标题栏:主要用于显示当前工作文件的名称,可以看到文件存储路径. 2.菜单栏:菜单中的命令如果带有省略号 ...
-
3ds Max光照纹理导入Unity的教程.
原地址:http://www.cocoachina.com/gamedev/gameengine/2010/0531/1581.html 相信这个3ds Max光照纹理导入Unity的教程对游戏设计师 ...
随机推荐
-
how to create a framework for ios . cool!
预热. http://www.raywenderlich.com/65964/create-a-framework-for-ios http://insert.io/framework-ios8-xc ...
-
UVa 10795 - A Different Task
题目大意:给出n,表示说有n个大小不同的盘子,然后再给出每个盘子的初始位置和目标位置,要求计算出最少的步数使得每个盘子都移动到它的目标位置. 分析: 首先找最大不在目标柱子上的盘子K,因为如果最大的 ...
-
Android 常遇错误解决方案
遇到问题描述: 运行android程序控制台输出 [2012-07-18 16:18:26 - ] The connection to adb is down, and a severe error ...
-
【转】photoshop CS2安装激活破解教程
原文网址:http://www.16xx8.com/photoshop/jiaocheng/109348_all.html photoshop CS2安装教程:(本页介绍如何安装CS2软件,如果你安装 ...
-
UI基础UIButton
UI基础UIButton 前面写了UIWindow.UIViewController,那些都是一些框架,框架需要填充上具体的view才能组成我们的应用,移动应用开发中UI占了很大一部分,最基础的UI实 ...
-
最新的App上架教程Object-C
准备 开发者账号 完工的项目 上架步骤 一.创建App ID 二.创建证书请求文件 (CSR文件) 三.创建发布证书 (CER) 四.创建Provisioning Profiles配置文件 (PP文件 ...
-
如何在服务器(centOS系统)上运行JavaWeb项目
在上次的结对作业中(如果您对这几句话一头雾水的话就请忽视掉吧),因为我们小组制作的是Web版本的项目,需要布置在服务器上才算完成.故申请了一个腾讯云服务器用于运行项目,在这个过程中了解了如何在服务器上 ...
-
golang struct转map
struct转map package main import ( "fmt" "reflect" "time" ) type User st ...
-
LoadRunner 检查点函数总结
今天我来总结一下Loadrunner中的检查点函数,主要介绍两个函数:web_find()和web_reg_find() 这两个函数均用于内容的查找,但两者也有本质的区别,具体介绍如下: 一.web_ ...
-
2801 LOL-盖伦的蹲草计划
2801 LOL-盖伦的蹲草计划 时间限制: 1 s 空间限制: 256000 KB 题目等级 : 黄金 Gold 题目描述 Description 众所周知,LOL这款伟大的游戏,有个叫 ...