Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2865 / 5574

May 19, 2014, 09:25 (GMT)
Workaround T40241: Vertex snapping snaps to wrong place
May 19, 2014, 08:00 (GMT)
Correct ARRAY_SIZE macro and make doxy comments consistent
May 18, 2014, 20:05 (GMT)
Fix T39897: shape keys created while the Relative checkbox is unchecked start out with frame=0

So! First, frame for absolute shape keys: never allow a new key to have the same pos as an
existing one (this does not make sense). This way, the two workflows are possible (create
all keys and then animate ctime, or animate ctime and then create keys where you need them).

Also, fixed UIList for shapekeys, the "absolute" test was wrong, and better to show frame
value, even though not editable, than nothing in case of absolute keys.

And finally, add getter to RNA 'frame' readonly value, so that we output real frame values,
and not dummy internal ones (which are /100) in our API.
May 18, 2014, 18:30 (GMT)
Fix T40251: Rename of Shape key is not redrawed in Dopesheep.
May 18, 2014, 14:24 (GMT)
Fix T40201: Keyframe edits fail to update the viewport
May 18, 2014, 14:00 (GMT)
Comment unused BLI_rebase_path
May 18, 2014, 13:51 (GMT)
Add ARRAY_SIZE macro to check fixed size arrays
May 18, 2014, 13:36 (GMT)
Promote MSVC 2013 to be the official platform (without a numbered suffix) for scons
May 18, 2014, 09:03 (GMT)
Fix BLI_cleanup_path: '.' at the start of a path

On windows "." was replaced with the root directory.
On other systems any path starting with a '.' would be replaced with "/"

This was added for the file selector only,
so better handle this in the file selector (though it looks not to be needed).
May 18, 2014, 07:55 (GMT)
Fix T40246: Speaker Object is missing from Tabs > 'Create' tab in the Toolbar.
May 18, 2014, 05:55 (GMT)
Update netbeans projectfile generator to v8
Revision 003387f by Lukas Toenne
May 17, 2014, 16:28 (GMT)
Fix T40230: Recursion check when adding objects to groups is incorrect.

rB568f0c7 added a recursion check that is supposed to prevent cyclic
cases where a group includes itself via dupli instancing.

The check function was descending into all groups nested inside the
target group - which works for single level recursion like in the test
case, but does not handle generic recursion. Basically it asked:
"is object X in the group already or in any instanced dupligroup?"

The new check instead asks:
"is group G dupli'd by X or any instanced subgroup thereof?"
which is what we really need to know.
Revision 2bbb442 by Lukas Toenne
May 17, 2014, 14:48 (GMT)
Fix T40236: Undo not pushed in old-school node curve tool button functions.
May 17, 2014, 13:31 (GMT)
Fix T39757: missing cuda libary on linx, now also try to find libcuda.so.1.

I'm not sure this should be needed, but some particular systems don't have
libcuda.so so we do this now.
May 17, 2014, 13:16 (GMT)
Fix T39757: missing cuda libary on linx, now also try to find libcuda.so.1.

I'm not sure this should be needed, but some particular systems don't have
libcuda.so so we do this now.
May 17, 2014, 10:01 (GMT)
Text 3D: remove hardcoded keymaps from menu
May 17, 2014, 08:40 (GMT)
Revised the debug code added in the commit rB4958aff780a3 according to the raised concern.
May 17, 2014, 04:48 (GMT)
Fix T40231: Crash with matcaps
May 17, 2014, 04:36 (GMT)
Fix mistake in recent patch
May 17, 2014, 02:06 (GMT)
Minor changes for standalone mathutils
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021