Prikshit singh Prikshit-singh
  • Joined on 2023-11-23
Prikshit singh commented on pull request blender/blender#120378 2024-04-17 19:14:38 +02:00
Feature #120318: Add sculpt mask access in node tool

@HooglyBoogly any changes required to the latest PR

Prikshit singh commented on pull request blender/blender#120378 2024-04-13 21:00:08 +02:00
Feature #120318: Add sculpt mask access in node tool

Done

Prikshit singh pushed to Feature/Sculpt_mask_node_tool at Prikshit-singh/blender 2024-04-12 22:21:15 +02:00
587d584db4 Change the selection node to output invert values in sculpt mode
Prikshit singh commented on pull request blender/blender#120378 2024-04-12 21:13:41 +02:00
Feature #120318: Add sculpt mask access in node tool

ok

Prikshit singh commented on pull request blender/blender#120378 2024-04-12 21:09:11 +02:00
Feature #120318: Add sculpt mask access in node tool

I don't understand where do i get the value from and what is the use of field operation here

Prikshit singh commented on pull request blender/blender#120378 2024-04-12 20:38:33 +02:00
Feature #120318: Add sculpt mask access in node tool

I made all the necessary changes but still not able to understand this part ?

Prikshit singh commented on pull request blender/blender#120378 2024-04-12 19:49:57 +02:00
Feature #120318: Add sculpt mask access in node tool

how can i convert boolean field into float attribute

Prikshit singh pushed to Feature/Sculpt_mask_node_tool at Prikshit-singh/blender 2024-04-11 22:52:34 +02:00
329437fd7a Refactor old code and add the boolean/float enum in the node
Prikshit singh commented on pull request blender/blender#120378 2024-04-11 21:35:38 +02:00
Feature #120318: Add sculpt mask access in node tool

ok

Prikshit singh commented on pull request blender/blender#120378 2024-04-11 21:14:27 +02:00
Feature #120318: Add sculpt mask access in node tool

Thanks could you give me a clue how it should look like

Prikshit singh commented on pull request blender/blender#120378 2024-04-11 21:04:01 +02:00
Feature #120318: Add sculpt mask access in node tool

@HooglyBoogly I made some changes and the node looks and works something like this , your thoughts :

Prikshit singh commented on pull request blender/blender#120378 2024-04-10 05:20:00 +02:00
Feature #120318: Add sculpt mask access in node tool

Thanks for working on this. It's not really what the design task describes though. There should be a new "Boolean/Float" enum property that changes the input socket type and the type of the…

Prikshit singh closed pull request blender/blender#115756 2024-04-08 18:34:12 +02:00
WIP:Make the extrude menus for vertices,edges,faces gray and adding a red tooltip when not selected
Prikshit singh closed pull request blender/blender#116493 2024-04-08 18:33:46 +02:00
Fix #116458: Clay strip sculpts on back face when front face only is turned on
Prikshit singh closed pull request blender/blender#116527 2024-04-08 18:33:23 +02:00
Fix #116380: Pinning node editor context clashes with switching to Tool mode
Prikshit singh commented on pull request blender/blender#120378 2024-04-08 14:42:08 +02:00
Feature #120318: Add sculpt mask access in node tool

Thanks. Note that this is not a fix, but a new feature. The PR title should be changed.

Done

Prikshit singh created pull request blender/blender#120378 2024-04-07 18:35:50 +02:00
Fix #120318: Add sculpt mask access in node tool
Prikshit singh pushed to Feature/Sculpt_mask_node_tool at Prikshit-singh/blender 2024-04-07 18:26:55 +02:00
8185acdbf8 Add sculpt mask access in nood tool
Prikshit singh created branch Feature/Sculpt_mask_node_tool in Prikshit-singh/blender 2024-04-07 18:26:55 +02:00
Prikshit singh commented on pull request blender/blender#120090 2024-04-03 03:04:01 +02:00
Fix #119197: Hair curves in sculpt mode, Curve shape panel inconsistency

For this kind of changes it's best to add before and after screenshots. In this specifically it might also help if you show how that's more consistent now.

Made the necessary changes.