Henrik D. weasel
  • Joined on 2019-08-26
Henrik D. suggested changes for blender/blender#118272 2024-02-26 23:56:42 +01:00
GPv3: Envelope modifier implementation
Henrik D. commented on pull request blender/blender#118272 2024-02-26 23:56:41 +01:00
GPv3: Envelope modifier implementation

This loop is longer than in the original. Afaict it checks the same point multiple times at the boundaries, which does work, but is unecessary.

Henrik D. commented on pull request blender/blender#118272 2024-02-26 23:53:50 +01:00
GPv3: Envelope modifier implementation

Testing this, it seems to work exactly like the old code, except for the discussed bugfix on the end of fills. However I found a bug in the old version which is still there. Imo it is a bug, that…

Henrik D. closed pull request blender/blender#112775 2023-09-23 17:38:08 +02:00
Fix: Hang on invalid index in Sample Curve Node
Henrik D. created pull request blender/blender#112775 2023-09-23 15:22:48 +02:00
Fix: Hang on invalid index in Sample Curve Node
Henrik D. pushed to curve-sample-fix at weasel/blender 2023-09-23 15:21:25 +02:00
eaa284db4d Fix: Hang on invalid index in Sample Curve Node
Henrik D. created branch curve-sample-fix in weasel/blender 2023-09-23 15:21:25 +02:00
Henrik D. created repository weasel/blender 2023-09-23 15:12:54 +02:00
Henrik D. commented on issue blender/blender#109239 2023-07-30 02:01:26 +02:00
Solidify (Complex, Constraints) - very rare glitch

There is definitely room for improvement, but I'm not quite sure how to improve it. I'm currently trying a few things. When I programmed it, I made a complicated algorithm to reduce the amount of…