Description

Title:better log info
Category:Workflow
Status:Considered
Priority:
Posted By:frodo ( Martin Frodl )
Date Created:30 May 2019
Description:

hello,

will it be possible to print better info to log? now it just say Ornatrix Warning, but not for what object or modifier is for, so you cant find where is the problem :(

Follow Ups

That would be rather complex to do, but we'll look into it.

Can you provide an example warning that you get and that could be improved?

Ivan Kolev (Software Developer, EPHERE Inc.)

E-mail: ivan.kolev at ephere dot com

Discord: ikolev

there is always something... mostly about problems with clumping and if you have multiple clump modifiers you dont know which error belong where

This should be working in the next nightly build, 19867 or later.

Notice that modifiers only have access to their own name (not to the object they are being applied to), so this is the only info that gets printed, the name of the currently computed modifier.

The user should give each modifier a unique (and meaningful) name to get some benefit from this feature.

In Maya this is simpler because each node is assigned a unique name on creation, the user doesn't need to change the names manually to know which node produced the log message.

Ivan Kolev (Software Developer, EPHERE Inc.)

E-mail: ivan.kolev at ephere dot com

Discord: ikolev

Thanks it looks reasonable