Questions tagged [cinema-4d]

Cinema 4d is 3D modeling tool developed by MAXON Computer GmbH.

108 questions
1
vote
1 answer

threejs uv coordinates out of [0-1] range

I create geometry in C4D; export OBJ, then convert using the threejs converter, import into three.js. Then I load in the image file I was using in C4D and it aligns properly; This works as expected. Occasionally, i get coordinates from the OBJ that…
jared
  • 652
  • 9
  • 19
1
vote
1 answer

export 3d model compatibles with irrlicht

I'm making a 3d game as a school project, with irrlicht engine. To do this, I'm searching for good 3d models. I found some but I could only get them in recents formats (c4d, fbx or blend). Of course it is possible to export them in .x or .3ds, but…
bachinblack
  • 150
  • 12
1
vote
0 answers

Selecting objects by size in Cinema 4D

I have a mesh file containing a lot of objects, ranging from large to very small in size. I need to clean the file by removing all objects below a certain size or volume. Can someone please tell me how to select those objects automatically instead…
Rutger_ADD
  • 23
  • 4
1
vote
2 answers

put textures in cinema4d

Problem I have my obj on scene4d (i downloaded it from internet). When I open it with cinema4d it loads the materials but it doesn't put the textures on the object
Dani Roca
  • 82
  • 6
1
vote
1 answer

How to properly export a 3D model to Unity from Cinema 4D R16. Model changes when imported to Unity

I am having trouble how to properly use a 3D model I have created from Cinema 4D R16 to Unity. The model looks fine on render view from Cinema 4D but looks distorted on Unity (imported as .fbx), and the eyes are missing their colors. I chose .fbx…
cjaaaaaaaaaay
  • 345
  • 1
  • 3
  • 10
1
vote
0 answers

Cinema 4D to WebGL with controls?

I'm not entirely sure if this even possible (I'm new to 3D models online and such), but could I somehow get a Cinema 4D model (with colors + textures) to display on the web with mouse rotate controls? I've looked around and people mention Three JS a…
bard ofshipping
  • 61
  • 2
  • 11
1
vote
1 answer

Python for C4D invalid syntax underneath file path?

Hi does anyone know why I have an error here underneath the t ?: SyntaxError: invalid syntax File "'scriptmanager'", line 3 filepath = r '/Users/luke/Documents/water.numbers.csv' ^ SyntaxError: invalid…
1
vote
1 answer

3d animation from cinema4d to blender

I need to import a mesh animation from Cinema4D into Blender. I tried to do that using Collada.The Collada 1.3 importer doesn't seem to do anything, the Collada 1.4 importer seems to work, but the animation didn't get imported into Blender. After…
George Profenza
  • 50,687
  • 19
  • 144
  • 218
1
vote
2 answers

Export 3D object including texture to .obj

Hey I have an object I want to use in my iPhone application. Currently I do that by exporting the 3D object to .obj (Wavefront) format but it does not export the texture. I read I would have to use the "bake texture" function inside Cinema4D (in…
LinusGeffarth
  • 27,197
  • 29
  • 120
  • 174
1
vote
1 answer

OpenGL edges of textures are black

Here are two photos: When I move away from my textured object (the object is textured but its all white) dark lines appear on the edges. I think it is because of the pixel border on the texture that is separating the faces. It does not happen in…
MajesticHey
  • 128
  • 8
1
vote
0 answers

Cinema4d model in XNA skinned model texture bluring

http://i685.photobucket.com/albums/vv212/com268/C81CBAA9C5C6C74C_zps63f9d41b.png here is my image I have problem with XNA. I've made my model by using Cinema 4D and exported to .fbx format I have no problem with example "dude.fbx" but when I load my…
1
vote
3 answers

Nested for loop index out of range

I'm coming up with a rather trivial problem, but since I'm quite new to python, I'm smashing my head to my desk for a while. (Hurts). Though I believe that's more a logical thing to solve... First I have to say that I'm using the Python SDK for…
1
vote
1 answer

Create mesh (Geometry) from texture (black and white)

It is here way to make 3D mesh (geometry) from black/white texture? Source texture is black and white map. Background is black and there is white arrow inside of texture. Now I need create 3d mesh from white color. Any kind of 3D program, 3Ds max,…
David Horák
  • 5,535
  • 10
  • 53
  • 77
1
vote
1 answer

Create plain white background in Cinema 4D

I'm looking to create a plain white background in Cinema 4D, currently when I render its onto a black background, I essentially want the same but with white. I would like there to be NO shadows, reflects etc... just a plain white background.
Harpal
  • 12,057
  • 18
  • 61
  • 74
1
vote
2 answers

Expression matches on Windows but not on Mac

The following regular expression \s*([\w_]*)\s*(,\s*|=\s*(\d*)\s*,)\n matches the following line (with appended newline) _FIRST_ELEMENT_ = 10000, on Windows but not on Mac. The environment I'm using it in is the Python implementation of…
Niklas R
  • 16,299
  • 28
  • 108
  • 203