Questions tagged [objects]

Questions related to any kind of object. (mesh, text, curve, etc.)

The geometry of a scene is constructed from one or more objects. These objects can range from lights to illuminate your scene, basic 2D and 3D shapes to fill it with models, armatures to animate those models, to cameras to take pictures or make video of it all.

Each Blender object type (mesh, light, curve, camera, etc.) is composed from two parts: an Object and Object Data (sometimes abbreviated to “ObData”):

  • Object - The object is like a "container" or a "box" for object data

    • Holds information about the position, rotation and size of a particular element.
    • Also holds Modifiers, physics and certain animations.
  • Object Data - Is like the content of the "box". For example:

    • Meshes, curves, surfaces, metas: - Stores geometry (object shape), material list, vertex groups, etc.
    • Cameras: - Store focal length, depth of field, sensor size, etc.
    • Lights - Light strength, type (spot, point, area, sun) and the associated node tree.

Each object has a link to its associated object-data, and a single object-data may be shared by many objects.

More info at the Blender Manual

3848 questions
54
votes
1 answer

Setting the pivot point of an object

I have a sword that currently rotates around a pivot point thats off of the actual object. Im new to blender and im not sure how i would go about changing it so that the sword rotates around the handle. Any help would be appreciated!
Riley Shaw
  • 635
  • 2
  • 6
  • 6
54
votes
3 answers

How do I make multiple Blender objects into one?

Situation I have obtained some blender files & licences for 3d models of transit vans and some trucks. Currently, when I export these objects to .obj files they are rather large, take a while to render and look to have been built in…
Alec.
  • 643
  • 1
  • 6
  • 7
23
votes
3 answers

What is an empty?

In the Shift+A Add menu there is an option to add an "Empty". I have tried adding various types of them but they don't seem to do anything. They have no other Interaction Modes (Edit mode, Weight Paint mode, etc.) and they don't show up in the…
PGmath
  • 25,106
  • 17
  • 103
  • 199
23
votes
4 answers

How can I make a circular object appear perfectly round?

How do you make a spherical/ovular object in Blender? I can make square objects, and I can make a UV sphere. But how would I make an object that appears spherical in render?
DonyorM
  • 557
  • 3
  • 5
  • 11
14
votes
4 answers

Set origin to bottom center of multiple objects

I have a lot of 3D objects of various sizes, shapes in blender 2.76b and I would like to set the origin to the bottom center of the objects bounds. I cannot select the bottom edge and snap to cursor etc as each shapes edges are in different X/Y…
MrDave
  • 141
  • 1
  • 1
  • 3
13
votes
3 answers

Is there any way to replace an object?

Is there any way to replace some object with another object? For example, I have a bunch of cubes randomly placed throughout my project I want to replace those cubes with spheres. How can I replace the objects?
atek
  • 10,006
  • 29
  • 91
  • 195
12
votes
2 answers

Making a double-helix mesh

First time asking a question here, and I'm really new to Blender. Hopefully you'll forgive me for asking really dumb questions. So I want to do a neat little "beginner project" animation that involves unravelling a double helix. The issue is, how…
TreeRacks
  • 123
  • 1
  • 6
11
votes
1 answer

An easy way to remove all children in a parent-child relation?

I have some parent-child relations with the Blender objects that I'm working with, to make the things cleaner. Now I have an object with all its children that I don't want any more, the object specifically is an empty and the children are some…
lordscales91
  • 213
  • 1
  • 2
  • 6
11
votes
1 answer

Why some of my objects suddenly start to move together?

In my scene all of a sudden I must have hit a random hot key, because random objects are now parented and when I move an object others move as well.
Jeff C
  • 351
  • 1
  • 3
  • 7
10
votes
7 answers

How do I “group” objects so they all move together? (Version 2.8)

In other drawing programs, I can draw separate things and then “Group” them so they behave as one. In particular, moving, rotating, and scaling automatically applies to everything rigidly. The “Collections” in Blender 2.8 doesn’t do this. Assigning…
JDługosz
  • 357
  • 2
  • 4
  • 12
9
votes
2 answers

Why is an object stuck to another?

So I created a Cube in Blender and then I created an Empty beside the Cube (in object mode). Now, when I move the Empty around, the Cube follows... Why?
rablentain
  • 355
  • 1
  • 3
  • 6
8
votes
1 answer

Randomize location of multiple objects

Does anyone know if there's a modifier or any other way to "randomize" the location of a number of objects? What I have is about 20 objects positioned next to each other and I want to randomize their Z value, but it's for a still, not for animation.…
prubini87
  • 602
  • 3
  • 10
  • 19
8
votes
4 answers

Is there a way to look at the inside of a cube or other object?

Is there any way that you can look at the inside of a cube and edit it from the inside? If so is there a way to see textured faces on the inside of a cube so they aren't transparent?
Pixels_
  • 249
  • 1
  • 5
  • 10
8
votes
1 answer

How to create individual shaped tunnel by using a curve?

I try to create a square shaped tunnel with the help of a curve and a cube, i have this path curve: And i try to use the cube to create a tunnel or closed mesh which looks something like this: I was able to create a circle shaped tunnel by…
Black
  • 981
  • 5
  • 19
  • 44
8
votes
1 answer

One side of an object appears normal but the other side is transparent

I have Blender 2.49b and have this mesh: Front: But on the back the mesh is transparent: How to fix this?
GAMELASTER
  • 275
  • 1
  • 2
  • 6
1
2 3
26 27