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
2014-12-19Fix reversed args in function call (float, bool vs. bool, float).Bastien Montagne
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-08-13Math Lib: name signed versions of dist_to_plane_v3 explicitlyCampbell Barton
2014-08-11Fix T41395: Set Object As Camera - Monkey Render bug?Sergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-01Fix for using non camera objects as a camera having zero area view-frameCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-12-29Fix missing check if isect_plane_plane_v3 fails to find an intersection.Campbell Barton
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-11-26Math library: minor additions sqrtf_signed and copy_v2_fl2Campbell Barton
2013-08-23simplify dist_to_plane_v3 and add dist_squared_to_plane_v3Campbell Barton
2013-08-23math api edits - replace point-normal form for a plane with dist_to_plane_v3()Campbell Barton
2013-08-13change VIEW3D_OT_camera_to_view_selected poll function so it can be called fr...Campbell Barton
2013-07-26fix [#36277] Right click no longer selects the cameraCampbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-17minor changes to view3dCampbell Barton
2012-11-30fix for r51636 - making the lens work in ortho mode made view-all and local-v...Campbell Barton
2012-10-24Patch #29142: Reduce hopping when switching between perspective and orthograp...Sergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-08-09use sensor size when calculating dof rather then hard coded values.Campbell Barton
2012-05-06style cleanup: BKE_*.c files which deal with library functionsCampbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-04Fisheye Camera for CyclesDalai Felinto
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-11-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-20- pyapi mathutils.geometry.intersect_plane_planeCampbell 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-19replace fabs with fabsf where both input and output are floats.Campbell Barton
2011-11-19Camera Sensor:Brecht Van Lommel
2011-11-19Camera: more code refactoring, adding a function to create CameraParams fromBrecht Van Lommel
2011-11-18Camera: some code refactoring, use an intermediate CameraParams struct insteadBrecht Van Lommel
2011-11-14fix for shiftx/y for recently added VIEW3D_OT_camera_to_view_selected operator.Campbell Barton
2011-11-14VIEW3D_OT_camera_to_view_selected operator to move the camera to frameCampbell Barton
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