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-31typo fix: end of lines ;; --> ;Campbell Barton
2011-08-31fix for error in my recent change to image save.Campbell Barton
2011-08-31catch exception and report an error when failing to write exr files - was cra...Campbell Barton
2011-08-30Fix #28427: smooth faces flash momentarily when extruded using "extrude and m...Sergey Sharybin
2011-08-30Fix for [#28425] when user prefs -> editing -> align to == "view" newly inser...Thomas Dinges
2011-08-30minor edits, pep8 - also correct float -> double promotion for blf.Campbell Barton
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-30fix for some warnings with the recent merge, also tag unused args.Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-30Last bunch of minor fixes before merge.Joerg Mueller
2011-08-29Fix #28295 Outliner, mouse button on menu's pass through.Sergey Sharybin
2011-08-29Fix #28347: VBO's highlights wrong faces when Mirror modifier is in useSergey Sharybin
2011-08-29* Reverting Titlecard commit r37537Joerg Mueller
2011-08-29patch [#28355] Better Environment Map scriptingCampbell Barton
2011-08-29fix [#28401] OpenGL render option disables border clippingCampbell Barton
2011-08-28Missed notifier was found when looking at #28393Sergey Sharybin
2011-08-28== Sequencer ==Peter Schlaile
2011-08-28Assorted comment clarification in response to code review notesJoshua Leung
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-27fix [#28373] "Lock camera to view" doew not work with 3D-mouse Campbell Barton
2011-08-27Fix [#28341] writing }(alt+n) in text editor creates a new fileSergey Sharybin
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