Questions tagged [cinema-4d]

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

108 questions
0
votes
1 answer

Export animations from cinema4d to blender

I've been trying to get some animated models from c4d into Blender all day. The models transfer fine, but the animations don't. I've used COLLADA, 3ds and obj file types but none are successful. I need to get the files into Blender as I'm trying to…
0
votes
0 answers

C4D - Cloned objects containing fields that affect a deformer?

I have a low poly sphere that makes up the ocean of a low poly world. I have used a cloner to create some ships that sail around the surface of the world, following a spline that's mapped onto the surface of the water sphere. I'm trying to get the…
0
votes
0 answers

Cinebench R23 error prompt when running from command line

I'm running a script which is exectuing various benchmarks, including Maxxon Cinebench. I have been using Cinebench R20 so far, but now both Cinebench R20 and R23 shall be excecuted sequentially. But when I run Cinebench R23 from within my script…
slarag
  • 153
  • 8
0
votes
0 answers

Weird issue with cloner (along objects surface)

I'm experiencing this quite weird issue with the cloner. I want to add some droplets to the surface of a soda can with the object mode, but the droplets just turn up spread in a huge sphere away from the object's surface. Could you point me in the…
0
votes
1 answer

polygon editing - c4d subdivision surfaces 2023 tutorial

In the tutorial video, when making the cube editable, the original box polygons wrap tightly onto the subdivisions -- and are seen as thicker lines amongst all the other polygons. When viewing as isoparms, the original box polygons adhere to the…
bob
  • 7,539
  • 2
  • 46
  • 42
0
votes
0 answers

Ambient light not realistic

Do you have an idea how to make my light sources more realistic and ambient? Lights from windows is just a material with color and luminance. But the lamps (highlighted) are made with a basic Light. But as you can see, it doesn't lighten the are…
Gryva
  • 297
  • 1
  • 11
0
votes
0 answers

Python - How to rename duplicated keys in a nested 'dict' while keeping their order

I'm curious how one would go about renaming duplicated key names in a Python dict containing potentially multiple nested dicts. I have a dictionary that will be used to dynamically populate a UI. Each key's value is a list containing an identifier…
Hexbob6
  • 167
  • 1
  • 2
  • 12
0
votes
0 answers

Enable or Disable Child Object Tag Property - C4D Python Script Question

I'm trying to add a codeline to a script which was originally written by Arttu Rautio. Basically I'm trying to activate or deactive child tag's proporties based on a frame (which makes the child object visible and active sequentially according to…
grasycho
  • 23
  • 3
0
votes
0 answers

Why are the GPU utilization rates different for the same data?

On two PCs, the exact same data is exported from “Cinem4D” with the “Redshift” renderer. Comparing the two, one uses the GPU at 100% while the other uses very little (it uses about the same amount of GPU memory). Cinema4D, Redshift and GPU driver…
tadashi
  • 13
  • 3
0
votes
0 answers

Turn 3d .obj into a SVG with SVG renderer

Using the WebGLRenderer, successfully loaded an .obj file created in Cinema4d. var scene = new THREE.Scene(); var camera = new THREE.PerspectiveCamera( 75, window.innerWidth/window.innerHeight, 0.1, 1000 ); camera.position.z = 200; var renderer =…
Matt Rudd
  • 3
  • 6
0
votes
1 answer

Cinema 4D. Can't make the Inner Extrude of multiple polygons evenly

When I'm trying to make inner extrude of multiple polygons it extruded them unevenly. I can see that coordinates are slightly moving as well. Please help to understand how to solve this. See the image below.
Vlad K.
  • 339
  • 1
  • 5
  • 15
0
votes
1 answer

Fix object position on frames to animate it

I would like to fix an object (for example an Ocube) at different positions depending of the frame number. Here is my code, inspired by tutorials I've found (https://github.com/PluginCafe/cinema4d_py_sdk_extended) # Creates the object in…
Corentin
  • 325
  • 5
  • 21
0
votes
1 answer

Rotating a Bitmap with 3 Shears

I am rotating a bitmap using the the three shear method documented in these articles [1][2]. From about 0-90°, the quality is acceptable, but beyond that it gets progressively more distorted until it's unintelligible. Can anyone help me locate what…
0
votes
1 answer

Strange texture warping when exporting from C4D to Unity

I have some troubles when i export 3D model from Cinema4D to OBJ and to Unity. This is in C4D: And this is in Unity: How can i fix it? Thanks for all answers. Also i have trouble with this:
maxet24
  • 111
  • 1
  • 10
0
votes
1 answer

"dae" 3D model side become transparent in iOS app

I'm new to 3D models and try to make my test game in SceneKit I use Cinema 4D on Windows PC for creating 3D models. I want to add my texture with a transparent background on a side of a 3D object. But my texture makes the cube's side transparent…
Nuzhdin Vladimir
  • 1,714
  • 18
  • 36