Skip to content

Are children selectors supported? #36

Description

@marcusdiy

Like in HTML, is there a way to use nested/recursive selector?
So this _r.select("*:mesh material:ball material:blue"); so it would:

  1. split query by space " " so we have 3 nested selectors
  2. find all *:mesh and the return childrens
  3. find all children from previus query with material:ball
  4. find all children with material:blue and return

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions