Title: - all '.' in all names get replaced by '_' [...]
Commit from dunkfordyce 2004-11-28 12:00 CET
   - all '.' in all names get replaced by '_'

   - logging is sent through python logger instance. you can control verbosity by change
     ing log.set_level(DEBUG|WARNING|ERROR|CRITICAL). to print to it use log.debug(),
     log.warning(), log.error() and log.critical(). the logger breaks normal operation
     by printing _all_ info messages. ( log.info() ). Output is sent to stdout and to
     a blender text.

   - small gui tidy up. log class has has_warnings,has_errors and has_criticals to
     judge how important looking at the log is. this should be extendable to allow
     for writing logs under batch mode too. progress bar added. it only has four
     positions but its nice :)

   - psyco support, turned off by default. can speed up export by 25% on my tests.
     turned off by default.

   - hotshot_export function to see profile. just replace export with hotshot export
     to see.

   - any verticies found without influence are placed into a vertex group called
     "_no_inf". [FIXME] i need to stop this for batch more

   - running under gui mode the last export dir is saved into the blender registry
     and called back again.
Module File name Revision
soya blender2cal3d.py 1.5 >>> 1.6


Reply via email to