Revision 217c263 by Benoit Bolsee January 26, 2010, 16:31 (GMT) |
Update MSVC project files |
Revision 8d6a40c by Brecht Van Lommel January 26, 2010, 15:54 (GMT) |
Fix #19802: tweaking the values of e.g. the add tube operator when entering editmode on a second mesh would create a duplicate tube. Cleaning the undo stack from the previous mesh would mess up the redo. Also, OBJECT_OT_mode_set was causing enter/exit editmode undo push to be done twice, now it leaves undo push to the operator it calls. |
Revision dcf54b9 by Brecht Van Lommel January 26, 2010, 15:44 (GMT) |
Fix for missing space between colon and number in sliders buttons. |
Revision bffad18 by Campbell Barton January 26, 2010, 14:39 (GMT) |
[#20046] 2.5 "bridge faces" tool doesn't delete original selection remove this script, its not good enough, remove grease pencil retopo also. |
Revision 058f68d by Brecht Van Lommel January 26, 2010, 14:08 (GMT) |
Fix #20049: mdef binding wasn't working correct since raytrace optimization. |
Revision 6417744 by Campbell Barton January 26, 2010, 14:00 (GMT) |
am learning bad spelling from blender. grr |
Revision e307f6c by Campbell Barton January 26, 2010, 13:50 (GMT) |
rename defgroup functions to be more consistant. * no functional changes * |
Revision 50a7cdd by Brecht Van Lommel January 26, 2010, 13:17 (GMT) |
Fix attempt to free already freed memory when loading an animation in the sequencer, was in the code that tests if it's a file that it understands. Didn't cause a crash here though, just warning. |
Revision c8eaae0 by Brecht Van Lommel January 26, 2010, 12:12 (GMT) |
Fix #19580: text editor - current line is dependent on the text datablock, not the editor. |
Revision 8f6ce8c by Campbell Barton January 26, 2010, 11:51 (GMT) |
bugfix [#20401] Hair Combing with "Limit Selection to Visible" does not comb all particles Limit selection was totally broken (border select, circle select etc) because the depth function was using the view matrix multiplied by the object matrix. I couldnt find any case where this was needed, but take care when using data->mats.modelview from particle mode edit tools. |
Revision 38111eb by Brecht Van Lommel January 26, 2010, 11:36 (GMT) |
Patch #20800: uv editor zoom rate not properly calculated, uv's were drawn slightly offset from the image. Patch by Masahito Takahashi, thanks! |
Revision 0093045 by Campbell Barton January 26, 2010, 11:29 (GMT) |
bugfix [#20674] SegFault from console 'c = data.texts["text1"].copy()' |
Revision 4efed23 by Brecht Van Lommel January 26, 2010, 11:25 (GMT) |
Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined. |
Revision 7c776bc by Brecht Van Lommel January 26, 2010, 11:23 (GMT) |
Fix for make duplicates real, put new objects on same layers as duplicator instead of original object. |
Revision fb8d6b9 by Nathan Vegdahl January 26, 2010, 11:17 (GMT) |
Rigify: - Removed control-shape deformation bones from the spine rig (no longer necessary thanks to the new "custom shape at" feature). - Various improvements to the mouth rig, including a corrective shape key for mouth-open. - The new method of generating into the same armature object every time wasn't copying pose bone data in the process, such as rotation mode and transform locks. |
Revision 5fe3524 by Brecht Van Lommel January 26, 2010, 11:15 (GMT) |
Fix #20803: convert button in particle modifier didn't work for creating duplis yet. |
Revision 50e324c by Brecht Van Lommel January 26, 2010, 11:14 (GMT) |
Rename Beauty Fill to Beautify Fill like in 2.4x, more accurate description of what it does since it doesn't actually fill, only change an existing one. |
Revision 26d8b59 by Brecht Van Lommel January 26, 2010, 11:11 (GMT) |
Assign automatic/envelope weights in weight paint mode is back, accessible from W key and in new Weights menu in the header. |
Revision 5a16033 by Joshua Leung January 26, 2010, 10:52 (GMT) |
Bugfix #19344: Using the scroll bar zoom widget doesn't work in some situations Zoom widgets now only show if the scrollbar only shows scale markings (i.e. timegrids). --- Also removed an empty header file. |
Revision e03bbf1 by Joshua Leung January 26, 2010, 10:29 (GMT) |
Assorted Bugfixes: * Adding new Keying Set paths didn't initialise the id-type setting. Make this default to Object * Fixed bad poll callbacks for Graph Editor operators working on keyframes, which were expecting F-Curves to be selected too to be eligible for editing. This was often too restrictive, resulting in nothing happening. * Fixed error with default property for Debug Redraw-Timer Operator not being set. However, this operator is currently still no use, since the info popups are now disabled. |
|