Blender Git Loki

Blender Git "temp_hair_modifiers" branch commits.

Page: 30 / 37

September 26, 2014, 07:33 (GMT)
Fix for outdated root array size when changing the particle amount
during simulation.
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.
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".
September 25, 2014, 21:09 (GMT)
Gooseberry request: Backdrop for sequencer.
September 25, 2014, 16:10 (GMT)
Add missing notification for trimming to stop showing the extensions
September 25, 2014, 16:00 (GMT)
Gooseberry request, hide the extensions except when trimming.
September 25, 2014, 14:59 (GMT)
Get rid of temporary flags when loading the sound.
September 25, 2014, 14:26 (GMT)
Attempt to fix OSX issues (again): cleanup the loading flag for files
that are loading when interrupted.
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.
September 25, 2014, 09:03 (GMT)
Have to include BLI_utildefines before BKE_collision now to have bool
defined.
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:02 (GMT)
Merge branch 'master' into hair_immediate_fixes

Conflicts:
source/blender/blenkernel/intern/implicit.c
September 24, 2014, 16:30 (GMT)
Merge branch 'master' into wiggly-widgets
September 24, 2014, 15:03 (GMT)
Store the waveforms between undo steps when they exist.
September 24, 2014, 14:28 (GMT)
Fix compilation in MacOSX
September 24, 2014, 14:21 (GMT)
More undo issue solving.

This commit moves sound loading out of library linking. The approach
chosen here is to do lazy initialization by basically validating the
sound before attaching to the scene.

Loading the sound buffer requires a valid Main pointer, which means we
have to pass this around in many places. We might also consider caching
the waveforms in this way too, but for now we're still using the
threaded update.

We'll have to test this somewhat to see if it behaves well..There are
corner cases which might not be covered. Sounds are muted if we undo
during an animation, but this bug existed in master as well.
September 24, 2014, 08:23 (GMT)
Merge branch 'master' into terrible_consequencer
September 24, 2014, 08:05 (GMT)
Merge branch 'master' into hair_immediate_fixes

Conflicts:
source/blender/blenloader/intern/versioning_270.c
September 24, 2014, 06:55 (GMT)
Clear forces and constraints together at the start of the time step,
easier to verify.
September 23, 2014, 15:37 (GMT)
Threaded sound strip display data loading.

Sound loading can take too much so move it to a job and continue. This makes
interaction much better. A similar system should be usable for movie previews.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021