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-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
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
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-06disallow naming ID datablocks an empty string, this wont work, you cant selec...Campbell Barton
2010-02-15copy animdata and id-props when copying material node tree's to avoid double ...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-30A few minor code cleanup tweaks for recent commits in animation code, to bett...Joshua Leung
2010-01-30deleting objects which were driver targets would crash blender.Campbell Barton
2010-01-12rename free_group to free_group_objects since it doesnt free the group its self.Campbell Barton
2010-01-07group instance still didnt work in some cases, now tag ID flag when linking a...Campbell Barton
2009-12-29* speedup for animating bones, in one scene with sintel and a dragon animated...Campbell Barton
2009-12-28Fix for [#20032] outliner cuts off long names after pasing themMatt Ebb