Jump to content

maliohammad

Limited Member
  • Posts

    2,039
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by maliohammad

  1. maliohammad

    Amber

    Nice job. For some reason I prefer the colors in the screenshot more than the final image, the chain on the final image has a bit too much green.
  2. The first question is interesting, would love to see a native .c4d import in unreal engine!
  3. maliohammad

    Roll expression

    You mean rolling effect as in a red carpet rolling or something like that? if so you just use the bend deformer while rotating it 2-3 degrees so it is not totally on the axis that you want, this should help getting the spiral look.
  4. Really nice, wasn't expecting this tbh
  5. This seems really interesting, Dpit had an amazing engine that produces high end results, while X-particles brought the user friendly approach. Looking forward to see their integration.
  6. I am not sure if you can access the values using Python or not, but those values aren't impossible to recreate. In fact there is mathematical formula for each type, they are called Color Harmonies. So you can get the current color value, and do the math to get the other two. Color choose types in C4D: http://c4d.cn/help/r17/US/html/54503.html The math: This can be complex, as you have to change the color value from RBG to HSL, then you can change the HSL value using some formulas. Discussion includes the conversations: https://stackoverflow.com/questions/14095849/calculating-the-analogous-color-with-python Math formula for all the types: https://www.ethangardner.com/articles/2009/03/15/a-math-based-approach-to-color-theory-using-hue-saturation-and-brightness-hsb/
  7. Hello and welcome to the Cafe! I am not sure how to deal with the render settings thing with pure Xpresso, but for the camera part: Link the User Data to the main object, with an input node of Object type
  8. @Cerbera It also has two wrong tags (animation, other 3d apps).
  9. Maybe he know how to use Telekinesis too :D
  10. I will make sure to watch it, he is such a great guy!
  11. I am not sure what are you trying to achieve. I am sure that everyone here know how useful is.
  12. As far as I can tell, both Xpresso setups are useless, and the work is done by some keyframes to the stage object. You can remove both Xpresso tags and it will function the same.
  13. Am I getting crazy or have anyones else seen this post here a few days ago?
  14. Thanks for sharing. I will give it a try.
  15. Yeah, Samir is such a nice guy, and I hope he gets better.
  16. Don't get me wrong, it would be amazing to have this plugin as part of C4d, but I highly doubt it (at least in the mean time) as the plugin is on the harder to use side of things, which is the opposite of c4d. It is sad to see the end of this plugin, as it offered some really stunning results (I spent so much time admiring the amazing work people used it for) Btw, it is only for windows(which is still better than nothing!), there is no free mac version.
  17. I don't think it has anything to do with MAXON, in an older thread here someone mentioned that he has health issues so he stopped the development, then he published the free copy.
  18. My predictions: -New Xpresso replacement. -Nodal materials. -Pro render updates. -Voronoi fracture updates. -Motion tracker improvements. -Some new material effects. -A new modeling tool, or updating an already existing one.
  19. Oh cool. If that it is the direction you are going then she is looking great as she is!
  20. IDK, maybe her chest area needs to be wider to fit her hip area?
  21. You can use Python tag for that.
  22. I think I will stop doing the script, as I am using R17 which don't have vertex color tag so if I want to make a script I have to make it make multiple materials(one material for each polygon group) which I don't think is optimal.
  23. Yeah, 3rd party render engines is one of the limitations of this method, and if your object have many groups it will slow down c4d which is the other draw back. I will try to do a script for that, but no promises! My programming skills are very. If anyone else can do it before me/better than mine then it is great :)
  24. Hello, You can do it without any script, for those cases: 1-Your object have polygon groups of the same polygon count(e.g. brick wall) Create a new material, then for the color channel insert variation shader, then enable polygon variation, and change the steps to the amount of polygons each group has. 2-Your object does't have an even poly count for each group Put your object inside a fracture object(NOT voronoi fracture!), change the mode from straight to explode segments and connect and put the material from above on it, disable the polygons option and you get the result you are after. P.S. The result will be seen in renderer only and some render engine doesn't support it. Also this doesn't output a vertex color, if you have to get it as a vertex color you may need a plugin or a script. Best regards,
×
×
  • Create New...