This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
Hans Goudey 53bf04f284 Geometry Nodes: Expose material index attribute
The `material_index` attribute can adjust which material in the list
will be applied to each face of the mesh. There are two new things
about this attribute that haven't been exposed by the attribute API yet.
Each comes with limitations:
 1. Integer data type: Most attribute nodes are currently written to use
    float data types. This means that they can't write to this attribute
    because they can't change the type of a built-in attribute.
 2. Polygon domain: This is our first attribute using the polygon domain,
    meaning until some of the interpolations are implemented, some
    operations may not work as expected.

Currently the two nodes that work with this attribute are Attribute Fill
and Attribute Randomize.

Differential Revision: https://developer.blender.org/D10444
2021-02-17 08:30:15 -06:00
..
2020-12-16 16:26:23 +11:00
2021-01-04 17:38:11 +11:00
2021-02-10 09:38:24 +11:00
2021-02-13 17:44:51 +11:00
2020-11-06 12:32:54 +11:00
2020-12-16 16:26:23 +11:00
2020-12-16 16:26:23 +11:00
2021-01-13 13:21:29 +11:00
2021-02-15 15:30:17 +01:00
2020-10-01 14:29:45 +02:00
2020-12-15 17:19:55 +01:00
2020-12-15 12:01:45 +01:00
2021-02-17 14:50:08 +11:00
2021-01-19 18:58:35 +01:00
2020-12-16 16:26:23 +11:00
2020-12-16 16:26:23 +11:00