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-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-07code cleanupCampbell Barton
2012-09-06Fix wrong cycles tile size in viewport, could affect performance a bit.Brecht Van Lommel
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-09-03add endian switch functions to replace macros SWITCH_INT/LONG/SHORT, with BLI...Campbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-09Fixed typo in clip's display aspect usageSergey Sharybin
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-23view3d - enable background images and footage with `Only Render`, useful for ...Campbell Barton
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-09style cleanupCampbell Barton
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-07-03dont display image sequences outside the frame range in the 3D viewport.Campbell Barton
2012-06-25Fix #31920: switching from cycles to blender internal with 3d view in renderedBrecht Van Lommel
2012-06-20make mask handles draw with an outline - when outline option is enabled.Campbell Barton
2012-06-16style cleanupCampbell Barton
2012-06-15Fix more of #31789: cycles border render going out of view giving wrong result.Brecht Van Lommel
2012-06-14new scaling options to scale footage without stretching - add stretch/fit/cro...Campbell Barton
2012-06-13apply offset to the camera view - this works exactly like camera shift (trans...Campbell Barton
2012-06-13framing options for camera background image: stretch/fit/cropCampbell Barton
2012-06-10code cleanup: rename flag --> dflag (draw flag), since this is overly generic...Campbell Barton
2012-06-07Cycles: border render now works in the viewport, when looking through theBrecht Van Lommel
2012-06-06pass the object wire color along to drawing functions, too many places would ...Campbell Barton
2012-06-06mask modeCampbell Barton
2012-06-06- background images now draw in opengl renderCampbell Barton
2012-05-31Fix #31657: adding mesh objects did not take units into account for the gridBrecht Van Lommel
2012-05-25Fix for last commit, forgot to update Screen.is_animation_playing python prop...Brecht Van Lommel
2012-05-25Animation playback: now all windows are update during playback, rather thanBrecht Van Lommel
2012-05-25style cleanupCampbell Barton
2012-05-25remove some float/double conversionsCampbell Barton
2012-05-22Draw skin vertex roots in edit mode.Nicholas Bishop
2012-05-22fix [#31530] Project paint with Clipping border gives opaque backgroundCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-18Fix #31400: opengl offscreen render not respecting theme settings.Brecht Van Lommel
2012-05-17Nitpicky stuffJoshua Leung
2012-05-16fix [#31474] Crash when object has parent and dupli_type == 'FRAMES' and show...Campbell Barton
2012-05-08style cleanup: view3dCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-04-23corrected more issues from [#31069] Analyzing the Blender project with PVS-St...Campbell Barton
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-04-10mango request: option to draw background in front of all objects in the viewp...Sergey Sharybin
2012-03-28Cycles: viewport rendered draw mode now shows background images, also changed...Brecht Van Lommel