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
2012-10-27style cleanupCampbell Barton
2012-10-26fix [#31661] Custom properties do no respect min/max valuesCampbell Barton
2012-10-26fix for crash when a python operator or render engine was freed in the C code...Campbell Barton
2012-10-24code cleanup: some edits for unused vars in recent smooth addition and some s...Campbell Barton
2012-10-24Bugfix #32617Ton Roosendaal
2012-10-23Fix #27834: AAO color bleeding failure case with raytraced shadows.Brecht Van Lommel
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23Fix #32867: normal map baking issue with flat shaded faces since bmesh. AlsoBrecht Van Lommel
2012-10-23code cleanup: give rng functions BLI prefix.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-23Fix for [#28927] Z-Transp disables Material Pass IndexJeroen Bakker
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-22Fix #32930: texture colors in material nodes (blender internal) are brighter ...Sergey Sharybin
2012-10-22Bugfix #30378 Ton Roosendaal
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-10-21Bugfix #27504Ton Roosendaal
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-10-20style cleanupCampbell Barton
2012-10-20code cleanup:Campbell Barton
2012-10-16Color Management: texture baking should be correct when color management is d...Sergey Sharybin
2012-10-16Fix #32891: Bake to Texture didn't use color management flag properlySergey Sharybin
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-10-15Clamp minimal tile size with Save Buffers and FSAA enabledSergey Sharybin
2012-10-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
2012-10-15style cleanup: bgeCampbell Barton
2012-10-14fix for incorrect initial boundbox with svbvh raytracing. (bad use of FLT_MIN)Campbell Barton
2012-10-14style cleanupCampbell Barton
2012-10-14Fixed missing display buffer and mipmaps invalidation in cases onlySergey Sharybin
2012-10-13And more UI messages spell check.Bastien Montagne
2012-10-12remove BLI_noise from BLI_blenlib.h, not that many files need this.Campbell Barton
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-10-10Color Management: fixed color management-less texture renderingSergey Sharybin
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-10-08Fix #32795: Memory leak when rendering to video fileSergey Sharybin
2012-10-08code cleanup: replace VECADDISFAC with math function.Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-06fix writing past array bounds in imagewraposa().Campbell Barton
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-10-04style cleanup: comment blocksCampbell Barton
2012-10-01Fix #32695: Can't disable color management for 3D viewSergey Sharybin
2012-09-30style cleanupCampbell Barton
2012-09-27Fix #32670: lamps in lamp groups did not respect renderability option.Brecht Van Lommel
2012-09-27fix [#32672] Crash when rendering environment mapCampbell Barton
2012-09-24Proper fix for #32626: TIFF renders are limited to 8 bit even when we choose 16.Sergey Sharybin
2012-09-22add a UV Project material option so UV's are calculated taking into account p...Campbell Barton
2012-09-21remove sticky coords from blender and the internal render engine.Campbell Barton
2012-09-21remove sticky coordinates from blender, this was missing from the UI since 2.49.Campbell Barton
2012-09-21calculate sticky wasnt working very well and had a few glites -Campbell Barton