Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3655 / 5574

April 19, 2012, 13:47 (GMT)
remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the maceros had unused args in both cases).
April 19, 2012, 13:44 (GMT)
For bug #30931, change knife hardcoded colors to ones derived from theme.

For now, just reusing some theme colors that are there for other reasons
but matched approximately the colors used now.
Except that cut lines are now purple-violet, so that they contrast
with grid and edges better, especially in wireframe.
April 19, 2012, 12:45 (GMT)
code cleanup: first step to replace BM_ITER BM_ITER_INDEX macros.
April 19, 2012, 12:31 (GMT)
BMESH_TODO: xsort of vertices working again.

This commits adds a new function which can remap vertices/edges/faces of a BMesh in a new given order:
void BM_mesh_remap(BMesh *bm, int *vert_idx, int *edge_idx, int *face_idx)
April 19, 2012, 11:44 (GMT)
style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITER
April 19, 2012, 11:25 (GMT)
bmesh api function: BM_edge_face_tangent()
was used by inset but make into an api function since scripts can use this too.
April 19, 2012, 10:49 (GMT)
Fix #30998: copy to selected in properties editor not working for bones.

April 19, 2012, 09:38 (GMT)
Fix #31009: edge split did not split non-manifold edges correctly, it should
create a separate edge for each face.

April 19, 2012, 09:27 (GMT)
Fix #31007: text editor delete at end of last line did unnecessary undo push.
Patch by Justin Dailey, simplified a bit.

April 19, 2012, 09:03 (GMT)
Cycles: increase SVM stack size to allow more complex node setups, did not
find any slowdowns with the increased size.

April 19, 2012, 07:00 (GMT)
fix bevel edge angle (wasnt hooked up to new code), vertex-bevel angle isnt working still
April 19, 2012, 06:10 (GMT)
style cleanup: bevel code, also remove unneeded flag setting.
April 19, 2012, 02:12 (GMT)
Fix for disabling noisy opennl output.

More info from bf-committers:
http://lists.blender.org/pipermail/bf-committers/2012-April/036339.html
April 19, 2012, 00:09 (GMT)
added function for copying weight to target vertex from closest source vertex

April 18, 2012, 22:27 (GMT)
Fix: Mark seams in uv editor didn't work
April 18, 2012, 20:43 (GMT)
Fixing bug [#31005] Nurbs UI bug
* W button was hidden, due to too small y alignment.
April 18, 2012, 20:07 (GMT)
Release Status:
* Still BCon4, rc phase now.
April 18, 2012, 19:59 (GMT)
knife tool: Add state indicator in header for tool options
April 18, 2012, 19:05 (GMT)
improve recent commit to copy loop data on extrude
- in some cases the is only a face on the new edge, so check for this as a source to copy from too.
- one of the asserts wasnt correct, if there are no adjacent faces found just return.
April 18, 2012, 18:20 (GMT)
bmesh knife tool: cut through no longer initializes from view setting to limit selection to front faces.

instead this is a toggle (Zkey) which is remembered between executions.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021