Revision 408837e by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 26, 2014, 07:26 (GMT) |
Fix for hair chain testing in the cloth modifier. Bending springs are en-bloc and not interleaved with other springs, so this can't be used as a test for hair roots. Use consecutive indices instead. |
Revision 2682ea8 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 25, 2014, 21:19 (GMT) |
Completed the implementation of bent rest shapes for hair. Basically follows the Pixar approach from "Artistic Simulation of Curly Hair". |
Revision 0717da3 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 25, 2014, 21:09 (GMT) |
Gooseberry request: Backdrop for sequencer. |
Revision 7c83650 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 25, 2014, 16:10 (GMT) |
Add missing notification for trimming to stop showing the extensions |
Revision 3660708 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 25, 2014, 16:00 (GMT) |
Gooseberry request, hide the extensions except when trimming. |
Revision ca7219d by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 25, 2014, 14:59 (GMT) |
Get rid of temporary flags when loading the sound. |
Revision d366d8e by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 25, 2014, 14:26 (GMT) |
Attempt to fix OSX issues (again): cleanup the loading flag for files that are loading when interrupted. |
Revision d0ac4e1 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 25, 2014, 13:42 (GMT) |
Target calculation for local non-straight rest shapes. This is more involved than using simple straight bending targets constructed from the neighboring segments, but necessary for restoring groomed rest shapes. The targets are defined by parallel-transporting a coordinate frame along the hair, which smoothly rotates to avoid sudden twisting (Frenet frame problem). The rest positions of hair vertices defines the target vectors relative to the frame. In the deformed motion state the frame is then recalculated and the targets constructed in world/root space. |
Revision 26a906d by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 25, 2014, 09:03 (GMT) |
Have to include BLI_utildefines before BKE_collision now to have bool defined. |
September 25, 2014, 08:07 (GMT) |
Basic implementation of the hair solver API functions. With a couple of stubs to be implemented later. |
September 24, 2014, 17:25 (GMT) |
Cleanup: Re-enabled old particle hair code using the cloth modifier. The new system works next to the old one, changes to the old code should be minimal. |
Revision 6dcc3f0 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) September 24, 2014, 17:09 (GMT) |
change widget code, area now just stores a pointer to the widget list corresponidng to it. |
September 24, 2014, 17:04 (GMT) |
Merge branch 'master' into hair_system_solver |
Revision 5dfb07a by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 24, 2014, 17:02 (GMT) |
Merge branch 'master' into hair_immediate_fixes Conflicts: source/blender/blenkernel/intern/implicit.c |
Revision 2bb6d18 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) September 24, 2014, 16:30 (GMT) |
Merge branch 'master' into wiggly-widgets |
September 24, 2014, 16:00 (GMT) |
Have to include BLI_utildefines before BKE_collision now to have bool defined. |
September 24, 2014, 15:44 (GMT) |
Merge branch 'mesh_samples' into hair_system_solver Conflicts: source/blender/blenkernel/BKE_mesh_sample.h source/blender/blenkernel/intern/implicit.c source/blender/blenkernel/intern/mesh_sample.c |
Revision 21ab9ac by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, hair_system, strand_editmode, strand_gpu, strand_nodes, tmp_hair_curves) September 24, 2014, 15:35 (GMT) |
Minor syntax fix. |
Revision 18c6bb2 by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, hair_system, strand_editmode, strand_gpu, strand_nodes, tmp_hair_curves) September 24, 2014, 15:04 (GMT) |
Shifted the dispatch from the algorithm side to the storage side of the sampling system to keep the code simple. Now there is a MSurfaceSampleStorage struct that encodes the storage details, which the algorithms don't have to care about. |
Revision 467da3c by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 24, 2014, 15:03 (GMT) |
Store the waveforms between undo steps when they exist. |
|