Devashish Lal Devashish-Lal
  • Los Angeles, California
  • https://www.youtube.com/@CodeBlazeX
  • MLE for XR Intern @ Samsung Research | Graphics researcher @ USC, Institute of Creative Technologies | YouTuber creating Game Development content

  • Joined on 2024-02-28
Devashish Lal commented on pull request blender/blender#123250 2024-06-15 18:54:40 +02:00
Nodes: File path socket subtype for string sockets

Some feedback on UI: In Blender filepaths are usually drawn on entire length of the block, without text on the left (for example in Output properties). Folder icon makes it obvious it's…

d481f54c0d Merge branch 'main' into gsoc/file-selector-socket-subtype
78e65fc480 Merge branch 'blender-v4.2-release'
8ab246ddde Build: fix linking FFMPEG & x265 on Linux
998dd1cdfe Cleanup: Sculpt: Use simpler argument for brush utility function
baf84f1ec9 Cleanup: Sculpt: Remove unused vertex indices argument
Compare 124 commits »
c2805f87e9 rna fix
77d8c8b559 rna changes
Devashish Lal created pull request blender/blender#123250 2024-06-14 20:33:11 +02:00
WIP: file path socket subtype registration
ee5edf6018 file path socket subtype registration
ad3c92b660 Cleanup: Remove unnecessary namespace specification
aae9d44740 Cleanup: Sculpt: Rename and move plane-based brush utilities
0632f7af07 Merge remote-tracking branch 'origin/blender-v4.2-release'
0ab1291716 Windows: 4.2 library updates
Compare 10 commits »
Devashish Lal created branch gsoc/file-selector-socket-subtype in Devashish-Lal/blender 2024-06-14 20:30:59 +02:00
Devashish Lal commented on pull request blender/blender#122418 2024-06-06 23:01:12 +02:00
STL Import Geometry Node

Not sure, maybe we should check for reports->list->first to be null

Devashish Lal pushed to gsoc/stl-import at Devashish-Lal/blender 2024-06-06 22:59:33 +02:00
1095dac5cd refactoring
Devashish Lal pushed to gsoc/stl-import at Devashish-Lal/blender 2024-06-06 22:43:25 +02:00
c83d2a2cc9 Merge branch 'main' into gsoc/stl-import
d761634fb3 Merge remote-tracking branch 'origin/blender-v4.2-release'
9f1f869e16 make.bat: Enable .py formatting with make format
a6cfc86469 Fix #86114: Multires Displacement Smear brush + Dyntopo Error
599f6f612f Cycles: Add tool tips for debug blue noise sampling patterns
Compare 143 commits »
Devashish Lal opened issue blender/blender#122846 2024-06-06 19:40:35 +02:00
New File Import Geometry Nodes
Devashish Lal pushed to gsoc/stl-import at Devashish-Lal/blender 2024-06-05 09:17:25 +02:00
090a54438b Merge branch 'main' into gsoc/stl-import
1c92d26bfc PyAPI Doc: fix typos causing untyped parameters
8719057b4a Cleanup: unused arguments and warnings raised by pylint
17ec64770c Extensions: ensure paths are always included for the "build" command
b15dc90c9d Fix #119282: Enable edge-pan when duplicating nodes from menu
Compare 304 commits »
Devashish Lal pushed to gsoc/stl-import at Devashish-Lal/blender 2024-06-05 09:00:58 +02:00
784e809687 new import nodes experimental flag added
Devashish Lal pushed to gsoc/stl-import at Devashish-Lal/blender 2024-06-03 18:26:55 +02:00
e524de3d22 error reporting working
Devashish Lal commented on pull request blender/blender#122418 2024-06-03 05:53:25 +02:00
STL Import Geometry Node

Done

Devashish Lal pushed to gsoc/stl-import at Devashish-Lal/blender 2024-06-01 07:14:46 +02:00
24f9942ea3 report iteration
Devashish Lal commented on pull request blender/blender#122418 2024-05-31 08:18:45 +02:00
STL Import Geometry Node

Yeah that’s the plant to change this to a file selector. String input for now is just for testing. I need to look at some existing nodes to see how a file selector input is setup

Devashish Lal pushed to gsoc/stl-import at Devashish-Lal/blender 2024-05-30 06:56:47 +02:00
561906d215 Import menu moved to input
Devashish Lal commented on pull request blender/blender#122418 2024-05-30 06:51:14 +02:00
STL Import Geometry Node

Makes sense

Devashish Lal commented on pull request blender/blender#122418 2024-05-30 06:50:33 +02:00
STL Import Geometry Node

Isn't nodes under Input all red color nodes? now that I think about it the Import nodes could also be a red color node. not sure how to make it red tough. I am taking a look at node_fn_input_bool.cc