Does anyone know how to get the 28.5.2007 SVN against which we can apply this patch? Or, does anyone know where a Linux (Ubuntu 7.04?) build of this Blender might live? I’m really curious about this patch, and want to give it a try.
Looks like hair cutting, combing, styling are in this patch.
Right now I’m worried that with all the features that Jahka is adding, he won’t be able to squash all the bugs for the next release! From a personal point of view, I feel he should squash all current bugs before adding more features.
Koba: you might be very right, but even if it doesn’t look like it from the number of the bugs vs. new things I am concentrating on fixing bugs and making the code stable. The new things are mostly just making old things work better and adding a little splice on top if I think it’s relatively safe.
Have you noticed any crashes with particle edit mode when the explode modifier is on? I can send you a .blend if you like (that said, instantly reproducible on my system!).
28.5.2007
+*bugs fixed
+**deleting all particles in particle mode crashed
+**billboards crashed without an active camera
+**adding particle ipos from the “ADD NEW” menu crashed
+**duplicating objects that had edited particles left wrong pointers leading possibly to memory leaks
+**billboard tilt drawing didn’t work in relative time
+**using uv-coordinates in a texture without actually having any uv’s crashed when rendered
+*new things
+**texture field effector with the old rgb & gradient options
new curl option
+**option to show child particles in particle mode
+**billboards support “tiled animated” textures
+**separated explode functionality to a separate modifier that uses the previous particlesystem in the stack
+***due to this old files with explode being used may not work correctly (not guaranteed to work but to try circumvent this use an old patch and disable the explode, then open with new patch and add a new explode modifier below the particle system)
+**weight painting of particle attributes updates interactively
+**curve guides work interactively
+**particle instance modifier has options for “normal” instancing / “along path” instancing and options for unborn, alive & dead particles
+**curve, surface & text objects can now emit particles
+***for now the modifier stack data is not used for these types
+***still very new code so please test to death!!
+**random rotation factor for billboards
+**slightly better baking (less memory allocations) so if you get trouble with baking it’s probably a new bug
+**very early experimental “branching” feature for child paths… for lightning etc.
+***unfortunately the halo vector rendering is not quite up to par to render these lines properly, but like I said it’s still very early
+**lattice support
+***the first lattice in the modifier stack after a particle system is used for the particles of that system
+***separate option to apply lattices to baked particles
+Leaving for a week in Bulgaria so I thought to leave you guys something to play with. So in other words you have a week to find me some pretty darn good bugs!
±—
(edit for readability (don’t think it kills the effectiveness though) basse)
jahka,have you implemented the special uv map for strand I asked you sometimes ago?
In the release notes you say something like that,it could be very useful for multi strand hair.
I have tried two days ago with the recent older patch and it crashes immediately,I don’t have fortune with your work.
No luck building Blender. Apparently my version of OpenAL-dev doesn’t include a key file Blender wants (AL/alut.h, if you want to know). I’ll sit this one out for a few days until I either come upon a build someone’s done, or I have a brainflash about how to come upon alut.h (preliminary Google search didn’t help much).
Oh. Wow. I think I’ve finally got it done. Here’s what I did on my Ubuntu 7.04 system:
Read JesterKing’s post, and only checkout trunk and lib directories (the INSTALL directions said I need the lib directories even if I don’t have win32). Then install a whole bunch of libraries, some of which I swear weren’t documented. Following is my shell history installing all that stuff:
EDIT: every shell item from 545 onward were in response to the scons compile dying with cryptic errors (which, fortunately for me, aren’t so cryptic I wasn’t able to figure it out)/EDIT
There were a whole lot of “apt-cache search XXXX” commands in there I deleted so you don’t have to see the pain I went through figuring this out. Many of those also install dependencies, so make sure you use aptitude or apt-get, which will resolve the dependencies.
Then I just did “scons” which built it. At this point, I knew I could compile plain vanilla SVN checkout of Blender. Then I patched it with the hair particles patch:
$ cd ~/Dev/blender
$ patch -p0 < particles_full_svn_28_5_07.patch
Then I did “scons” again, and it compiled properly. You don’t know the restraint I’ve had to use to come make this post to tell you how I did it instead of playing with the patch. But this is how much I love you guys.
I’ve got a question. I’m using Jahka’s particles and some flats ( displaying as objects, not billboards), to set up a scene that will later be implemented with Blender People (but probably still particles and flats for the background) -
The problem is new particles are born and old particles die during the animation -
oh i see ,
in the tab number 3 ( particle extras )
there is a button called “unborn” press it
this button with a high life time number will give u a constant existance - i hope
edit :
Instead off sitting a high life time number
press the “Died” button ( next the “unborn” button )
Excellent work, I really hope to see this in next release, I wish I was able to program and help.
Just a little complain about the interface: we have got tabs named “Particle System” “Particle Physics” “Particle Extra” “Particle Children”. This names are too long to be displayed, in the end, we’ll just see 4 “Partic…” tabs.
Since we know that it’s all about particles, we could simply have “System”, “Physics”, “Extra” and “Children” tabs!