Jump to content

maliohammad

Limited Member
  • Posts

    2,039
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by maliohammad

  1. copy and paste the user data , and with xpresso set the new user data = the old user data : object - user data Old --Output--> object 2 --userData new (input )
  2. I have played with garage band , but I am not good at making music xd
  3. very nice :) maybe I will listen to it while modeling :D
  4. google drive says the link is not available :(
  5. wow , very nice ! I am glad it is not huge :D
  6. you just enter hangouts website , and there you will find some basic tutorial , or you can search for some videos on youtube . the nice thing about hangout is you can stream live with screen recording then it will upload it to youtube , also you can have guests with you and they can share their screen (the admin of the stream must give them permission )
  7. looking forward for it :) ! did you try google hangouts ?
  8. maliohammad

    Python lists

    this is not a code , it is a code idea
  9. maliohammad

    Python lists

    maybe try this : set a variable and make it = 0 and call it var when the button on and the same code to when the button is off : if var <3 : var =+ ( not sure if it is =+ , but I think it is something similar ) else : var = 0
  10. yes , this is what I meant , and you can make the user datas of the tag hidden , so the user can't modify it but only can delete it or disable it BTW , good job the plugin is really impressive !
  11. yes , Arnold can do this. here is a video (old video ) : and arnold works great with x particles
  12. can't you store the data on a tag , maybe a python tag and store the data on some user data and hide them ?
  13. yes I know , but it is not just the hardware that you are paying for . for example maya have many features and VFX stuff ..etc but some people use c4d because the good UI . the same applies to x-particles and naive effex , naive effex is feature rich and have tons of advanced stuff , but people prefer x-particels for the ease of use . the mac was never a cheap option , but I really like how it works , and I will never go back to windows . IMO , I can buy the computer I like that can handle my needs then use a cheap render machine (used PC ) or just use a render farm .
  14. that video didn't use the same kind of chips in the mac and the PC xenon and i7 aren't the same , it would be a better comparison if it was core i7 vs i7 , and xenon vs xenon , because each kind has its uses .
  15. hello , just want to know who is the modeller of fred and Lisa in the old content library in c4d , because I really like how he makes details , topology ...etc and want to see his other works , any one knows his name or site ?
  16. there is some limitation with GPU , and it is not good for large projects , because with cpu you can use a big render farm while you can't with a GPU render , you can read this http://forums.cgarchitect.com/76376-why-has-gpu-rendering-not-completely-eliminated-cpu-options.html is not this normal ? GPU do most of the display stuff on your compute and if you used it to render , it won't have enough power to do the normal task normally .(correct me if I am wrong )
  17. is not both too slow ?! I can get much faster results with c4d and the physical renderer and the semi -unbiased technique on a core i5 dual machine
  18. yes , you can't control the the slider max with expresso , you can do it with python but it won't be stable glad it is helpful :)
  19. see the xpresso tag (Text Ypos) to check how I limited the max . it is simple compare to check if the user data >= the count . I used a node to convert vector to real , because the count is a vector (x,y,z ) then multiplied them (you can add inputs to the math node as much as you want .) then linked it to the compare node . and finally a condition node (if value is 0 then it will take the first input , and if value is 1 it will take the second input and if the value is 2 it will take the third input and so on . and the compare node outputs 2 values , if the condition of comparison is true then it will output 1 , and if it is false then it will output 0 ) and I didnt make any expresso node to limit the min , because it should be 0 and can be limited from the user data settings . also I changed the max value to 100000 so it will not annoy you while you are working , and set the limit slider to a lower value so it will be easier to read and change , but I think it is better to set the slider limit to 100 instead of 5 Clone Test.c4d
  20. no , you can control the min and the max , just change some settings in the range mapper , or just use the clamp node . if you give more details I can give you more specific answer
  21. using the set driver command is waste of time , just create simple xpresso setup . you can watch some videos and in less than an hour you will be able to do something with it .
×
×
  • Create New...