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-08-06style cleanupCampbell Barton
2012-08-04Code cleanup:Thomas Dinges
2012-08-02Remove old boolean operation moduleSergey Sharybin
2012-08-02Bugfix: High resolution "exploded" when using uneven resolutions, sometimes w...Daniel Genrich
2012-08-01Cycles:Thomas Dinges
2012-08-01fix crash when polling image sample outside image space.Campbell Barton
2012-08-01Fix #32205: Holdout shader + transparent background stays black with Alpha = 1Sergey Sharybin
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt tot...Campbell Barton
2012-08-01quiet spacenav output on linux for regular builds, ifdef signed int for msvc ...Campbell Barton
2012-07-31Remove "Loading byte/float" debug messages. They were added at the timeSergey Sharybin
2012-07-31Fix cycles issue with wrong texture coordinates on a second render layer withBrecht Van Lommel
2012-07-31Code tweak removing comment, the fix here is indeed correct.Brecht Van Lommel
2012-07-31Fix warnings on old apple GCC compiler due to no support for alloc_size attri...Brecht Van Lommel
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