Blender Git Commits

Blender Git "master" branch commits.

Page: 3690 / 5574

March 19, 2012, 22:29 (GMT)
patch [#30595] Wiki Quick Hacks: Make Tooltip Background Colour Themeable
from luke frisken (lfrisken)
March 19, 2012, 22:21 (GMT)
Quiet warnings about unused functions and variables.

Commented or '#if 0' these functions/variables and marked with
'UNUSED' comment so they can be restored in the future if needed.
March 19, 2012, 21:40 (GMT)
bmesh inset: outset option
March 19, 2012, 21:38 (GMT)
Fix format string warnings (gcc) by using string literals.

gcc 4.6 was giving warnings like this:
"warning: format not a string literal and no format arguments [-Wformat-security]"
March 19, 2012, 21:27 (GMT)
bmesh inset:
option to inset boundaries.
March 19, 2012, 21:21 (GMT)
Redraw data properties after selecting a bone.

This is so that selecting bones while in weight paint mode will show
the correct active vertex group.
March 19, 2012, 21:09 (GMT)
Fix #30531: mirror modifier with vertex groups did not add both the left and
right groups to merged vertices, only one. This made the result asymmetric,
now merged vertices will be part of both groups with half weight.
March 19, 2012, 20:47 (GMT)
Fix #30590: Crash in multires when undoing extrude [File incl.]

- Crash was caused by recursively copying directory into itself, fixed
by switching from opendir() to scandir().
- Also do not try to unpack images which doesn't have name.
March 19, 2012, 20:28 (GMT)
Remove debug print in create_vert_poly_map
March 19, 2012, 20:01 (GMT)
style cleanup: minor change to bmesh py repr + comment on loop radial next/prev to avoid confusion.
March 19, 2012, 19:27 (GMT)
fix for error reported on IRC, sorting zero sized lists would cause a crash.
March 19, 2012, 19:17 (GMT)
Spelling of UI messages (then -> than).
March 19, 2012, 18:14 (GMT)
Fix #30456: transforming object with a hair particle system, on a frame after
the cache end frame would reset to the previous state on confirm. Was an issue
with object animation being evaluated unnecessarily, now make check more
precise.
March 19, 2012, 17:22 (GMT)
Fix #30449: sampled motion blur not working with softbody.
March 19, 2012, 17:21 (GMT)
Fix #30594: UV editor transform tools did not show help/pivot line to indicate
transform center as it did in 2.49.
March 19, 2012, 10:52 (GMT)
Fix for drag-n-drop images into sequencer: it was impossible to select files
from a file browser after dropping image strip from an external application.
March 19, 2012, 09:47 (GMT)
bmesh inset:
fix hole when 2+ faces a vert but no edges (would make a hole), now splice the verts back together.
March 19, 2012, 08:49 (GMT)
style cleanup: + some spelling errors for inset
March 19, 2012, 08:36 (GMT)
code cleanup: bmesh api - make arg order consistent - htype before hflag or oflag.
March 19, 2012, 07:57 (GMT)
Grmml, dummy typo in previous UI message-fix commitâ?¦ :/
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021