David Kutschke
David Kutschke
I added a text-object to include adjacent simple line comments only separated by an empty or white-space-filled line. So if *>* marks the current cursor line, comments *b* to *d*...
I extended multi-selection support over to the inspector. `InspectorField`'s `Value` property is now an IEnumerable and got renamed to `BoundValues`, meaning that one drawer can now bind to multiple values....
I am trying to load a PLY file with a custom float vertex property named `confidence`, ranging between 0 and 100. The MeshLab GUI automatically converts this property to vertex...