Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 13:12
· 21 commits to main since this release

Added

Changed

  • Changed compas_rui.values.FloatValue.min to compas_rui.values.FloatValue.minval.
  • Changed compas_rui.values.FloatValue.max to compas_rui.values.FloatValue.maxval.
  • Changed compas_rui.values.IntValue.min to compas_rui.values.IntValue.minval.
  • Changed compas_rui.values.IntValue.max to compas_rui.values.IntValue.maxval.
  • Fixed compas_rui.forms.SplashForm.WindowStyle.
  • Changed compas_rui.scene.RUIMeshObject.select_vertices to require list of selectable vertices.
  • Changed compas_rui.scene.RUIMeshObject.select_edges to require list of selectable edges.
  • Changed compas_rui.forms.NamedValuesForm to have expanded "Name" column.

Removed