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-02-13[#21130] Fix segmentation fault when adding Empty object in Blender rev26870Campbell Barton
2010-02-13Fix #19736: GLSL viewport materials are not updated on all changes.Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-02-11More tooltip editingDaniel Salazar
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-03[#20905] Blender 2.5 - Crash on drag an dropCampbell Barton
2010-02-02Fix #20932: add surface operator did not pop up type menu when invoked.Brecht Van Lommel
2010-01-30Fix #20876: adjusting the settings after adding a new curve, surface,Brecht Van Lommel
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-26Fix for make duplicates real, put new objects on same layers asBrecht Van Lommel
2010-01-26Fix #20803: convert button in particle modifier didn't workBrecht Van Lommel
2010-01-22Fixed newly added group instances not getting any layers assigned.Matt Ebb
2010-01-21Fix [#20750] adding Lattice object in Local space doesn't appearsMatt Ebb
2010-01-20use a search popup for the add group menu item when there are more then 10. Campbell Barton
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-12Fix [#20644] new curve sets itself to the origin, but the pivot to the cursorMatt Ebb
2010-01-11- player building againCampbell Barton
2010-01-11Fix [#20600] First added camera is not made activeMatt Ebb
2009-12-28Added location and rotation operator properties for adding objects. The Align...Matt Ebb
2009-12-04Fix for [#20203] Linked objects - A few bugsMatt Ebb
2009-12-04Fix for [#20157] 2.5 Can`t remove a linked objects from the 3D view by pressi...Matt Ebb
2009-11-28* New tool - Join as ShapesMatt Ebb
2009-11-24Updated icons. Thanks to jendrzych.William Reynish
2009-11-24Depsgraph/DriversBrecht Van Lommel
2009-11-11python api for collection add()/remove()Campbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-05adding group instances didnt do an undo pushCampbell Barton
2009-11-05enter editmode when adding objects even if the object is not in an active layer,Campbell Barton
2009-11-05* Fix for [#19700] undo doesn't display visual feedback on latticesMatt Ebb
2009-11-04Make Links (Ctrl+L) backCampbell Barton
2009-11-04Second try at fixing this... the props were still not getting initialised in ...Joshua Leung
2009-11-04Bugfixes for Adding Objects:Joshua Leung
2009-11-02- all add object operators now take view_align as an argument, and enter_edit...Campbell Barton
2009-11-02* Set some custom empty draw types on adding force fields, where relevantMatt Ebb
2009-10-30check for error that could happen when making editmode armaturesCampbell Barton
2009-10-29Modified python rna property types (BPy_PropertyRNA), so PySequence_Check() r...Campbell Barton
2009-10-29use objects rather then bases where possible, use context rather then OBACT m...Campbell Barton
2009-10-28- 'id_data' attribute for py rna api, so you can get the Mesh from a face, Ar...Campbell Barton
2009-10-20Bugfix: adding a curve path did not mark it as being a path/3dBrecht Van Lommel
2009-10-14RNA:Brecht Van Lommel
2009-10-11- add torus back from 2.4x as an operatorCampbell Barton
2009-10-10When in localview, MKey moves objects out of localview, added redraw notifiersCampbell Barton
2009-10-10- added redraw notifier.Campbell Barton
2009-10-10added mesh to curve conversion (edge loops only)Campbell Barton
2009-10-08menus are now global (like operators), so for eg, the info add menu and the 3...Campbell Barton
2009-10-07'Add Group' back in the add object menuCampbell Barton
2009-10-01Unified effector functionality for particles, cloth and softbodyJanne Karhu
2009-09-22- removed View3D->localview since it wasnt set on entering localview (making ...Campbell Barton
2009-09-21Fix #19389: add lamp had no submenu to choose the type.Brecht Van Lommel
2009-09-14Bugfixes:Joshua Leung