Creates rest attributes.


## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>tposition</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to create a rest position</td>
</tr>
<tr>
	<td>position</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>name of the position attribute</td>
</tr>
<tr>
	<td>restP</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>name of the rest position attribute, on which the position will be copied on</td>
</tr>
<tr>
	<td>tnormal</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to create a rest normal</td>
</tr>
<tr>
	<td>normal</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>name of the normal attribute</td>
</tr>
<tr>
	<td>restN</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>name of the rest normal attribute, on which the normal will be copied on</td>
</tr>
</table>