Questions tagged [3dsmax]

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.

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.

The default .max file format is a proprietary binary format, however it also supports the standard .FBX format for more interoperability.

The SDK now has a new managed .NET plug-in loader, making it easier to develop plug-ins in C# or other .NET languages. With more than 200 sample plug-in projects, 3ds Max's comprehensive SDK offers both deep and broad access to satisfy even the most demanding production scenarios.

Official Site

594 questions
-1
votes
1 answer

Need universal solution for importing/exporting fbx externally with 3ds Max

I'm working on a toolbox and come to notice that we don't have a very versatile solution for importing/exporting fbx to/from max externally. For max it's pretty hard to pass parameters directly through command line (or impossible? as I haven't…
-1
votes
1 answer

For loop not running as intended

Why is this giving me the value of `front_post_count = 3.0 instead of 4.0 ? canopy_length=10000 front_post_count=ceil(canopy_length/3500)+1 for i=1 to front_post_count do ( print(front_post_count) )
Amit Singh
  • 63
  • 8
-1
votes
2 answers

Modifying animation to match a keyframe in another

I have an Idle animation with arms holding a weapon which I have tweaked so It would work with a weapon I had created, I also have a running animation for the same arms which I need to tweak as well to work with my weapon, Is It possible to use the…
-1
votes
4 answers

How to increase polygens in 3dsmax

I am beginner in modelling. Can I increase object's polygen in 3dsmax? I want have smooth object that have not low polygens.
Seyed Morteza Kamali
  • 806
  • 1
  • 10
  • 22
-1
votes
1 answer

how do I edit wavefront.obj file using c++

I would like to edit a .obj file using c++ or any programming language which can be used with a 3d software (a 3d object with a scripting language). Any suggestions that could be of help would be appreciated. Thanks
-1
votes
1 answer

Three.js r71 is showing black screen when trying to load json object

i will enumerate what i did until now: I have a file "pre.obj" converted to "pre.js" using convert_obj_three.py script "pre.obj" uses "pre.mtl" because it has material of image "specular.jpg" "pre.obj" ,"pre.mtl" and "specular.jpg" can be looked…
-1
votes
3 answers

How can I make 3ds files' size smaller?

Is there any way I can use to make the size of a 3ds file smaller?? I tried to change their length and width using 3dmax but the file size still the same?? I'm using the 3ds files in creating an OpenGl scene so I need to shrink their size as small…
Lisa
  • 3,121
  • 15
  • 53
  • 85
-1
votes
1 answer

Focus for UI that is used in 3d app

I have a UI that I have made which is to perform tasks within 3ds max. When I open the ui in Max via a python.ExecuteFile call in a toolbar maxscript, focus and keyboard entries are given to the ui elements, using the max command…
EMJAY
  • 5
  • 7
-1
votes
1 answer

Close the last application on Pyside

I'm new guy with Pyside, i'm trying to create the plugin for 3DsMax 2015. Now i have a trouble with Cancel Button I have a "Main Form" When i click the "Add new objects", i will show the new form. We can call it is "Sub Form" When i click button…
Minh Tuan Nguyen
  • 137
  • 2
  • 2
  • 11
-1
votes
1 answer

3d Max script (.ms) file run from CLI(Command Line Interface)

I have a 3d max demo.ms script file. I need to run it from CLI(Command Line Interface) . Please provide me any link. I am beginner.
-2
votes
1 answer

how to import colored mesh from meshlab to unity!(may thouth 3ds max)

I'm very new.I have a ply file,with some faces and colored point cloud.My finial aim is use unity to import this mesh with color! I find some way ,it seems need 3ds max.But i even make mesh have color in 3ds max. I tried : 1 In…
lixz clack
  • 21
  • 3
-2
votes
1 answer

3ds max wont weld vertices of poly made from shape

So I have tried to make a glass panel of car headlight by caping, extruding and so on. It didnt work, so I have created a spline from shape I need and somehow turned it into poly and now I am trying to weld vertices to the base. It doesnt work.…
DaveOshiCZ
  • 27
  • 1
  • 1
  • 4
-2
votes
1 answer

Are there any kinds of glue resources for 3d gaming like loading meshes and scenes?

I have read the 3d Gaming engine books now and I am stumbling across tiny programs that load meshes and 3ds max scenes or blender obj files. Whenever I try to load my created meshes, I am falling to load them. But when the sample projects load their…
sly_Chandan
  • 3,437
  • 12
  • 54
  • 83
-2
votes
2 answers

Translate 3D MAX file or DAE file with Autodesk Forge

My developer tried to upload and translate AutoDesk-Forge files from 3D MAX and other with DAE format. However, only the main file can be translated. All the rest of images, labels... are not in. We still try and not sure anyone did the same thing.…
-2
votes
1 answer

Model disappear when adding a new texture opengl

I tried to load the same model(modeled in 3Ds max) in opengl, but with different textures. The problem is, that when I try to bind the Texture with glBindTexture after I have acitvated the texture, then it disappears. Before I changed the textures…
Bibi90
  • 1
  • 2
1 2 3
39
40