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-30quiet some compiler warnings & fix possible (but unlikely) crash.Campbell Barton
2011-07-09Wrong tooltip for OBJECT_OT_make_links_scene() operator.Ton Roosendaal
2011-07-06Fix #27883: object actions did not get duplicated on full scene copy.Brecht Van Lommel
2011-07-01Fix #27816: Outliner does not update when parents are clearedSergey Sharybin
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-22fix [#27443] "Make single user Material+Tex" doesn't work for texturesCampbell Barton
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-04-18fix [#27015] RNA Bug: Unpacking sounds with a long ID name fails: sound ID le...Campbell 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-14Bugfix #26498Ton Roosendaal
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-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-10Bugfix [#26002] Outliner Visible layers + Single object & data = brokeJoshua Leung
2011-01-29Bugfix #25750Ton Roosendaal
2011-01-22Bugfix #25761Ton Roosendaal
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-08remove unused code & variables.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-02Spelling fix: itterator->iteratorSergey Sharybin
2010-12-27Small fixes:Ton Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-20Bugfix #25312Ton Roosendaal
2010-12-19Option "Make Single user" now also makes animations local.Ton Roosendaal
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-12-03fix [#25015] Ctrl+L linking to scene list does not scroll when the list is la...Campbell Barton
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-12Bugfix #20382Ton Roosendaal
2010-11-10bugfix [#24638] Crash when parenting ni local view through the outlinerCampbell Barton
2010-11-09bugfix [#24403] Object.copy() duplicates armature actionCampbell Barton
2010-11-09bugfix [#24616] Apply Visual Transform doesn't always apply locationCampbell Barton
2010-10-25bugfix [#24376] Fly mode disturbs the rotation or scale of the camera objectCampbell Barton
2010-10-21Changes to "evaluation time" for Curves:Joshua Leung
2010-10-20bugfix [#24333] Horizon Color Picker Crashes Blender if Two 3D View Windows a...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-11[#24045] heat weight fails on specific geometry.Campbell Barton
2010-10-02Fix #24077: convert operator not updating outliner. Note about notifiers:Brecht Van Lommel
2010-09-24bugfix [#23973] Make Single User -> Object & Data dont work as expectedCampbell Barton
2010-09-22bugfix [#23577] Parenting scaled objects transforms themCampbell Barton
2010-09-22clear parent on objects with no parent would still transform them.Campbell Barton
2010-08-28Fix #23363: Layer buttons do not update when last object deletedSergey Sharybin