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-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
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-04-04use 'const float' when passing readonly colors, and include array size.Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30style cleanup: interfaceCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18Re-enable the clay strips sculpt brush.Nicholas Bishop
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-23code style cleanup, no functional changes.Campbell Barton
2012-02-17Fix #25649: Image editor paint icon missing until enter weight paintSergey Sharybin
2012-01-22style chang, made mainly because I wanted to be able to add breakpoints to ME...Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-20UI:Brecht Van Lommel