PathScripts.post.dumper_post Namespace Reference

Functions

def export (objectslist, filename, argstring)
 
def parse (pathobj)
 

Variables

 now = datetime.datetime.now()
 
 pythonopen = open
 
bool SHOW_EDITOR = True
 
string TOOLTIP
 

Function Documentation

◆ export()

def PathScripts.post.dumper_post.export (   objectslist,
  filename,
  argstring 
)

◆ parse()

def PathScripts.post.dumper_post.parse (   pathobj)

Variable Documentation

◆ now

PathScripts.post.dumper_post.now = datetime.datetime.now()

◆ pythonopen

PathScripts.post.dumper_post.pythonopen = open

◆ SHOW_EDITOR

bool PathScripts.post.dumper_post.SHOW_EDITOR = True

◆ TOOLTIP

string PathScripts.post.dumper_post.TOOLTIP
Initial value:
1= """
2Dumper is an extremely simple postprocessor file for the Path workbench. It is used
3to dump the command list from one or more Path objects for simple inspection. This post
4doesn't do any manipulation of the path and doesn't write anything to disk. It just
5shows the dialog so you can see it. Useful for debugging, but not much else.
6"""