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
2008-03-09removed printf and also removed some unneeded stuff, correct angles aren't ne...Campbell Barton
2008-03-09optimized uv stretch display angle calculationCampbell Barton
2008-03-09fix for uninitialized variables in uv stretch drawing,Campbell Barton
2008-03-09uv stretch area display could flicker red sometimes, removed some GL settings...Campbell Barton
2008-03-09Added UV Stretch (area/angle) display optionsCampbell Barton
2008-03-09* Numeric input now works better for TimeSlideJoshua Leung
2008-03-09added snap cursor->active and adjusted snap menu order in toolbox and header ...Campbell Barton
2008-03-09* Bakeing fix for apricot, stop pixels being extended for parts of the image ...Campbell Barton
2008-03-08Long on the wishlist, quite simple even, and there it finally is:Ton Roosendaal
2008-03-08Bugfix:Joshua Leung
2008-03-08Changed getClipbaord and putClipboard functions to be more ghost likeRicki Myers
2008-03-08* Clicking on constraint-buttons should now result in updates in the 3d-view ...Joshua Leung
2008-03-08The BUTM button type (used for 'R' button in StretchTo/LimitDist constraints)...Joshua Leung
2008-03-08Bugfix #8478: Constraints PyApi for setting targetspace non-functionalJoshua Leung
2008-03-08Fix for bug [#8465] particle children for emitter particles doesn't renderJanne Karhu
2008-03-08Fix for bug [#8402] Hair particles don't react on changing of curve guidesJanne Karhu
2008-03-08own missing null checkCampbell Barton
2008-03-08bugfix for [#8433] Retopo doesn't work with AutoMerge Editing.Campbell Barton
2008-03-07Normal map tangents are now not always averaged at vertices anymore,Brecht Van Lommel
2008-03-07snap menu order change, as suggested by Theeth, fix for own error with Window...Campbell Barton
2008-03-07-> DOF from active toolGeoffrey Bantle
2008-03-07Another big purge of warnings. (Main culprits this time were Campbell and Geo...Joshua Leung
2008-03-07-> Light points vert normal bug and DOF fixesGeoffrey Bantle
2008-03-07Remove extraneous class qualifiers for gcc 4.2 / 4.3 on OSX.Stephen Swaney
2008-03-07Attempt to fix [#6757] linked objects made "local" still not editableCampbell Barton
2008-03-07PyAPI - Window.TestBreak() - True if the user pressed escape.Campbell Barton
2008-03-07Python APIKen Hughes
2008-03-07Made python scripts save and load in the blend file so you can have the same ...Campbell Barton
2008-03-07* on win32 with msvc USE_OPENAL was defined for the entire source. Made it so...Nathan Letwory
2008-03-06FSA fix:Ton Roosendaal
2008-03-06Bugfix #8477: Reset button for StretchTo/Limit-Distance Constraints BrokenJoshua Leung
2008-03-06Change the current line number to the cursor color when line numbers is toggledRicki Myers
2008-03-06Cloth bugfix for jumpy cloth (users were complaining), so the mass can be cha...Daniel Genrich
2008-03-06I didn't get any comments so I'm assuming its a good idea.Kent Mein
2008-03-05== Makefiles ==Chris Want
2008-03-05Fix for undo optimization commit, compiler error on msvc.Brecht Van Lommel
2008-03-05Bugfix: shaded mode or baking could crash, didn't always createBrecht Van Lommel
2008-03-05Bugfix: crash inserting keyframes with missing pose channel. AlsoBrecht Van Lommel
2008-03-05Undo optimization: now big chunks of memory are not written as singleBrecht Van Lommel
2008-03-05Bugfix for wrong OpenMP flags when using icc (proposed by jensverwiebe via IRC)Daniel Genrich
2008-03-05Bugfix: recent command line changes broke running with ./blender -w,Brecht Van Lommel
2008-03-05Restored code from over a year ago, tests to allow anti-aliasedTon Roosendaal
2008-03-05Enabled auto-snap (frame) for all newly created Action Editor instancesJoshua Leung
2008-03-05* Patch by Leandro Inocencio (cesio) to redraw Action Editor after hiding/unh...Joshua Leung
2008-03-05Fixed warning in drawtext.cRicki Myers
2008-03-05-> Short names fixGeoffrey Bantle
2008-03-04Bugfix: the shadow samplenr increment to reuse shadow results inBrecht Van Lommel
2008-03-04Fix bug where if you selected something then left clicked you would lose the ...Ricki Myers
2008-03-04I broke it for the case where -w and -W are not called. This should fix that...Kent Mein
2008-03-04Small change in the logic for -w -p The previous changes didn't quite work al...Kent Mein