Material: Material Filter API (#14292)

* Naterial: Material Filter API

Adds a material filtering function to the
MaterialManager Python object

* Remove whitespace
This commit is contained in:
David Carter
2024-05-27 17:00:39 +00:00
committed by GitHub
parent cecb965f50
commit 1bcf8ac9dc
10 changed files with 404 additions and 0 deletions

View File

@@ -52,5 +52,15 @@
<UserDocu>Save the material in the specified library</UserDocu>
</Documentation>
</Methode>
<Methode Name="filterMaterials" Keyword="true">
<Documentation>
<UserDocu>Returns a filtered material list</UserDocu>
</Documentation>
</Methode>
<Methode Name="refresh">
<Documentation>
<UserDocu>Refreshes the material tree. Use sparingly as this is an expensive operation.</UserDocu>
</Documentation>
</Methode>
</PythonExport>
</GenerateMaterial>