Blender Git Commits

Blender Git "master" branch commits.

Page: 4048 / 5574

Revision 6b4cecc by Lukas Toenne
April 23, 2011, 07:21 (GMT)
Fix for group output memory leak, bug #27104. This happens when an internal node in a group has multiple output buffers, but only some of them are used. Then all the buffers would be created, but the unlinked outputs were not correctly tagged for freeing after group execution.
April 23, 2011, 07:04 (GMT)
skip pose slide if the RNA value isn't found.
April 23, 2011, 03:31 (GMT)
fix for using enter on menus which load files:
commonly Ctrl+N,Enter or Ctrl+O,Enter
Revision c2b6700 by Joseph Eagar
April 23, 2011, 00:05 (GMT)
=bmesh= brought back fill faces, alt-f
Revision 133a1c2 by Joseph Eagar
April 22, 2011, 23:37 (GMT)
=bmesh= fixed edge split modifier, and a bug in knifetool reported by letterrip. also brought back beautify-fill.
April 22, 2011, 16:47 (GMT)
cancelling bake wasn't freeing the bake mask.
April 22, 2011, 15:34 (GMT)
View Dolly Operator: Ctrl+Shift+MMB.

Recently there were 2 reports about zoom not working right because at some point you can't zoom in any further.

This is not actually a bug with zoom but a limitation in blender that there is no way to move the viewpoint forward (unless you count rotate 90d, pan, rotate back which is a crummy workaround).

So adding view dolly operator:
- Supports zoom to mouse position setting.
- Supports dolly hoz/vert, invert setting.
- Moves by a fraction of the view 'dist', so the zoom distance my be roughly in proportion to the scale of objects in the scene.

only used in perspective view since this is not useful in camera/ortho view.
April 22, 2011, 14:47 (GMT)
zoom operator.
- continue zoom now uses the same options as dolly (hoz/vert & invert).
- remove event mouse coord hack to bypass touchpad zoom invert, instead pass invert as an argument.
April 21, 2011, 19:01 (GMT)
buildbot:

Fixed typo for 64bit blenderplayer which caused undefined symbol gzopen64
April 21, 2011, 18:33 (GMT)
bugfix [#27091] Add new vertex at wrong position ( bpy.ops.mesh.dupli_extrude_cursor() ) 2

Ctrl+Click on mesh or curve view was using the selected points location or the cursors.
if either of these was behind the view it would add the point at (0, 0, 0).

now fallback to the view orbit pivot, added this option as an argument to view3d_get_view_aligned_coordinate().
April 21, 2011, 17:25 (GMT)
pass even mouse coords value as const so its not edited, view3d_get_view_aligned_coordinate() could modify the event->mval.
April 21, 2011, 16:16 (GMT)
ack, should have done this before tagging else bpy.app.version_char will be incorrect.
April 21, 2011, 15:53 (GMT)
converted more mixed tab/space indentations to tabs. only whitespace changes.
April 21, 2011, 13:11 (GMT)
whitespace only, no functional change mixed tabs/spaces --> tabs.
Revision 2e9982f by Joshua Leung
April 21, 2011, 12:48 (GMT)
Bugfix [#27095] B-Bone doesn´t resize correctly with numeric input

B-Bone resizing was acting more like translation than resizing when using numeric input. Added the flag to set all xyz values to same value when using numeric input
April 21, 2011, 12:14 (GMT)
patch [#27094] Fix for property names in sunsky presets
from Ejner Fergo (ejnersan)
April 21, 2011, 12:07 (GMT)
patch [#27070] cmake fix for nmake builds
April 21, 2011, 10:03 (GMT)
re-compress png's (save some space)
optipng -o7 -zw 512 -zm 9 -i0 *.png
April 21, 2011, 09:43 (GMT)
Fix for fix for the bugfix :)

Just cleaned the code/order here and added comments why this works.
I should have known it... thanks Andrea for quick action!

April 21, 2011, 09:38 (GMT)
following on from last commit r36263.
copying metaball, lattice and armature datablocks while in editmode could segfault when they were freed, NULL these pointers on copy.

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021