Comment by Pedro Ribeiro on Problem selecting/deselecting points from...
Thank you so much once again @quellenform! I've added an answer with your solution.
View ArticleComment by Pedro Ribeiro on Is there a limit for how many Stored Named...
Oh wow... So the max is 14 on a single material? Thats so low for complex projects. When you say to modify the node tree to force reevaluation, you mean compromissing others/swapping the ones that are...
View ArticleComment by Pedro Ribeiro on Compiling Shader.... taking too much time....
@Nathan hey, thanks for replying, the pic is just for a notion of the size of it. I can't bake anything because is a procedural dynamic effect. I already tried putting all repeating parts into linked...
View ArticleComment by Pedro Ribeiro on What's the simplest way on a Geometry Nodes...
@GordonBrinkmann yours was the simplest way, thank you
View ArticleComment by Pedro Ribeiro on How can I better structure my node tree and make...
My favorite is the Symbolic Regression using Wolfram. Mind-blowing. Specially when you're not good at math and tend to only use complex combinations of the 4 basic math nodes like me. Only con I see is...
View ArticleComment by Pedro Ribeiro on How to calculate the minimum difference between 2...
It's exactly this! You even made a node already ha thank you so much!! I appreciate it a lot.
View ArticleComment by Pedro Ribeiro on how do I work with LAB color space in the...
Couldn't one reproduce the color space transformation with these conversion equations using math nodes? fujiwaratko.sakura.ne.jp/infosci/colorspace/colorspace3_e.ht‌​ml
View ArticleComment by Pedro Ribeiro on Is there a limit for how many Stored Named...
@MarkusvonBroady It's 14 you're right. I thought your .blend file was glitching or smt haha 😅sorry... because I wasn't able to reproduce it in my way. I couldn't comprehend how mine was different -...
View ArticleComment by Pedro Ribeiro on How to curve deform a line of points - of...
Hey! Thanks for the help. This one stretches the distances to fit the curve tho. How do I make the distances along the curve the same as the original ones? Edit: Yes @lemon I tried changing the sample...
View ArticleHow to enable the rendering of Reference Images on Blender 2.8?
I placed reference images to decorate some objects but they don't show up on the final rendering. Is it possible to enable their rendering? Or if not, can I transform them in an object that can be...
View ArticleAnswer by Pedro Ribeiro for How can I create a round handle from a cylinder...
Extrude the cylinder and scale up the new face on the X axis (s+x), then extrude straight, after that extrude it again but scale it down on the X axis. Then select the center face on both sides and...
View ArticleDo duplicates of the "Group input" on Geometry Nodes waste memory?
I started using geo nodes recently and sometimes the "Group input - geometry" is so far away and there are so many overlapping connections... I don't know if doing that makes any noticeable difference...
View ArticleAnswer by Pedro Ribeiro for Why do objects following a path have a random...
Fixed it. On the curve properties menu (Object data properties), Shape > Twist method, changing it to Z-Up instead of Minimum fixed it for me, just tweak that or the Smooth option too and see if it...
View ArticleCurve Modifier not working with a Geometry-Nodes curve as the "Curve Object"?
I have an object I want to deform along a curve. For that, I'm using a Curve Modifier and the curve is procedurally made with geometry-nodes, but when I select it as the "Curve Object" it doesn't work...
View ArticleAnswer by Pedro Ribeiro for Problem selecting/deselecting points from...
SOLUTIONThanks to @quellenformCapture the Endpoint Selection with Capture Attribute before the Curve to Points.
View ArticleSmallest/biggest edge in a mesh - How would one select or get the position of...
My initial idea was that maybe there was a info node for that, but I don't think there is...So, then I thought that maybe it could be done using raycasts? That go off on each vertex and the two first...
View ArticleHow to calculate the minimum difference between 2 values in a range that...
I made this illustration and used a circle for better visualization of what I mean. Basically you define the Min and Max values in the range (which end up being the same point) and the max possible...
View ArticleIs there a limit for how many Stored Named Attributes you can have in a...
I've been using Stored Named Attributes on this geo node to pass the values to the shader editor - and I've noticed some attributes on the shader have stopped receiving info -, and when I tried...
View ArticleAnswer by Pedro Ribeiro for Compiling Shader.... taking too much time....
Update: The best solution I found is to use Cycles instead to visualize the changes (if the material is compatible), because Cycles actually updates the changes immediately. And even If I have to wait...
View ArticleHow to curve deform a line of points - of specific uneven distances - and...
I started with this:... And I was able to deform it to the curve with correct rotation like that below - but the points are all in the same position. How do I offset them individually on the curve by...
View ArticleAnswer by Pedro Ribeiro for Texture pink despite not missing any textures
Since you say you have like 150MB of textures and nodes, the problem could be that your material is too complex or has too many attributes and the GPU is overloading.I made a question recently about...
View Article