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:

Save to 2013 - max 2013-2017

Save to 2010 - max 2010-2012

Save to 2007 - max 8 - 2009

-----------------------------------------------------------------------------------------------------------------------------------

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

 
【转】http://www.pixamoon.com/blog/4590578999/Copy-Paste-DWG-to-older-3ds-Max/11215705

Copy Paste DWG to older 3ds Max的更多相关文章

  1. AVEVA PDMS to 3ds Max - RvmTranslator6.0beta

    AVEVA PDMS to 3ds Max - RvmTranslator6.0beta eryar@163.com RvmTranslato6.0 translate PDMS RVM to 3ds ...

  2. 3DS MAX玩家必看!70个提高渲染速度的小技巧

    3DS MAX玩家必看!70个提高渲染速度的小技巧 (注:节省RAM不一定会加快渲染速度.请同学们根据实际情况加以利用.) 1. 尽量限制Ploygon数量,越少渲染速度越快 2. 如果使用Vray, ...

  3. 3ds max 渲染清晰面片的边缘

    3ds max的菜单栏 -> 渲染 -> 材质编辑器->精简材质编辑器,将面状打勾,如下图,就能渲染出面片清晰的图形.

  4. 学习3ds max插件开发过程中的一些小结

    1. 3ds max是以树状结构来管理整个场景的,每个树节点类型为INode 2. Interface类很关键,可以通过其中的GetRootNode.NumberOfChildren和GetChild ...

  5. 3ds max的动画输出

    转自:http://zhidao.baidu.com/link?url=qc3vV2A9-ydb-YiVKoF7z_bIIRlmLSkyl8DcuWNYn8FaBxa2BDVLwuGPX_jYWxbw ...

  6. 3DS MAX调慢摄像机动画

    在3ds max的右下角找到时间配置,然后出现该对话框,然后调整结束时间,将原来的时间翻倍,就能够是摄像机动画变慢. 下图的旋转速度比上图慢一半.

  7. Cityengine, 3ds MAX, FME

    Cityengine 和 3ds MAX 一次只可以导入 (import) 一个模型. FME可以一次导入多个模型,因此可以用它来进行数据整合,然后放到cityengine里头去现实.FZViewer ...

  8. 。【自学总结 1】------3ds Max 界面

    3ds Max 界面包含4部分(7区域) 4部分:菜单.控制工具.命令面板.窗口区 7区域: 1.标题栏:主要用于显示当前工作文件的名称,可以看到文件存储路径. 2.菜单栏:菜单中的命令如果带有省略号 ...

  9. 3ds Max光照纹理导入Unity的教程.

    原地址:http://www.cocoachina.com/gamedev/gameengine/2010/0531/1581.html 相信这个3ds Max光照纹理导入Unity的教程对游戏设计师 ...

随机推荐

  1. java面对对象入门(4)-程序块初始化

    Java实例初始化程序是在执行构造函数代码之前执行的代码块.每当我们创建一个新对象时,这些初始化程序就会运行. 1.实例初始化语法 用花括号创建实例初始化程序块.对象初始化语句写在括号内. publi ...

  2. 简单的试了试async和await处理异步的方式

    今天无意中就来试了试,感觉这个新的方法还是非常行的通的,接下来我们上代码 这段代码想都不用想输出顺序肯定是//null null 233,当然出现这个问题还是因为它是同步,接下来我们就进行异步方式来处 ...

  3. mysql查询时不区分大小写

    一次偶然的机会,发现在登陆验证时,改变用户名的大小写,同样可以登录成功,这是由于,当时使用的mysql数据库对大小写不敏感,查询时总是能查询到数据.一番查找资料,给出的原因是:在创建数据库的时候,选择 ...

  4. 使用node.js实现apache功能

    1.先实现在url中输入文件路径能展示对应文件内容功能 const http = require('http') const fs = require('fs') const server = htt ...

  5. Swift -POP( 面向协议编程)与OOP(面向对象编程)

    面向协议编程(Protocol Oriented Programming,简称POP),是Swift的一种编程范式,Apple于2015年WWDC提出的,如果大家看Swift的标准库,就会看到大量PO ...

  6. Document节点

    概述 document节点对象代表整个文档,每张网页都有自己的document对象.window.document属性就指向这个对象.只要浏览器开始载入 HTML 文档,该对象就存在了,可以直接使用. ...

  7. 如何将文本放置在div的底部显示呢?

    转自:将文本定位于div的底部的方法  摘要: 下文讲述将文本放于div的底部的两种方法,如下所示: 实现思路: 思路1:采用绝对定位的方式,将其放置于div的底部 思路2:使用Line-height ...

  8. SQL Server无备份误删数据的恢复

    在正式生产数据库中,因为客户现场管理不规范产生了一条错误数据,由于自身睡眠不佳加上客户方言表达,将编号记错,在没有备份的情况下,直接连远程数据库执行了delete操作. 由于备份设置的是每日0点,当天 ...

  9. Linux下搭建asp.net运行环境

    最近有个项目,是在Windows平台下开发的,需要把 asp.net web应用移植到 CentOS下,甚是头疼: 翻阅资料,发现Jexus是个可行的方案,下面是官方对Jexus的定义: 什么是Jex ...

  10. NIM游戏的Python实现

    可执行程序下载: 链接:https://pan.baidu.com/s/1xQedrWRBsqQRZvOe91Rvng 提取码:goi9 Nim游戏是博弈论中最经典的模型(之一),它又有着十分简单的规 ...