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. Resnet——深度残差网络(二)

    基于上一篇resnet网络结构进行实战. 再来贴一下resnet的基本结构方便与代码进行对比 resnet的自定义类如下: import tensorflow as tf from tensorflo ...

  2. 整理了Linux常用命令变量

    查看信息命令 ls 查看当前目录下面的所有文件 -a 显示所有文件(包括隐藏文件) -l 显示所有文件(包括文件的详细信息) 格式: ls 参数 目录路径(绝对/相对) cd 切换目录 格式: cd ...

  3. bzoj3162独钓寒江雪

    题意 \(n\)阶树,求本质不同的独立集个数 做法 重新编号后重心是不变的,如果有两个重心,可以加个虚点 用树哈希判子树有多少个相同的子树,设某种有\(k\)个,如果原本方案数为\(x\)个 则方案数 ...

  4. 码云配合git入门命令总结学习

    目录 码云配合git入门命令总结学习 基本设置 基本命令总结学习 准备工作以及基本思路 基本命令 码云搭建仓库步骤 准备前工作 具体操作方法 远程仓库基本命令 标签相关命令 所有命令总结 基本命令总结 ...

  5. 解决kbmMW Scheduler在任务中停止任务遇到的问题

    procedure TCustomGridViewCameraDoc.InitSchedule; begin Scheduler.Schedule( procedure(const ASchedule ...

  6. Docker 下部署hadoop集群

    一.主机规划 3台主机:1个master.2个slaver/worker ip地址使用docker默认的分配地址: master: 主机名: hadoop2.ip地址: 172.17.0.2 slav ...

  7. python之三目运算符的替代品?

    # 不知曾几何时,你是否也觉得Python的三目运算写起来很麻烦呢?(没有过) # 比如: a, b = 3, 4 c = a if a > b else b d = a if a < b ...

  8. awk数组学习1

    看到有网上一篇博客写的 https://blog.csdn.net/hu721659947/article/details/80352003 输出数组中大于5的数,需要注意if [ $a –ge$b ...

  9. kali安装mongodb

    kali安装mongodb 1. 从官网下载需要的安装包 官网下载地址:https://www.mongodb.com/download-center/community 下载完后可以直接用xshel ...

  10. 洛谷P1067 多项式输出 NOIP 2009 普及组 第一题

    洛谷P1067 多项式输出 NOIP 2009 普及组 第一题 题目描述 一元n次多项式可用如下的表达式表示: 输入输出格式 输入格式 输入共有 2 行 第一行 1 个整数,n,表示一元多项式的次数. ...