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
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-02code cleanup:Campbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-04svn merge ^/trunk/blender -r43092:43092Campbell Barton
2012-01-03Code cleanup - removing some ugly/obsolete stuff I came across while hackingJoshua Leung
2011-12-26svn merge ^/trunk/blender -r42839:42871Campbell Barton
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42660:42669Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-16de-duplicate parent loop checking functionCampbell Barton
2011-12-05commenting out code added in bmesh and not verified.Campbell Barton
2011-12-04svn merge ^/trunk/blender -r42372:42416Campbell Barton
2011-12-04remove use of deprecated struct membersCampbell Barton
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-11-30svn merge ^/trunk/blender -r42261:42290Campbell Barton
2011-11-30fix for parenting bug introduced by own commit r42273, adding dummy object di...Campbell Barton
2011-11-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-30fix [#29111] Wrong application of delta scaleCampbell Barton
2011-11-27fix [#29380] VParent + Mask Mod,Campbell Barton
2011-11-23svn merge ^/trunk/blender -r42080:42095Campbell Barton
2011-11-23Fix #29367: Vertex parent regressionSergey Sharybin
2011-11-20Various typo cleanups, remove unnecessary code etc, found during recent work ...Andrew Wiggin
2011-11-20svn merge ^/trunk/blender -r41961:41998Campbell Barton
2011-11-19add poll function for VIEW3D_OT_camera_to_view_selected & remove some unused ...Campbell Barton
2011-11-19replace fabs with fabsf where both input and output are floats.Campbell Barton
2011-11-16svn merge -r41847:41899 ^/trunk/blenderCampbell Barton
2011-11-15fix [#29272] Dynamic Paint crashes on duplicating a particle systemCampbell Barton
2011-11-15svn merge -r41779:41847 ^/trunk/blenderCampbell Barton
2011-11-14VIEW3D_OT_camera_to_view_selected operator to move the camera to frameCampbell Barton
2011-11-11svn merge -r41723:41751 ^/trunk/blenderCampbell Barton
2011-11-11fix [#29203] Camera can still move even when transforms lockedCampbell Barton
2011-11-08svn merge ^/trunk/blender -r41602:41638 .Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07svn merge -r41575:41602 ^/trunk/blenderCampbell Barton
2011-11-07minor editsCampbell Barton
2011-11-06misc macro --> bli math lib functionsCampbell Barton
2011-11-06svn merge ^/trunk/blender -r41503:41575Campbell Barton
2011-11-06Removed old "bsystem_time()" function, which by now is just aJoshua Leung
2011-11-06As discussed on the mailing list, removing the non-functional,Joshua Leung
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-05more DNA object editsCampbell Barton
2011-11-05- view bounds (now split from collision bounds) was still being used for bge ...Campbell Barton
2011-11-05Forgot to initialize sensor height when creating new camera.Sergey Sharybin