On Fri, Apr 11, 2008 at 1:48 PM, James Paige <<a href="mailto:Bob@hamsterrepublic.com">Bob@hamsterrepublic.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
.AddBootstrapObjectForAssetID says to me that it will use value whenever<br>
the AssetID is "default" ... which doesn't sound right ot me. What about<br>
just .SetDefaultObject ?<br>
<div><div></div><div class="Wj3C7c"><br></div></div></blockquote></div>When you say "SetDefaultObject" are you saying that you want it so that anytime somebody tries to get an asset of any particular name, it always exists, and is saveable, regardless of whether something of that name exists on disk? Wouldn't you be worried about broken references sliding by without error? (i.e. you delete or rename or move something and you don't necessarily get to ever know)<br>
<br>Cause what I was thinking of was just solving the bootstrapping problem - the idea that you can have one editable saveable copy even if you don't have one. And then if you want to add more, now you have to be explicit in your references and in what you create, and making those match...<br>