8ed98d592e027356cee010172789e1eecaa613ce
Geometry Nodes can change the materials of the Object, for Mesh Objects, the new materials are present in the evaluated Object, but for non-Mesh Objects, the new materials may not be present until the evaluated Object has been converted to a Mesh. This patch fixes the materials in FBX export, with Apply Modifiers enabled, of non-Mesh types with Geometry Nodes that change materials. Rather than getting the materials from the evaluated Object, the materials are now retrieved from the Mesh created from the evaluated Object. To support object-linked material slots, the materials on the new Mesh are replaced at the same indices as the object-linked material slots. Pull Request: https://projects.blender.org/blender/blender/pulls/130485
…
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%
