Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> temp_merge_gooseberry_hair
"Temp_merge_gooseberry_hair" branch
Total commits : 218
Total committers : 2
First Commit : January 19, 2015
Latest Commit : January 19, 2015
Commits by Date
Date | Number of Commits | |
---|---|---|
January 19, 2015 | 218 |
Committers
Author | Number of Commits |
---|---|
Lukas Toenne | 217 |
Sergey Sharybin | 1 |
Popular Files
Filename | Total Edits |
---|---|
BPH_mass_spring.cpp | 55 |
implicit.h | 38 |
implicit.c | 37 |
implicit_blender.c | 32 |
properties_particle.py | 24 |
implicit_eigen.cpp | 20 |
particle.c | 20 |
particle_child.c | 19 |
particle_system.c | 19 |
BKE_cloth.h | 19 |
Latest commits
January 19, 2015, 19:43 (GMT) |
Fixed a couple of small merge errors. Conflicts: source/blender/blenkernel/BKE_blender.h source/blender/blenloader/intern/versioning_270.c source/blender/makesrna/intern/rna_modifier.c |
January 19, 2015, 19:29 (GMT) |
Fix for incorrect DNA field name in versioning, causes constant resetting of clump noise size on reload. Conflicts: source/blender/blenloader/intern/versioning_270.c |
January 19, 2015, 19:29 (GMT) |
Use separate flags to enable/disable clump and roughness curves for child hairs. This allows disabling the curves temporarily without losing the setup. Conflicts: source/blender/blenkernel/BKE_blender.h |
January 19, 2015, 19:28 (GMT) |
Fix for slow deformation-motionblur in Cycles using the new spiral kink mode. This was caused by variation of the number of keys on child hairs due to shortening of hair curves based on euclidian distances. The other kink modes also shorten hairs, but use the parametric distance instead, which does not vary with deformation of hairs. |
January 19, 2015, 19:28 (GMT) |
Second variant of the copy-to-select operator for particles to only copy the active particle system (and not remove existing in the process). |
January 19, 2015, 19:28 (GMT) |
Make removal of existing particle systems on copying optional. This will be most useful when copying individual particle systems one-by-one (to be implemented). |
January 19, 2015, 19:28 (GMT) |
Added space selection option to the particle system copy operator. By default this now copies from one object's local space to another object's local space (instead of the previous world space). This is more useful when transferring particles between objects, because it doesn't require moving objects on top of each other, as long as they have similar shapes. |
January 19, 2015, 19:28 (GMT) |
Removed debugging code. |
January 19, 2015, 19:28 (GMT) |
Fix for particle system copy: This has to make sure the ORIGSPACE data layer is available. Otherwise particle mapping to the new mesh cannot work with subdivided and constructively-modified meshes. |
January 19, 2015, 19:28 (GMT) |
Added a "specials" menu button next to the particle systems list for accessing the copy operator. |
January 19, 2015, 19:28 (GMT) |
Changed the workflow for the particle system copy operator to the common active-to-selected pattern. |
January 19, 2015, 19:28 (GMT) |
New operator for copying (hair) particle systems from one object to another, including edit data (grooming). This uses basically the same method as the existing connect/disconnect feature. The main difference is that it allows working with multiple objects and transferring the //particle/hair data// instead of the //mesh// data (which is what connect/disconnect expects). This is a much more realistic workflow when rigging, topology etc. changes and groomed hair has to be transferred to the changed model. |
January 19, 2015, 19:28 (GMT) |
Removed unused particles pointer from particle edit data. |
January 19, 2015, 19:27 (GMT) |
New texture influence option for particle kink amplitude (as opposed to frequency). |
January 19, 2015, 19:27 (GMT) |
Renaming "Kink" texture influence to "Kink Frequency" to be more specific. |
January 19, 2015, 19:27 (GMT) |
Spiral rotation axis was not always fully normalized, avoid an assert. |
January 19, 2015, 19:27 (GMT) |
Make random child length work again with the spiral kink mode. |
January 19, 2015, 19:27 (GMT) |
Add missing stub to the player, so buildbot keeps delivering gooseberry builds |
January 19, 2015, 19:27 (GMT) |
Allow clumping and roughness in Spiral kink mode as well. This requires interpolating the parent key properties, because no single parent key can be mapped to each key on the children any more. |
January 19, 2015, 19:27 (GMT) |
Optional randomization factors for the spiral radius and axis orientation. |
MiikaHweb - Blender Git Statistics v1.06