Hi -
I was watching a tutorial by Andrew Price (Blender Guru) and he briefly touched on linking rather than amending objects.
I take it that "linking" an object exentually is creating an "instance" of that object in the scene as in other programs but with out actually having the object in the scene. Am I correct on this?
If so... I have questions as to the more of the capabilities of "library Linking"
So say I have an object on a server.
I have 10 workstations -
Can all ten workstations "link" to the same object at the same time?
Can I set it up to prevent acidentally on purpose opening the "object blend" file with some form of permissions? ie: setting permissions to the Blend file to where only XYZ can actually make a change to it while others can link to it unless permission is added to let xyz works station to open and make a change to the master blend file/object.
Can make dynamic changes to the object - while all ten stations are linked to the object and using it in a scene - and have changes to the object show up as they are saved to the blend file?
If I'm correct im my understanding of some of the capabilites of "library linking" - this is just soo cool!
And if correct - you could have say ten people anywhere in the world - link to a server any where in the world - use the object by linking to it and... if correct... the master file of the object could be worked on - changes made - and changes will instantly show up in the scene for all those linked to the object...?
Do I have that correct?
What else can it do? Please expound on the capabilities and limitiations of "library linking" if you don't mind.
tia
chase
_________________
chase on CG Arena
chase on YouTube
“Linking” is done by including a reference to the parent .blend file where the object actually resides.
Yes, you should be able to have any number of links to the same .blend file, and even to the same object in that .blend file. There’s nothing in the parent .blend file to indicate anything is linked to it, and each link won’t know about the others. The parent .blend file can be read-only, why not.
I don’t think .blend files containing links will receive automatic notification of changes to the parent file—you will need to manually reload the linked objects.