Tagged 'log'

Diagnoscene

0 votes

A new tool i made to fastly check up scene, and render parameters.

You have forgotten to unckeck render region ? You have rendered the wrong camera ? Damn that's the wrong frame rate !!! Never miss anything with DiagnoScene. With 3 levels of colors indicating 3 levels of warnings it's easy to find bad parameters !

I was inspired by the Ranch Computing scene check tool.

Here is the check list:

Log Console Zorb

3 votes

This script is a general Log Console to be used by max scripters, a great way to quicly add information logging to your script Once installed you will have access to the LogConsole by creating an instance (you can create as many as you want) by using something like:

foo = ZorbConsole title:"Log A"

You may open the log by using: foo.showme() And write to the log with the AddLog function like so:

foo.AddLog #("test", "I am testing-General", 0)

The Information may then be filtered by verbosity or by the information origin (handy to add what function is sending the log info)