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
2010-02-09fix for uninitialized mempool variable.Campbell Barton
2010-02-09Warning fixesDamien Plisson
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-02-07while info wont sho in the menu, use this.Campbell Barton
2010-02-07Fun stuff: conflict detection in argument parsing library (could have been us...Martin Poirier
2010-02-06[#20994] seem that -F flags is not honored any more on linux ubuntu 9.10Martin Poirier
2010-02-04ghash tweak to not do so much preallocationJoseph Eagar
2010-02-03avoid nan tangents which happen with cubes that have generated UVsCampbell Barton
2010-02-03bugfix [#20943] Solidify Modifier working incorrectlyCampbell Barton
2010-02-03vertex group sort operator, access from the vgroup panel, sintels mesh has 14...Campbell Barton
2010-02-01this restores building on mingw with Collada support, also it restores cross ...Tom Musgrove
2010-02-01Fix #20420: grab brush + subsurf modifier crash. Previously the PBVH nodesBrecht Van Lommel
2010-02-01New argument parsing library supporting multiple passes, case sensitive and i...Martin Poirier
2010-01-31- hash characters in the path would confuse the output file name and not add ...Campbell Barton
2010-01-30utility functions is_negative_m3 & is_negative_m4, added python Mathutils acc...Campbell Barton
2010-01-29Fix for lack of basic error checking in writing compressed .blend filesBrecht Van Lommel
2010-01-28- change max threads from 8 to 64, need to keep an eye on stack memory use here.Campbell Barton
2010-01-28Multires displacement files are now also part of absolute/relative pathBrecht Van Lommel
2010-01-28* Mathutils attributes documented - http://www.blender.org/documentation/250P...Campbell Barton
2010-01-27support for #'s for output animation pathsCampbell Barton
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-26Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined.Brecht Van Lommel
2010-01-23Small fixes for particles.Janne Karhu
2010-01-23Thread queue: use _ftime to get current time on windows, same asBrecht Van Lommel
2010-01-23compile fixJoseph Eagar
2010-01-23accidentally commited a patch that modifies wait_timeout, which I've not thou...Joseph Eagar
2010-01-23Initial results of my profiling of the animation system. Joseph Eagar
2010-01-23bugfix [#20767] Particle edit mode crashesCampbell Barton
2010-01-22Math Lib:Brecht Van Lommel
2010-01-22Threads: added queue for passing data between threads. Includes a functionBrecht Van Lommel
2010-01-21Added a new notifyer, NC_SPACE_CHANGED, to signal an editor thatJoseph Eagar
2010-01-20Durian request: Added 'Color Balance' node to compositor. uses Lift/Gamma/Gain Matt Ebb
2010-01-14spelling errors, no real changes to code.Campbell Barton
2010-01-12Math lib: added normalize_v3_v3 in addition to normalize_v3.Brecht Van Lommel
2010-01-11- player building againCampbell Barton
2010-01-11* Restored font selection functionality with open font and unlink font opera...Matt Ebb
2010-01-10[#20587] Time field under Stamp (rendering) is always showing 00:00:00.01Campbell Barton
2010-01-10bugfix [#20627] Sculting - Mesh without faces crashesCampbell Barton
2010-01-08Remap Relative paths save option.Campbell Barton
2010-01-08Animation Channels Drawing Tweak:Joshua Leung
2010-01-07fix for painting bug added since 25391 (own fault)Campbell Barton
2010-01-05Alt+B view clipping is now taken into account properly for sculpt, particleBrecht Van Lommel
2010-01-01armature ghost stepsize was not initialized, Aligorith: can you check this is...Campbell Barton
2010-01-01made the array interpolation function from last commit into a generic functionCampbell Barton
2009-12-29arg!, my secret testing keyword is exposedCampbell Barton
2009-12-29* speedup for animating bones, in one scene with sintel and a dragon animated...Campbell Barton
2009-12-27Transfer Shape KeyCampbell Barton
2009-12-27barycentric transform utility geometry function.Campbell Barton
2009-12-26fixes for errors/warnings found with cppcheckCampbell Barton
2009-12-22Missing angle_v3v3 definition (it was declared)Martin Poirier