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-12-04`#if 0` use of Object.nlastrips, there is no way to add or remove these from ...Campbell Barton
2011-11-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07minor editsCampbell Barton
2011-11-05Code refactoring: split lamp functions from object.c into new lamp.c.Brecht Van Lommel
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
2011-11-01added path traversal flag - BPATH_TRAVERSE_SKIP_MULTIFILE,Campbell Barton
2011-10-28use generic path remapping when making all library data local, previously onl...Campbell Barton
2011-10-27use path remapping for all make local functions, patch from Alex Fraser with ...Campbell Barton
2011-10-27- remove bpath iterator and replace all uses with visitor.Campbell Barton
2011-10-27Support more kinds of paths for path re-writing / traversing, patch from Alex...Campbell Barton
2011-10-27edits ontop of Alex's patch from r41292.Campbell Barton
2011-10-26Fix [#28772] Filepaths are not remmaped after making a library item localAlex Fraser
2011-10-24added function BKE_library_filepath_set which sync's the libraries absolute p...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-09replace sprintf with strcpy where no formatting is done and return value isn'...Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-27fix for building with msvc, ssize_t is more correct but in this case its not ...Campbell Barton
2011-08-27subtraction on unsigned values didnt work as intended for copying ID's.Campbell Barton
2011-08-093D Audio GSoC:Joerg Mueller
2011-08-043D Audio GSoC:Joerg Mueller
2011-08-013D Audio GSoC:Joerg Mueller
2011-06-29Compiler warning fixesJoshua Leung
2011-06-29Actions can now be made single-user from the OutlinerJoshua Leung
2011-05-01Style CleanupCampbell Barton
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-03-01Py/RNA API test code to prevent crashing blender when python references freed...Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-02-11Removed the internal_select parameter from ntreeCopyTree. This was used just ...Lukas Toenne
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-05py api function to tag all ID blocks, was available in 2.4x as.Campbell Barton
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-17Bugfix #25264Ton Roosendaal
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-23Small feature fix: zero-user blocks get indicated with "0" again inTon Roosendaal
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-09bugfix [#24403] Object.copy() duplicates armature actionCampbell Barton
2010-11-07de-duplicate unique naming logic, was used in 7 different places, convert int...Campbell Barton
2010-11-05tedious string copying changesCampbell Barton
2010-11-01bugfix [#24477] Can easily create bones with duplicate namesCampbell Barton
2010-10-29bugfix for grease pencil freeing order.Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-10-07misc fixes found with clang's static checker.Campbell Barton