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-06-15merge from trunk r37405Xiao Xiangquan
2011-06-11accident when merge. revert to r37405Xiao Xiangquan
2011-06-11accident when merge. revert to r37405Xiao Xiangquan
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-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
2011-05-18cleanup onlyCampbell 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-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-05-06add zlib include dir for cmake too.Campbell Barton
2011-05-05fix to scons after exotic was removed (patch from jms)Dalai Felinto
2011-05-05remove exotic.c, there was no operators to access these formats and they were...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-30use camera render argument to avoid temp overwriting the scene camera.Campbell Barton
2011-04-28CMake build option for security report: CVE-2009-3850Campbell Barton
2011-04-25workaround/fix [#27162] Running commands in python console crashes blenderCampbell Barton
2011-04-23fix for using enter on menus which load files:Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton