Blender Git Commit Log

All Blender Git commits.

Page: 3711 / 8462

August 27, 2017, 06:33 (GMT)
Merge branch 'master' into blender2.8
August 27, 2017, 06:19 (GMT)
BLI_rect: Function to calculate a matrix from 2 rctf's
August 27, 2017, 05:24 (GMT)
Missing from last commit
August 27, 2017, 05:17 (GMT)
Cleanup: use stubs for eigen gtest
August 27, 2017, 01:20 (GMT)
Correct matrix stack assert
August 27, 2017, 00:18 (GMT)
Hide addons section
August 26, 2017, 23:39 (GMT)
added support for liquid guiding

guiding liquid simulations is currently considered experimental though
August 26, 2017, 20:35 (GMT)
cleanup for smoke preconditioner (multi-grid)

better way to set preconditioner flag in dynamic scenes (scenes with moving obstacle)
August 26, 2017, 17:47 (GMT)
Missed last commit
August 26, 2017, 16:44 (GMT)
Fix T52515: Crash on BMesh.to_mesh()
August 26, 2017, 14:51 (GMT)
Merge branch 'master' into blender2.8
August 26, 2017, 14:45 (GMT)
WM: move theme check out of ED_view3d_draw_select_loop

In 2.8x this needs to be in view3d_opengl_select,
so simplest to make in master too.
August 26, 2017, 14:32 (GMT)
Fix neighbor conflict checks for Poisson disk distribution.

The cell size is chosen as r/sqrt(3) (i.e. max. 1 sample per cell),
which means that the influence of each cell extends beyond the 1st
neighbor. a 5x5x5 box (except the center and corners) needs to be
examined to find collisions.
August 26, 2017, 13:14 (GMT)
Fix minor Mesh -> BMesh conversion issues

- Vertex only meshes never restored their selection history.
- Select history was cleared on the source instead of the target.

Simple Optimizations:
- Avoid O(n^2) linked list looping that checked the entire list before
adding elements (NULL values in the source array to prevent dupes).
- Re-use vert & edge lookup tables instead of allocating new ones.
August 26, 2017, 12:48 (GMT)
Fix T52478: Error report "Shrinkwrap: out of memory" on invisible target.

Shrinkwrap must check it does have valid target data.

Safe for 2.79 release.
August 26, 2017, 11:41 (GMT)
Added a 1-cell margin to the grid dimensions to simplify neighbor lookups.
August 26, 2017, 11:13 (GMT)
Separate step for mesh sample generators to bind them to a specific mesh.
August 26, 2017, 10:28 (GMT)
Fix T52538: Outliner crash when displaying groups and using Show Active on editmode bone not in any groups

There's no guaranty that given ID is found in current outliner tree...

Safe for 2.79, though not a regression.
August 26, 2017, 09:09 (GMT)
Merge branch 'master' of git.blender.org:blender into soc-2017-package_manager
August 26, 2017, 09:07 (GMT)
Move package manager code out of addon

Code from addon repository: https://developer.blender.org/diffusion/BPMA/
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021