forked from blender/blender
Hydra code cleanup #81
Labels
No Label
No Milestone
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BogdanNagirniak/blender#81
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "hydra-code-cleanup"
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
After code refactor in #75 there is good to adjust logging + do code polishing and improvement.
Technical steps
LOG_RENDER_HYDRA_SCENE -> LOG_HYDRA_SCENE
as "hydra.scene".LOG_RENDER_HYDRA -> LOG_HYDRA_RENDER
as "hydra.render".Engine
classes by addingdepsgraph_
,context_
andscene_
to class fields. Unified structure ofEngine
classes.FinalEngine
as more related.Tested, works fine.