|
|||||||
![]() |
|
|
Thread Tools |
|
||||
|
Recently I tried to make particle objects real in the new Blender particle system but couldn't. It doesn't seem to be supported yet, so until it is, I made a little Python script to do just that.
(EDIT: Just to clarify: There's a "Convert" button in the modifier tab for each particle system, which works for converting hair, for example. But it doesn't work for duplicated objects, i.e. when visualization type is "Object" or "Group".) EDIT: It is now fixed in svn, and there's also CTRL+SHIFT+A which already works, see my post further down. The script converts duplicated particle objects of particle systems which visualization type is set to "Object", to real objects. Those converted objects are either linked duplicates of the original object, or they get their own data, as user choice. I also wanted to support the visualization type "Group", but access to the grouped particle objects doesn't seem to be supported yet by Blender Python. The script looks for particle systems on the active object only. After the operation the converted objects are selected and also part of a group for easy access. Here's the script. Put it in your Blender scripts or custom scripts folder and access it from the scripts window under "Object" or from the Object/Scripts menu entry in the 3D view menu header, menu entry "Make Particle Objects Real". [EDIT] Version 0.2 Made script work also for 3D Text and Surface objects, prevented crash with Empty objects. Limitations: 1. Right now only the first particle system gets operated on. Might be due to a bug in the Python API which I'll be investigating and reporting if needed. [EDIT] Might be my mistake. I found that for baked particle systems it works fine, so it seems that's the solution. 2. Surface objects get duplicated as Curve objects, I found no way around that. Any modifiers on the original object therefore can't be copied to the new duplicated objects, because their type doesn't match. object-make-partobs-real.py version 0.2 Code:
Last edited by Sanne; 09-Oct-08 at 12:58. Reason: Note about svn fix |
||||
|
#1
|
||||
|
|
|
||||
|
Hey, thanks, that's pretty darn useful.
............................................
Rocket Scientists and Squirrel Preserves... Some Scripts I've Written |
||||
|
#2
|
|
||||
|
I'm going to have to try that out. Its like a convert to mesh for particles.
............................................
Windows XP 64, 3Gb RAM, nVidia 9500M GS Blender 2.49.2, Python 2.64 2.49b Scripts: Blendgraph Meshfoot Cubic Transition APE 2.49b Scenes: After Effects Stroke Sea Tubes Page Rip or Tear Opening A Book Single Page Turn 3DSMax Super Spray |
||||
|
#3
|
|
||||
|
Thank you Sanne!
I needed this couple weeks ago while testing one particle system setup. I used the conversion with hair, but it never gave satisfying results. I hope I find some free time to try that setup again. |
||||
|
#4
|
|
||||
|
Thanks all for your comments, I hope it is useful. Tell me if it breaks.
|
||||
|
#5
|
|
|||
|
Hi!
I've just tried it! Worked fine and should be very useful. I came here looking for information on generating particles oriented by the face/vertex's normal, and would have had to think on how to use them afterwards, but your script has solved my problem before it was a problem. Thanks! Urenze |
|||
|
#6
|
|
|||
|
Nice script, just tested it. Works well.
|
|||
|
#7
|
|
||||
|
I just tested other object types (not meshes) as particle objects, and it works for most of them, but errors out in some cases with a nurbs surface, a text object, or an empty, and sometimes even crashes. Don't use those objects for now, I will look into it, and exclude them if needed.
|
||||
|
#8
|
|
||||
|
New version up, see first post.
|
||||
|
#9
|
|
||||
|
Sorry to bump this, but, for the record... I just learned that we could make particle objects real with CTRL+SHIFT+A all along, and that my script is in fact unneccessary... except as a learning experience ha ha. This just got committed to svn:
blendix * r16921 /trunk/blender/source/blender/ (3 files in 2 dirs): Fix for bug #17752: the particle modifier convert button didn't do anything for dupli objects and groups, which could already be converted with ctrl+shift+A, but convert can do it as well. So, in addition to CTRL+SHIFT+A, the convert button will work in the future. Just so you know.
|
||||
|
#10
|
|
||||
|
I tried the key combination, but couldn't get it to work in 247.
- Created system. - Baked. - CTRL-SHIFT-A. - OK? -> Apply deformation. -> Apply deformation now only available in modifier buttons. ..and the modifier button does nothing. Where do I go wrong? |
||||
|
#11
|
|
||||
|
You need to select the object which has the particle system. The particle system needs to be emitter, set amount a bit lower like 10, and visualization set to object with an existing object in the OB field. To see the duplicated objects hit the unborn button in visualization tab. Then hit CTRL+SHIFT+A and you should get "Make dupli objects real" popup.
I just tested it with 2.47 and it works as expected. |
||||
|
#12
|
|
||||
|
Ah ok, my setup was missing an object to be instanced, since I needed only one vertex per particle. It worked when I made a one vertex object and applied it to the system, thanks!
|
||||
|
#13
|
|
||||
|
You're welcome, glad you got it working.
|
||||
|
#14
|
|
||||
|
such a useful script
|
||||
|
#15
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|