Version: 
Back to list

Scene :: findByAllProperty

Synopsis

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

GUI Dialog

   

Script function

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

Parameters

   property (String) : 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