Pratik Borhade PratikPB2123
  • Kalyan, India
  • Joined on 2020-12-12
Pratik Borhade closed issue blender/blender#121191 2024-05-03 03:52:00 +02:00
EXCEPTION_ACCESS_VIOLATION Error code when using OPTIX
Pratik Borhade commented on issue blender/blender#121191 2024-05-03 03:51:56 +02:00
EXCEPTION_ACCESS_VIOLATION Error code when using OPTIX

Thanks for the updates. I think we can close this report for now. Feel free to reopen if you hit the crash again 🙂

Pratik Borhade commented on pull request blender/blender#120605 2024-05-02 14:37:26 +02:00
GPv3: Display layers in dopesheet and timeline

To call grease_pencil_layer_reset_trans_data. Earlier it was only done for grease pencil dopesheet mode. After removing the check, fucntion will be called for normal dopesheet/timeline as well.

Pratik Borhade created pull request blender/blender#121306 2024-05-01 16:18:36 +02:00
Fix #121296: Surface Deform node-group not marked as modifier
Pratik Borhade pushed to 121296-surface-deform-mod at PratikPB2123/blender 2024-05-01 16:16:42 +02:00
644704db63 Fix #121296: Surface Deform node-group not marked as modifier
d7b72b4979 Fix: Missing topology update setting curves handle type
3c336c82cc Fix #121248: Crash executing node tool operator without active node
ff15d31bc1 EEVEE-Next: Forgot version bump
826d2ed4ec EEVEE-Next: Move shadow resolution scale to the sampling panel
Compare 10 commits »
Pratik Borhade created branch 121296-surface-deform-mod in PratikPB2123/blender 2024-05-01 16:16:42 +02:00
Pratik Borhade commented on issue blender/blender#121296 2024-05-01 16:12:50 +02:00
GeoNodes/Hair: Surface Deform node-group not marked as modifier

This works but it adds modifier to unsassigned category. I'm not sure what is expected. Will make a PR

diff --git a/source/blender/editors/curves/intern/curves_add.cc b/source/blender/edito…
Pratik Borhade deleted branch gpv3-mask-channel-toggle from PratikPB2123/blender 2024-05-01 15:20:04 +02:00
Pratik Borhade commented on issue blender/blender#121251 2024-05-01 14:53:42 +02:00
Node Tools are not loaded into the interface when a blend file is loaded

Caused by 52cff75ce08092a2f9a4ba46899bbf097988f618 @HooglyBoogly ^

Pratik Borhade deleted branch 121248-node-tool-crash from PratikPB2123/blender 2024-05-01 14:48:29 +02:00
Pratik Borhade pushed to main at blender/blender 2024-05-01 14:48:27 +02:00
3c336c82cc Fix #121248: Crash executing node tool operator without active node
Pratik Borhade merged pull request blender/blender#121252 2024-05-01 14:48:25 +02:00
Fix #121248: Crash executing node tool operator without active node
Pratik Borhade closed issue blender/blender#121248 2024-05-01 14:48:25 +02:00
Geometry Tools: Crash when pressing shift + ]
Pratik Borhade commented on issue blender/blender#121296 2024-05-01 14:02:32 +02:00
GeoNodes/Hair: Surface Deform node-group not marked as modifier

Hi, can confirm. Yes, modifier is not part of asset repo. Added through code in ensure_surface_deformation_node_exists. Guess adding GEO_NODE_ASSET_MODIFIER flag to nodetree will fix this.…

Pratik Borhade commented on pull request blender/blender#121259 2024-05-01 13:20:15 +02:00
GPv3: Mask toggle in dopesheet channel

Thanks, that worked :D Updated the PR.

Pratik Borhade pushed to gpv3-mask-channel-toggle at PratikPB2123/blender 2024-05-01 13:19:21 +02:00
5438a7c296 Make icon part of rna property
Pratik Borhade commented on pull request blender/blender#121259 2024-05-01 13:08:24 +02:00
GPv3: Mask toggle in dopesheet channel

Didn't notice that. I'll give a try :)

Pratik Borhade created pull request blender/blender#121299 2024-05-01 13:03:03 +02:00
Fix #121257: Only insert available not working for VSE transform
Pratik Borhade pushed to 121257-vse-anim at PratikPB2123/blender 2024-05-01 13:02:22 +02:00
a1ca7382f4 Fix #121257: Only insert available not working for VSE transform
Pratik Borhade created branch 121257-vse-anim in PratikPB2123/blender 2024-05-01 13:02:21 +02:00