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
2015-10-23Cleanup: rename 'datablocks' -> 'data-blocks'Campbell Barton
2015-07-02RNA Doc: Camera shift affects all cameras (perspective, orthographic and even...Dalai Felinto
2015-06-29Fix T45234: Stereo Parallel vs. Off-AxisDalai Felinto
2015-05-12Depsgraph: Add additional relations/id update tagsSergey Sharybin
2015-04-06UI i18n cleanup...Bastien Montagne
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-02-12Viewport compositing - first codeAntony Riakiotakis
2015-01-19Viewport: Add adjustable safe areas, 3d-view & VSECampbell Barton
2015-01-19WM: add a notifier for camera/viewport optionsCampbell Barton
2013-11-25UI: change hard limits on a few camera and image properties to infinite, soft...Mark Ayers
2013-03-13Fix #34481: camera focal length and sensor size did not use units yet, now th...Brecht Van Lommel
2013-03-07use bool for rna funcs.Campbell Barton
2013-02-21Remove orthographic camera Scale hard min/max and make them soft limits instead,Brecht Van Lommel
2012-12-31Some minor cleanup in camera's FOV angle props (mostly use DEG2RAD macro, and...Bastien Montagne
2012-10-25Camera: bring Title Safe display up to date, making it a Safe Areas option thatBrecht Van Lommel
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-04Fisheye Camera for CyclesDalai Felinto
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2011-11-19Camera Sensor:Brecht Van Lommel
2011-11-19Camera: more code refactoring, adding a function to create CameraParams fromBrecht Van Lommel
2011-11-04Configurable sensor size:Sergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-29rna function:Campbell Barton
2011-06-142.5 Camera:Thomas Dinges
2011-05-16set clip_start value minimum to 0.001, since 0.0 makes the viewport go very s...Campbell Barton
2011-05-15camera composition guides:Campbell Barton
2011-05-10Typo in composition guidesDaniel Salazar
2011-05-10camera composition guides: center, thirds, golden rule Campbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
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
2010-11-17Fixing bad ui range in camera draw sizeDaniel Salazar
2010-09-27disable animating the camera lens angle, this way we dont have the problem wh...Campbell Barton
2010-09-27invalid name [#23986] Camera->Lens->Pespective->Angle inputCampbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-07-24[#22873] Snap to increment isn't working that expected when Units set to Metr...Campbell Barton
2010-04-17move camera lens/angle conversion to BLI_mathCampbell Barton
2010-04-15Fix [#22029] Camera in degree mode doesn't updateMatt Ebb
2010-03-24remove unused rna includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-10Increased camera angle to allow for the wildest super telephoto lensesDaniel Salazar
2010-02-09Adding soft limits and better hard limits to relevant camera propertiesDaniel Salazar
2010-02-05use the camera's lens angle as radians.Campbell Barton
2010-01-26Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined.Brecht Van Lommel
2010-01-25Show Cone option for spot lamps, to visualize which objects are being affected.Brecht Van Lommel
2009-12-22increasing camera lens limit to 172.85 (same as 2.49xx)Dalai Felinto