Antonio Vazquez antoniov
  • Spain
  • Joined on 2011-08-22
Antonio Vazquez commented on issue blender/blender#114069 2023-10-23 19:02:44 +02:00
GPv3: Port Bucket Fill operator

@mendio you can subscribe to this task to work together in the design.

Antonio Vazquez opened issue blender/blender#114069 2023-10-23 19:01:42 +02:00
GPv3: Port Fill operator
Antonio Vazquez opened issue blender/blender#114060 2023-10-23 12:41:08 +02:00
GPv3: Assert when try transform a stroke
Antonio Vazquez commented on pull request blender/blender#114006 2023-10-22 13:13:49 +02:00
GPv3: Set Uniform operator for Thickness and Opacity

Removed the line because the paramter is filtered already.

Antonio Vazquez pushed to GPv3_normalize at antoniov/blender 2023-10-22 10:23:22 +02:00
3572647f57 GPv3: Remove loop and replace with fill
Antonio Vazquez commented on issue blender/blender#113991 2023-10-22 09:01:08 +02:00
GPv3: Normalize Stroke

Another way would be: Get attributes of a selected curve: radii_for_write().slice(points_by_curve[curve_index]) then just fill this span with value: radius_attribute.fill(value)

Thanks…

Antonio Vazquez pushed to GPv3_normalize at antoniov/blender 2023-10-21 23:46:17 +02:00
d8dc8599a2 GPv3: Fixes after first review
Antonio Vazquez pushed to GPv3_normalize at antoniov/blender 2023-10-21 23:44:52 +02:00
24bb0a23d1 GPv3: Cleanup code and remove duplicate checks
Antonio Vazquez pushed to GPv3_capsmode at antoniov/blender 2023-10-21 23:39:29 +02:00
90315d45b6 GPv3: Change Default to Rounded
Antonio Vazquez commented on pull request blender/blender#113978 2023-10-21 23:38:13 +02:00
GPv3: Set caps operator

About change Default ... I think would be better change to Rounded too. We are breaking the API a lot, so this change is only one more.

Antonio Vazquez commented on pull request blender/blender#113978 2023-10-21 23:36:32 +02:00
GPv3: Set caps operator

I used this code because the old code was ready to have more caps modes, but now it's better use if. Changed.

Antonio Vazquez pushed to GPv3_capsmode at antoniov/blender 2023-10-21 23:35:34 +02:00
9f1bfe614d GPv3: Changes after first review
02bc51ab1d Merge branch 'main' into GPv3_capsmode
9453031730 GPv3: Instance on Points
eab204b0a4 Fix: GPv3: Radial brush size control broken
e0881aad0d GPv3: Only use Toggle Cyclic option in menu
Compare 14 commits »
Antonio Vazquez pushed to main at blender/blender 2023-10-21 17:34:58 +02:00
e0881aad0d GPv3: Only use Toggle Cyclic option in menu
Antonio Vazquez suggested changes for blender/blender#114007 2023-10-21 17:19:50 +02:00
GPv3: Switch Direction operator

Don't think you need bke::MutableAttributeAccessor attributes = curves.attributes_for_write(); here.

Antonio Vazquez commented on pull request blender/blender#114006 2023-10-21 17:18:16 +02:00
GPv3: Set Uniform operator for Thickness and Opacity

@filedescriptor do you have a estimated date for the Undo? Now, check the operators is complex because the Undo is not working.

Antonio Vazquez created pull request blender/blender#114006 2023-10-21 17:10:31 +02:00
GPv3: Normalize Stroke operator
Antonio Vazquez created branch GPv3_normalize in antoniov/blender 2023-10-21 17:02:25 +02:00
Antonio Vazquez pushed to GPv3_normalize at antoniov/blender 2023-10-21 17:02:25 +02:00
0304809a16 GPv3: Normalize Stroke operator
e266b142f6 GPv3: Transform operators
b4e6ef4279 Fix: MeshPolygon.use_smooth set inversed
f64ed2e963 Cleanup: Simplifying freeing node editor space data
2864c20302 Cleanup: various C++ changes (use nullptr, function style casts)
Compare 7 commits »
Antonio Vazquez pushed to GPv3_capsmode at antoniov/blender 2023-10-21 16:09:51 +02:00
a8515811cf Cleanup: Rename prop items
Antonio Vazquez closed issue blender/blender#114002 2023-10-21 14:14:26 +02:00
GPv3: New Normalize Stroke operator