Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> hair_system
"Hair_system" branch
Total commits : 694
Total committers : 4
First Commit : March 3, 2014
Latest Commit : November 24, 2014
Commits by Month
Date | Number of Commits | |
---|---|---|
November, 2014 | 138 | |
October, 2014 | 189 | |
September, 2014 | 169 | |
August, 2014 | 133 | |
July, 2014 | 57 | |
June, 2014 | 0 | |
May, 2014 | 0 | |
April, 2014 | 0 | |
March, 2014 | 8 |
Committers
Author | Number of Commits |
---|---|
Lukas Toenne | 446 |
Antonis Ryakiotakis | 223 |
Campbell Barton | 23 |
Sergey Sharybin | 2 |
Popular Files
Filename | Total Edits |
---|---|
BPH_mass_spring.cpp | 67 |
HAIR_solver.cpp | 54 |
implicit.h | 43 |
readfile.c | 43 |
space_view3d.c | 43 |
HAIR_capi.cpp | 40 |
wm_widgets.c | 40 |
implicit.c | 38 |
drawhair.c | 38 |
implicit_blender.c | 36 |
Latest commits
November 24, 2014, 15:28 (GMT) |
Merge branch 'gooseberry' into hair_system Conflicts: source/blender/blenkernel/intern/rigidbody.c |
Revision 8aed4bb by Sergey Sharybin (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 24, 2014, 09:09 (GMT) |
Fix compilation error with SCons The file wasn't being comiling by CMake, remove it from SCons compilation as well. Not sure if the same is required in original branch, maybe it'll be redone anyway. For now let's make it so gooseberry branch is compiling nicely on the buildbot. |
Revision 82401df by Campbell Barton (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 21, 2014, 15:30 (GMT) |
Merge branch 'master' into gooseberry |
Revision 261c0a5 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 21, 2014, 15:25 (GMT) |
Merge branch 'wiggly-widgets' into gooseberry |
Revision bfa1744 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) November 21, 2014, 15:24 (GMT) |
Cage actually now draws something, also change widget, will be modified to control placement of backdrop. |
Revision 3e83670 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 21, 2014, 15:01 (GMT) |
Another fix for particle instance child lookups, was not subtracting parent amount. |
Revision 007eaf3 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 21, 2014, 15:01 (GMT) |
Fix for invalid particle pointer access in mixed particle/child loop. |
Revision 1068021 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 21, 2014, 15:01 (GMT) |
Better update function for particle settings affecting nested cloth modifier. |
Revision af8c0c8 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 21, 2014, 15:01 (GMT) |
Fix for applying the bending randomness factor. A stupid hack is needed here, changing the way the factor is applied to angular bending springs. In cloth sim the bending factor of individual springs is applied as a mix value between the bending stiffness and a max value, but this max value isn't even used in hair sim so that approach becomes useless. |
Revision bc637d0 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 21, 2014, 15:01 (GMT) |
Randomness factor for hair bending stiffness. This helps to create some variation in a hair system, which can otherwise become very uniform and boring. It's yet another confusing setting in a system that should have been nodified, but only option for now (broken windows ...) |
Revision e8ddfb1 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 21, 2014, 15:01 (GMT) |
Fix for particle instance initial frames. These were not orthonormal and tended to flip with changing hair direction, now use the particle hair matrix which is stable wrt. the mesh surface. |
Revision eb3d1e3 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) November 21, 2014, 10:24 (GMT) |
Merge branch 'master' into wiggly-widgets |
Revision 7c078f9 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 20, 2014, 17:58 (GMT) |
Fix T42639, editcurve flags not getting restored on undo. Error here could be reproduced by tweaking curve properties such as 2d-3d or fill type and undoing. |
Revision bcd78c9 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 20, 2014, 17:39 (GMT) |
Initialize the snaping aspect just once. |
Revision 0853c01 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 20, 2014, 17:21 (GMT) |
Merge branch 'master' into gooseberry |
Revision a014b8f by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 20, 2014, 17:19 (GMT) |
Merge branch 'wiggly-widgets' into gooseberry |
Revision 6279dde 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) November 20, 2014, 17:16 (GMT) |
Fix crash with widgetgroup |
Revision 3102ced by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 19, 2014, 15:48 (GMT) |
Merge branch 'wiggly-widgets' into gooseberry Conflicts: source/blender/editors/include/ED_view3d.h source/blender/editors/space_view3d/view3d_draw.c source/blender/editors/transform/transform_manipulator.c |
Revision ef310b2 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) November 19, 2014, 15:13 (GMT) |
lost instance of transform manipulator |
Revision bfa6b80 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) November 19, 2014, 15:08 (GMT) |
Merge branch 'master' into wiggly-widgets |
MiikaHweb - Blender Git Statistics v1.06