Blender Git Commits

Blender Git "blender-v2.74-release" branch commits.

Page: 3 / 4

March 24, 2015, 14:47 (GMT)
Fix for crash adding mask modifier
March 24, 2015, 14:47 (GMT)
Fix for building win32 headless
March 24, 2015, 14:47 (GMT)
Add missing update adding a shape-key

Noticeable when pin is enabled.
March 24, 2015, 14:47 (GMT)
Fix T43989: Sequencer - Ctrl snapping a sequencer strip does not work if you specify the x axis.

New 'strip' snapping was simply not computed in case of constrained transform, hence init
'0' value was used as frame offset in this case.

This commit reorganizes a bit that snapping, to keep it more 'confined' into `snapSequenceBounds()`
dedicated function. It still needs a minor hack (setting snapping mode to something else than
defualt `SCE_SNAP_MODE_INCREMENT`, to avoid this snapping to be called by contraint code).

Thanks to Antony for review and enhancements.

This fix should be backported to 2.74.
March 24, 2015, 14:47 (GMT)
Fix out-of-bounds read BKE_deform_flip_side_name
March 24, 2015, 14:47 (GMT)
Fix/Improve FKey bone creation

- new bone is now made active
- previous selection cleared
- bone direction places the tip on the active bone (if available)
March 24, 2015, 14:47 (GMT)
Fix T44040: Blender crashes when nodes are muted

It was actually an old issue with wrong conversion happening for muted
nodes, which wasn't visible before memory optimization commit.

This is to be backported to the final release.
March 24, 2015, 14:47 (GMT)
Use fabsf for floats
March 24, 2015, 14:47 (GMT)
Fix RNA active spline assignment
March 24, 2015, 14:47 (GMT)
Fix crash using removed data as function arguments
March 24, 2015, 14:47 (GMT)
Fix bad memory access freeing viewport which uses movie clip
March 24, 2015, 14:47 (GMT)
BLI math vec: add 'abs' functions to get absolute values of a vector.

Unseful when handling e.g. scale, sometimes.
March 24, 2015, 14:47 (GMT)
Fix T44021: Crash switching Rendering Engines while viewport rendering + animating

Make sure preview render job is cancelled before freeing the render engine
associated to the viewport.
March 24, 2015, 14:47 (GMT)
Fix T44027: Normal Edit Mod : Radial from object normals affected by target object scale.

The way we were getting diff to apply to vcos from target object was just bad!

Also, fixed another related issue - negated scale would be clamped to nearly zero,
now only consider absolute version of size (we do not care about its sign here anyway).

This should be backported to 2.74 (with previous commit too).
March 24, 2015, 14:47 (GMT)
Fix T44020: Crash exporting fluid sim to fbx

The issue is coming from wrong fluid modifier copy callback,
which might have left some pointers shared across original
and target fluid modifiers.
March 24, 2015, 14:47 (GMT)
Fix crash using "Copy to selected" on ID-props
March 24, 2015, 14:47 (GMT)
Fix T43853: Audio animation bug (fcurves)

For a detailed bug explanation see the comments in the report.
March 24, 2015, 14:47 (GMT)
Make sure disabling attribute arrays also resets the counter so we don't
do it twice.
March 17, 2015, 15:11 (GMT)
Point submodules to 2.74-rc2
March 17, 2015, 13:19 (GMT)
Fix an incorrect assert in lnor code.

There is one case where we do can have only two edges for two loops...
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021