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/source
AgeCommit message (Expand)Author
2011-12-19corrections to some commentsCampbell Barton
2011-12-19- mathutils matrix creation - use memcpy rather than copying every matrix row...Campbell Barton
2011-12-19remove mathutils internal variable for storing pointers to each matrix row, i...Campbell Barton
2011-12-19change BLI_assert() so it can be included in other defines.Campbell Barton
2011-12-19remove unneeded NULL check in ui_searchbox_create() which confuses static che...Campbell Barton
2011-12-19remove windows only benchmark functions, use PIL_time.h's TIMEIT macros instead.Campbell Barton
2011-12-19Minor tweaking to WeightVGProximity modifier code (not really usefull current...Bastien Montagne
2011-12-18Removed buttons in node headers for hiding unused sockets and for hiding the ...Lukas Toenne
2011-12-18Generalized node groups for Cycles.Lukas Toenne
2011-12-18cleanup of weight paint color setting code, no functional changesCampbell Barton
2011-12-18Fix for toggle buttons in node headers.Lukas Toenne
2011-12-18- remove rna access to deprecated sequencer attributes x/y offset & zoom.Campbell Barton
2011-12-18formatting edits in py api, no functional changesCampbell Barton
2011-12-18Support for arbitrary sized vectors - (was limited by 2-4 previously)Campbell Barton
2011-12-18bugfix: [#29486] 2D filters make scene disappear when wire material used - pa...Dalai Felinto
2011-12-17Quite some compiler warnings...Bastien Montagne
2011-12-17better to generate the library string always because it could lead to null po...Antony Riakiotakis
2011-12-17move GPU_code_generate_glsl_lib to GPU_extensions_init. This makes more sense...Antony Riakiotakis
2011-12-17Calculation of the center and normal for sculpting would ignore whether the s...Jason Wilkins
2011-12-17use 2d copy functions with UV's in more places.Campbell Barton
2011-12-17Code cleanup: fix a few warnings (>= 0 and == -1 tests on unsigned types).Brecht Van Lommel
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-12-17Automatically update sound animation cache when doing a mixdown.Joerg Mueller
2011-12-17Fix #29640: make duplicates release keep hierarchy and parent properties notBrecht Van Lommel
2011-12-17Fix #27847: sequencer scene strip rendering crash, due to use of freedBrecht Van Lommel
2011-12-17Fix use of deprecated im_type member in quicktime export.Brecht Van Lommel
2011-12-17Fix #29569: region expander widget drawing poorly antialiased.Brecht Van Lommel
2011-12-17Cycles Gamma NodeDalai Felinto
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-16Normal Node - CyclesDalai Felinto
2011-12-16de-duplicate parent loop checking functionCampbell Barton
2011-12-16remove duplicate if'0'd functions, same versions are in drawarmature.c.Campbell Barton
2011-12-16Fixed incorrect usage of enum as integerSergey Sharybin
2011-12-16static functions for getting power of 2 values were being copied about too mu...Campbell Barton
2011-12-16Fixed point cache subframe interpolation issue.Miika Hamalainen
2011-12-16minor cleanup to mirror codeCampbell Barton
2011-12-16fix [#29620] Topology Mirror: not refreshing vertex UUIDsCampbell Barton
2011-12-16fix [#29626] Warp tool: stuck Angle valueCampbell Barton
2011-12-16fix own error [#29631] frame is lost from driver namespace after reloadCampbell Barton
2011-12-16fix [#29635] Attempts to import the site module are met with a TypeError exce...Campbell Barton
2011-12-15CURVE_OT_extrude doesn't have type property, not sure where it came from here.Sergey Sharybin
2011-12-15reenabled auto scale for derivative mapsMorten Mikkelsen
2011-12-15Bicubic bump map filtering.Antony Riakiotakis
2011-12-15BCon 1: Alpha, new features, fun and fixes again! :) Thomas Dinges
2011-12-15Free run no gaps time code implementationSergey Sharybin
2011-12-15New fix for [#29543] Hook modifier: falloff + vgroup influence brokenBastien Montagne
2011-12-15Fix #29615: Crash during undo after toggling "Float buffer" in image paint modeSergey Sharybin
2011-12-15Fix #29577: repeat curve duplication not working in 2.60(as well as 2.61rc1)Sergey Sharybin
2011-12-15minor vertex group editsCampbell Barton
2011-12-15more vertex weight edits,Campbell Barton