Marc Chéhab marcchehab
  • Joined on 2023-02-16
Marc Chéhab deleted branch drawspeed-bugfix2 from marcchehab/blender 2023-03-01 10:49:22 +01:00
Marc Chéhab commented on issue blender/blender#104824 2023-02-28 17:28:08 +01:00
GPencil: natural drawing building with 1 subdivision make animation slower too much that must be

Thanks a lot for your kind guidance, @antoniov ! Here is the pull request: blender/blender#105306

Marc Chéhab created pull request blender/blender#105306 2023-02-28 17:26:23 +01:00
GP Drawspeed Bugfix 2
Marc Chéhab created branch drawspeed-bugfix2 in marcchehab/blender 2023-02-28 17:23:14 +01:00
Marc Chéhab deleted branch blender-v3.5-release from marcchehab/blender 2023-02-28 17:23:14 +01:00
Marc Chéhab deleted branch drawspeed-bugfix2 from marcchehab/blender 2023-02-28 17:22:22 +01:00
Marc Chéhab created branch drawspeed-bugfix2-oldwrongbase in marcchehab/blender 2023-02-28 17:22:22 +01:00
Marc Chéhab pushed to blender-v3.5-release at marcchehab/blender 2023-02-28 17:19:37 +01:00
7a4435d793 GP Drawspeed Bugfix 2
Marc Chéhab pushed to drawspeed-bugfix2 at marcchehab/blender 2023-02-28 16:39:48 +01:00
8a3186714f Merge branch 'blender-v3.5-release' into drawspeed-bugfix2
30a81f1b55 GPencil: UV parameters for the first point in sample modifier.
7842347ec8 Cycles: Fix hanging unit tests when MetalRT is enabled
9fccd2dc24 Fix #100819: Built-in VFont has an additional user by default
9cee0eb7fa Cleanup: format
Compare 23 commits »
Marc Chéhab closed pull request blender/blender#105305 2023-02-28 16:39:45 +01:00
WIP: drawspeed-bugfix2
Marc Chéhab commented on pull request blender/blender#105305 2023-02-28 16:36:22 +01:00
WIP: drawspeed-bugfix2

I'm trying to delete this, did something wrong

Marc Chéhab created pull request blender/blender#105305 2023-02-28 16:32:58 +01:00
WIP drawspeed-bugfix2
Marc Chéhab commented on issue blender/blender#104824 2023-02-27 21:48:52 +01:00
GPencil: natural drawing building with 1 subdivision make animation slower too much that must be

Hmmm I somehow have another user in the pull request. Is that a problem?

Marc Chéhab commented on issue blender/blender#104824 2023-02-27 21:47:40 +01:00
GPencil: natural drawing building with 1 subdivision make animation slower too much that must be

Sure. Great this is now all in git 😊👌 8a4ead69a6

Marc Chéhab created branch drawspeed-bugfix2 in marcchehab/blender 2023-02-27 21:45:59 +01:00
Marc Chéhab pushed to drawspeed-bugfix2 at marcchehab/blender 2023-02-27 21:45:59 +01:00
8a4ead69a6 1. Changes subdivision function to not fill in time but add 0
Marc Chéhab created repository marcchehab/blender 2023-02-27 21:30:35 +01:00
Marc Chéhab commented on issue blender/blender#104824 2023-02-27 14:12:24 +01:00
GPencil: natural drawing building with 1 subdivision make animation slower too much that must be

Here's a patch (I used master branch, but should work, right?)

  1. I changed the subdivision function to not fill in time but add 0
  2. I fixed a bug in my sanitization function that I noticed…
Marc Chéhab commented on issue blender/blender#104824 2023-02-27 12:18:20 +01:00
GPencil: natural drawing building with 1 subdivision make animation slower too much that must be

Short Update: The problem is that subdiv-modifier doesn't sanitize missing time values that points have (they show as 0). It just takes averages of neighbours, which if one neighbour is missing…

Marc Chéhab commented on issue blender/blender#104824 2023-02-26 20:13:18 +01:00
GPencil: natural drawing building with 1 subdivision make animation slower too much that must be

Hi guys, sorry for the delay. I looked at it today but I'm fighting with my debugger currently. I'll have to continue tomorrow.