April 3, 2015, 15:32 (GMT) |
Merge branch 'alembic' into gooseberry Conflicts: source/blender/physics/intern/BPH_mass_spring.cpp |
April 3, 2015, 13:18 (GMT) |
Added the major parameters for the hair simulation. This is basically copied from existing cloth sim settings, with a good deal of cleanup and sanitization. Unlike cloth parameters, the damping values are described as relative to their associated stiffness values for springs. This is much easier to use in practice and less prone to lead to unstable simulations. Damping simply works best when the force is in the same order of magnitude as the stiffness, so having a relative factor requires much less adjustment on the user side. |
April 3, 2015, 12:20 (GMT) |
Added effector weights for cache hair simulation. |
April 3, 2015, 12:18 (GMT) |
RNA for modifier struct subtypes. Also renamed StrandSimParams to HairSimParams, since strands are only the agnostic data structure, while these parameters are specifically used to simulate hair-like behavior. Other simulations could use strands but implement completely different kinds of physics (e.g. grass, ropes). |
April 3, 2015, 12:13 (GMT) |
Smaller strips not working for files with sequencer |
April 3, 2015, 10:32 (GMT) |
"Structural" spring forces for strands. These connect strand points to ensure constant length and form the main spring system in strand simulation. Note that parameters are still hardcoded. |
April 3, 2015, 10:04 (GMT) |
Fix unfreed motion state memory when freeing strand data. |
April 3, 2015, 10:00 (GMT) |
Scalp animation support: copy strand root locations from the rest pose before performing a time step. |
April 3, 2015, 09:38 (GMT) |
Pinning for strand roots. Note that roots are currently not animated. |
April 3, 2015, 09:28 (GMT) |
Use FPS value to sync the strand simulation time with the render time. Additionally the time can be scaled using the timescale parameter. |
April 3, 2015, 09:21 (GMT) |
Correct progression handling of the strands motion state through cache baking. For now this simply applies gravity and applies the basic hair solver for velocities and positions. |
April 2, 2015, 18:54 (GMT) |
Make mattieu happy - allow smaller strips vertically. Allows mattieu's masterplan to keep overdrop at higher sequencer space and all strips lower. This won't align text so well though, but will leave it simple and he can give feedback later. |
Revision 38d8abb by Sergey Sharybin (cycles_point_density, gooseberry, gooseberry_farm, temp_motionpaths) April 2, 2015, 17:35 (GMT) |
Cycles point density: Fix using double semicolon at the end of line |
April 2, 2015, 14:39 (GMT) |
Fix for wrong pointer used in the modifier cache copy function. |
April 2, 2015, 13:03 (GMT) |
Force calculation function for strands (only gravity atm). |
April 2, 2015, 11:57 (GMT) |
Sanity check and nicer substep loop for strands simulation. |
April 2, 2015, 11:54 (GMT) |
Fixed writing code for cache modifiers to include extra DNA fields of subtypes. |
April 2, 2015, 11:36 (GMT) |
Fixed DupliCache writers/readers to support subsequent stages of cache manipulation. Strand data in caches is now stored in a named list, so we can avoid adding strand data in every frame. |
April 2, 2015, 10:37 (GMT) |
Merge branch 'master' into gooseberry |
April 2, 2015, 10:30 (GMT) |
Merge branch 'master' into gooseberry |
|