About 48,100 results
Open links in new tab
  1. How do I "parent" objects? - Blender Stack Exchange

    Feb 22, 2015 · There are many ways to parent objects in blender. You can parent objects from five different windows: The 3D view, Properties Editor, Outliner, Text Editor and Console; plus there is a …

  2. How do I parent another object only to a specific bone?

    You can parent an object to a specific bone using a 'Child Of' constraint: Here, the object I want to parent to an individual bone has a 'Child Of' constraint added, with the armature and bone I want it to …

  3. Why can't I parent objects in my .blend? - Blender Stack Exchange

    Feb 2, 2019 · Here's a weird one - I can't seem to create a parent child relationship in my current Blender project. For example, I want to make 'Cube' a child of the 'ModuleParent' empty. If you take …

  4. Easy way to parent object hierarchy to another object in another ...

    Lets say I have a hierarchy (or more) of objects in Collection 2 and I want to parent them to a new object (like a Empty) in another Collection 1. And I want to move all the Objects to the new Collection as well.

  5. modeling - Transforming Child objects with multiple parents - Blender ...

    AFAIK you cannot parent a collection to an object. But it is pretty easy to parent multiple objects to one object/empty: just select all objects you want to parent to the same empty, then shift-select the …

  6. How to make object A a parent of object B via Blender's Python API?

    I have two objects each of them hold in a variable. Now I want to parent them so object A is the parent of object B. How can I do this using Blender's Python API? I know there is a parent_set opera...

  7. parent - Different parenting methods give different outcome - Blender ...

    Aug 13, 2023 · From the docs Blender can assign a parent without moving the child object. This is achieved via a hidden matrix called the Parent Inverse matrix, which sits between the transform of …

  8. How do I know the parent of my selected object? - Blender Stack …

    Nov 7, 2018 · Unfortunately, the parent had another parent so that did not help me. But otherwise, thanks to you I found the way to go! Just copy the name of the selected object and enter it in the …

  9. parent - How to unparent objects without them moving? - Blender …

    Nov 25, 2018 · If you want to rig different rigid objects, I suggest to use the Ctrl P "bone" option: in this way Blender has to calculate less and the animation process will be smoother in the viewport.

  10. workflow - Array modifier on parent and all of its children - Blender ...

    Jun 22, 2014 · Create your parent object, then create one child. copy the array from the parent to the child Ctrl - L. next take the child and add drivers to all of the parameters in the array modifier that you …