Questions tagged [append]

Questions relating to appending assets from one .blend file to another .blend file.

Accessed via: File > Append.

Hotkey: ShiftF1

Blender's wiki page on appending files: http://wiki.blender.org/index.php/Doc:2.6/Manual/Data_System/Linked_Libraries

A snippet:

Blender is able to “reach in” to other .blend files and pull in whatever you want. In this way, Blender supports reuse of your graphical models. For example, if you have a library .blend file that has a really neat material used in it, you can, from your current .blend file, Append that material into your current .blend file. This saves you from manually re-creating all the different settings.

239 questions
12
votes
1 answer

How to add an object from another scene?

I'm am trying to create a scene in Blender, by adding in another object from a previously created scene that is on a separate .blend file. How can I do this? I have tried to append an object from one .blend to another, but it still won't work. Can I…
Owen Patterson
  • 3,257
  • 7
  • 21
  • 28
10
votes
1 answer

How do i copy material from one .blend file to another?

I have two different files (rigs) which I would like to append one to the other, I did this by appending the object of one. Although now the material of this object is missing. How do i append it?
Ruben
  • 109
  • 1
  • 1
  • 3
3
votes
1 answer

Appending with bpy.data.libraries.load and drivers

I'd like to append all objects from a specific blend file. Some objects in the blend file have drivers attached. For example z-coordinate of the Cube is equal to z-coordinate of the Empty. I used the following simple code for appending. import…
vvoovv
  • 817
  • 7
  • 25
3
votes
0 answers

Some modifiers don't work on appended object (Modifier's names are red highlighted)

When I append an object from a 'spare part' Blender file, its modifiers (SubSurf and boolean) don't work. Their names are highlight in red in the stack modifier. Even if I remove those modifiers from the source file, I can not still apply them in…
Kriss
  • 111
  • 5
3
votes
1 answer

Appending Materials

I am trying to append models from a separate blender file. The objects get appended but the associated material do not show up in the new blender file. The materials show up in the materials tab with an additional Node message. I tried…
bhaskarc
  • 195
  • 1
  • 2
  • 7
3
votes
2 answers

Blender 2.8: Join doesn't work

In Blender 2.8 I tried to join several objects together using CTRL + J: function doesn't work and can't find it elsewhere. I want to join into 1 object so that I can append that file to a new one and not have to import several objects. Anyone know…
indys
  • 35
  • 1
  • 1
  • 6
2
votes
1 answer

Appending entire blend file into another?

Is there a way to append an entire blender file into another one? I can add everything from each folder with box select but is there a faster way to import everything from a blend file?
Animatoring
  • 1,430
  • 3
  • 26
  • 38
2
votes
1 answer

Pasted objects become invisible and show as 0 metre in dimensions along all axes

I'm trying to copy a collection of objects from one .blend file to another. I tried append, and then I tried copy and paste with 2 instances of Blender windows open. In both cases, the objects become invisible after they are appended or…
HullBreaker
  • 309
  • 1
  • 10
1
vote
1 answer

World Scene Lights On, No Texture

Blender version 3.5.1. I made an ocean. I appended a unicorn model into it. When the world scene light is on the unicorn loses its texture but not colour.The texture's there with the world scene off. It's the same in rendered preview and material…
Schming
  • 11
  • 4
1
vote
0 answers

Appending one object adds an extra object that shares a material

When appending an object into a fresh scene, a second object is also appended. I have a master asset scene with many objects that use a small number of master materials eg: "Metal MAT", "Concrete Mat". The assets use unique versions of these…
IvanB
  • 21
  • 3
1
vote
0 answers

Object append. Location is random

Whenever I try to append an object the object generates in a totally random location. You'd think it would appear at the location of your 3D cursor. This is not the case. Is there a reason for this or do you think it could possibly be a bug? People…
TheMinecraftMan757
  • 1,248
  • 2
  • 17
  • 27
1
vote
4 answers

Append Not Working - Copy and Paste between files not reliable

I have used append many times, but recently it refuses to work. I suspect I know why - it's a bug related to animation and/or armature. I would love to know if anyone has any secret workarounds. The problem is 100% reproducible here - I cannot…
DrIgnatiusCole
  • 555
  • 4
  • 18
1
vote
1 answer

Why do I get a "can't edit this property from a linked data block" message when trying to edit an appended object?

I'm trying to append a model from one file to the other but every time I try it's acting like it's linked but I cant even move it or scale it. If I try to I get the message "can't edit this property from a linked data block" What's going on?
Andrew Barton
  • 81
  • 1
  • 4
1
vote
0 answers

Append scaling issues. When I append an object it's smaller than the original

I noticed that when I append an object from one blend file to another, the appended object is smaller than the original. I have an object measuring about 9.3 cm and when I append it to another blend file it's only about 8.8. Wish I would have caught…
luigi
  • 749
  • 1
  • 11
  • 25
1
vote
0 answers

Hundreds of orange squares after appending object

This book has been sitting there in my scene for many weeks now, and suddenly all those orange squares have appeared below it. I opened a new file and appended the same book, and that does not happen there. It only happens when I append to this…
Pato Mandarim
  • 41
  • 1
  • 5
1
2