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-01-12Second try to fix missing previews of mat/tex/etc. in .blend files.Bastien Montagne
2015-01-07Ugh, forgot to invert that one in previous commit, sorry for the noise...Bastien Montagne
2015-01-07Ensure mat/tex/etc. previews are generated/saved in .blend files when enabled...Bastien Montagne
2015-01-03Cleanup: rename 'filelist' BLI funcs to consistent naming.Bastien Montagne
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-05-01Code cleanup: remove file handling headers where they arent neededCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-28Two changes:Antony Riakiotakis
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-20Code cleanup: styleCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-04-08fix [#34900] Building blender as a python module is broken in trunkCampbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-05patch [#34103] storage_bli_dir_contents.patchCampbell Barton
2013-03-05patch [#34103] dir_contents.patchCampbell Barton
2013-02-05New matcap collection for default in release. It's now 24 images, orderedTon Roosendaal
2013-02-01make WITH_HEADLESS build again.Campbell Barton
2013-01-28Fix for wrong icons buffer initialization happens for cardsSergey Sharybin
2013-01-22style cleanupCampbell Barton
2013-01-22Matcap support in 3D Viewport.Ton Roosendaal
2013-01-13draw vector icons using the the scaled width,height. The buttons window conte...Campbell Barton
2013-01-13fix for building with cycles.Campbell Barton
2013-01-09drawing texture icon was multiplying the red channel by alpha, this is almost...Campbell Barton
2013-01-04code cleanup: warningsCampbell Barton
2013-01-03correct invalid filter value being use for icon scaling.Campbell Barton
2012-12-28Yesterday's memory free error fix in IMB_onehalf was wrong, it should Ton Roosendaal
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-19UI DPI: use a sharper filter when scaling icons, when the scale matches a mipmapBrecht Van Lommel
2012-12-19DPI: icons were still drawing with color fringing when scaled up/down, openglBrecht Van Lommel
2012-12-19bmesh optimization: use BM_face_create() rather then BM_face_create_ngon() in...Campbell Barton
2012-12-18Icons now draw good again!Ton Roosendaal
2012-12-18Blender icons now are in the 21st century too!Ton Roosendaal
2012-12-13remove UI_DPI_FAC, its not needed anymore.Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-14fixes for NULL checks, remove some redundant checks and add some in that have...Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-19style cleanupCampbell Barton
2012-07-25image space now has a mode for view/paint/mask editing.Campbell Barton
2012-07-21style cleanupCampbell Barton
2012-06-17style cleanup:Campbell Barton
2012-05-17style cleanup: line length and ensure some macros error when not ending with ';'Campbell Barton
2012-05-11Add new mask-brush icon from Julio Iglesias.Nicholas Bishop