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-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
2010-12-22Bugfix #25348Ton Roosendaal
2010-12-21use uppercase for axis chars, used in BLI_math and other parts of blender.Campbell Barton
2010-12-20Bugfix: new strict code for UI_make_axis_color() caused constraintTon Roosendaal
2010-12-20bugfix [#25238] Render image window edits UV'sCampbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-19bug [#25292] No undo scale with sculpt modeCampbell Barton
2010-12-19Bugfix #25292Ton Roosendaal
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-16Bugfix, irc reportTon Roosendaal
2010-12-15dont transform hidden handles in the graph editor.Campbell Barton
2010-12-10transforming pose bones while the animation was playing would crash.Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-07Added an assert() check for normalized quats which exposed a number of bugs w...Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-04Maintenance, Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-30bugfix [#24974] "select all" in weight paint -> face selection mode selects a...Campbell Barton