forked from blender/blender
Arithmetic support for NodeItem and node implementation with arithmetic #4
No reviewers
Labels
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: DagerD/blender#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BogdanNagirniak/blender:BLEN-512"
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
NodeItem requires arithmetic functions for export implementation of blender nodes.
Technical steps
NodeItem
.InvertNodeParser
,MathNodeParser
,MixRGBNodeParser
.DECLARE_PARSER
macros.Note
Only
InvertNodeParser
is implemented.MathNodeParser
,MixRGBNodeParser
are in TODOs.