Revision 3a3b990 by Campbell Barton May 19, 2014, 09:25 (GMT) |
Workaround T40241: Vertex snapping snaps to wrong place |
Revision f8278e5 by Campbell Barton May 19, 2014, 08:00 (GMT) |
Correct ARRAY_SIZE macro and make doxy comments consistent |
Revision 875aff2 by Bastien Montagne 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. |
Revision d1dde3c by Bastien Montagne May 18, 2014, 18:30 (GMT) |
Fix T40251: Rename of Shape key is not redrawed in Dopesheep. |
Revision 193e77c by Campbell Barton May 18, 2014, 14:24 (GMT) |
Fix T40201: Keyframe edits fail to update the viewport |
Revision e8630bd by Campbell Barton May 18, 2014, 14:00 (GMT) |
Comment unused BLI_rebase_path |
Revision 2a49bf3 by Campbell Barton May 18, 2014, 13:51 (GMT) |
Add ARRAY_SIZE macro to check fixed size arrays |
Revision 07e8096 by Martijn Berger May 18, 2014, 13:36 (GMT) |
Promote MSVC 2013 to be the official platform (without a numbered suffix) for scons |
Revision a089a86 by Campbell Barton 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). |
Revision 9127b8f by Bastien Montagne May 18, 2014, 07:55 (GMT) |
Fix T40246: Speaker Object is missing from Tabs > 'Create' tab in the Toolbar. |
Revision 48a735d by Campbell Barton 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. |
Revision 8cd88e3 by Brecht Van Lommel 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. |
Revision be03b73 by Brecht Van Lommel 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. |
Revision ef2ba65 by Campbell Barton May 17, 2014, 10:01 (GMT) |
Text 3D: remove hardcoded keymaps from menu |
Revision 7a085b4 by Tamito Kajiyama May 17, 2014, 08:40 (GMT) |
Revised the debug code added in the commit rB4958aff780a3 according to the raised concern. |
Revision 575d3dd by Campbell Barton May 17, 2014, 04:48 (GMT) |
Fix T40231: Crash with matcaps |
Revision 5ed449d by Campbell Barton May 17, 2014, 04:36 (GMT) |
Fix mistake in recent patch |
Revision 92a380d by Campbell Barton May 17, 2014, 02:06 (GMT) |
Minor changes for standalone mathutils |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021