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/csv-import at Devashish-Lal/blender 2024-08-25 03:01:46 +02:00
2cbf34e64d csv reader refactor
5626244427 datacopy and last line last char fix
c84007b3a7 comment formatting
0cb7641f63 string util moved to io/common
Compare 4 commits »
Devashish Lal commented on pull request blender/blender#126308 2024-08-25 00:08:55 +02:00
Geometry Nodes: CSV import node

okay

Devashish Lal commented on pull request blender/blender#126308 2024-08-25 00:08:47 +02:00
Geometry Nodes: CSV import node

Yeah, I was going to ask you about this didn't like it myself as this was the first time I used the new keyword in blender

Devashish Lal pushed to gsoc/csv-import at Devashish-Lal/blender 2024-08-24 23:55:32 +02:00
bfedb57acf copy garray data
Devashish Lal pushed to gsoc/csv-import at Devashish-Lal/blender 2024-08-24 19:28:48 +02:00
19c314c8e0 review fix 4
Devashish Lal pushed to gsoc/csv-import at Devashish-Lal/blender 2024-08-22 22:12:20 +02:00
ee6e59836f review fix 3
10902bf5a4 review fix 2
6d735cc420 review fix
4731037411 namespace line fix
63d1631c28 author year change
Compare 5 commits »
Devashish Lal commented on pull request blender/blender#126308 2024-08-22 22:03:58 +02:00
Geometry Nodes: CSV import node

Okay

Devashish Lal commented on pull request blender/blender#126308 2024-08-22 21:57:14 +02:00
Geometry Nodes: CSV import node

Okay

Devashish Lal commented on pull request blender/blender#126308 2024-08-22 21:56:44 +02:00
Geometry Nodes: CSV import node

This is an out-parameter. The value is assigned in the function.

Devashish Lal commented on pull request blender/blender#126308 2024-08-22 21:48:34 +02:00
Geometry Nodes: CSV import node

I agree, but I think this is a more extensive cleanup as both STL (stl_import_ascii_reader.cc) and PLY (ply_import_data.cc) have their own versions of similar functions

Devashish Lal commented on pull request blender/blender#126308 2024-08-22 21:44:45 +02:00
Geometry Nodes: CSV import node

Other importers (STL, OBJ, PLY) have these fprintf along with reports, so I followed that

Devashish Lal commented on pull request blender/blender#126411 2024-08-19 18:47:01 +02:00
Volumes: improve file cache and unloading

Another way to structure this might be having separate caches for each key/value type combination that all share a memory usage counter. Did you think about that? I'm not sure it's better but…

Devashish Lal pushed to gsoc/csv-import at Devashish-Lal/blender 2024-08-18 08:25:23 +02:00
d3b836463d read line fix for last column
b77a3001e2 err mesages
Compare 2 commits »
Devashish Lal pushed to gsoc/csv-import at Devashish-Lal/blender 2024-08-18 06:57:52 +02:00
cbe40d2cc6 csv node working
0a6a52fd71 csv data initialization fix
Compare 2 commits »
Devashish Lal pushed to gsoc/csv-import at Devashish-Lal/blender 2024-08-18 04:27:16 +02:00
61ddaadcf9 csv import node added
Devashish Lal pushed to gsoc/csv-import at Devashish-Lal/blender 2024-08-18 03:44:38 +02:00
543e7353a4 csv parser impl done
Devashish Lal pushed to gsoc/csv-import at Devashish-Lal/blender 2024-08-17 23:59:24 +02:00
dcb6792ae6 csv importer arch done
Devashish Lal pushed to gsoc/csv-import at Devashish-Lal/blender 2024-08-17 06:48:55 +02:00
0cfe92ac6d GArray csv data
ad32e70cd4 review
Compare 2 commits »
Devashish Lal commented on pull request blender/blender#124369 2024-08-17 05:28:02 +02:00
Geometry Nodes: Importer Cache

@Jacques-Lucke Can you review the memory counter api usage in this PR, I understand that MemoryCount by design should outlive the MemortCounter. That would suggest that MemoryCount would…

Devashish Lal pushed to gsoc/importer-cache at Devashish-Lal/blender 2024-08-17 05:15:15 +02:00
86b0a514c2 memory counter integration
8fe7c8ac34 obj cache
2914cac756 Merge branch 'main' into gsoc/importer-cache
6e72f00d4e Fix: UI: Wrong single editor window titles due to unset area sub-spacetype
e0b5654655 Cleanup: improve check for whether object has geometry set instances
Compare 1353 commits »