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-01ndof popup menu (experimental (mostly harmless))Mike Erwin
2011-06-27Bugfix #27768Ton Roosendaal
2011-06-25baby steps toward an NDOF popup menuMike Erwin
2011-06-25Bugfix #27765Ton Roosendaal
2011-06-24own patch [#27752] Python Callback (Scriptlink functionality)Campbell Barton
2011-06-24right panel doneXiao Xiangquan
2011-06-24merge from trunk #37722Xiao Xiangquan
2011-06-23GHOST Cocoa: move y origin top/bottom conversions out of windowmanager moduleBrecht Van Lommel
2011-06-21Blender 2.58 release preparations:Thomas Dinges
2011-06-20handle SpaceType and UserPref popupsXiao Xiangquan
2011-06-19resolved collision among WM event types, ndof no longer encroaches on keyboar...Mike Erwin
2011-06-18rename cmake include/libraries to conform with suggested cmake namesCampbell Barton
2011-06-17fix [#26621] Memory leaks when creating popup window.Campbell Barton
2011-06-16Standard views (front, top, etc.) work from buttons on SpaceExplorer and Spac...Mike Erwin
2011-06-15Committing patch #25676 Anisotropic filtering in viewport and BGE by me.Mitchell Stokes
2011-06-15translate left panelXiao Xiangquan
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-06-15merge from trunk r37405Xiao Xiangquan
2011-06-15removed temporary debug loggingMike Erwin
2011-06-13Fix #27594: non-active object in weight paint mode doesn't free memory.Brecht Van Lommel
2011-06-11accident when merge. revert to r37405Xiao Xiangquan
2011-06-11accident when merge. revert to r37405Xiao Xiangquan
2011-06-11SpaceNav works on LinuxMike Erwin
2011-06-10added a check to console auto-compleation for pythons struct_seq type, so bpy...Campbell Barton
2011-06-10Add i18n support for C code, and most menu items can be translated, nowXiao Xiangquan
2011-06-09Bugfix #26886Ton Roosendaal
2011-06-09migrated NDOF code from soc-2010-merwin, SpaceNavigator now works on Mac blenderMike Erwin
2011-06-08cmake: remove python include in the wm module, set opengl as a system include.Campbell Barton
2011-06-08don't write file history in backgound mode (running ctest would overwrite all...Campbell Barton
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-06spelling correctionsCampbell Barton
2011-06-06fix for crash opening the file selector twice with multiple windows open (whe...Campbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-06-04edits to make these cmake files compatible with my own basic cmake parser whi...Campbell Barton
2011-06-02fix for [#27410] Manual save kills actual .blend file if disk space is lowAndrea Weikert
2011-06-02Almost complete the i18n system, including:Xiao Xiangquan
2011-05-31Make sure correct path separator is used.Nathan Letwory
2011-05-31cmake maintenanceCampbell Barton
2011-05-30Fix #27522: crash when closing new render window with render error messageBrecht Van Lommel
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-27Windows installer and Path changes, fixing various issues:Brecht Van Lommel
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-22fix [#27458] Links for Logic Bricks no longer workCampbell Barton
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-05-18RNA: pass Main rather than Context to register/unregister callbacks.Brecht Van Lommel