Esempio n. 1
0
def open_marker_set(path):
  
  import VolumePath
  d = VolumePath.show_volume_path_dialog()
  d.open_marker_set(path)
  models = []
  return models
Esempio n. 2
0
    def Markers(self):

        import VolumePath
        VolumePath.show_volume_path_dialog()
Esempio n. 3
0
  def show_path_tracer_dialog(self):

    import VolumePath
    VolumePath.show_volume_path_dialog()
    if self.marker_set() == None and self.series:
      VolumePath.Marker_Set(self.series[0].menu_name + ' markers')
Esempio n. 4
0
  def Markers(self):

    import VolumePath
    VolumePath.show_volume_path_dialog()
Esempio n. 5
0
def show_volume_path_tracer_dialog():
    'Show volume path tracer viewer dialog'
    import VolumePath
    VolumePath.show_volume_path_dialog()