Antonio Vazquez antoniov
  • Spain
  • Joined on 2011-08-22
Antonio Vazquez commented on pull request blender/blender#114188 2023-11-07 13:36:36 +01:00
GPv3: Set selected curve material as active material

Why don't merge this operator as is today (equals to GPv2) ? and later, when active stroke concept will be ready, we can change it, but at least with this PR we have same feature of GPv2.

Antonio Vazquez commented on pull request blender/blender#114006 2023-11-07 09:42:49 +01:00
GPv3: Set Uniform operator for Thickness and Opacity

Yes, agree. What I mean is, if we use here Thickness then maybe we need change also Radius in the Draw operator, because the "thickness" of the stroke in DRaw mode is set using "radius" parameter.…

Antonio Vazquez closed issue blender/blender-addons#104981 2023-11-07 09:36:27 +01:00
Archimesh - Crash when add "Rail Windows" - uses old Glossy distribution enum value
Antonio Vazquez pushed to blender-v4.0-release at blender/blender-addons 2023-11-07 09:36:26 +01:00
da1a04580b Fix #104981: Archimesh: Remove usage of SHARP distribution on Glossy BSDF
Antonio Vazquez merged pull request blender/blender-addons#104982 2023-11-07 09:36:26 +01:00
Fix #104981: Archimesh: Remove usage of SHARP distribution on Glossy BSDF
Antonio Vazquez commented on pull request blender/blender#114006 2023-11-07 09:32:48 +01:00
GPv3: Set Uniform operator for Thickness and Opacity

I'm not sure about that. The name "Radius" is the same name used in Blender for the brush size. If we use "Thickness" as a name, we are breaking the thickness logic of the Drawing. Actually, the…

Antonio Vazquez commented on pull request blender/blender#113978 2023-11-02 22:49:07 +01:00
GPv3: Set caps operator

Now the menu looks like this:

image

Antonio Vazquez pushed to GPv3_capsmode at antoniov/blender 2023-11-02 22:47:32 +01:00
8b5877ee9f GPv3: Change options for set caps
Antonio Vazquez pushed to GPv3_Set_selected_as_actmat at antoniov/blender 2023-11-02 18:38:15 +01:00
643ad078ca GPv3: Update to multiframe new API
6ae7a5fca6 Merge branch 'main' into GPv3_Set_selected_as_actmat
91db8fc5a0 GPv3: Multi-frame editing
b679ea939a EEVEE-Next: Per probe viewport display
d8f59dce26 Merge branch 'blender-v4.0-release'
Compare 131 commits »
Antonio Vazquez commented on pull request blender/blender#114283 2023-11-02 18:23:11 +01:00
GPv3: Multi-frame editing

@filedescriptor One important point: In GPv2 the active frame always is considered as selected. Now if you enable multiframe but the actual frame is not selected, the strokes disappear.

Antonio Vazquez pushed to GPv3_capsmode at antoniov/blender 2023-11-02 18:04:56 +01:00
17052f3a63 GPv3: Update to new multiframe API
b5a0ae801c Merge branch 'main' into GPv3_capsmode
91db8fc5a0 GPv3: Multi-frame editing
b679ea939a EEVEE-Next: Per probe viewport display
d8f59dce26 Merge branch 'blender-v4.0-release'
Compare 292 commits »
Antonio Vazquez pushed to GPv3_normalize at antoniov/blender 2023-11-02 17:42:54 +01:00
b4a2847f23 GPv3: Update to new multiframe API
f0e644bb6a Merge branch 'main' into GPv3_normalize
91db8fc5a0 GPv3: Multi-frame editing
b679ea939a EEVEE-Next: Per probe viewport display
d8f59dce26 Merge branch 'blender-v4.0-release'
Compare 297 commits »
Antonio Vazquez pushed to GPv3_normalize at antoniov/blender 2023-11-01 16:15:35 +01:00
56f7a111f7 GPv3: Add _uniform_ to the operator name
Antonio Vazquez commented on pull request blender/blender#114188 2023-11-01 13:21:27 +01:00
GPv3: Set selected curve material as active material

Yes, I'm talking about having both operators.

Antonio Vazquez commented on pull request blender/blender#114188 2023-11-01 12:36:05 +01:00
GPv3: Set selected curve material as active material

I'm not sure the eyedropper is the replace for this operator. First, this is not easy to discover and maybe you want use the actual selection.

IMHO the best solution would be to implement the…

Antonio Vazquez pushed to GPv3_normalize at antoniov/blender 2023-11-01 12:10:40 +01:00
7f9854dd41 GPv3: Split Normalize op in two operators
Antonio Vazquez pushed to GPv3_Set_selected_as_actmat at antoniov/blender 2023-11-01 11:39:36 +01:00
c4a4edb0a5 GPv3: Remove return
Antonio Vazquez pushed to GPv3_normalize at antoniov/blender 2023-11-01 10:47:04 +01:00
18f93dddcc Cleanup: Remove extra blank line