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-12-20patch [#29651] Add a __str__ Method to Matutils Matrices so print(matrix) Sho...Campbell Barton
2011-12-20minor edits to previous commit & set VKey to toggle vertex select in weight p...Campbell Barton
2011-12-20unit test for mathutils python module from Andrew Hale, runs in CTest tooCampbell Barton
2011-12-20Patch #27085, Restore old 2.49 TAB behaviour for window splitting, by Andre O...Michael Fox
2011-12-20patch [#28094] New equirectangular world texture mapping optionCampbell Barton
2011-12-20calculate weight paint colors once per vertex rather then on every face corne...Campbell Barton
2011-12-19* Changes for static win32 png libs. Thomas Dinges
2011-12-19* Fix for moving mingw png libs.Thomas Dinges
2011-12-19Fix #29653: fix wrong cycles depth of field distance when rendering with aBrecht Van Lommel
2011-12-19Fix #29655: keyboard shortcuts missing from text editor text menu, and removedBrecht Van Lommel
2011-12-19OS X: add BLENDER_SOFTWAREGL environment variable to force using software OpenGLBrecht Van Lommel
2011-12-19Much cleaner and satisfying code in weightvg modifiers' "init": copy only the...Bastien Montagne
2011-12-19Automatically hide unused (=unlinked) node sockets in collapsed ("hidden") no...Lukas Toenne
2011-12-19Display button for hiding unused node sockets in the side bar, as an alternat...Lukas Toenne
2011-12-19Fix a bug in CustomData_duplicate_referenced_layer(_named) functions: MEM_dup...Bastien Montagne
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-19Fix for cmake for recent mingw png lib move. Thomas Dinges
2011-12-19MinGW png libsThomas Dinges
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