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
2017-06-12Fix T51737: Material properties errorCampbell Barton
2017-06-01Cleanup: use row() sub-layout to expand enum properties horizontalyraa
2017-03-20Cleanup: especially non pep8 parts of Py UICampbell Barton
2017-03-19Moving classes to separate listing broke panel orderCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2015-05-22BGE: grey out Alpha and Specular sliders when Transparency panel isJorge Bernal
2015-05-21Fix T44778 missing specular transparency slider in game engineAntony Riakiotakis
2015-04-28Add material slot reorder buttonsGaia Clary
2015-04-14Cleanup: don't use single sets for comparisonsCampbell Barton
2015-01-29cleanup: pep8Campbell Barton
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2014-04-23Blender Internal: Add material property "Cast" which can disable both ray and...IRIE Shinsuke
2014-02-12Revert own previous commit rBe2f9afbaabbd.IRIE Shinsuke
2014-02-11Blender Internal: Modify material property "Cast Buffer Shadows" to affect ra...IRIE Shinsuke
2014-01-18Code Cleanup: py script float comparisonsCampbell Barton
2013-11-23Add ctrl-click rename to most lists in Blender UI and templates/examples.Bastien Montagne
2013-10-14Interface / Template Lists:Thomas Dinges
2013-10-11UI: Fix SSS pressets' buttons not being aligned anymore (to be backported to ...Bastien Montagne
2013-08-24Followup to r59434 : py UI scripts edits.Bastien Montagne
2013-02-19Fix for [#34308] only half width of material list row is used for material name.Thomas Dinges
2013-02-17Another huge bunch of UI translation fixes, mostly reported by Leon Cheung, S...Bastien Montagne
2013-02-10Actually, UI scripts should not use directly pgettext, but rather the iface o...Bastien Montagne
2013-02-10use import rather then assignment for loading '_' into scripts.Campbell Barton
2013-02-10Another fix for r54414 (cleaner to "import" pgettext once at top of files, al...Bastien Montagne
2013-02-09Bunch of fixes for py ui messages (all those using 'formating' were not trans...Bastien Montagne
2013-02-08Fix uilists showing data names translated (reported on bf-translations ML by ...Bastien Montagne
2012-12-28remove type checks on drawing uiList's,Campbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-10-17Render: local light group option for materials, blender internal feature fromBrecht Van Lommel
2012-09-22add a UV Project material option so UV's are calculated taking into account p...Campbell Barton
2012-07-29User Interface Scripts:Thomas Dinges
2012-05-23Finish changes in up/down arrows for menusSergey Sharybin
2012-05-22Long old UI annoyance:Ton Roosendaal
2011-11-11pep/style edits & quiet some warningsCampbell Barton
2011-11-08cmake & pep8 tidy up, also some style edits.Campbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-26BGE Material settings renaming Back Culling to Backface Culling and make it o...Dalai Felinto
2011-09-21remove use of gettext: _("...") style translation now its handled by rna.Campbell Barton
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-20Merging r40366 through r40392 from trunk into soc-2011-garlicsoc-2011-garlicSergey Sharybin
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-08-10merge with trunk r39216Xiao Xiangquan
2011-08-02Patch by oenvoyage - olivier amrein, thanks a lot!Thomas Dinges
2011-08-02finish handle for properties_XXX scriptsXiao Xiangquan
2011-07-19fix for [#28012] Mat ID messy with shader nodesJeroen Bakker
2011-07-04Current situationJeroen Bakker