Fix #103903: Bump Node performance regression #104595

Merged
Miguel Pozo merged 1 commits from pragma37/blender:pull-fix-103903 into main 2023-02-10 21:06:55 +01:00

1 Commits

Author SHA1 Message Date
Miguel Pozo 6ef38aa0f4 Fix #103903: Bump Node performance regression
Avoid computing the non-derivative height twice.
The height is now computed as part of the main function, while the height at x and y offsets are still computed on a separate function.
The differentials are now computed directly at node_bump.
2023-02-10 18:31:33 +01:00