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
2011-03-21move script directories for internal blender scripts.Campbell Barton
2011-03-16Fix for [#26520] Point Density turbulence not accessible in Texture Properties.Janne Karhu
2011-03-07use set's, since pythons 3.2's optimizer converts these to frozensets, lookup...Campbell Barton
2011-02-26clean whitespaceCampbell Barton
2011-02-262.5 UI Scripts:Thomas Dinges
2011-02-16Correct texture pinning:Janne Karhu
2011-02-16bugfix [#26094] Going to Bone Roll menu brings up python errorCampbell Barton
2011-02-12Particles todo item: particle texturesJanne Karhu
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-02-10fix for crash with GLSL material when image couldn't be loaded.Campbell Barton
2011-02-08jahka IRC fixM.G. Kishalmi
2011-02-08Texture context selector for texture panel:Janne Karhu
2011-01-29new bumpmapping options for the rendererM.G. Kishalmi
2011-01-07Revert bump mapping patch for now, backwards compatibility is not good enough,Brecht Van Lommel
2011-01-07Improved bump mapping patch by M.G. Kishalmi (lmg) and M.S. Mikkelsen (sparky).Brecht Van Lommel
2011-01-01pep8 cleanupCampbell Barton
2010-12-27Fix for own commit 24156:Thomas Dinges
2010-12-20Small UI fixTon Roosendaal
2010-12-17bugfix [#25240] Custom properties panel on pinned data fail.Campbell Barton
2010-12-14- revert own recent change after discussion, default set hard minimum of colo...Campbell Barton
2010-12-09bugfix [#25104] Identical material settings render differentlyCampbell Barton
2010-12-08UI Cleanup: Halo materials and texturesJanne Karhu
2010-12-08bugfix [#25082] minor bug. RGB to Intensity doesn't works for LampsCampbell Barton
2010-12-07- fix for crash with constraint UI when using with a pinner object, with None...Campbell Barton
2010-11-30bugfix [#24798] Texture panels are shown in wrong orderCampbell Barton
2010-10-08"Fix" for [#23863] Smoke Voxel Data Still Frame Number doesn't workJanne Karhu
2010-09-18use is rather then == when comparing against None.Campbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-08-31Fixes for RNA Renaming in Texture Properties (Volume Material)Thomas Dinges
2010-08-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-23rename UI functionCampbell Barton
2010-08-22patch [#23449] RNA renaming bugsCampbell Barton
2010-08-22fix for error rna namingCampbell Barton
2010-08-21rna renaming (manual edits)Campbell Barton
2010-08-20fixed [#23400] Unable to import *.3ds/*.obj files with texturesCampbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-19more rna renaming for non-animated properties: mainly Texface, Particle & Poi...Campbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-172.5 Texture Panels:Thomas Dinges
2010-08-17apply all rna naming changes for rna_space.cCampbell Barton
2010-08-122.5 User Interface / UI ScriptsThomas Dinges
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-06remove narrow ui featureCampbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
2010-07-05texture saturation option.Campbell Barton
2010-06-01Fix [#22469] Crashes with "segmentation fault" when opening an image for Voxe...Matt Ebb
2010-05-18Fix [#22345] ReleaseRenderOpt 2.5 Problem with rendering displacement mapMatt Ebb
2010-05-16Properties Window:Thomas Dinges