Antonio Vazquez antoniov
  • Spain
  • Joined on 2011-08-22
Antonio Vazquez closed issue blender/blender#104899 2023-02-21 17:13:53 +01:00
Gpencil: rotation of dots or square line type (stroke material) act weird if we add subdivision modifier
Antonio Vazquez pushed to main at blender/blender 2023-02-21 17:13:53 +01:00
ade37c0212 Merge branch 'blender-v3.5-release' into main
46153f1898 Fix #104899: Gpencil rotation of dots fails using subdivision
Compare 2 commits »
Antonio Vazquez pushed to blender-v3.5-release at blender/blender 2023-02-21 17:13:12 +01:00
46153f1898 Fix #104899: Gpencil rotation of dots fails using subdivision
Antonio Vazquez commented on issue blender/blender#104940 2023-02-21 16:12:28 +01:00
GPencil: Airbrush draw tool with solid stroke has transparency artifacts

Issue is visible with dot material too while drawing the stroke.

I think we need ask @fclem about this

Antonio Vazquez commented on pull request blender/blender#104550 2023-02-21 10:17:26 +01:00
Grease Pencil: Set Layers' 'Use Lights' Default to False

@KevinCBurke Don't worry, I already assumed that you had done it without realizing it.

Antonio Vazquez commented on issue blender/blender#104940 2023-02-21 10:15:32 +01:00
GPencil: Airbrush draw tool with solid stroke has transparency artifacts

@PratikPB2123 This is a limitation of the actual code. The Airbrush needs a Dot material. Maybe in the future this will not be necessary, but this is not the case today.

Antonio Vazquez commented on issue blender/blender#104979 2023-02-21 10:06:41 +01:00
GPencil: Dot-hash modifier only affects first frame when using Time modifier in the chain

@frogstomp Thanks for the fix... I Ihad to do small changes, but now it's fixed. Could you test it?

Antonio Vazquez pushed to main at blender/blender 2023-02-21 10:06:08 +01:00
c38cac9682 Merge branch 'blender-v3.5-release' into main
f1f3ff0237 Fix #104979: GPencil Dot-hash only affects first frame with Time mod
Compare 2 commits »
Antonio Vazquez closed issue blender/blender#104979 2023-02-21 10:06:08 +01:00
GPencil: Dot-hash modifier only affects first frame when using Time modifier in the chain
Antonio Vazquez pushed to blender-v3.5-release at blender/blender 2023-02-21 10:04:56 +01:00
f1f3ff0237 Fix #104979: GPencil Dot-hash only affects first frame with Time mod
Antonio Vazquez commented on pull request blender/blender#104550 2023-02-20 20:09:05 +01:00
Grease Pencil: Set Layers' 'Use Lights' Default to False

@KevinCBurke You have committed a change to main without Module approval and this must not be done. Any change in the module code needs to be reviewed and if it's a change in the UI, then…

Antonio Vazquez commented on pull request blender/blender#104413 2023-02-20 16:46:53 +01:00
GPencil: New support for Asset Manager

@filedescriptor I was thinking that GP 3.0 and the new Drawing datablock would solve automatically a lot of the Asset workflow, maybe we would need to add more features but the main idea would…

Antonio Vazquez commented on pull request blender/blender#104473 2023-02-20 16:16:15 +01:00
Outliner: New Grease Pencil filter

@JulianEisel Not sure if you need review this Pull Request or not. The change affects Outliner, so maybe the UI module needs to review it.

Antonio Vazquez commented on pull request blender/blender-addons#104426 2023-02-20 11:53:27 +01:00
Storypencil: If Meta is selected allows TAB (Fix for #104912)

@mendio Let me know if you can test this patch, if not I can provide you the add-on with the change.

Antonio Vazquez created pull request blender/blender-addons#104426 2023-02-20 11:52:26 +01:00
Storypencil: If Meta is selected allows TAB (Fix for #104912)
Antonio Vazquez pushed to temp-storypencil-meta at antoniov/blender-addons 2023-02-20 11:50:58 +01:00
633d96b4eb Storypencil: If Meta is selected allows TAB
Antonio Vazquez created branch temp-storypencil-meta in antoniov/blender-addons 2023-02-20 11:50:58 +01:00
Antonio Vazquez created repository antoniov/blender-addons 2023-02-20 11:49:05 +01:00
Antonio Vazquez commented on issue blender/blender#104912 2023-02-19 19:52:13 +01:00
storypencil addon doesn't work with meta strip

I see... not sure we can consider it as a bug. By default when you press Tab, the add-on looks for the scene strip in the current frame and always has priority over other strips. If you want edit…