Blender Git Commits

Blender Git "master" branch commits.

Page: 4433 / 5574

January 26, 2010, 16:31 (GMT)
Update MSVC project files
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.

January 26, 2010, 15:44 (GMT)
Fix for missing space between colon and number in sliders buttons.

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.
January 26, 2010, 14:08 (GMT)
Fix #20049: mdef binding wasn't working correct since raytrace optimization.

January 26, 2010, 14:00 (GMT)
am learning bad spelling from blender. grr
January 26, 2010, 13:50 (GMT)
rename defgroup functions to be more consistant.
* no functional changes *
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.

January 26, 2010, 12:12 (GMT)
Fix #19580: text editor - current line is dependent on the
text datablock, not the editor.

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.
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!

January 26, 2010, 11:29 (GMT)
bugfix [#20674] SegFault from console 'c = data.texts["text1"].copy()'
January 26, 2010, 11:25 (GMT)
Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined.

January 26, 2010, 11:23 (GMT)
Fix for make duplicates real, put new objects on same layers as
duplicator instead of original object.

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.

January 26, 2010, 11:15 (GMT)
Fix #20803: convert button in particle modifier didn't work
for creating duplis yet.

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.

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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021