Blender Git Commits

Blender Git commits from all branches.

Page: 1979 / 2888

July 3, 2016, 16:58 (GMT)
Merge branch 'master' into alembic_basic_io
July 3, 2016, 13:19 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2016-uv_tools
July 3, 2016, 13:15 (GMT)
Packing: No Fit Polygon computation

Still contains lots of debug prints and unoptimized code, but functionality is there
July 3, 2016, 11:11 (GMT)
some cleanup for liquid inflow
July 2, 2016, 16:02 (GMT)
mesh scaling according to scale factor. not perfect solution though
July 2, 2016, 13:30 (GMT)
Merge branch 'master' into asset-engine
July 2, 2016, 12:46 (GMT)
Use an additional texture buffer for storing curve indices.

The geometry shader will need to do 2 texture lookups per control,
first for getting the control curve start and length, then for
reading the appropriate curve vertices.
July 2, 2016, 12:32 (GMT)
Use the correct buffer for the control points texture.

Also a bit of cleanup renaming to use "control" consistently instead
of "guide".
July 2, 2016, 12:16 (GMT)
Modified the guide strand creation operator to allow shorter-than-max strands.

The guide strand format may change, but it should allow varying numbers of control
points.
July 2, 2016, 10:15 (GMT)
Calculate barycentric interpolation weights using a simple kdTree method.

This method uses the 3 closest points on the scalp for defining interpolation
weights. This method has drawbacks in cases of thin geometry, but it is
simple to implement.
July 2, 2016, 08:32 (GMT)
Vertex attributes for the strand root points.

These attributes carry information for interpolating guide strands
in the geometry shader. Each strand can have up to 4 guide strands
(identified by index) with a normalized weight for each.
July 2, 2016, 00:59 (GMT)
merged master, but something in the merge broke my windows build, so I had to change something. Also fixed a bug in mirrored painting.
July 2, 2016, 00:19 (GMT)
Merge branch 'master' into soc-2016-pbvh-painting
July 2, 2016, 00:17 (GMT)
Added mirror painting and radial symmetry.
July 1, 2016, 19:24 (GMT)
Merge branch 'master' into soc-2016-cycles_images

Overwrite branch specific changes, make it match vanilla master again. Have to re-think some of that half stuff there.
July 1, 2016, 18:50 (GMT)
Fixed undo bug.
July 1, 2016, 17:20 (GMT)
Cleanup: Alembic and HDF5 CMake modules.

- Remove references to Samplerate
- Copyright year
- hdf5_hl requirement removed in Alembic 1.6.0

Patch by @ejnersan.
July 1, 2016, 16:55 (GMT)
Remove extra statement from some test.
July 1, 2016, 16:52 (GMT)
add robustness to correspondence adding:
- when the correspondence has been added, give an error message and
return
- when a conflict correspondence is added, give an error message
July 1, 2016, 16:50 (GMT)
Merge branch 'master' into alembic_basic_io
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021