Blender Git Commits

Blender Git commits from all branches.

Page: 2484 / 2888

November 17, 2014, 22:11 (GMT)
don't store index as float (can fail for large values & conversion isn't free)
November 17, 2014, 22:00 (GMT)
avoid sqrt when nearest values are under the threshold
November 17, 2014, 21:43 (GMT)
use strict flags & define for ray-sample min/max
November 17, 2014, 21:27 (GMT)
cleanup: check for -1 explicitly, remove unused distance member
November 17, 2014, 21:05 (GMT)
warning
November 17, 2014, 21:01 (GMT)
Merge branch 'master' into mesh-transfer-data
November 17, 2014, 20:32 (GMT)
Fix stupid crash.

Since we now use `CustomData_duplicate_referenced_layer()` when transfering to a DM (modifier case),
we cannot anymore pass '0' as dest number of elements to say 'do not create missing layers'!
Revision 1e4c449 by Lukas Toenne
November 17, 2014, 18:44 (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 ...)
November 17, 2014, 17:48 (GMT)
More info for widget undo push string
November 17, 2014, 17:30 (GMT)
Cleanup: Use *win instead of *window (moar consistent)
November 17, 2014, 17:18 (GMT)
set up ime branch
Revision 8d4b98f by Lukas Toenne
November 17, 2014, 16:45 (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.
November 17, 2014, 16:27 (GMT)
Add widget for focus of camera. There are some general issues with
widget scale that I'll fix later.
November 17, 2014, 16:20 (GMT)
cleanup: minor rename
November 17, 2014, 16:15 (GMT)
cleanup: var names use mesh_remap_ prefix instead of mesh2mesh
November 17, 2014, 15:50 (GMT)
Move 'UV' to loops set of data types.

Mostly UI-level only changes...
November 17, 2014, 15:44 (GMT)
Remove option to create data from modifier, does not work well.

Will be replaced by an operator.
November 17, 2014, 15:30 (GMT)
Merge branch 'master' into wiggly-widgets

Conflicts:
source/blender/editors/transform/transform_manipulator.c
November 17, 2014, 15:27 (GMT)
cleanup: rename files -> object_data_transfer
November 17, 2014, 15:17 (GMT)
cleanup: api & naming
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021