Piyush Aniruddha Udhao Piyush-Aniruddha-Udhao
  • India
  • Greetings! My name is Piyush Udhao. I am a 2nd year student at IIIT Pune. Currently pursuing B.Tech, CSE. Open source projects fascinate me, and contributing to them has been a long term goal of mine. Hope my contributions help Blender reach new heights.

  • Joined on 2023-02-25
Piyush Aniruddha Udhao commented on issue blender/blender#105761 2023-03-18 15:47:42 +01:00
Add Active Camera geometry node

@mod_moder could you please explain what NODE_STORAGE_FUNCS() does? I see that it is used before node_declare() by nodes whose structs were declared in DNA_node_types.h. Is it required to…

Piyush Aniruddha Udhao commented on issue blender/blender#105761 2023-03-18 14:19:50 +01:00
Add Active Camera geometry node

thanks a lot!

Piyush Aniruddha Udhao commented on issue blender/blender#105761 2023-03-18 05:05:43 +01:00
Add Active Camera geometry node

Hey @mod_moder, do you know any closed issue that had to create a new geometry node? I'm trying to find one, so that I can see how new nodes are built.

Piyush Aniruddha Udhao commented on issue blender/blender#104022 2023-03-16 14:12:15 +01:00
Expand Mask: Inverted fill on mesh islands

Okay, I will update blender and try and replicate this issue! Thanks for the clarification.

Piyush Aniruddha Udhao commented on issue blender/blender#105761 2023-03-14 19:00:34 +01:00
Add Active Camera geometry node

Okay, I will research dependency graph properly.

take a look at node_needs_own_transform_relation and add analog for new node

Understood! Thank you :>

Piyush Aniruddha Udhao commented on issue blender/blender#105761 2023-03-14 18:34:25 +01:00
Add Active Camera geometry node

That is done in process_nodes_for_depsgraph.

Doubt 1: Does it imply that we have to make changes in process_nodes_for_depsgraph, or use this function in our node implementation?

The…

Piyush Aniruddha Udhao commented on issue blender/blender#105761 2023-03-14 18:11:02 +01:00
Add Active Camera geometry node

I would like to pick up this issue! Just a heads up though, I have college exams from tomorrow till friday, ie, from 15th to 17th March. Will it be okay if I can submit a PR by the 20th?

Piyush Aniruddha Udhao commented on issue blender/blender#105551 2023-03-12 19:37:10 +01:00
Eager mesh bounds calculation for primitive nodes

Hey @HooglyBoogly, could you please elaborate on the following:

The bounds need to be calculated so that they're exactly correct based on the segment count of the circles.

Piyush Aniruddha Udhao commented on pull request blender/blender#105659 2023-03-11 15:45:46 +01:00
WIP: Fix #105404: The USD Input operator does not validate the file received as input.

we generally enforce those in file browser filtering but do not strictly forbid using a different extension.

I too went into blender and tried to import the wrong file, but it did not allow…

Piyush Aniruddha Udhao commented on issue blender/blender#105404 2023-03-11 15:42:03 +01:00
USD IO: Validate data in the operator, before starting background job.

@brecht yeah it was confusing, so I just assumed .usd files would be the right ones and continued. But I should've done proper research, my bad. As far as the necessity of this issue goes, it…

Piyush Aniruddha Udhao created pull request blender/blender#105659 2023-03-11 13:59:13 +01:00
WIP: Fix #105404: The USD Input operator does not validate the file received as input.
e9a4c9bd60 Fix #105404: The USD Input operator did not validate the file received as input
c296cd9b7d Fix #105404: The USD Input operator did not validate the file received as input.
54c9f972df Merge branch 'blender-v3.5-release'
7d22b11352 Fix #105601: Remove duplicates when inserting links into multi inputs
b06edc2897 Cleanup: UV: simplify uv packing API.
e56fe42aab Cleanup: format
Compare 10 commits »
c6f1bb6669 Fix #105404: The USD Import operator did not validate the file received as input.
Piyush Aniruddha Udhao created repository Piyush-Aniruddha-.../blender 2023-03-10 19:52:38 +01:00
Piyush Aniruddha Udhao commented on issue blender/blender#105404 2023-03-10 13:55:57 +01:00
USD IO: Validate data in the operator, before starting background job.

I dove into the code of RNA_string_get(), and it calls another function RNA_property_string_get() which is where I feel a check for char *value is required?

Piyush Aniruddha Udhao commented on issue blender/blender#105404 2023-03-10 13:44:57 +01:00
USD IO: Validate data in the operator, before starting background job.

Hey, so I have been going through the source code and I just wanted to confirm if the bug lies in this piece of code.

char filename[FILE_MAX];
RNA_string_get(op->ptr, "filepath",…
Piyush Aniruddha Udhao commented on issue blender/blender#104022 2023-03-09 19:58:25 +01:00
Expand Mask: Inverted fill on mesh islands

as @nainilnandu mentioned, is this issue fixed? @JulienKaspar

if not, the issue seems to be a bit unclear to me. It would be kind of you to expand (no pun intended) a bit more, so that I could…