摘要: 1.把C++当成一门新的语言学习(和C没啥关系!真的。); 2.看《Thinking In C++》,不要看《C++变成死相》; 3.看《The C++ Programming Language》和《Inside The C++ Object Model》,不要因为他们很难而我们自己是初学者所以就不看; 4.不要被VC、BCB、BC、MC、TC等词汇所迷惑——他们都是集成开... 阅读全文
posted @ 2010-07-24 16:41 softimagewht 阅读(290) 评论(0) 推荐(0)
摘要: macroScript BFF_Exporter category:"Bobo_s Tools" (-----------------------------------------------------------------------BOBO'S FILE FORMAT (BFF) --(formerly known as "Back From Five")--Beta 0.4.2--Started: 01/10/2002--Edited : 09/24/2003--Code by Borislav Petrov--bobo@email. 阅读全文
posted @ 2010-07-24 08:32 softimagewht 阅读(566) 评论(0) 推荐(0)
摘要: -- BFF Mesh Definition For [Box01]-- Version 0.4.0 - 09/20/2003 -- Exporter by Borislav 'Bobo' Petrov -- http://www.scriptspot.com/bobo/ --------------------------------------------------------------------- SOURCE SCENE NAME: [Untitled] -- EXPORT DATE: [21.09.2003 13:15:37] -- SOURCE VERSION 阅读全文
posted @ 2010-07-24 08:29 softimagewht 阅读(303) 评论(0) 推荐(0)
摘要: The following example demonstratesThe use of the System.Windows.Forms.Timer DotNetObject as alternative to the MAXScript rollout Timer control.The main advantage of the DotNet version is the ability to call MAXScript functions at given intervals without the need for a rollout.MAXSCRIPT CODE:theTimer 阅读全文
posted @ 2010-07-24 08:14 softimagewht 阅读(545) 评论(0) 推荐(0)
摘要: The following example demonstratesThe use of the System.Windows.Forms.OpenFileDialog DotNetControl as alternative to the MAXScript GetOpenFileName..The main advantage of the DotNet version is the ability to select multiple files at once.theDialog = dotNetObject "System.Windows.Forms.OpenFileDia 阅读全文
posted @ 2010-07-24 08:13 softimagewht 阅读(974) 评论(0) 推荐(0)
摘要: The following example demonstrates The use of the System.Windows.Forms.Label DotNetControl to output formatted text to a rollout. Setting the Font of the Label using a System.Windows.Forms.FontDialog ... 阅读全文
posted @ 2010-07-24 08:12 softimagewht 阅读(597) 评论(0) 推荐(0)
摘要: The following example demonstrates the use of the System.Windows.Forms.Clipboard DotNetClass to read and write bitmaps from/to the Windows Clipboard.The script can be saved into one of the Startup fol... 阅读全文
posted @ 2010-07-24 08:10 softimagewht 阅读(208) 评论(0) 推荐(0)