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-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
2010-09-06bugfix [#23593] using material_slot.material=material_slot.material.copy() ca...Campbell Barton
2010-08-30various utf8 compatibility fixesCampbell Barton
2010-08-22possible fix [#23331] Hidden Bones Contribute to Axis NormalCampbell Barton
2010-08-22own commit to fix a naming bug caused a new bug.Campbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-31- add back prefix for ID lists (LF) for linked and fake user for search fields.Campbell Barton
2010-07-30bugfix [#22859] Multi-user images cant be made into single user in texure panel.Campbell Barton
2010-07-23[#22876] Add new scene, stacker ".00" bugCampbell Barton
2010-07-21Revert revision 30441: [#22876] Add new scene, stacker ".00" bugBrecht Van Lommel
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-17[#22876] Add new scene, stacker ".00" bugCampbell Barton
2010-07-05Bugfix #22685: Screen update slow, animation player ALT-A, files created with...Joshua Leung
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-04-30use size_t for MEM_allocN_len as well as some of its callersCampbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-03-31svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2787...Campbell Barton