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-04-16Fix [#21492] "Align to view" option from tools panel's operator part doesn't ...Matt Ebb
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-15Make memstat easier to read, add missing Intel ID and cleanups.Guillermo S. Romero
2010-04-13fixed make local bug; it was only looking at editable objects, which of cours...Joseph Eagar
2010-04-13Todo #21831: Deform modifier is applied to base mesh instead ofSergey Sharybin
2010-04-12Fix [#21982] Operator bug: Edit modeMatt Ebb
2010-04-12booleanops.c was moved to MOD_boolean_util.c, remove empty file.Campbell Barton
2010-04-12Copy Constraints OperatorDalai Felinto
2010-04-08no functional changeCampbell Barton
2010-04-07Modes are now toggled on using operators on load if the file was saved inBrecht Van Lommel
2010-04-05Fix #21828: vertex group remove function removes vertices from all groups.Brecht Van Lommel
2010-04-05Bugfix #21212: Segfault when object.add_vertex_to_group() called with invalid...Joshua Leung
2010-04-02Simple crasher fix: TAB to change mode crashed after moving all the scene's o...Joshua Leung
2010-03-31svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2787...Campbell Barton
2010-03-31Fix [#21832] Add Modifier, Pinned ContextMatt Ebb
2010-03-30- Call DAG_id_flush_update for each object in convert operator if keep_originalSergey Sharybin
2010-03-30Baking for dupligroup & linked library objectsBrecht Van Lommel
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
2010-03-29Fix [#21542] Clear origin shortkey Alt+O in object mode doesn't workMatt Ebb
2010-03-27Second attempt at committing the different render slot implementation. ThisBrecht Van Lommel
2010-03-27Check result of object_add_duplicate_internal() before using it.Sergey Sharybin
2010-03-26Fix vertex paint not getting restored after exiting editmode,Brecht Van Lommel
2010-03-264 Devs in Agreement - End of the Road for Old Track Joshua Leung
2010-03-25More assorted Keying Sets changes for Cessen (mainly api stuff):Joshua Leung
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-18Fix [#21651] After Fix # 21114 Adding mesh in local at cursor position doesn'...Matt Ebb
2010-03-17Fix [#21114] Graphical cursor displayed in wrong position when switching to l...Matt Ebb
2010-03-17"Fill deformed" option for 2D curvesSergey Sharybin
2010-03-16Daniel Lara pointed out that adding a Maintain Volume constraint via 3D view ...Roland Hess
2010-03-16== Massive Keying Sets Recode ==Joshua Leung
2010-03-15Various warning fixes.Brecht Van Lommel
2010-03-14Rendering from 3d view in local view or with unlocked layer was notBrecht Van Lommel
2010-03-11Motion Paths + Auto-Keying:Joshua Leung
2010-03-11Send data changed notifier after object conversion.Sergey Sharybin
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-08Send object's modifiers were changed in conversion operator.Sergey Sharybin
2010-03-08Fixed segmentation fault when converting mesh to mesh with non-empty modifier...Sergey Sharybin
2010-03-07Fix for convert_exec()Sergey Sharybin
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-03-03[#21436] Do not set BASACT to NULL when new base wasn't created in convert_execCampbell Barton
2010-03-02convert to mesh (Alt+C), was failing in cases when MDef was used. make the me...Campbell Barton
2010-02-25select parent/child in object mode with [] keys, like pose mode.Campbell Barton
2010-02-21generic modal operator to make adjusting almost any rna property with the mou...Campbell Barton
2010-02-21Bugfix #21234: Autokey "insert only available" userpref inserts keys for all ...Joshua Leung