• 1/3

3D SDK and Scripting Mayhem

Topics of interest to people customizing Autodesk M&E products using SDKs and scripting APIs by SDK Subject Matter Expert Christopher Diggins.

Free API Training, a Job Title Change, and FBX on the Web
  • 4120 views
  • 4 comments

Free API Training, a Job Title Change, and FBX on the Web

Posted 21 February 2012 1:02 pm by Christopher Diggins on 3D SDK and Scripting Mayhem

I apologize, it's been a while since I've posted. I hope to start post more frequently as our upcoming product release craziness winds down. Today I will be talking about my new job title, free API training from ADN, and showing a cool demo built by Paul Brunt.

Read More >>

Cross Product Scripting: Towards a Common Python API
  • 4489 views
  • 7 comments

Cross Product Scripting: Towards a Common Python API

Posted 3 January 2012 10:30 am by Christopher Diggins on 3D SDK and Scripting Mayhem

I have been experimenting lately with the idea of wrapping the Python APIs for various products (e.g. 3ds Max, Maya, MotionBuilder, and FBX) so that I can write scripts that run in multiple products. I find it accelerates development for me but I am wondering what would it take to be useful for our customers?

Read More >>

Serving WebGL content using the FBX Python SDK
  • 5402 views
  • 0 comments

Serving WebGL content using the FBX Python SDK

Posted 19 December 2011 10:38 am by Christopher Diggins on 3D SDK and Scripting Mayhem

Using Python and the Python FBX SDK, I'm going to show you how you can create your own 3D content web-server in Python, and then render it in a browser using WebGL. This is done using a cross-product Python API, so the scripts provided should also work from 3ds Max using the latest Python script launcher, as well as from Maya and MotionBuilder.

Read More >>

The Status of WebGL in Relation to 3D Game Development
  • 11062 views
  • 2 comments

The Status of WebGL in Relation to 3D Game Development

Posted 19 October 2011 8:00 pm by Christopher Diggins on 3D SDK and Scripting Mayhem

One measure of the maturity of a 3D display technology is how many people are developing games using it. We aren’t seeing much game development using WebGL yet. Why not? Can we expect more games and 3d applications built in WebGL in the future?

Read More >>

Writing Unicode Enabled Windows Applications
  • 3209 views
  • 0 comments

Writing Unicode Enabled Windows Applications

Posted 19 October 2011 10:42 am by Christopher Diggins on 3D SDK and Scripting Mayhem

If you are a Windows programmer starting off learning about Unicode you might be more than a little bit confused. Hopefully this article will help you.

Read More >>

Launching Python Scripts from the 3ds Max 2012 Subscription Advantage Pack
  • 5776 views
  • 9 comments

Launching Python Scripts from the 3ds Max 2012 Subscription Advantage Pack

Posted 14 October 2011 11:36 am by Christopher Diggins on 3D SDK and Scripting Mayhem

The enhancements to the .NET SDK in the 3ds Max 2012 Subscription Advantage Pack are particularly interesting when used from IronPython, but how do you launch an IronPython script from 3ds Max? I'll tell you how.

Read More >>

The Xoliul Shader at 3ds Max Developer Project on Google Code
  • 3379 views
  • 0 comments

The Xoliul Shader at 3ds Max Developer Project on Google Code

Posted 5 October 2011 6:36 am by Christopher Diggins on 3D SDK and Scripting Mayhem

The source code and installers for the Xoliul Shader can now be download from the 3ds max developer project at Google code.

Read More >>

.NET SDK Enhancements in the 3ds Max 2012 Subscription Advantage Pack
  • 7890 views
  • 7 comments

.NET SDK Enhancements in the 3ds Max 2012 Subscription Advantage Pack

Posted 29 September 2011 7:56 am by Christopher Diggins on 3D SDK and Scripting Mayhem

If you are a .NET programmer and have the 3ds Max 2012 subscription advantage pack you are in for a treat!

Read More >>

The 3ds Max Open-Source Developer Community Status Update
  • 6125 views
  • 4 comments

The 3ds Max Open-Source Developer Community Status Update

Posted 1 September 2011 8:00 pm by Christopher Diggins on 3D SDK and Scripting Mayhem

The latest news from the open-source developer community: new SDK tutorial projects, user sandboxes, and our first user-contributed projects.

Read More >>

The Principles of Good Programming
  • 28477 views
  • 2 comments

The Principles of Good Programming

Posted 22 July 2011 8:00 pm by Christopher Diggins on 3D SDK and Scripting Mayhem

I recently compiled a list of good programming principles for a recent internal training on C#. Following these principles can not only help 3ds Max SDK users, but I believe all programmers.

Read More >>