KitwareMedical / OsteotomyPlanner

3D Slicer extension to visualize and plan an osteotomy surgery.
Other
9 stars 13 forks source link

Instructions / Replay module #73

Open sjh26 opened 6 years ago

sjh26 commented 6 years ago

In order to allowing viewing of surgical instruction in the OR.

Basic idea: After each action, the planner saves some descriptive action name ("Bend Model Blah") and the current state of the model hierarchy, to a txt file: Bending Model Blah, BendingModelBlah.mrb (this mrml scene should contain just the hierarchy)

We want to use the .mrb format so that we can avoid having a folder with just 100 models in it. .mrb will keep it better organized

Edit: using screenshots instead, no replay module at this time

Functionality needed in Planner:

sjh26 commented 6 years ago

.mrb saving is working, using code from slicer core, rewritten to remove hard references to the active slicer scene

sjh26 commented 6 years ago

We are switching to using screen shots instead or full model sets