Blender Git Commits

Blender Git commits from all branches.

Page: 2386 / 2888

February 6, 2015, 16:19 (GMT)
RNA updates for Ptex
February 6, 2015, 16:19 (GMT)
Move Cycles' Ptex attribute from vertices to corners
February 6, 2015, 16:19 (GMT)
Add new CustomData layers for Ptex
February 6, 2015, 16:19 (GMT)
Add basic Ptex reading via OIIO to ImBuf
February 6, 2015, 16:19 (GMT)
Add API for packing Ptex faces into a single large image

TODO: this is much smaller now than before, can probably be moved to
better spot
February 6, 2015, 16:08 (GMT)
Tabbing into (but not out of) scene strips is supported now
February 6, 2015, 15:45 (GMT)
Bring back yet again no scaling for proxies (squashing to a merge commit is bad)
February 6, 2015, 15:44 (GMT)
Merge branch 'master' into gooseberry
February 6, 2015, 15:43 (GMT)
bring back no scaling for proxies
February 6, 2015, 15:43 (GMT)
Slip tool accepts numerical input.
February 6, 2015, 15:43 (GMT)
Get rid of no scaling for proxies for master, it causes FX to crash,
will code another workaround for gooseberry.
February 6, 2015, 15:43 (GMT)
Graph Editor: Auto View

Auto View automatically adjusts the view based on selection, so that the view is
always focused on the current selection.
A checkbox in the header is used to access it and it works for the following
selection methods: Toggle All, Border, Circle, Lasso, Left, Right, More, Less,
Linked, Column (so all except of single selection, in which this can be a bit
annoying)

Reviewed by @Aligorith (thanks for that :) )
February 6, 2015, 15:43 (GMT)
Fix T43578: Beauty Triangulation would hang in infinite loop, due to float rpecision issue.

Only recompute if cost is below -FLT_EPSILON, we can get cases where both cases generate
very tiny negative costs (see 'Cylinder.004' mesh in .blend attached to report).
February 6, 2015, 15:26 (GMT)
added a cluster group setting, where helper objects can define locations of cluster cores (shards will be added to its clostest core always), converted objects belong to a group now also
February 6, 2015, 15:01 (GMT)
Speed hack for gooseberry:

Proxies get no effects for speed (since they haven't been scaled)
February 6, 2015, 13:31 (GMT)
Merge branch 'master' into gooseberry
February 6, 2015, 13:14 (GMT)
Gooseberry: fix multires sculpting not updating normals

Looks like just a refactoring mistake in the Gooseberry branch.
February 6, 2015, 12:13 (GMT)
Depsgraph: Make cyclic relations debug prints a bit more informative

Include information about the ID block and the bone name when printing these
messages, so that riggers have a clue about where to look.
February 6, 2015, 11:57 (GMT)
Merge branch 'master' into gooseberry
February 6, 2015, 11:38 (GMT)
Depsgrpah: Some tweaks to proxies

Basically made them working closer to old dependency graph.

From quick tests seems they're working, but some stuff to be considered:

- Do we still need inverted relation between proxy and original object?
- We probably need to skip original object evaluation in depsgraph
traversal.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021