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-03-04Bugfix #26270Ton Roosendaal
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-03-03Bugfix [#26269] Initiating a duplication with shift D and cancellingJoshua Leung
2011-03-02tag unused varCampbell Barton
2011-03-02Fix for [#25326] FCurve rotate gives strange results.Janne Karhu
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-272.5 Transform Operator:Thomas Dinges
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23add 2.4x posemode & weightpaint feature as an operator - Flip Active, Shift+F.Campbell Barton
2011-02-23fix [#26164] bpy.ops.transform.translate ignores AutoIK modeCampbell Barton
2011-02-23- fix python error for poselib UI when none is active.Campbell Barton
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-21Fix for [#26105] Key mapped Rotate equals crash (Windows/MSVC only)Janne Karhu
2011-02-17clear some unused warningsCampbell Barton
2011-02-16Bugfix #26096Ton Roosendaal
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-12Sculpting on deformed meshSergey Sharybin
2011-02-12- fix leak on STL loading if realloc fails.Campbell Barton
2011-02-07Todo/feature requestTon Roosendaal
2011-02-07fix [#25926] lattice + projection on surface snap issueCampbell Barton
2011-02-04Moved Auto-Keying "Insert for KeyingSet only" option from UserPrefs toJoshua Leung
2011-02-01Targetless IK Bugfixes + Tweaks:Joshua Leung
2011-02-01Bugfix [#25885] Auto IK ignores full rotation locksJoshua Leung
2011-01-30remove nan-makefilesCampbell Barton
2011-01-20Small code reshuffle... sequencer transform stuff was bisecting theJoshua Leung
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-14Transform tweak:Joshua Leung
2011-01-14Reverting r33930 and r34202, which were related to bugs #21825 andJoshua Leung
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-11Todo #22395: Restoring Grease Pencil Editing Mode in DopeSheet EditorJoshua Leung
2011-01-10bug [#25535] proportional editing bugCampbell Barton
2011-01-10edit to Ton's recent commit, r34177, only use the far clipping as PET max whe...Campbell Barton
2011-01-09Bugfix #25554Ton Roosendaal
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-09Bugfix #25551Ton Roosendaal
2011-01-08Bugfix, IRC reportTon Roosendaal
2011-01-08Proportional editing:Ton Roosendaal
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06Bug fix: Ton Roosendaal
2011-01-06Todo item:Ton Roosendaal
2011-01-05Todo item: brought transform texture space back.Ton Roosendaal
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2010-12-28Bugfix #21825Ton Roosendaal
2010-12-24Bugfix: (Mario Kishalmi patch)Ton Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton