How do I change the position of the moving cursor for it to be over the object after importing that

This is the upper part of the arm of a robot. In its original blend file the moving cursor is over the object.

YmsDF

After exporting that object as obj, and importing that obj to another Blender File, the moving cursor is far away from the object.

https://i.stack.imgur.com/azBOh.png

When I zoom in, the moving cursor not only isnt above the object, but it’s out of the screen.

https://i.stack.imgur.com/bUV9X.jpg

How do I change the position of the moving cursor for it to be over the object after importing that object to another blend file?

(Also, if I use the shortcut R, the object not only rotates but moves, so it makes it difficult to position rightly. )

I don’t want to be pedantic or anything just make communication easier:
The moving cursor is called “transform gizmo”.

It is displayed where the “pivot point” is.

You can set the pivot point to be at different places. You do that in one of the dropdowns in the bar above the viewport. Just hover your mouse above all the drop downs. They will display a tooltip. The dropdown whose tooltip says “Transform Pivot Point” is the one where you set it.

In your case it is probably set to “median point”.

Now if that is case the pivot will be where the objects origin is. The origin is the little orange dot which each object has. You appear to have turned it invisible. You can turn it on in the overlays dropdown, which is also in the bar above the viewport.

The reason that after exporting and importing the origin has shifted is because the obj exporter appears to reset it to 0/0/0 in world coordinates. I don’t use obj so I am not sure how to resolve this besides using a different forma. Obj is antiquated. USD or FBX is usually a better choice.

However, you should probably get familiar with the concepts of pivot points and origins:

https://docs.blender.org/manual/en/3.2/editors/3dview/controls/pivot_point/index.html#bpy-types-toolsettings-transform-pivot-point

https://docs.blender.org/manual/en/3.2/scene_layout/object/origin.html?highlight=origin

1 Like

And on the other hand… you don’t need to export a object as OBJ to transfer from one blender file to another… you can File → Append it directly from a blend file…

you can also ctrl+c then ctrl+v objects from one blend file to another

2 Likes

Yes indeed … never thought about that… :crazy_face:

I tried that several times before coming here, but for some reason it didnt work

Ironically, now after trying again now that you mentioned it, it worked. May be the memory was so full that I couldnt even copy to the clipboard or something

I’m not sure copy/paste of objects involves memory. I think it moves a duplicate of the object to another .blend file on your system somewhere. Then when you quit blender completely, open it again, and press ctrl+v it appends the object from that special .blend file.