Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

C4D Python P e n i s

MasterOf13FPS

Administrator
Staff member
Administrator
MasterOf13FPS
Joined
Jul 11, 2020
Messages
0
Reaction score
25
Points
0
Hf.
Code:
import c4d

capsule1 = c4d.BaseObject(c4d.Ocapsule)
capsule1.SetRelPos(c4d.Vector(-20,80,0))   
doc.InsertObject(capsule1)           

capsule2 = c4d.BaseObject(c4d.Ocapsule)
capsule2.SetRelPos(c4d.Vector(-20,195,0))   
doc.InsertObject(capsule2)           

sphere1 = c4d.BaseObject(c4d.Osphere)
sphere1.SetRelPos(c4d.Vector(-100,0,0))   
doc.InsertObject(sphere1)                   

sphere2 = c4d.BaseObject(c4d.Osphere)
sphere2.SetRelPos(c4d.Vector(55,0,0))   
doc.InsertObject(sphere2)
         
c4d.EventAdd()
 
ich weiß echt nicht wie ich ohne das leben könnte XD
 
Scheint sehr kreativ zu sein, dieser sog. „Kuqs”.
Ehh, danke?
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top