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 pushed to gsoc/obj-import-node at Devashish-Lal/blender 2024-07-04 22:54:35 +02:00
8e24e4050f review fix
Devashish Lal commented on pull request blender/blender#123967 2024-07-04 22:54:23 +02:00
Geometry Nodes: OBJ Import Node

done

Devashish Lal commented on pull request blender/blender#123967 2024-07-04 22:51:26 +02:00
Geometry Nodes: OBJ Import Node

curve_init is usually called from curve_add, which does the same thing but requires a blender context. since I don't have a blender context I am essentially doing what curve_add does internally

Devashish Lal commented on pull request blender/blender#123967 2024-07-04 22:49:31 +02:00
Geometry Nodes: OBJ Import Node

Passing pointers is how I see it in the functions exposed by the OBJ and STL importers

Devashish Lal commented on pull request blender/blender#123967 2024-07-04 22:47:54 +02:00
Geometry Nodes: OBJ Import Node

done

Devashish Lal commented on pull request blender/blender#123967 2024-07-04 22:47:45 +02:00
Geometry Nodes: OBJ Import Node

Clang format is adding that space on save even if I remove it

Devashish Lal pushed to gsoc/obj-import-node at Devashish-Lal/blender 2024-07-04 22:43:55 +02:00
aa326f02ac fixed warnings
Devashish Lal pushed to gsoc/obj-import-node at Devashish-Lal/blender 2024-07-04 22:21:13 +02:00
98a73b8036 Merge branch 'main' into gsoc/obj-import-node
6fbb5ce8d8 Merge branch 'blender-v4.2-release'
26ea1f42c3 Fix #122808: Use Default Font when Vfont Missing
2149a0b2cc EEVEE: Change local light ray clipping method
a023499d28 Fix: EEVEE: Make shadow tracing more robust
Compare 284 commits »
Devashish Lal pushed to gsoc/obj-import-node at Devashish-Lal/blender 2024-07-04 22:09:18 +02:00
f5d4f9c023 curves import
Devashish Lal pushed to gsoc/obj-import-node at Devashish-Lal/blender 2024-07-04 02:56:53 +02:00
d94b05cbfe obj multi mesh import working
Devashish Lal pushed to gsoc/obj-import-node at Devashish-Lal/blender 2024-07-04 00:49:27 +02:00
4ea3278266 instance population done
Devashish Lal pushed to gsoc/obj-import-node at Devashish-Lal/blender 2024-07-01 18:32:51 +02:00
d76953b550 obj importer refactoring
Devashish Lal created pull request blender/blender#123967 2024-06-30 21:15:57 +02:00
WIP: OBJ Import Geometry Node
Devashish Lal pushed to gsoc/obj-import-node at Devashish-Lal/blender 2024-06-30 21:14:52 +02:00
18f07a0489 onj node created
de7e3f992b Merge branch 'blender-v4.2-release'
53cb73ecea Fix: EEVEE: Depth Of Field: Tile artifact on noisy input
49491bc541 Fix: EEVEE: Light: Invalid read in Shadow Setup shader
72e5254669 Merge branch 'blender-v4.2-release'
Compare 10 commits »
Devashish Lal created branch gsoc/obj-import-node in Devashish-Lal/blender 2024-06-30 21:14:52 +02:00
Devashish Lal commented on pull request blender/blender#123250 2024-06-18 07:57:01 +02:00
Nodes: File path socket subtype for string sockets

Done

a4c203691f hide label instead of drawnode changes
0916bc7787 Merge branch 'main' into gsoc/file-selector-socket-subtype
49d8566637 Merge branch 'blender-v4.2-release'
cad86f8dec Merge branch 'blender-v4.2-release'
c5217b1377 Merge branch 'blender-v4.2-release'
Compare 64 commits »
Devashish Lal commented on pull request blender/blender#122228 2024-06-17 06:31:08 +02:00
Geometry Nodes: Sample Sound node

I am not sure if this is planned but will sample sound node be able to import external file or is it just going to be from data blocks ?

In case you do want to add external file support, I just…

Devashish Lal commented on pull request blender/blender#123250 2024-06-17 06:14:57 +02:00
Nodes: File path socket subtype for string sockets

@nickberckley Updated the UI

b13f075d77 Filepath socket label remvoed