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/intern
AgeCommit message (Expand)Author
2012-07-29Additional fix #32074, by Sven-Hendrik Haase (svenstaro). Boost version heade...Lukas Toenne
2012-07-28Blender now compiles with recent clangSergey Sharybin
2012-07-28defines to make it easier to manage ik stretch constants (these may need to b...Campbell Barton
2012-07-28style cleanupCampbell Barton
2012-07-28IK's were converting double -> float -> double's in a few places, since preci...Campbell Barton
2012-07-27Fix compile errors on VC++ 2012 RC1.Daniel Genrich
2012-07-26fix some types and incorrect infoCampbell Barton
2012-07-26Added a particle index output to the Particle Info Cycles node. This is requi...Lukas Toenne
2012-07-26Make Cycles compatible with older boost versions.Sergey Sharybin
2012-07-24Debug option for guarded allocation: store name of original datablockSergey Sharybin
2012-07-24add prints for texture loading (we're running into texture limit a lot so its...Campbell Barton
2012-07-23fix for cycles bug in localview: see r48269, bits used for localview gave col...Campbell Barton
2012-07-22code cleanup: replace cos(M_PI / 4) and sin(M_PI / 4) with M_SQRT1_2 defineCampbell Barton
2012-07-22Removed nested comment, which causes compiler errors.Lukas Toenne
2012-07-22style cleanupCampbell Barton
2012-07-21Boolean modifier: prevent crashes when carve returns bad topologySergey Sharybin
2012-07-19print names of nodes/sockets when cycles complains about only being able to c...Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-14header comment cleanup, explain whats the difference between confusingly name...Campbell Barton
2012-07-14use gcc attributes for BLI alloc functionsCampbell Barton
2012-07-12OSX: make the progressbar in dock a gradient, to give it a more matching 3D a...Jens Verwiebe
2012-07-11Patch #32074: Fix compilation with boost 1.50Sergey Sharybin
2012-07-11patch [#30274] XIM improvement (non-latin support + connection recovery)Campbell Barton
2012-07-10Improved cache management for movie clips from tomato branchSergey Sharybin
2012-07-10rename raskter kdtree files to be less genericCampbell Barton
2012-07-10fix: inline to __inline in raskter.c for msvcPeter Larabell
2012-07-10some code refactors in raskter.c to sync it with build where mask tiling is b...Peter Larabell
2012-07-10fix warnings/errors in recent raster commit.Campbell Barton
2012-07-10updating raskter to support tiles compositor. this commit puts in some ground...Peter Larabell
2012-07-09fix/workaround for cycles crash packing bvhCampbell Barton
2012-07-08Fix for error from grumpy gcc in "over-warning" mode. Must explicitely cast u...Bastien Montagne
2012-07-08correct use of __attribute__((nonnull))Campbell Barton
2012-07-08code cleanup: quiet uninitialized memory use warning for X11 - harmless in th...Campbell Barton
2012-07-08use gcc attrubutes to warn on unused return values and arguments which should...Campbell Barton
2012-07-08use alloc_size attribute for guarded alloc functions with gcc.Campbell Barton
2012-07-05fix for error in own recebt commit, broke mask feathering. Campbell Barton
2012-07-05Doxygen cleanupNicholas Rishel
2012-07-05code cleanup: remove Python.h include from blenkernel.Campbell Barton
2012-07-04fix for crash with zero area mask.Campbell Barton
2012-07-04style cleanupCampbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-04spelling cleanup: metre -> erCampbell Barton
2012-07-04cycles changes:Campbell Barton
2012-07-03fix for smoke writing uninitialized values to pointcache, not a big deal sinc...Campbell Barton
2012-07-02Smoke Bugfix: Turbulence was removed.Daniel Genrich
2012-07-02Bugfix for wrong / bad vorticity forming weird banding on the y and z axis. Daniel Genrich
2012-07-01style cleanupCampbell Barton
2012-07-01style cleanup: commentsCampbell Barton
2012-06-28code cleanup: compile with clang and quiet some warnings.Campbell Barton
2012-06-28committed debug memcount by accidentCampbell Barton