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
2013-01-06Eyecandy feature: background gradient for 3D viewport. Enable in user prefere...Antony Riakiotakis
2013-01-05Adding some example for new UIList...Bastien Montagne
2013-01-04Adding Uzbek languageBastien Montagne
2013-01-04add length average option to 'Follow Active Quads' unwrap, gives nicer results.Campbell Barton
2013-01-04change bpy.app.build_options from frozen set to PyStructSequence_Field, mathe...Campbell Barton
2013-01-04expose common extensions for image/movie/audio types, since python scripts ha...Campbell Barton
2013-01-03fix [#33715] Dirty Vertex Colors display problem since 2.65aCampbell Barton
2013-01-03revert 53478, it looks this is still useful for a couple of use cases in non-...Antony Riakiotakis
2013-01-02changes needed for EDL import to work again.Campbell Barton
2013-01-02Fix [#33189] AFTER 2.65 - Units in doc strings in ocean modifier.Bastien Montagne
2013-01-02Patch [#29035] Vertex colour bakingAlex Fraser
2013-01-01remove vertex selection check for weight paint mode so you can paint `through...Campbell Barton
2013-01-01UI cleanup: fixed texture is a 2d image painting option, hide in 3D viewport ...Antony Riakiotakis
2012-12-31add back initial autocomplete support.Campbell Barton
2012-12-31Some minor cleanup in camera's FOV angle props (mostly use DEG2RAD macro, and...Bastien Montagne
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-31Usual UI messages-related fixes...Bastien Montagne
2012-12-30Add UI and keybindings for dynamic-topology sculpt modeNicholas Bishop
2012-12-30OSL Templates: remove unnecessary stdosl.h include.Brecht Van Lommel
2012-12-30OSL Templates:Thomas Dinges
2012-12-30add templates menu for OSL, use preprocessor directive color for decorators i...Campbell Barton
2012-12-29user-preferences for addons. currently unused, example & docs still to come.Campbell Barton
2012-12-29Fix for the NODE_OT_add_node operator. The way python classes were subclassed...Lukas Toenne
2012-12-29i18 Spell check:Thomas Dinges
2012-12-28Fix [#33424] Inadequate bake action.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-12-24We now have some Catalan, but no Amharic nor Estonian yet!Bastien Montagne
2012-12-24Usual minor UI messages tweaks...Bastien Montagne
2012-12-24BGE: "Fix" for issue [#33663] "Objects Share Materials / Textures When Groupe...Mitchell Stokes
2012-12-24User Interface / Preferences:Thomas Dinges
2012-12-23Adding Scale Visual keying (and de-duplicated part of the code returning visu...Bastien Montagne
2012-12-23initial support for 'occlude background geometry' in weight paint mode.Campbell Barton
2012-12-22Weight gradient tool for weight paint modeCampbell Barton
2012-12-22Text Editor: Gray out the Register check unless the file has .py extension. (...Pablo Vazquez
2012-12-21rename rna prop _parenting -> _parentCampbell Barton
2012-12-21make Node.links return a tuple, this may you can't do socket.links.append() b...Campbell Barton
2012-12-21Armature bone feature:Ton Roosendaal
2012-12-21Explicit python class for NodeSocket RNA type in bpy_types. This defines a ut...Lukas Toenne
2012-12-20UI todo:Ton Roosendaal
2012-12-20Change region drawing callbacks to work much closer to how blender manages th...Campbell Barton
2012-12-20py api: add restrict state context manager (thats python's context not blende...Campbell Barton
2012-12-20style cleanupCampbell Barton
2012-12-19Multires baker: renamed Number of Rays to Samples after discussion with BrechtSergey Sharybin
2012-12-19dissallow access to the context while addons import and register.Campbell Barton
2012-12-19BGE: Some as of yet unmerged work I did in the Swiss branch. These changes in...Mitchell Stokes
2012-12-18Various minor fixes to i18n code (mostly, translation of enum items' tooltips...Bastien Montagne
2012-12-18Ambient occlusion baker from multi-resolution meshSergey Sharybin
2012-12-18Fix part of #33469: cloth preroll had a wrong tooltip and low limit of 200 fr...Brecht Van Lommel
2012-12-18Fixed operator_modal_view3d_raycast.py template so that it uses hit points in...Luke Frisken