Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-08-27- fix for BL_Shader::SetUniform() missing out the last part of the matrix.Campbell Barton
2011-08-26fix for crash when running a python script in a non utf8 blend path, inspecti...Campbell Barton
2011-08-26Fix #28301: Sculpting a object with rotational have desfaceSergey Sharybin
2011-08-26Fix #28370: border select for curve and metaball did not update number ofBrecht Van Lommel
2011-08-26when applying armature object transform now transform the bone roll too.Campbell Barton
2011-08-26file-selector: when converting operator arguments to the file selector, wasnt...Campbell Barton
2011-08-25Fix for [#28304]Alexander Kuznetsov
2011-08-25picky style edits with screen/view/drawing, also remove own bad example doc.Campbell Barton
2011-08-25Patch for bug #28289Jeroen Bakker
2011-08-25Committing patch #25675 "Make "Cast Buffer Shadows" option work in viewport a...Mitchell Stokes
2011-08-24fix [#28356] Import export STL files, problem in script in version r39307Campbell Barton
2011-08-24fix [#28340] Can't set image depth, quality from image saveCampbell Barton
2011-08-23fix for 3 bugs in bone renamingCampbell Barton
2011-08-23BLI_strescape for a basic, python like string escaping, currently only use fo...Campbell Barton
2011-08-23Merging r39486 through r39651 from trunk into vgroup_modifiers.Bastien Montagne
2011-08-23Make Ctrl+RMB in editmode behave like 2.4x, was re-using center option which ...Campbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-22Rearrange anim channels - quick hotkey tweakJoshua Leung
2011-08-22Improved hotkeys for frame/keyframe/jumpingJoshua Leung
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-08-21Bugfix [#28309] pose lib too many keyframes in automatic keyframingJoshua Leung
2011-08-21Small fix, report in IRC by Olivier:Ton Roosendaal
2011-08-21fix for out of bounds array access for shaded drawing in the UI, remove alpha...Campbell Barton
2011-08-21Bugfix [#28308] Crashes when individual channels are moved in ActionJoshua Leung
2011-08-20remove over zealous undo's on operators that don't need it.Campbell Barton
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-19store a pointer to the units system in the uiBlock since the button code was ...Campbell Barton
2011-08-18misc changes to unterface & undoCampbell Barton
2011-08-18minor change for operator OUTLINER_OT_item_activateCampbell Barton
2011-08-18disable undo for hard coded interface buttons:Campbell Barton
2011-08-18disable undo for screen & wm RNA buttons, changing shading mode via the UI fo...Campbell Barton
2011-08-18fix for bad array access in transform operator, was assigning an array to a s...Campbell Barton
2011-08-17Fix #28262: uv unwrap in sync selection mode unwrapped all faces irrespectiveBrecht Van Lommel
2011-08-17Fix #28194, #28269: proxy object was not showing pose mode as available inBrecht Van Lommel
2011-08-17Merging r39199 through r39485 from trunk into vgroup_modifiers.Bastien Montagne
2011-08-17fix [#28274] Cant select aditional object in edit mode.Campbell Barton
2011-08-17fix for error calling RNA_property_float_get_index on non array float rotatio...Campbell Barton
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-16minor fix, armature selection outline was not being drawn for non-active, sel...Campbell Barton
2011-08-162.6 Node Muting:Thomas Dinges
2011-08-16Bugfix [#28267] keyframed values for shapekeys of copied objects areJoshua Leung
2011-08-15Code cleanup: add UNUSED_FUNCTION macro to avoid warning messages about unusedBrecht Van Lommel
2011-08-15Restoring "Clear User Transforms" operatorJoshua Leung
2011-08-15Fix #27803: editing texture did not update compositing nodes using that texture.Brecht Van Lommel
2011-08-15Remove some unused code + warning fixJoshua Leung
2011-08-15"Select Grouped" by Keying Set for BonesJoshua Leung
2011-08-15Select by Keying Set...Joshua Leung
2011-08-15workaround [#28250] Append dialogue will ask to create new directory inside a...Campbell Barton
2011-08-15comment unused lines.Campbell Barton