Page MenuHome

Edgar Roman Cervantes (redvant)
User

Projects

User does not belong to any projects.

User Details

User Since
Jan 23 2021, 11:22 PM (106 w, 5 d)

Recent Activity

Feb 20 2021

Damian (damian) awarded D10316: Added New String Input Node a Love token.
Feb 20 2021, 12:00 AM · Geometry Nodes

Feb 12 2021

Edgar Roman Cervantes (redvant) updated the summary of D10316: Added New String Input Node.
Feb 12 2021, 5:29 AM · Geometry Nodes
Edgar Roman Cervantes (redvant) added a comment to D10316: Added New String Input Node.

I had some problems because many changes are being made to the geometry nodes code.
I added the changes that @Hans Goudey (HooglyBoogly) asked for.
I took as reference the code used for node_shader_script, so that help me a lot.
I'm still getting familiar to all the parts involved with the nodes so I'm not sure if something is missing, so let me know.

Feb 12 2021, 5:22 AM · Geometry Nodes
Edgar Roman Cervantes (redvant) updated the diff for D10316: Added New String Input Node.
  • Fix to errors produced when merging the latest master
Feb 12 2021, 5:07 AM · Geometry Nodes
Edgar Roman Cervantes (redvant) updated the diff for D10316: Added New String Input Node.
  • Added layout callbacks to node_fn_input_string.cc to match with cfa48c84d06c
Feb 12 2021, 3:05 AM · Geometry Nodes
Edgar Roman Cervantes (redvant) updated the diff for D10316: Added New String Input Node.
  • Custom storage NodeInputString now uses char *
  • Merge remote-tracking branch 'origin/master' into arcpatch-D10316
Feb 12 2021, 1:30 AM · Geometry Nodes

Feb 8 2021

Florian Kamenz (TimBrown) awarded D10316: Added New String Input Node a Love token.
Feb 8 2021, 9:07 AM · Geometry Nodes

Feb 5 2021

Edgar Roman Cervantes (redvant) updated the diff for D10316: Added New String Input Node.

Updating D10316: Added New String Input Node

Feb 5 2021, 7:04 PM · Geometry Nodes
Some User (someuser) awarded D10316: Added New String Input Node a Love token.
Feb 5 2021, 12:42 PM · Geometry Nodes
Edgar Roman Cervantes (redvant) added a comment to T84971: Create a string input node.

Here it is!
Let me know of anything that needs a fix or improvement.

Feb 5 2021, 4:06 AM · Good First Issue, Geometry Nodes
Edgar Roman Cervantes (redvant) updated the summary of D10316: Added New String Input Node.
Feb 5 2021, 4:02 AM · Geometry Nodes
Edgar Roman Cervantes (redvant) updated the summary of D10316: Added New String Input Node.
Feb 5 2021, 3:49 AM · Geometry Nodes
Edgar Roman Cervantes (redvant) requested review of D10316: Added New String Input Node.
Feb 5 2021, 3:44 AM · Geometry Nodes

Feb 4 2021

Some User (someuser) awarded T84971: Create a string input node a Love token.
Feb 4 2021, 6:45 PM · Good First Issue, Geometry Nodes
Edgar Roman Cervantes (redvant) claimed T84971: Create a string input node.
Feb 4 2021, 3:59 AM · Good First Issue, Geometry Nodes
Edgar Roman Cervantes (redvant) added a comment to T84971: Create a string input node.

Ok then.
I'll double check everything and I'll consult the developer intro on Best Practices and all that.
Thanks!

Feb 4 2021, 1:06 AM · Good First Issue, Geometry Nodes
Edgar Roman Cervantes (redvant) added a comment to T84971: Create a string input node.

Hi guys!! I have it working now.


I wanted to ask you if is OK this new DNA struct to store the string property:

typedef struct NodeInputString {
  char string[1024];
} NodeInputString;

I saw the bNodeSocketValueString use char value[1024] but I think is Deprecated.

Feb 4 2021, 12:41 AM · Good First Issue, Geometry Nodes

Feb 3 2021

Edgar Roman Cervantes (redvant) added a comment to T84971: Create a string input node.

I'm on it. Thanks!

Feb 3 2021, 6:34 AM · Good First Issue, Geometry Nodes
Edgar Roman Cervantes (redvant) added a comment to T84971: Create a string input node.

Great!! I already did some digging and I was wondering if the string node should be a Geometry node or instead a Function node (like the vector node) or a Shading node (like the value node).

Feb 3 2021, 6:20 AM · Good First Issue, Geometry Nodes
Edgar Roman Cervantes (redvant) added a comment to T84971: Create a string input node.

Hi! Can I work on this?

Feb 3 2021, 5:12 AM · Good First Issue, Geometry Nodes