![]() |
#1
|
|||
|
|||
![]()
Ik heb een parent met daaronder een child.
Nu wil ik de parent roteren of verplaatsen, maar de child mag niet mee roteren of verplaatsen. Hoe doe ik dat met een script, python ofxpresso? -Pim |
#2
|
||||
|
||||
![]()
Child er even uithalen? ^^
|
#3
|
||||
|
||||
![]()
Well, for an animation, you could e. g. create a copy of the object and constrain the original to this copy.
For use in editor, hold "7" while moving/rotating the parent, the child(ren) will stay put. In any other case, it depends on what you want to achieve.
__________________
Cinema4D R20 & VrayforC4D 3.7 |
#4
|
||||
|
||||
![]()
Kom op, Pim !
Dit is een klassieker. Een plaatje en een mp4tje als motivatie, maar ik ga je zelf laten googelen. ![]() d |
#5
|
||||
|
||||
![]()
En, geraak je er ?
|
#6
|
|||
|
|||
![]()
Ja bedankt.
Ik had duidelijk een off day, of ik was gewoon lui. Mijn oplossing: Code:
mat = object.GetMg() # Record the original matrix of the object #insert object under null as child en set matrix terug object.SetMg(mat) Last edited by pgrooff; 4th May 2016 at 20:47. |
![]() |
Thread Tools | |
Display Modes | |
|
|