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/geometry-size at Devashish-Lal/blender 2024-08-01 22:16:16 +02:00
7e8fd18993 size in bytes approx functions added to geometry components
8f70a803b5 Nodes Read/Write: Add FIXME comments about usages of 'raw data' BLO API.
f9c167c1cf Refactor: CustomData: Do properly typed read/write of CD data.
67d6cbe790 Refactor: Constraints: Do properly typed read of constraints data.
bba9de5873 Refactor: Action: Do properly typed read of IK parameters data.
Compare 10 commits »
Devashish Lal created branch gsoc/geometry-size in Devashish-Lal/blender 2024-08-01 22:16:15 +02:00
Devashish Lal created pull request blender/blender#125587 2024-07-29 00:09:15 +02:00
PLY Import Geometry Node
Devashish Lal created branch gsoc/ply-import in Devashish-Lal/blender 2024-07-29 00:06:55 +02:00
Devashish Lal pushed to gsoc/ply-import at Devashish-Lal/blender 2024-07-29 00:06:55 +02:00
9e61259569 ply import working
daebb82a80 ply refactor
d6cc3f32db Cleanup: Replace GSet with blender::Set in sculpt_boundary.cc
06aa1ce7b2 Refactor: Switch vector of PBVHVertRef in SculptBoundary for int
f6ae3bf8f3 UI: Docking Split Order Areas As Previous
Compare 10 commits »
Devashish Lal pushed to gsoc/importer-cache at Devashish-Lal/blender 2024-07-24 00:40:54 +02:00
4c526d35e9 LRU implementation
Devashish Lal pushed to gsoc/importer-cache at Devashish-Lal/blender 2024-07-19 03:48:52 +02:00
0beda11b49 boost LRU cache
Devashish Lal pushed to gsoc/importer-cache at Devashish-Lal/blender 2024-07-19 01:53:19 +02:00
4a5f5ce59c clear geometry cache operator added
Devashish Lal pushed to gsoc/importer-cache at Devashish-Lal/blender 2024-07-15 07:58:26 +02:00
68a03fc9b2 clean exit
Devashish Lal pushed to gsoc/importer-cache at Devashish-Lal/blender 2024-07-10 20:53:33 +02:00
fecd10ed1c eternal cache
Devashish Lal created pull request blender/blender#124369 2024-07-08 21:56:02 +02:00
WIP: Importer Cache
Devashish Lal pushed to gsoc/importer-cache at Devashish-Lal/blender 2024-07-08 21:53:07 +02:00
93fb9c87b5 cache source created
385dfb4650 Merge branch 'blender-v4.2-release'
92d5659653 I18N: Update UI translations from git/weblate repository (9735e28dcce47210).
c876731844 Fix: new/free mismatch for cloth brush
4b884f737c Geometry Nodes: OBJ Import Node
Compare 10 commits »
Devashish Lal created branch gsoc/importer-cache in Devashish-Lal/blender 2024-07-08 21:53:07 +02:00
Devashish Lal commented on pull request blender/blender#123967 2024-07-08 20:07:01 +02:00
Geometry Nodes: OBJ Import Node

This is existing code. I haven't made any changes just moved it

Devashish Lal pushed to gsoc/obj-import-node at Devashish-Lal/blender 2024-07-08 19:45:52 +02:00
88124c5f67 review 3
Devashish Lal pushed to gsoc/obj-import-node at Devashish-Lal/blender 2024-07-08 03:25:43 +02:00
cc6ac518e7 changed to blender vector
Devashish Lal commented on pull request blender/blender#123967 2024-07-08 03:11:24 +02:00
Geometry Nodes: OBJ Import Node

Done

Devashish Lal pushed to gsoc/obj-import-node at Devashish-Lal/blender 2024-07-08 03:10:10 +02:00
457887dc8d importing into a vector<GeometrySet> instead of instances directly
Devashish Lal pushed to gsoc/obj-import-node at Devashish-Lal/blender 2024-07-08 02:47:55 +02:00
0b1ed80b0c review fix 2
Devashish Lal commented on pull request blender/blender#123967 2024-07-05 20:17:47 +02:00
Geometry Nodes: OBJ Import Node

Got it, done