Thank you so much for the overview in the beginning! Ithelps so much. I was having trouble giving color to SOPS but now I understand.
@deadmusik99693 жыл бұрын
I really enjoyed this tut, the music is a nice complement
@acrylicode3 жыл бұрын
Thank you so much! Glad you enjoyed it!
@deadmusik99693 жыл бұрын
@@acrylicode Just got to trying it and @5:59 I typed in the expression [ op('null1').numPoints/op('shuffle1').numSample ], and I get an error saying td.attribuite error no numSample . Any help please :D
@acrylicode3 жыл бұрын
@@deadmusik9969 it is op('shuffle1').numSamples with an 's' at the end :) You can also refer to the Touch Designer Documentation for expressions docs.derivative.ca/CHOP_Class check the members list.
@deadmusik99693 жыл бұрын
@@acrylicode Thank you ill have to look up this stuff sorry, I was not in the right box for expression. Thank you for the tutorial :D
@brvoigt3 жыл бұрын
Nice tutorial and technique! Small note, “TouchDesigner” is spelt as one word.
@AndyDuplain2 жыл бұрын
Great stuff! Many thanks!
@acrylicode2 жыл бұрын
Happy you liked it, you're welcome!
@tofubeco2 жыл бұрын
So helpful, thanks a lot!
@acrylicode2 жыл бұрын
You're welcome ;)
@mauricioaudiovisual2 жыл бұрын
Creo que te amo! eres tan dulce y generosa! 😉
@mauriciogonzalezgomez6902 Жыл бұрын
is there a way to change the grid color? mine is showing up as a darkish gray and it's always visible. i'm trying to get it to be almost black so it blends with the background and creates that floating effect i see here.
@hanaowens7932 жыл бұрын
at 3:18 when i assign the different translation on x,y,z to p(0), (1), (2), it does not change into the different particle system like it does on yours. it just stays the same?
@acrylicode2 жыл бұрын
Did you set the TranslateOP to null1?
@hanaowens7932 жыл бұрын
@@acrylicode thank you, I realised that I was setting up in the geo 2 instance and not geo 1. Thank you for your quick reply!
@rebeccacoratella2765 Жыл бұрын
How can I make the colour change as a gradient like you did? I would like to make the colours audio-reactive
@mauricioaudiovisual2 жыл бұрын
3:39 could you copy this code here? there are characters that I can't write :( . the expression is not in the comments. sorry
@acrylicode2 жыл бұрын
op('constant1')['res'] 💙
@joanavalente9443 жыл бұрын
love the tutorial.. how did you change de color so smoothly? :D
@acrylicode2 жыл бұрын
I used a custom component ;)
@Dantheon2 жыл бұрын
Hi, thank you for this video. I have a problem with the floor of my render being grey instead of black like yours. Any help would be greatly appreaciated
@mauriciogonzalezgomez6902 Жыл бұрын
did you ever find a way to fix this? i'm having the same problem...
@kainerda20882 жыл бұрын
Hmm, understanding of data manipulation with CHOPs seems to be a fundamental problem for me. I can somehow follow this action with the shuffle, stretch, numPoints, numSamples and so on in the tutorial, but I have no real idea what exactly happens there. You make it sound like the most obvious thing in the world, but I would never have thought of doing that by myself. :|
@notarabbit1752 Жыл бұрын
So the idea is that the stretch needs some notion of being scaled so that it matches the number of samples at null1 and we are giving it the correct ratio. Like if null1 had twice as many samples, we would tell it to scale 2/1 or double it. So "null1samples"/"shufflesamples" gives the correct scaling. Its actually a little applied algebra because you can look at it as: null1samples = scale*shufflesamples therefore: scale = null1samples/shufflesamples but I agree that its not obvious!
@treyluciano51392 жыл бұрын
When I put the code in and fix it like she did it still doesn’t work for me. Can anyone help?
@acrylicode2 жыл бұрын
Can you please be more specific on what it is that is not working? Are you having an error? Which is the error message? Which part of the video is not working?
@maximrivers2 жыл бұрын
are you looking for this one? op('null1').numPoints/op('shuffle1').numSamples