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-04-21minor changesCampbell Barton
2011-04-20Fix #27014: ctrl-A, ctrl-C, ctrl-V breaks formatting of scriptSergey Sharybin
2011-04-16Fix for IRC reported bug from Dalai:Sergey Sharybin
2011-03-19remove some redundant vars, assignments & checks.Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-01-15remove unused vars & avoid some clang warnings.Campbell Barton
2011-01-11remove misc unused vars and correct theme name for face angles.Campbell Barton
2011-01-08remove unused code & variables.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2010-12-31Bugfix [#25414] Entering a newline before a : still indents itJoshua Leung
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-21/WX enabled for MSVC in CMake too.Nathan Letwory
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-08-132.5: more removal of G.main.Brecht Van Lommel
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-30patch [#23088] 2.5 Text Editor: Preserve indentation with spacesCampbell Barton
2010-07-26[#23033] Unindent after continue statement in Text Space [Patch to fix attached]Campbell Barton
2010-06-06- [#22492] [29159] commit breaks importing of script file that has a reload t...Campbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-03-08image re-project now uses offscreen render function and has input for render ...Campbell Barton
2010-03-07flipping "tab as space" option (so it's on by default - argh ;)Dalai Felinto
2010-03-07Tab as Space as a User Preference option. to affect new and loaded text files.Dalai Felinto
2010-02-12correct fsf addressCampbell Barton
2010-02-09Bugfix #21041: pressing tab, adds spaces depending on the end of the lineJoshua Leung
2010-01-26bugfix [#20674] SegFault from console 'c = data.texts["text1"].copy()'Campbell Barton
2010-01-18- opengl render anim exec function so python can render opengl animations wit...Campbell Barton
2010-01-17Text Editor: indent and unindent now supports tabs/spaces according to (text-...Dalai Felinto
2010-01-16possible fix for [#20674] SegFault from console 'c = data.texts["text1"].copy()'Campbell Barton
2010-01-15Text Editor: Add an option "Tabs as Spaces".Dalai Felinto
2009-11-20Improvements to tab -> spaces conversions and use in the Text Editor:Willian Padovani Germano
2009-11-18insert spaces instead of tabs, makes editing templates less painfull, tho we ...Campbell Barton
2009-09-22PyConsole improvementsCampbell Barton
2009-09-17Warning fixes for blenkernel and editors.Brecht Van Lommel
2009-09-16Operator cheat sheet (from the help menu)Campbell Barton
2009-09-052.5Brecht Van Lommel
2009-04-272.50: fix crashes in the text editor due to undo buffer.Brecht Van Lommel
2009-03-012.5: Text Editor back.Brecht Van Lommel
2009-01-042.5Ton Roosendaal
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-10-29fix for more disable python defines,Campbell Barton