Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Adding Particles?

    Scheduled Pinned Locked Moved SDK Help
    10 Posts 0 Posters 747 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 14/08/2006 at 00:31, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   9.6 
      Platform:   Windows  ;   
      Language(s) :     C++  ;

      ---------
      Hi,

      I would like to add or delete particles in ModifyParticles, but the docs say the Particle array should not be modified but is read only?

      How is one supposed to add new particles in a particle modifier?

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 15/08/2006 at 12:02, xxxxxxxx wrote:

        Afaics, particle modifiers are only supposed to modify particles, not add them. You could perhaps emit dummy particles with short lifetime and then bring them back to life in your modifier instead?

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 15/08/2006 at 15:31, xxxxxxxx wrote:

          How is that supposed to work exactly? I am in a generator object. Do I get a pointer to the "global particle" hook or something where I add my particles? or how is the modifier supposed to know about my generated particles?

          Or can I add particles to an existing emitter object? Would modifying the particle tag of an emitter work?

          1 Reply Last reply Reply Quote 0
          • H Offline
            Helper
            last edited by

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 16/08/2006 at 16:19, xxxxxxxx wrote:

            I mean adding another emitter into the scene, or instructing the user to do that. Afaics there's no other way to get more particles.

            1 Reply Last reply Reply Quote 0
            • H Offline
              Helper
              last edited by

              THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

              On 18/08/2006 at 13:56, xxxxxxxx wrote:

              ok, thanks, hmm not very elegant though. 😕

              Samir

              1 Reply Last reply Reply Quote 0
              • H Offline
                Helper
                last edited by

                THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                On 28/08/2006 at 02:31, xxxxxxxx wrote:

                Is the old particle system do not based now on TP particles ?
                If not this would be nice.

                1 Reply Last reply Reply Quote 0
                • H Offline
                  Helper
                  last edited by

                  THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                  On 28/08/2006 at 03:43, xxxxxxxx wrote:

                  nope, it´s not afaik. I hope there will be a simple hook soon to get direct access to particle modifications (with the ability to add and remove particles).

                  1 Reply Last reply Reply Quote 0
                  • H Offline
                    Helper
                    last edited by

                    THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                    On 28/08/2006 at 09:07, xxxxxxxx wrote:

                    Then it is probably better to create you own particle system. So you can do wath you want.
                    To use TP is a bit difficult... especeally if user do not have this module.

                    1 Reply Last reply Reply Quote 0
                    • H Offline
                      Helper
                      last edited by

                      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                      On 28/08/2006 at 10:38, xxxxxxxx wrote:

                      hehe, I actually do have my own particle system. 🙂 But I wanted to switch between the c4d standard particles and mine back and forth. (simply to support all native stuff that only works for the c4d particles).

                      However, it´s very unelegant to use and TP is no priority because, well, I have my own particles. 🙂

                      Thanks anyway Remo!

                      1 Reply Last reply Reply Quote 0
                      • H Offline
                        Helper
                        last edited by

                        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                        On 10/09/2006 at 11:12, xxxxxxxx wrote:

                        Well I have my own particle system too, but to have versatile and extensible particle system in C4D build in would be nice...

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post