Question: instead of array, couldn’t we also have used the Particle System to simulate the coins?

Forum Archive Question: instead of array, couldn’t we also have used the Particle System to simulate the coins?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10749
    knightwolf
    Participant

      Array modifier seems to add more objects into this model which may sometimes be unwanted. A Particle system applied to the coin seems to make a bit more sense if we don’t want to unnecessarily add objects to this system.  So between particles vs. array, which one should be used?

      Also to fix the issue of coins falling straight through the box, add a solidify modifier to the box. The simple paper thin box is not “thick” enough to hold the coins, A solidify modifier with thickness of 0.15 was enough for me to fix the issue of coins falling through the chest.

      #51088
      spikeyxxx
      Participant

        @knightwolf the problem with a Particle System is that you will get intersecting coins and coins floating in the air.

        #51089
        knightwolf
        Participant

          That makes sense, I thought there might be an option to have rigid body physics applied to particle system.

          #51090
          Kent Trammell
          Participant

            I’m not sure if rigid body physics can be applied to particle-generated objects simultaneously. But please do a test and show me otherwise! I appreciate different and/or better ways to do things. Same with the solidify modifier.

            #51091
            spikeyxxx
            Participant

              @theluthier there is an addon, the molecular script, which has been updated for 2.80 by scorpion81.

              It combines Particles with Rigid body Physics and has many possibilities, but as far as I know, it only works on spherical particles…

              The addon can be found here: https://github.com/scorpion81/Blender-Molecular-Script/releases

              And Moby Motion has done some nice tutorials on YT on how to use the addon (for 2.7…).

              #51092
              Kent Trammell
              Participant

                I’m glad to hear molecular updated for 2.8! That addon always seemed super powerful but seemed to go quiet the past year or so.

                #51093
                spikeyxxx
                Participant

                  @theluthier it has been out of development for about 6 years, but now Martin Felke has taken over, so it’s in good hands!

                Viewing 7 posts - 1 through 7 (of 7 total)
                • The topic ‘Question: instead of array, couldn’t we also have used the Particle System to simulate the coins?’ is closed to new replies.