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
path: root/source
AgeCommit message (Expand)Author
2007-03-18== Recently-Opened Files List (Patch #5708) ==Joshua Leung
2007-03-17== Sculpt Mode ==Nicholas Bishop
2007-03-17source/blender/src/buttons_editing.c:Ken Hughes
2007-03-17Fix various gcc warning, unused variables and incorrect type passed toKen Hughes
2007-03-17More fix various gcc warning, mainly related to signed/unsigned parametersKen Hughes
2007-03-17Fix various gcc warning related to signed/unsigned parameters passed toKen Hughes
2007-03-17When pressing XKEY or DELETE in NLA/Action/IPO editors, you are noJoshua Leung
2007-03-17Python APIKen Hughes
2007-03-16some dealloc's I removed didnt get automaticly added back in by python, fixed...Campbell Barton
2007-03-16type initialization updates, and refcount fix for lamp, reverted some changes...Campbell Barton
2007-03-16Patch #5460 by Juho VTon Roosendaal
2007-03-16Patch #6121 by Diego BorghettiTon Roosendaal
2007-03-16Python APIKen Hughes
2007-03-16Fix numerous gcc warnings.Ken Hughes
2007-03-15Fixed array declaration in sculptmode.cNicholas Bishop
2007-03-15PyApi,Campbell Barton
2007-03-15This is a fix for bug #6100Kent Mein
2007-03-15Patch #6264Ton Roosendaal
2007-03-15removed unneeded dealloc functionsCampbell Barton
2007-03-15removed duplicate functionality, macro's and functions existed to check a PyO...Campbell Barton
2007-03-14== Sculpt Mode ==Nicholas Bishop
2007-03-14attempted fixage for gcc warnings with Python 2.5Stephen Swaney
2007-03-14many menu items would crash blender if there was no 3d view. added checks.Campbell Barton
2007-03-14made all python types that can do .__copy__(), also do .copy()Campbell Barton
2007-03-14disabled Object.Duplicate() in background mode bacause it needs the 3d view, ...Campbell Barton
2007-03-13[ #6214 ] Select object of the same group.Campbell Barton
2007-03-13renamed norepeatX/Y to ClampX/YCampbell Barton
2007-03-13Bugfix #6211Ton Roosendaal
2007-03-13added back videoscape for pythonCampbell Barton
2007-03-13removed videoscape support, a format from 1988 that nobody uses anymore.Campbell Barton
2007-03-13exiting editmesh when in face select mode could result in hidden and selected...Campbell Barton
2007-03-13patch [#6213] msvc had problems with GL_CLAMP_TO_EDGE being undefinedKent Mein
2007-03-12Python APIKen Hughes
2007-03-12Bugfix #6167Ton Roosendaal
2007-03-12Bugfix #6181Ton Roosendaal
2007-03-12Bugfix #6183Ton Roosendaal
2007-03-12Bugfix #6173Ton Roosendaal
2007-03-12python apiCampbell Barton
2007-03-12added no-xtile and no-ytile to the images realtime properties and python api.Campbell Barton
2007-03-12Fix for bug #6127:Brecht Van Lommel
2007-03-11Python APIKen Hughes
2007-03-11Remove gcc compiler warnings from various files.Ken Hughes
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2007-03-11Documentation for the new automatically imported "bpy" module. (was Blender.M...Campbell Barton
2007-03-11=Cineon Bug= Joseph Eagar
2007-03-11Bugfix #6201Ton Roosendaal
2007-03-11Action Editor - Remove unused code.Joshua Leung
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-10PyApi: fix for own bad bug, obdata was having a user removed when the object ...Campbell Barton
2007-03-10removed python oops access, (was unreliable and nobody used it)Campbell Barton