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
2011-01-05Todo item: linked curve objects behaves incorrect with modifiersSergey Sharybin
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-20bugfix [#25310] Twice applied modifier with Convert to mesh with several mult...Campbell Barton
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-07fix for crash on missing NULL check,Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-23Bugfix #24860Ton Roosendaal
2010-11-18fix [#24780] Metaballs are not drawn correctly in new scenes Campbell Barton
2010-11-18store the view align setting even if its disabled & don't edit the view quat ...Campbell Barton
2010-11-17Bugfix, irc report by lmgTon Roosendaal
2010-11-12Bugfix #20382Ton Roosendaal
2010-11-09bugfix [#24403] Object.copy() duplicates armature actionCampbell Barton
2010-11-09bugfix [#24616] Apply Visual Transform doesn't always apply locationCampbell Barton
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-10-31bugfix: "glsl lamp not (directly) updated when there is no material in the ob...Dalai Felinto
2010-10-25bugfix [#24376] Fly mode disturbs the rotation or scale of the camera objectCampbell Barton
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