Version: 
Back to list

Scene :: findByOccurrenceProperty

Synopsis

   Returns all scene paths which an occurrence property value matches the given regular expression (ECMAScript)

GUI Dialog

   

Script function

   scene.findByOccurrenceProperty(property, regex[, roots]) -> paths

Parameters

   property (String) : Occurrence property name
   regex (Regex) : Regular expression (ECMAScript)
   roots (ScenePathList[optional] : If specified, restrict the search from the given roots

Return value

   paths (ScenePathList) : Scene paths which matches the given regular expression