forked from blender/blender
MaterialX logging #7
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: DagerD/blender#7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BogdanNagirniak/blender:matx-logging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Purpose
Change debug printf to CLOG logger. Add other logging.
Technical steps
bf_nodes_shader
project.printf
to logging. Added other logging.rna_render.cc
.Notes
Don't use
--log-show-basename
blender running flag in Windows, because of clog crash due to incorrect path separator forbf_nodes_shader
project.Works fine.