Jump to content

Ragul

Limited Member
  • Posts

    53
  • Joined

  • Last visited

Everything posted by Ragul

  1. I tried it, but the shadow was cast evenly. She also gave artifacts (white lines on the trim). Then I put it in Area mode, and also increased the number of samples and everything worked. Also, I turned off all shadow settings in the compositing tag (except for catching shadows). Anyway, thanks for the answer.
  2. Hi, guys. How to bake only the drop shadows without self-shadows(blue) and AO, just shadows from another object(green)?
  3. Thanks for being active. I understand that it is better to use a plugin, I just trained and wanted to understand how it is done from the inside. I also wrote a script that does everything too. But, particles are created all the same, although I did not specify this in the script. Always return unexpected results. bandicam 2021-04-19 17-44-16-694.mp4
  4. Hi, i just want to recreate the infection system with TParticles. Everything works, but with each iteration, another particle is created. I only need to override the group of the particle, not create a new one. Instead, the expresso creates a new particle with a redefined group. Here is a scene file ---> TP.c4d
  5. Thanks for answering. I already solved the problem with the matrices object. They have a special setting in the linear mode. Then I used the Plain Effector with a Shader Falloff(Gradient U) - This gives me a non-linear adjustment of the matrix layout (like a spline).
  6. Hi, guys. How to make such an offset of clones on a spline? I've tried attaching some spline effectors and offsetting them with falloffs, but it looks very artisanal ...
  7. https://www.cineversity.com/vidplaylist/volume_5_siggraph_2016_rewind/siggraph_2016_rewind_-_derya_oztutk_new_mograph_effectors_in_r18
  8. Anyway, thanks for the answer and the link to the artist.
  9. I try this but it's not wotk. All hair samples rotate randomly. It's not a way.I need all the hairs to be turned in the same direction, but not twisted.
  10. Hi. Please, help. When i put some object(polygonal object) in hair generator, it rotate/flip around strange axis. How to fix this rotation? Thanks. Example" Hair test.c4d
  11. Thanks for help. You example work exelent.
  12. Hi, guys. Please, help. I have array and whant to copy every element wich divided by 2 in the new array. In python it's look like this: old_array = [0, 1, 2, 3, 4, 5] new_array = [] for i in range(len(old_array)): if i/2 == 0: new_array.append(i) But i don't understand how it's work in node editor, becouse i can't just pass when calculation == 0. This zero put in array instantly.. Thanks. Geo Modify.c4d
  13. This is not right way to combine nurbs newly created geo with dynamics. If you want to animate curve, model a curve before and animate just alpha.
  14. Hi. Try this... It's just copy old cloth geo, put it in the morph and project new cloth on old with surface deformer. test cloth.rar
  15. Ragul

    Update Geometry

    Thanks for feadback. It's work.
  16. Ragul

    Update Geometry

    Hi, Guys. Please, help. In this project i just whant to erase last index of point array and output it in new geometry. What im doing wrong? Thanks. Geo Modify.c4d
  17. Ragul

    Split geometry

    Hi. I am very impressed with the procedural workflow. But i don't find any way to split geometry like "Disconnect" or "Split" function in modeling. I want to split poly or point and make them separately. How to do it? Thanks.
  18. Yes. It's work. Thanks!
  19. Hi. I just want to set parent of each bone. But my bone always jump to position wich set in local coordinate. How to fix it? test.c4d test.py
  20. Solved. I just clone TP on the object and it's done. This "Big Particle" creates just with Array mode.
  21. Ragul

    Clone ID

    Solved. Now i understand. I can get just value, and id of this value what i get, is id of the clone object to set value of cloner.
  22. Ragul

    Clone ID

    Hi. How i can get ID of each clone in the cloner generator with python?
  23. Hi. I just final my TP infection script. As y can see, in the center of scene appers big particle. How i can delete this? Maybe its problem with refresh? -------------------------------------------------------------------------------------------------- P.S. Sorry about chaotic code, i write for self TP RnD(13).c4d
  24. Ok. I made it just with "ParticleID" output port and connect "PGroup" to "PSetData".
×
×
  • Create New...

Copyright Core 4D © 2023 Powered by Invision Community