Jump to content

bentraje

Registered Member
  • Posts

    1,621
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by bentraje

  1. You really are inspiring. Thanks for sharing mate!
  2. Cool! Thanks for the heads up. Might come in handy soon :)
  3. Nice. Currently using a programmable mouse and it is such a delight to use. Though what do you mean by "POS" in the POS keyboard? Can't seem to get a decent info off the web :(
  4. Interesting idea. How do you intend to make "simple hardware control surface"? You mean creating an entirely new keyboard right? Anyway, with regard to animation, what I use is a script that selects the object by name. It goes something like this import c4d from c4d import gui #Welcome to the world of Python def main(): name = "cube" if doc.SearchObject(name)==None: return obj = doc.SearchObject(name) doc.SetSelection(obj,mode=c4d.SELECTION_NEW) c4d.EventAdd() if __name__=='__main__': main() If you want to modify its parameters, it would be something like this. (i.e. modifying the Y position by 300cm) import c4d from c4d import gui #Welcome to the world of Python def main(): name = "cube" if doc.SearchObject(name)==None: return obj = doc.SearchObject(name) doc.SetSelection(obj,mode=c4d.SELECTION_NEW) obj[c4d.ID_BASEOBJECT_REL_POSITION,c4d.VECTOR_Y]=300 c4d.EventAdd() if __name__=='__main__': main()
  5. bentraje

    Barry BBQ

    Looking good. Just a suggestion to show his character of being "stupid". Maybe spill some ketchup on the floor or on his apron.
  6. Thanks for recommending doing the mesh checker first. It worked for me! Thanks again!
  7. You are finally getting some exposure! Happy for you mate.
  8. Cool! Well deserve invitation nerv! Loking forward to it. I wouldn't be surprised if @Rectro and @everfresh get invited to speak one of these days. They also has a specific niche in C4D. :)
  9. I'm so interested. Thanks for sharing @ABMotion As always!
  10. Yea, bummer. Not available also in my region. Good luck to the participants!
  11. bentraje

    Lightning in C4D.

    Offtopic @ABMotion Where do you get all this stuff? Every day I learn something new from your post.
  12. The MAXON UK Youtube Channel is active too. And presents weekly tips.
  13. @natevplas Hi nate. Sorry about that. Yes, I was referring to the soft body in my previous post. However, you can also control the movement of the Cloth using an attractor. You can see my poor execution in this example: https://mega.nz/#!1vgEwKIb!Bbu5j55i6Ry1SBsZfEzuMS9ytQDzbJ6aX8pQPXFxMzM
  14. @kkamin Nice animation mate. My only qualm is that the stiff animation of opening/closing of the doors. Although it is mechanical, there should be a bit of overlap when it is opened/closed. Also for some reason there is an odd fade in the first machine (left) at frame F130 ish. Not sure if that was intended.
  15. @natevplas "Go where you want" Supposing you have this hierarchy Parent (Controller) Child (Cloth) Just animate the parent and have the child in Follow position. It basically let's you dictate where you want the child (Cloth) to be.
  16. Hi. Not interested on position but I think it would be fair to drop the Thinking Particles on to your learning list. It hasn't been updated in years and there are few references on it and even so few people uses it. Its better off to use xParticles instead.
  17. Thanks for sharing the free link. Hope Samir is doing fine.
  18. These are really good! So inspiring.
  19. Thanks for the list. Help me a lot. I couldn't find the list in the documentation.
  20. Totally offtangent, but when they say "With upcoming internal changes," does this mean that R20 is a holy grail release? I.e. hyperthreading of dynamics among others?
  21. bentraje

    ShowMe

    Thanks again for sharing! :)
×
×
  • Create New...