resolve object for custom property value
Posted: Wed Jun 19, 2013 11:45 pm
OK... so an email from Kevin got me thinking about lcVCS again and I think I've come up with another feature idea to help it along. Because lcVCS translates object references to UUIDs and back there is a certain point in the import where if it doesn't know the UUID to object ref mapping that it needs to search all objects in all stacks in memory... obviously this is a step that can make things lock up for a bit... what I was thinking is a command something like _internal resolve image but for finding custom property values:
Of course if this doesn't need to be used by anybody else then it could just be:
Implying a limit of 1 and no relative objectRef...
Code: Select all
_internal resolve setName["propertyName"] with value theValue [and limit N] [relative to objectRef]
Code: Select all
_internal resolve uuid theValue