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-04-23code cleanup: comment unused functions (removed one which isnt useful anymore).Campbell Barton
2012-04-23fix [#31064] Save confirmation stops showingCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-03-26style cleanup: mostly whitespace around operatorsCampbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-24code cleanup: use zero_v3Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-07fix for bug in ED_view3d_project_float that only effected the 'Rip' tool.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-28code cleanup: make clipping enable/disable into functions (was being done inl...Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-22code cleanyp - no functional changes.Campbell Barton
2012-02-01svn merge ^/trunk/blender -r43751:43819, need to look into changes made to ed...Campbell Barton
2012-02-01fix [#29433] Incorrect drawing of Circle/Axes/Cross on Particles when Display...Campbell Barton
2012-01-31Implemented general functions to store view context like viewport width/heightSergey Sharybin
2012-01-19svn merge ^/trunk/blender -r43524:43530Campbell Barton
2012-01-19style edits - < 120 line widthCampbell Barton
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
2012-01-14adjust view3d api function for getting user region to also return view3d sinc...Campbell Barton
2011-12-27svn merge ^/trunk/blender -r42871:42882Campbell Barton
2011-12-27Factor out some generic parts of the sculpting PBVH redraw planes code.Nicholas Bishop
2011-12-23svn merge ^/trunk/blender -r42778:42839Campbell Barton
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-08svn merge ^/trunk/blender -r42495:42516Campbell Barton
2011-12-08Fix #29546: missing 3d view redraw after game exit with overlap draw mode,Brecht Van Lommel
2011-12-05manual sync with trunk - pulling in changes where the issues are not bmesh sp...Campbell Barton
2011-11-20svn merge ^/trunk/blender -r41961:41998Campbell Barton
2011-11-19Camera: some more refactoring, mostly in the function that computes the cameraBrecht Van Lommel
2011-11-19add poll function for VIEW3D_OT_camera_to_view_selected & remove some unused ...Campbell Barton
2011-11-19Camera: some more code deduplication.Brecht Van Lommel
2011-11-19Camera: more code refactoring, adding a function to create CameraParams fromBrecht Van Lommel
2011-11-15svn merge -r41779:41847 ^/trunk/blenderCampbell Barton
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-14VIEW3D_OT_camera_to_view_selected operator to move the camera to frameCampbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell 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-06svn merge ^/trunk/blender -r41503:41575Campbell Barton
2011-11-04Configurable sensor size:Sergey Sharybin
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-28svn merge ^/trunk/blender -r40587:40643Campbell Barton
2011-09-27Commented and tagged some unused vars (gcc warnings...)Bastien Montagne
2011-09-24svn merge ^/branches/bmesh/blender -r40512:40513Campbell Barton
2011-09-24Another rip fix for rip grabbing the wrong side of the split edgesAndrew Wiggin