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
path: root/source
AgeCommit message (Expand)Author
2007-01-19=Forward cycling fix= Joseph Eagar
2007-01-19This commit fixes the compiler warning from a previous commit (to move visualJoshua Leung
2007-01-19* moved the 64bit checking code _after_ the int audio stuff, so msvc compiles...Nathan Letwory
2007-01-19fix crash in constraint conversion, fix reference frame transformations for ...Erwin Coumans
2007-01-19Partial fix for bug #5749, Modifier redraw problems. The mesh wasn't being fl...Nicholas Bishop
2007-01-18Small fix to prevent people to compile 64 bits blenders, without knowingTon Roosendaal
2007-01-18Bugfix, irc reportedTon Roosendaal
2007-01-18== Sequencer ==Peter Schlaile
2007-01-18IDProp, removed reference to self - other EPYDocs dont use this and its confu...Campbell Barton
2007-01-18Bugfix #5394Ton Roosendaal
2007-01-18very minnor cleanup of spacing, and modify upperbounds on plugin version #Kent Mein
2007-01-18Bugfix #5316Ton Roosendaal
2007-01-18Part 2 of bugfix #5741Ton Roosendaal
2007-01-18Bugfix #5741Ton Roosendaal
2007-01-18Bugfix:Ton Roosendaal
2007-01-18Fixed bug #5742, Crash on sculpt mode. This bug was triggered when adding a n...Nicholas Bishop
2007-01-18Bugfix for retopo paint: deleting a line didn't do an undo push.Nicholas Bishop
2007-01-18Bugfix #5732Ton Roosendaal
2007-01-17bugfix for 5572, BLI_makestringcode was being used to join 2 paths, but addin...Campbell Barton
2007-01-17bugfix for 5572, BLI_makestringcode was being used to join 2 paths, but addin...Campbell Barton
2007-01-17Bugfix #5725Ton Roosendaal
2007-01-17in seqeffects.c I removed and extra ; and then did a lot of formattingKent Mein
2007-01-17button alignment for logic buttonsCampbell Barton
2007-01-17Fixed bug #5718, retopo - undo after applying returns the pen strokes to the ...Nicholas Bishop
2007-01-17(Hopefully this commit is ok for current bcon status)Joshua Leung
2007-01-17Fixed bug #5647, retopo - projection buffer not updated when changed via nump...Nicholas Bishop
2007-01-17Added a new function+struct to glutil that takes care of reading in the OpenG...Nicholas Bishop
2007-01-17== NLA Visibility Tweak ==Joshua Leung
2007-01-17Corrected buffer generation in matte nodes after Ton showed me a better way t...Robert Holcomb
2007-01-16Retopo paint fix: cleaned up the hotkeys, added Lkey for selecting the line t...Nicholas Bishop
2007-01-16Fix for retopo: xkey and deletekey should remove the active paint line.Nicholas Bishop
2007-01-16Usabilility fix for retopo: allow user to disable hotspots on line ends, also...Nicholas Bishop
2007-01-16=== Transform Bug Fix ===Martin Poirier
2007-01-16Bugfix:Ton Roosendaal
2007-01-16== Armature Joining Bugfixes ==Joshua Leung
2007-01-16Retopo bugfix: freeing editmesh should set retopo fields to 0/NULL.Nicholas Bishop
2007-01-16Fix for bug #5628, sculpt - ghost of circle left when going from 3d view to b...Nicholas Bishop
2007-01-16Fixed a memory leak caused by using sculptmode's partial visibility on a mesh...Nicholas Bishop
2007-01-16A few fixes for saving/loading partial mesh visibility (sculptmode): pay bett...Nicholas Bishop
2007-01-16Disable partial mesh visibility when leaving sculptmode.Nicholas Bishop
2007-01-16fix for warning: implicit declaration of function 'id_us_plus'. tsk.Stephen Swaney
2007-01-16bugfix: #5581 Joining python created curves crashes BlenderStephen Swaney
2007-01-16== Action Editor ==Joshua Leung
2007-01-16Further tweaks to the textframe drawing code... it was unnecessarilyAlexander Ewering
2007-01-16Partial Bugfix #5713:Alexander Ewering
2007-01-15Cleanup of pose insert methods for Armature objects, as planned in the post t...Toni Alatalo
2007-01-15Bugfix:Ton Roosendaal
2007-01-15Removed annoying print for "icon directory not found". Was a missing check.Ton Roosendaal
2007-01-15Removed float.h "tanf()" from composte code. Also removed ifdef for atanf.Ton Roosendaal
2007-01-15Two in one:Ton Roosendaal