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-01-23Removed the omat matrix from DupliObject.Lukas Tönne
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-13Color control for bl_debug_draw functionsHoward Trickey
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-14Revert "Hide the 3D cursor in a few cases where it is unneeded (active object...Antony Riakiotakis
2013-12-13minor style and comment fix.Antony Riakiotakis
2013-12-13Hide the 3D cursor in a few cases where it is unneeded (active object isAntony Riakiotakis
2013-12-09View3D API: rename view3d_camera_get to ED_view3d_camera_data_getCampbell Barton
2013-12-03Fix T37663: Black matcap when object located on a curveSergey Sharybin
2013-11-24Code Cleanup: use math functions and reduce View3d axis drawing into a loopCampbell Barton
2013-11-20* Remove more code for stars, missed those. Sorry!Thomas Dinges
2013-11-20Blender Internal:Thomas Dinges
2013-11-18Fix T37495: Duplis weren't handling negative scaled objects properly.Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-18Pampa Project request: FPS in sequencer editorSergey Sharybin
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-08-22add utility functions for dealing with planesCampbell Barton
2013-08-19Tag object-data level boundbox as invalid rather than freeing itSergey Sharybin
2013-08-06view3d: gridfloor subdivisions wasn't respected for perspective mode.Campbell Barton
2013-08-06code clenup: remove benchmarking left in by accident and GPU print, also some...Campbell Barton
2013-08-05minor glitch with border drawing, use glRecti rather then glRectf, so roundin...Campbell Barton
2013-08-05use api function for rect intersectionCampbell Barton
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-01minor change for high res displays, scale fcurve handles and view3d axis size.Campbell Barton
2013-06-16replace strcat with BLI_strcpy_rlen in draw_selected_name(), view3d function.Campbell Barton
2013-06-06style cleanupCampbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-24style cleanup: also remove unused varCampbell Barton
2013-05-24Cleaned up draw_selected_name() to avoid redundant BLI_snprintf() callsGaia Clary
2013-05-23Made display of object : bone : shapes unique for weight painting and armatur...Gaia Clary
2013-05-23Improved display of active bone (in 3DView) when weight painting a mesh ObjectGaia Clary
2013-05-23Added display of active bone (in 3DView) when weight painting a mesh ObjectGaia Clary
2013-05-08fix [#30862] "Lock" and "Box" Quad View options won't stay put when togglingCampbell Barton
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-05-08remove unneeded null check in draw_viewport_nameCampbell Barton
2013-05-01Fix #35149: solidify modifier + vertex parent not working after going in and outBrecht Van Lommel
2013-04-25fix [#35072] View name of 3Dview is clamped in JapaneseCampbell Barton
2013-04-18Fix #34997: when starting the game engine in one window and switching to a se...Brecht Van Lommel
2013-04-15Cycles: optimization for 3D viewport border render with heavy scenes, the OpenGLBrecht Van Lommel
2013-04-11Fix #34817: improve OpenGL preview render speed, it got quite a bit slower si...Brecht Van Lommel
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-04-05code cleanup: use bool's for vgroup and editmode.Campbell Barton
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-04-01Fix #34819: Background image gets pixelated when zooming inSergey Sharybin
2013-03-23Code cleanup:Thomas Dinges
2013-03-21Bug fix #34713Ton Roosendaal
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-19Fix regression in viewport background image transparencySergey Sharybin