⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 applypreviewbuttons.ms

📁 3dmax导出3d模型二次开发插件
💻 MS
字号:
button apply_Button "Apply" pos:[276,6] width:40 height:18
on apply_Button pressed do (
	for obj in selection do (
		RemoveCKChunk obj instNameSet[currentSelectedInst]
	)
	(instFctSet[currentSelectedInst])()
)

button applypreview_Button "A+P" pos:[316,6] width:40 height:18
on applypreview_Button pressed do (
	for obj in selection do (
		RemoveCKChunk obj instNameSet[currentSelectedInst]
	)
	(instFctSet[currentSelectedInst])()
	previewFct()
)


button applyquickpreview_Button "A+Q" pos:[356,6] width:40 height:18
on applyquickpreview_Button pressed do (
	for obj in selection do (
		RemoveCKChunk obj instNameSet[currentSelectedInst]
	)
	(instFctSet[currentSelectedInst])()
	quickPreviewFct()
)


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -