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-07-26correct misc warningsCampbell Barton
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-06-05Changed "Convert" to "Convert to" since the first one is incorrect. Removed s...Daniel Salazar
2011-04-19Bugfix #26977 + Patch by Harley AchesonTon Roosendaal
2011-04-07fix [#26816] P(separate) an object messes up logic brick linksCampbell Barton
2011-04-01Bugfix #26672Ton Roosendaal
2011-04-01fix [#26713] Video Sequencer: Audio mute after making meta strip copy/pasteCampbell Barton
2011-03-25move object re-linking into a function.Campbell Barton
2011-03-25fix [#26607] blender won't duplicate or assign new drivers on duplicationCampbell Barton
2011-03-22some more corrections to incorrect rna get/set types.Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-17incorrect type passed to BKE_free_animdata()Campbell Barton
2011-02-17Bugfix [#26106] No instant visual feed back for Dupliframes, parentingJoshua Leung
2011-02-10fix [#26003] Twice applied modifier with Convert to mesh with several multi-u...Campbell Barton
2011-02-07Bug fix: adding force fields from the add menu didn't sort the depsgaph, so h...Janne Karhu
2011-01-22comment dead code and fix 2 missing NULL checks (pointer used after NULL chec...Campbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12fix [#25600] Cannot add meta-object when in edit-modeCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
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