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

        import VolumePath
        VolumePath.show_volume_path_dialog()
예제 #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')
예제 #4
0
  def Markers(self):

    import VolumePath
    VolumePath.show_volume_path_dialog()
예제 #5
0
def show_volume_path_tracer_dialog():
    'Show volume path tracer viewer dialog'
    import VolumePath
    VolumePath.show_volume_path_dialog()