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
2010-08-08remove unused includesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-05Fix #22213: applying deform modifier in front of multires modifier crashes,Brecht Van Lommel
2010-07-01adding image strips wasnt working, use the 'directory' component of the file ...Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-09- added a flag argument to WM_operator_properties_filesel() currently only us...Campbell Barton
2010-06-06- Added checking if modifier is active in find_multires_modifierSergey Sharybin
2010-05-21Removed unused argument mmd from multires reshape functions.Sergey Sharybin
2010-05-07saving multires data didnt get the new filename when the external struct was ...Campbell Barton
2010-05-03Fix [#22227] Unbinding calls bind operatorMatt Ebb
2010-04-22warning cleanupMatt Ebb
2010-04-22Fix [#22097] missing panels in texture tabMatt Ebb
2010-04-22Fix [#22078] Cannot apply modifier in python (context error)Matt Ebb
2010-04-13Todo #21831: Deform modifier is applied to base mesh instead ofSergey Sharybin
2010-03-31Fix [#21832] Add Modifier, Pinned ContextMatt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-03-08Bugfix: multires save external was not working. Just disabled operator pollBrecht Van Lommel
2010-03-05Constructive modifiers for curves and surfacesSergey Sharybin
2010-03-03select roots of the hair verts when converting hair into a mesh.Campbell Barton
2010-02-16bugfix [#21161] Multiresolution Reshape causes crashCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-27[#20728] "Export UV Layout" overwrites existing files (without feedback)Matt Ebb
2010-01-26Fix #20803: convert button in particle modifier didn't workBrecht Van Lommel
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-03freeing particle modifier would access freed memory (only to tak the psys to ...Campbell Barton
2009-12-28- object.add_shape_key(name="Key", from_mix=True)Campbell Barton
2009-12-28moved shape key insert function into BKE_object.hCampbell Barton
2009-12-21Multires: added back Reshape function, to copy vertex locationsBrecht Van Lommel
2009-12-13MSVC 9 compile fixes and cleanupsAndrea Weikert
2009-12-10Sculpt Branch:Brecht Van Lommel
2009-12-10Sculpt Branch:Brecht Van Lommel
2009-12-07Sculpt Branch:Brecht Van Lommel
2009-12-07Fix for [#20286] New objects have no Display TypeMatt Ebb
2009-12-04Fix for [#20203] Linked objects - A few bugsMatt Ebb
2009-11-28py/rna apiCampbell Barton
2009-11-28Mesh Deform ModifierBrecht Van Lommel
2009-11-28* New tool - Join as ShapesMatt Ebb
2009-11-25Sculpt:Brecht Van Lommel
2009-11-25Sculpt: MultiresBrecht Van Lommel
2009-11-22* New option on modifiers that don't change topology: Apply as ShapeMatt Ebb
2009-11-22Parenting and Deforms:Joshua Leung
2009-11-22* Re-implemented/refactored 3D View hooks menu.Matt Ebb
2009-11-11Fix for [#19781] smoke domain displayed in wire even after removed itMatt Ebb
2009-11-11Sculpt: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r...Brecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-052.5 Modifiers: mesh deform, boolean and decimation work again.Brecht Van Lommel
2009-10-27Commit of the sculpt patch (#19672). Further development will be in this bran...Nicholas Bishop