Blender Git Commits

Blender Git "hair_system" branch commits.

Page: 17 / 35

October 1, 2014, 09:25 (GMT)
Cloth solver data for edit mode is unused, removed it.
October 1, 2014, 09:16 (GMT)
Merge branch 'hair_immediate_fixes' into gooseberry
October 1, 2014, 08:53 (GMT)
Merge branch 'hair_immediate_fixes' into hair_system_solver

Conflicts:
source/blender/blenkernel/BKE_cloth.h
source/blender/blenkernel/intern/particle_system.c
source/blender/blenloader/intern/versioning_270.c
source/blender/makesdna/DNA_cloth_types.h
source/blender/makesrna/intern/rna_modifier.c
source/blender/physics/BPH_mass_spring.h
source/blender/physics/intern/BPH_mass_spring.cpp
source/blender/physics/intern/implicit.h
source/blender/physics/intern/implicit_blender.c
October 1, 2014, 08:21 (GMT)
Merge branch 'hair_system' into hair_system_solver
October 1, 2014, 08:09 (GMT)
Merge branch 'master' into hair_system_solver
October 1, 2014, 08:09 (GMT)
Merge branch 'master' into hair_system
October 1, 2014, 08:06 (GMT)
Merge branch 'master' into hair_immediate_fixes
September 30, 2014, 16:33 (GMT)
WIP code reshuffling for widgets
September 29, 2014, 17:48 (GMT)
Manipulator now uses the widget system (no operators used).

Widgets use a similar notification system as operators. It might be
worth using WM_BREAK messages like the rest of the handlers. For now
this should do.
September 29, 2014, 16:51 (GMT)
Move manipulator handler to the widget system.
September 29, 2014, 14:36 (GMT)
Draw manipulator from widget callback (handling still done separately)
September 29, 2014, 12:16 (GMT)
Merge branch 'master' into wiggly-widgets
September 26, 2014, 21:38 (GMT)
Fix for scons files missing physics include folder.
September 26, 2014, 17:47 (GMT)
Yet another attempt to solve OSX issues, restore sequence sounds too, or
sounds get added to two sequence and file descriptors leak
September 26, 2014, 15:25 (GMT)
Added separate damping for bending springs.

The bend damping factor was hardcoded to the same value as the stiffness.
Now it has its own factor in the settings and button in hair dynamics.
September 26, 2014, 11:57 (GMT)
Minor corrections to the types
September 26, 2014, 10:17 (GMT)
New data types for sequencer.

Uses struct hierarchies to reduce the data used per strip.

Also changed sequence -> strip. Might be better to use NSequence for
editing as well.
September 26, 2014, 08:32 (GMT)
Merge branch 'master' into terrible_consequencer
September 26, 2014, 08:08 (GMT)
Set the length threshold for hair simulation to 10% again (from 1%).

With the default 5 substeps the simulation can otherwise still become
unstable. This is just a preliminary measure anyway until the length
variance can be fixed properly.
September 26, 2014, 07:33 (GMT)
Fix for outdated root array size when changing the particle amount
during simulation.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021