4d5be451a7a2c05c58f28e6faaeb702ae26c51db
Since the `usd_path_to_mat_name` map seems to always be used in tandem with `mat_name_to_mat` to get the material, change it from a map of [string, string] to [string, Material] and store the Material directly. This removes the need to do a secondary lookup through `mat_name_to_mat` and less memory will be used at runtime due to the smaller Value size. Pull Request: https://projects.blender.org/blender/blender/pulls/132647
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
