Questions tagged [cinema-4d]

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

108 questions
2
votes
0 answers

Xcode's problem of converting 3d model on DAE format for ARKit

I got 3D model from my graphic designer on .dae file format. When I was trying to open this model in the Xcode – the Xcode app was crashed. After I see this problem, my graphic designer tried to convert 3D model from .fbx and .c4d to .dae with…
HardCoder
  • 59
  • 1
  • 7
2
votes
1 answer

Cinema4D: Exporting a scene as a 2D Vector image

Since geometry is simply math, is there a way to export what a camera sees in C4D to a file format such as EPS or SVG. What the camera sees is simply points, you lose the depth and imagine the scene as a flat drawing, where perspective is simply…
Andrew Lazarus
  • 989
  • 2
  • 16
  • 25
2
votes
0 answers

.abc (Alembic) 3d model with animation won't play in SceneKit preview

I have been able to get models from .dae (COLLADA) files with animation working in the SceneKit preview (which is the best way I know to test if an animation is compatible). I have a freelancer who made an animation for me originally in Cinema 4D,…
Brian Schermerhorn
  • 1,361
  • 1
  • 15
  • 22
2
votes
0 answers

Python - generating weight map in C4D

Hello Python and Stack community in general. First, let me say I'm a 3d guy and not much of a code guy. So thanks for the understanding... The exact problem: I have to generate a gradient map based on a distance from points to multiple objects Here…
Johnny3D
  • 21
  • 3
1
vote
1 answer

Cinema 4D .obj files do not import correctly

I have a parser written in ActionScript for importing .obj files. I then render them in Molehill, which is awesome. So far, I can import what I think are standard .obj files with vertices in the x, y, z order or the z, x, y order. However, any…
jpwrunyan
  • 530
  • 5
  • 22
1
vote
0 answers

3D Objects Look Weird On Collision

I have about 1 month since I started using blender and right now I want to make the pacman character and for that I created 3 separate objects "the body", Upper mouth, Lower Mouth How can I make them go trough each other without looking weird? When…
Banano
  • 11
  • 1
1
vote
1 answer

no grid lines are showing in cinema 4d r23 in windows 10?

I have recently installed the cinema 4d r23 but after launching the program I saw that there was not grid lines and whole area was filled with black. What should be the fix or should I download another edition?
1
vote
1 answer

How to fix a permisions error when adding the Cinema 4D python executable to Eclipse on OS X

I want to use eclipse for some plugin development and I've got it up and working on my Windows 7 machine, but I can't get it to work on my Mac. I've been following the steps outlined on this page. Unfortunately, I get an error when I go to…
damien
  • 43
  • 5
1
vote
1 answer

.gltf model exported from Cinema 4D not loading in Angular threejs

I want to add a model exported from Cinema 4D to a 3D scene in Angular, I have written the code below but the model doesn't show and the scene is black. I need help!!! Testing the same code from this link…
Israel
  • 13
  • 5
1
vote
2 answers

Cinema 4D Wind one side force

is there a way in Cinema 4D to make wind blow in a direction, but not drag in objects at the other side of the fan? For example, this is what i have now: A --> A |W=> B --> B (A,B moves thru the fan in direction of wind) And this is what I…
1
vote
0 answers

Import Cinema 4D animations to three.js (via the WEBGL Renderer)

G’day I’m planning on making a looping animation in C4D, being sure to texture the model via uv maps and pbr textures made in substance painter. I’m going to use voroni fracture if that bring up any complications. I want to import a c4d animation to…
blakemcguire
  • 21
  • 1
  • 3
1
vote
1 answer

Grid For Texture Editor Doesn't Show Up

I was waching a cinema 4d video when he selects the texture editor option on the left and a yellow grid pops up. He can then move, scale, rotate the texture that was applied to a object using the yellow grid. I tried the same thing but all that…
Andy Johnson
  • 639
  • 8
  • 27
1
vote
0 answers

Bake Alembic and export as glTF or FBX with animation

I have an Alembic animation of a flower growing. I am attempting to export it as glTF or FBX with the animation intact, but without success. My end goal is to be able to use the animated file in the browser, or in Spark AR. I have tried using…
Jonas Johansson
  • 229
  • 1
  • 3
  • 11
1
vote
2 answers

How to read massive csv files with Python inside Cinema4D?

I have a bunch of csv files where each column holds a value representing the angle of each of the Canadarm2's 7 segments. The largest file contains values for every second of a 5 hour mission and is 30 megs! I've written this python script below in…
user2016210
  • 119
  • 4
  • 13
1
vote
1 answer

THREE.JS loads the textures from an OBJ/MTL file half way

I have an OBJ, MTL and texture images exported from Cinema 4D. The designers gave me the files in a ZIP. I am trying to display them with the help of THREE.JS. I use the following code: var mtlLoader = new THREE.MTLLoader(); …
Martin Dimitrov
  • 4,796
  • 5
  • 46
  • 62