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
2016-03-13Fancy procedural icons for Keyframe TypesJoshua Leung
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2015-12-08OpenGL: remove non-power-of-two texture check, where even ES 2.0 does not nee...Brecht Van Lommel
2015-12-08OpenGL: use sized texture internal formatsMike Erwin
2015-12-06OpenGL: rename simple shader to basic shader.Brecht Van Lommel
2015-12-06OpenGL: use simple shader for texture drawing in a few places.Brecht Van Lommel
2015-11-24OpenGL: when checking GL version, assume >= 2.1Mike Erwin
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-08-21Fix T45658: linked library object loses particle settings.Bastien Montagne
2015-08-19Final 'FileBrowser First Stage' merge.Bastien Montagne
2015-08-10Data previews: add utils to generate/clear previews.Bastien Montagne
2015-06-22Fix T45133: Crash drawing material buttonsCampbell Barton
2015-06-08Cycles: Fix crash doing render preview of external OSL scriptSergey Sharybin
2015-05-25Fix `widget_draw_preview()` not taking into account given alpha.Bastien Montagne
2015-05-24Fix T44814: 'preview' icons would not greyout.Bastien Montagne
2015-05-15Only initialize icons in background mode.Campbell Barton
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-05-04Cleanup: wrapped function indentationCampbell Barton
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