<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#d8d0c8>
<DIV><FONT face=Arial size=2>Just as a reference...</FONT></DIV>
<DIV><FONT face=Arial size=2>I think that what is happening is that when an 
object is read from file it is given a unique ID, however, internally 
generated objects are also given a 'internally' unique ID. These IDs 
can overlap (i guess). So to reduce the confusion, external datablocks (those 
considered non-local, possibly read from file) are given local IDs when 
make_local() is called on the datablock. When external datablocks are 
linked to an object a copy of the external datablock with a unique internal ID 
is generated and linked to the object while the usercount of the external block 
is decremented.  Anyway I think this is in the ballpark !' ----->  
*) </FONT></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=models@paposo.com 
  href="mailto:models@paposo.com">models@paposo.com</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=bf-python@blender.org 
  href="mailto:bf-python@blender.org">bf-python@blender.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, October 28, 2003 9:57 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Bf-python] local</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>I don't understand about making objects local. 
  What does this refer to? Most of the kernel definitions for structs inside 
  blender have a function called make_local_X().  Does this refer to the 
  object not being listed in the Global 
list's?</FONT></DIV></BLOCKQUOTE></BODY></HTML>