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-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-13Fix #24234: Object deletion doesn't take into account its users (causes segfa...Sergey Sharybin
2010-10-07Fix #24180: Make duplicates real doesn't update immediatly the outlinerSergey Sharybin
2010-10-02Fix for last fix, should have checked it actually worked :)Brecht Van Lommel
2010-10-02Fix #24077: convert operator not updating outliner. Note about notifiers:Brecht Van Lommel
2010-09-02Renaming of Cylindric objects after a good proposal by Conz:Thomas Dinges
2010-08-28Fix #23363: Layer buttons do not update when last object deletedSergey Sharybin
2010-08-26patch [#23316] Fix bug that doesn't show "X:" "Y:" "Z:" for vectors with lengthCampbell Barton
2010-08-25bugfix [#23452] Camera added in python is not correctly rotatedCampbell Barton
2010-08-23collection attributes can now be resolved with by rnaCampbell Barton
2010-08-23rna: move metaball.active_element to metaball.elements.activeCampbell Barton
2010-08-18rna rename Bone and Text changesCampbell Barton
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-08-01fix for un-initialized layer (only bits between 1 and 20 were initialized)Campbell Barton
2010-07-27bugfix [#22027] Group disappears in render after adding a group instanceCampbell Barton
2010-07-27bugfix [#22832] ctrl+shift+a on linked in group which is in a group makes out...Campbell Barton
2010-07-14- make duplis real wasnt redrawingCampbell Barton
2010-07-13group refcount checking was inconsistent.Campbell Barton
2010-07-05Fix #21917: add object operator has 30 layers, now the layer propertyBrecht Van Lommel
2010-07-05Bugfix #22685: Screen update slow, animation player ALT-A, files created with...Joshua Leung
2010-06-27Fix [#22564] Object name by object typeMatt Ebb
2010-06-23Fix #22642: NURBS surfaces doesnt displaySergey Sharybin
2010-06-14adding curve and mesh objects through python would create the object without ...Campbell Barton
2010-06-09enable adding objects in background mode by not using the context to get the ...Campbell Barton
2010-06-09Fix #22317 View reamins in camera's view after camera is deleted (again)Diego Borghetti
2010-06-07Fix bug #22317 View reamins in camera's view after camera is deleted.Diego Borghetti
2010-06-06Removed non working operator options from the 'redo' user interface. William Reynish
2010-06-04* Fixed a Typo in Convert menu. Thomas Dinges
2010-06-04Fix [#22383] 3dView Layer Management (by Mouse) brokenMatt Ebb
2010-05-24- remove OBJECT_OT_curve_addCampbell Barton
2010-05-05- split objet group add/link into 2 operatorsCampbell Barton
2010-04-16Fix [#21492] "Align to view" option from tools panel's operator part doesn't ...Matt Ebb
2010-04-12Fix [#21982] Operator bug: Edit modeMatt Ebb
2010-03-30- Call DAG_id_flush_update for each object in convert operator if keep_originalSergey Sharybin
2010-03-27Check result of object_add_duplicate_internal() before using it.Sergey Sharybin
2010-03-264 Devs in Agreement - End of the Road for Old Track Joshua Leung
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
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-11Send data changed notifier after object conversion.Sergey Sharybin
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-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