Allows to edit properties of materials.


## Description


Note that if the input node use a material created via a [MAT node](/docs/nodes/mat), and not when loading the geometry via a [File SOP](/docs/nodes/sop/file), it's important to keep in mind that materials are shared.
Therefore any other object also using those material will be affected.


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>group</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>group to assign the material to</td>
</tr>
<tr>
	<td>tside</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to allow updating the side properties of the materials</td>
</tr>
<tr>
	<td>doubleSided</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>defines if the material is double sided or not</td>
</tr>
<tr>
	<td>front</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>if the material is not double sided, it can be front sided, or back sided</td>
</tr>
<tr>
	<td>overrideShadowSide</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>override the default shadowSide behavior</td>
</tr>
<tr>
	<td>shadowDoubleSided</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>defines which side(s) are used when rendering shadows</td>
</tr>
<tr>
	<td>shadowFront</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>if the material is not double sided, it can be front sided, or back sided, when computing shadows</td>
</tr>
<tr>
	<td>twireframe</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to allow updating the wireframe properties of the materials</td>
</tr>
<tr>
	<td>wireframe</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>defines if the material is double sided or not</td>
</tr>
</table>