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-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-09Fix for [#26372] Objects as PS Hair displays and renders differentlyJanne Karhu
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-17Bugfix [#26106] No instant visual feed back for Dupliframes, parentingJoshua Leung
2011-02-16Bugfix [#22535] Dupliframes with keyframe Anim are brokenJoshua Leung
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13Fix for [#25857] create_dupli_list incorrect behaviour with particle systemsJanne Karhu
2011-02-06Bug fix: Particles in dupligroups were mostly drawn properly in 3d view, but ...Janne Karhu
2011-01-13remove/comment unused varsCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-16bugfix [#25208] randomize transform doesn't work on objects with keyframesCampbell Barton
2010-12-07Added an assert() check for normalized quats which exposed a number of bugs w...Campbell Barton
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-10correct some comments and fix for allocating more memory then needed for anim...Campbell Barton
2010-11-03Fix for [#21958] Dupli group doesn't show up if linked on a layer that is dif...Janne Karhu
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-19use unsigned int for all layers.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-09-20bugfix [#20576] Curve modifier and loop cutCampbell Barton
2010-09-14Fix for [#20350] particles are offset from emittor in dupli-objectsJanne Karhu
2010-09-03Fix for [#19950] Object Particles and texture controlled densityJanne Karhu
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-07-13group refcount checking was inconsistent.Campbell Barton
2010-07-03Fix for layer restoring with duplis, could be wrong sometimesBrecht Van Lommel
2010-06-14naming changesCampbell Barton
2010-05-30Disable using own emitter object (self) as dupliobject/group for particles, f...Janne Karhu
2010-05-27Warning fixesMatt Ebb
2010-05-25fix for 2 warnings & better error checking for the thumbnail loading.Campbell Barton
2010-05-21Bugfix: #22385: Shift-click in NLA does not do 'extend' selectJoshua Leung
2010-05-21Motion Paths: Experimental optimisations from joeedh for speeding up the calc...Joshua Leung
2010-05-20Quicky untested fix for MotionPath baking bug - heads/tails doesn't work (as ...Joshua Leung
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-21option to use curve point weights to influence particle effectors.Campbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-04Fix crash entering edit mode on linked duplicate meshes withBrecht Van Lommel
2010-03-30* Assign weight from bones in weight paint mode now respects paint faceBrecht Van Lommel
2010-03-264 Devs in Agreement - End of the Road for Old Track Joshua Leung
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-03-11Motion Paths + Auto-Keying:Joshua Leung
2010-02-12correct fsf addressCampbell Barton
2010-02-06Fix #20350: particles are offset from emittor in dupli-objects.Brecht Van Lommel
2010-01-19Motion Paths - (Part 3) Operators, Drawing, and FixesJoshua Leung