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-07-18Bugfix #27927Ton Roosendaal
2011-07-04Apply patch 4636051. COLLADA: Export selection.Nathan Letwory
2011-06-21Blender 2.58 release preparations:Thomas Dinges
2011-06-17fix [#26621] Memory leaks when creating popup window.Campbell Barton
2011-06-10added a check to console auto-compleation for pythons struct_seq type, so bpy...Campbell Barton
2011-06-09Bugfix #26886Ton Roosendaal
2011-06-06bug [#27582] Screen Editing > Split and Join area don't work.Campbell Barton
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-06-04Code holiday commit:Ton Roosendaal
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-27split BLO_library_append_named_part into 2 function, one that adds objects in...Campbell Barton
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-26Fix #27445: various operators missing with some non-english system languages.Brecht Van Lommel
2011-05-24remove some warnings and possible use of un-initialized vars.Campbell Barton
2011-05-23fix [#26618] StringProperty with sub_type of FILE_PATH not updated correctly ...Campbell Barton
2011-05-16enable game panel even if the BGE is disabled since its settings effect the v...Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-12== Radial control ==Nicholas Bishop
2011-05-09Code cleanup: warning fixes.Brecht Van Lommel
2011-05-08fix [#27324] WindowManager.invoke_search_popup() crashes blender and does not...Campbell Barton
2011-05-05alternative to joe's commit r36451.Campbell Barton
2011-05-04pass colors to glColor as vectors where possible.Campbell Barton
2011-05-03correct url [#27252] Help link "Manual" in blender still points to 2.49 docum...Campbell Barton
2011-05-03=trunk=Joseph Eagar
2011-05-02x11 builds again.Campbell Barton
2011-05-02Fix [#26981] Command window is not opening in 2.57.0Nathan Letwory
2011-04-25workaround/fix [#27162] Running commands in python console crashes blenderCampbell Barton
2011-04-13Crap, there was still a old Link to Release Logs. Maybe retag, after this and...Thomas Dinges
2011-04-12- fix for cmake when there is no version character.Campbell Barton
2011-04-12ignore the local blender folder when displaying the copy old settings button.Campbell Barton
2011-04-12change behavior of restoring old settingsCampbell Barton
2011-04-11operator & splash button to copy over old settings when blender version changes.Campbell Barton
2011-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-04-06Name unification commit for console toggling operator.Sergey Sharybin
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-04Fixed invalid RNA access in radial brush operators (like strength/size abjust...Sergey Sharybin
2011-04-03quiet warnings.Campbell Barton
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-04-01Bugfix #26654Ton Roosendaal
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-22some more corrections to incorrect rna get/set types.Campbell Barton
2011-03-22crash fix for Normalize All VGroups on a lattice without vgroups (probably ot...Campbell Barton
2011-03-21fix for use of un-initialized pointers in file_sfile_to_operator(...) & remov...Campbell Barton
2011-03-20== file browser ==Andrea Weikert
2011-03-15fix [#26494] Auto run Python scripts option in User Preferences problemCampbell Barton
2011-03-12library loading api.Campbell Barton
2011-03-12pass report list along to BLO_blendhandle_from_file(), avoid unlikely crash i...Campbell Barton
2011-03-11fix [#26436] Operator.draw(): UI redraw; UI trimmedCampbell Barton
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-02-27== UI icons ==Andrea Weikert