You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add the 'Reset Transform' and 'Replace Transform' nodes
- Add the 'Count Points' and 'Index Points' nodes
- Make the 'Index Elements' node support negative indexing from the end
- Make the 'Flatten Vector' node's implementation reusable
- Fix crash displaying 0x0 raster image in the Data panel
- Fix the 'Points to Polyline' node not working on two-point objects
/// The index of the item to retrieve, starting from 0 for the first item.
233
-
index:u32,
188
+
/// The index of the item to retrieve, starting from 0 for the first item. Negative indices count backwards from the end of the collection, starting from -1 for the last item.
/// Resets the desired components of the input transform to their default values. If all components are reset, the output will be set to the identity transform.
52
+
/// Shear is represented jointly by rotation and scale, so resetting both will also remove any shear.
0 commit comments