Blender Git Commits

Blender Git "master" branch commits.

Page: 3685 / 5574

March 23, 2012, 20:18 (GMT)
code cleanup: use zero_v3
March 23, 2012, 16:59 (GMT)
Better smoothing for sculpt cube falloff.

The cube test, used by the clay strips brush, now smooths the corners
of the cube using the brush curve.
March 23, 2012, 16:14 (GMT)
3D View Themes:
* Camera and Empty colour is now themeable. Patch by Pablo Vazquez (venomgfx) with some minor edits.
March 23, 2012, 14:52 (GMT)
Knifetool: add help message in header line
March 23, 2012, 14:29 (GMT)
Fixed a couple of typos in the Python API docs
March 23, 2012, 10:39 (GMT)
fix for cmake error on non osx systems
March 23, 2012, 10:30 (GMT)
bmesh editmode - split dissolve into its own menu. mesh delete code was getting quite messy and mixed in too much different functionality just to add in same menu. Now use a pu menu for delete key which can call different ops.
March 23, 2012, 10:18 (GMT)
Fix for jump to keyframe operator reusing property values incorrect
March 23, 2012, 09:18 (GMT)
Fix for [#30438] x=zero not accepted for a bone tail.

In fact, problem was in vec_roll_to_mat3(), which has to detect when the bone is aligned with its Y axis, using a threshold. This one have been raised to quite a high value due to bug [#23954], then lowered a bit due to [#27675] (which is imho in fine the same problem as 30438).

Reset it to its org value (very low 1e-13), as testing file given with firt bug did not show any problem anymore... So now, instead of 1/1000 of bone length from Y axis, we have about 3.25*10-7... Only (hardly) noticeable at max zoom level in 3D view.
March 23, 2012, 07:08 (GMT)
fix for error with console command history not working, using previous settings.
March 23, 2012, 05:43 (GMT)
fix [#30632] Edge Split Modifier (creates invalid mesh)

bug was caused by modifying loops vert value in a BM_LOOPS_OF_VERT iterator.
March 23, 2012, 05:18 (GMT)
minor speedup to vertex split function, avoid a hash lookup when its not needed.
March 23, 2012, 03:21 (GMT)
file selector text field and file renaming were doing undo pushes.
March 23, 2012, 03:10 (GMT)
edge split bmesh operator wasnt accessible (defined but not used), for some reason it had a 'numcuts' option.

add edge split to mesh edge menu.
March 23, 2012, 01:55 (GMT)
doc cleanup: minor corrections and improvements to docstrings + recent doc changes.
March 23, 2012, 01:10 (GMT)
more face -> tessface edits
March 23, 2012, 00:56 (GMT)
last commit broke cycles, also add BMESH_TODO's for python scripts that need upgrading.
March 23, 2012, 00:28 (GMT)
rna/python api change: rename Mesh.faces --> tessfaces, since existing scripts are using this to modify the mesh and its confusing that the edits are not kept.

This also makes it clearer that the faces are for tessellated results only.

Added a section on the Gotcha's about upgrading scripts, the pros and cons of MeshTessFace/MeshPoly/BMFace.
and spesifically how to upgrade importers and exporters for 2.63+.
March 22, 2012, 21:33 (GMT)
Fix for step-by-step tracking issue caused by operator presets changes

March 22, 2012, 20:24 (GMT)
patch [#30620] Wiki Quick Hack: Make Tooltip Text Colour Themeable
from luke frisken (lfrisken), with some edits.

some tooltip colors weren't visible with different backgrounds, now the base tooltip color is used and tinted for python/alert/shortcuts etc. the tint colors are still hard coded.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021