- 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
@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…
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.
Okay, I will update blender and try and replicate this issue! Thanks for the clarification.
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 :>
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…
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?
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.
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…
@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…
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?
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",…
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…