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-16style cleanupCampbell Barton
2013-01-15add user_preference access to _RestrictContext() so addons can access their o...Campbell Barton
2013-01-15Added new function 'Remove Selection from All Vertex Groups' to the Vertex Gr...Gaia Clary
2013-01-15Minor UI message fix (from [#33101] Minor interface typo in User Preferences ...Bastien Montagne
2013-01-15fix issue reported in '[#33876] bpy.path.ensure_ext adds extension twice / ex...Campbell Barton
2013-01-15replace vertex slide with the transform operator. (MESH_OT_vert_slide -> TRAN...Campbell Barton
2013-01-15Some fixes:Bastien Montagne
2013-01-14fix fox AddonPreferences not getting registered automatically and leak when r...Campbell Barton
2013-01-13Minor updates:Bastien Montagne
2013-01-13simplify WM_MT_context_menu_enum(), use expanded enum property.Campbell Barton
2013-01-13remove TRANSFORM_OT_snap_type, use WM_OT_context_menu_enum instead.Campbell Barton
2013-01-13Grumph, going quicker than the music! :PBastien Montagne
2013-01-13remove 2.57-windows workaround for WM_OT_copy_prev_settingsCampbell Barton
2013-01-12Big refactor of bl_i18n_utils, switching to an object-based model. Still a bi...Bastien Montagne
2013-01-12patch [#33738] Extend Selection option unified and added to few operatorsCampbell Barton
2013-01-10Fix [#33825] Menu list widget does not work on UV and Vertex ColorsBastien Montagne
2013-01-10Depsgraph hack feature - experimentalTon Roosendaal
2013-01-10Fix #33816: property not found: World.use_texturesSergey Sharybin
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2013-01-08fix [#33646] Deleting edge loops creates holes in uv mapCampbell Barton
2013-01-08Make "Clone" option in project paint options more clear nameSergey Sharybin
2013-01-08fix own error in recent update to follow active quads [#33783] Unwrap with Fo...Campbell Barton
2013-01-06Eyecandy feature: background gradient for 3D viewport. Enable in user prefere...Antony Riakiotakis
2013-01-06correct 2 issues with startup.blendCampbell Barton
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-30Add DNA/RNA/BKE infrastructure 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-29set line endings to native & mime type to text/plain for .app/Contents/MacOS/...Campbell Barton
2012-12-29i18 Spell check:Thomas Dinges
2012-12-28Fix [#33424] Inadequate bake action.Bastien Montagne