Revision 5d87f52 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) August 27, 2014, 10:33 (GMT) |
New voxel texture mode "Hair", for displaying the internal hair volume structure as a texture. This is mostly a debugging feature that may be removed again later. |
Revision 93d8e94 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) August 27, 2014, 10:33 (GMT) |
Fixed voxel grid initialization from hair points and colliders by using the suggested tent function from the original paper. Plain float->int conversion for the grid location otherwise leads to skewed data and unnecessary loss of information. |
Revision a5be383 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) August 27, 2014, 10:33 (GMT) |
Code cleanup: Use a variable-sized array for the hair volume velocity smoothing and collision code, split into multiple functions. |
Revision ab4da07 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) August 15, 2014, 14:58 (GMT) |
Add simple code to add (ctrl-P) and display parents. (WIP) This is not a serious attempt though and possibly a good solution should go through a dependency graph. Also there are some crashes on undo. |
Revision cb5b088 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) August 13, 2014, 18:48 (GMT) |
Merge branch 'master' into terrible_consequencer |
Revision 8ecb39a 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) August 5, 2014, 14:32 (GMT) |
Fix cuddly strips shading and drawing issues. Also now there are no issues on big zooms (they behave really cuddly) |
Revision ff66e9f 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) August 5, 2014, 10:34 (GMT) |
Cuddlification of strips complete. Still need to make corners shrink on big zoom |
Revision 4af1346 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) August 4, 2014, 20:47 (GMT) |
Strip drawing : Remove handle square, triangle is enough indicator here. Also add cuddly outline |
|