Tagged Questions

Autodesk 3ds Max, formerly 3D Studio MAX, is a modeling, animation and rendering package. It has both an built in scripting language (MAXScript) and an SDK.

learn more… | top users | synonyms

6
votes
1answer
350 views

Convert 3D Studio Max model (3DS/MAX) to QCAR SDK for iOS / OpenGL ES compatible format?

Quancomm Augmented Reality (QCAR) for iOS, which make use of OpenGL ES, to display 3D model. It reads several files: vertices, texture coordinates, indices & normals list (in format of ONE .h ...
4
votes
1answer
707 views

From a 3D modeler to an iPhone app - what are best practices?

I am quite new in 3D programming on iPhone and I would like to ask for hints about organizing a work between designers and programmers on that platform. Most of all: what kind of tools, libraries ...
3
votes
3answers
1k views

Git style backup of binary files

I'm in process of integrating GIT version control system into 3ds max to control .max file versioning. I tested git with max files for several weeks and have found that it suites my needs, but, ...
3
votes
4answers
2k views

Load 3D object in Silverlight 3/4

Is is possible to load 3D objects in a Silverlight 3 or Silverlight 4 application? (3DS Max objects or other formats). Besides loading the object I also need some basic interaction - simple rotations, ...
2
votes
1answer
100 views

Evaluating 3d splines exported from max in a C++ program

My C++ program requires access to 3D splines that have been constructed in 3ds Max (2011). I have found a simple maxscript that exports these splines as XML files - an example as follows: <spline ...
2
votes
0answers
115 views

How to rotate/mirror a 3d animation?

I currently have a FBX animation model of a biped moving slightly forward (positive Z axis), turning around 180 degrees, and starting to run in the opposite direction (negative Z axis). However, I ...
2
votes
3answers
288 views

How to compile for older 3dsmax versions with 2010 \ 2011 sdk?

I'm working on a plugin, and previously I saw that I could compile for several older versions of 3dsmax with just 2010 sdk installed. The new project I've got works now with 32\64 max 2011 and 2010 ...
2
votes
1answer
418 views

Recalculate normal on editable poly object

I'm working on a exporter, but the problem I'm stuck at is the normal calculation. I've been reading many posts about this, and it seems like the "getnormal" function does not work like intended. ...
2
votes
3answers
346 views

How can I save single renders incrementally with max script

While I am modeling I like to render a frame to show the progress as I am going along. I would like to program the renderer to save the render as a render output and add an incremental number to the ...
2
votes
3answers
190 views

How to check if MAX has finished loading

I am trying to instantiate a program via a python script as follows os.startfile( '"C:/Program Files/Autodesk/3ds Max 2010/3dsmax.exe"' ) since Max takes a bit of time to load, I wanna wait till it ...
2
votes
4answers
676 views

Should I parse git status or use gitsharp?

I'd like to integrate git into production pipeline to stage 3dsmax files. While it is alright to work with git through TortoiseGit, I'd like to communicate with it from the Maxscript to add custom ...
2
votes
1answer
3k views

How do I change the FOV of the 3dsmax perspective window programattically through Maxscript?

I need to access the FOV property of the Perspective viewport. This is not the same as the FOV property associated with target and free cameras. To access the FOV property non-programatically, right ...
1
vote
3answers
417 views

Import model from 3dStudioMax into THREE.js

I know that THREE.js has importers from various 3d graphics formats. Is there an importer suitable to display a model created in 3dStudioMax? And if there is not one, is there a way to convert a ...
1
vote
1answer
95 views

import 3dsmax,maya to matlab

I think it is difficult to create a 3d model of a botanical tree in matlab so that I want to create the tree using software such as 3dsmax, maya, etc and then import it to matlab. My ultimate purpose ...
1
vote
1answer
74 views

vertex weighting and 3ds max

Does anyone know if the .3ds file has vertex weight info for skeletal animations? If so what's the chunk name to access this info. I was almost sure it did have this info but can't seem to figure how ...
1
vote
3answers
201 views

3ds max plugin for IE browser

We made some models using the 3ds max,now we want to put these models in the web page,I wonder if there is any way to implement this? I have googled '3ds max plugin IE',but I can not get any useful ...
1
vote
2answers
200 views

Use a 32-bit assembly in 64-bit environment

I am trying to integrate DevIL.NET into 3ds Max to automatically convert my images to a single format. To do so, I created a class library in C# that accepts a string and returns the new file path ...
1
vote
1answer
457 views

How to export VRML including texture from 3D Studio Max

I am using 3D Studio Max 2011. I manage to export VRML by File / Export / …VRML but all the texture information gets lost by this. How do you export a model as VRML including its texture?
1
vote
3answers
320 views

Basic MaxScript GUI operations: how do I get the Enter key? How do I grey out controls?

Apologies for the kind-of unrelated questions in one, but I would like to make my MaxScript rollout/tool more intuitive by making it behave like any other GUI would be expected to. Could anyone ...
1
vote
3answers
198 views

GLSL Shaders in 3DSMax

So I've looked around, and since I have found no information on the subject, I assume 3DSMax does not support GLSL shaders? Is this correct? I am using 3DSMax 2010 and 2011, and am sick of writing ...
1
vote
0answers
204 views

3ds max: change cloth into rigid body over time [closed]

I am trying to create a car crash, and for that I have the body of the car as a rigid object, and the front as cloth. Upon impact, I create the animation which deforms the cloth making it look like a ...
1
vote
2answers
137 views

Converting 3D Studio Max 8 scripts to 2011

I've inherited some older 3DS maxscripts for exporting in 3D StudioMax 8. We'd like to leverage these scripts to be used in 3D StudioMax 2011, but have been unsuccessful. Is there a way to quickly ...
1
vote
1answer
179 views

calculate total angle between selected faces

I have a framework for selecting holes in objects. Right now it works by manually clicking inside the hole (with “by angle” option on), it then selects the inside of the hole. I then delete the faces, ...
1
vote
4answers
419 views

Why do 3ds Max plug-ins need to be built with a specific version of Visual C++?

The requirements listed in the 3ds Max SDK state that plug-ins for 3ds Max 2011 must be built with Visual C++ 9.0 (Visual Studio 2008). If I create a DLL with a different version of Visual C++, won't ...
1
vote
2answers
457 views

Importing 3ds Max OBJ using C++

I have created a an OBJ loader that can import .OBJ files that were exported from 3DS Max into my simple OpenGL viewer / app. At the heart of this was a Vector3.h written with the help of some ...
1
vote
1answer
1k views

3dsmax.exe command line switches

Is there an exhaustive list of commandline switched for the 3dsmax.exe. I'm particularly interested in the -server and -pipe switch as I want to reroute some 3dsmax argument calls. Basicly I have a ...
1
vote
1answer
182 views

Does -mxs command line switch always close 3DSMax?

I’d like to run a very simple script command through the command line, and the -mxs switch appears to do exactly that. However, everytime I use it 3DSMax 2011 automatically shuts down afterwards. ...
1
vote
3answers
544 views

How to programatically assign random colors to objects in 3ds max?

How to programatically assign random colors to objects in 3ds max?
1
vote
1answer
766 views

How can I create a 3D-grid in 3DS Max?

I have been trying to develop a 3D data-visualization software, and now I need to find a way of quickly generating 3D grids in 3DS Max to use like a 3d-chart reference scale-map. I am new to 3DS but ...
1
vote
2answers
573 views

how do i extract vertex data from an fbx file

im tryin to extract vertice and uv map informatie from a fbx file created with 3ds max 2010. All i could get from the file are good vertice and polygon index data but wrong uv maps. Can please ...
1
vote
2answers
2k views

Importing a Collada file in Papervision 3d

I am having trouble importing a Collada file in Papervision3d. I have done an exhaustive Google search to no avail. All the examples and tutorials end with errors, be they "Can't find materials" ...
0
votes
0answers
20 views

Quicksilver Hardware Renderer

Is it possible to use the Quicksilver GPU accelerated rendering plugin on other Autodesk applications besides 3ds max, preferably AutoCAD 2012? http://area.autodesk.com/renderingr/quicksilver
0
votes
0answers
17 views

How to export object texture to jpg file

How can I export an object texture into a jpg file in 3ds max? I can't find the option anywhere. I tried Googling.
0
votes
1answer
37 views

XNA model import - All meshs appear on top of each other

I have created a scene in 3DS Max with a stock engine model and some things i added my self, the plane, and the button. http://i.stack.imgur.com/R2iva.png Regardless of how i export the scene, ...
0
votes
0answers
75 views

3D Studio Max Models and Shaders to XNA

I am looking for a way to import my 3D models, including materials and shaders to from 3D Studio Max to XNA. For example, if I have a model, with diffuse, bump, reflection textures and values (in ...
0
votes
1answer
41 views

How to draw images to viewport in Max SDK

I want to be able to draw images to the viewport in my 3d Max Plugin, The GraphicsWindow Class has functions for drawing 3d objects in the viewport but these drawing calls are limited by the current ...
0
votes
0answers
21 views

I need a free software or library that can convert max format to obj

I am looking for a free software or library that can convert max format to obj? Do you know such?
0
votes
2answers
34 views

Intro to GameDesigning and Animation

I am new to both the fields , as you can decipher from the question . I have a fair bit idea about animation where to start and all. I did after Effects now I am Working with 3ds Max . On the other ...
0
votes
1answer
82 views

How to toggle “Show standard map in viewport” via maxscript?

In the slate material editor, I can right click a material and toggle "show Standard Map in Viewport". How can I toggle/set this option of a material programatically from maxscsript?
0
votes
1answer
85 views

Bake Texture with 3ds Max for OpenGl [closed]

I have a problem with render to texture. The texture is mapped on each polygon instead to the whole object. Here in the Qualcomm Forum the problem described in detail again from User andreasv. Can you ...
0
votes
2answers
267 views

create 3d model using kinect

I am looking for a software which can create a 3d model using Kinect data and the result (3d model) should be able to imported to 3Dsmax. I have keep on looking but I could not found any. Please ...
0
votes
0answers
60 views

Creating Instance of SimpleParticle? (3DS Max SDK)

Noob question here guys, so please bear with me. All I want is to create an instance of a SimpleParticle object. As far as I'm aware, the means to programmatically create instances of objects in the ...
0
votes
1answer
84 views

How to define an AnimationSet in 3DS Max for the Direct3D Animation Controller

I'm building a Direct3D App using C++. I managed to load a mesh hierarchy from an X file found in a tutorial which had different animations or tracks build into it. And just as the tutorial explained ...
0
votes
0answers
170 views

maxscript: skin mesh is moved by transfer of weights

I'm trying to write a script to transfer a skinned mesh from one CAT skeleton to an identical standard bone skeleton in 3ds Max. Everything is working fine for most meshes, however, I have one that ...
0
votes
1answer
68 views

Escaping issue in maxscript

I have some issues with the edittext of maxscript and string escaping. First, I want to escape the string written in an edittext (accents and simple quotes). The purpose is to feed this string to a ...
0
votes
0answers
47 views

Concatenate Obj files to an animation file

I have generated several serieses of obj files for several objects (one series of obj files for one object). Now I would like to include them all into one scene and make an animation file. I suppose I ...
0
votes
1answer
138 views

Exporting mtl files from 3ds max problem

I'm having a small problem with exporting mtl files in 3ds max. I would like to use an obj + its material library in an opengl program. The model gets exported just fine, but I loose all the ...
0
votes
2answers
106 views

3ds max fractures in baked textures

I'm not sure if stackoverflow is a right place to ask these kinds of questions(I have only asked development questions here) . I need to import a 3d model to my flash program and I need to bake the ...
0
votes
0answers
72 views

createOLEObject: can't create instance of pythoncom server

I am trying to consume a Pythoncom server from 3ds max. I need this to be able to call some mysql queries in python script from maxscript. I tried to follow the steps in this article. I created a ...
0
votes
0answers
135 views

how to do that with html 5 [closed]

I'm going present a project about svm and I need to create 3d visualization of svm to make my course easier to understand. There are many tools to do this like 3DS Max , Maya and others. My ...

1 2