Skip to content

Commit

Permalink
fix: move critical angle setting, use py38 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjonok authored May 1, 2024
1 parent 582ab7e commit f8f20b7
Show file tree
Hide file tree
Showing 3 changed files with 732 additions and 766 deletions.
1 change: 0 additions & 1 deletion src/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ def save_settings(self, slicing_type, filename=""):
s.slicing.rotationz,
) = tf.GetOrientation()
s.slicing.scalex, s.slicing.scaley, s.slicing.scalez = tf.GetScale()
s.slicing.angle = float(self.view.colorize_angle_value.text())
s.slicing.slicing_type = slicing_type

m = vtkMatrix4x4()
Expand Down
Loading

0 comments on commit f8f20b7

Please sign in to comment.