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
2017-03-29Fix memory leak re-registering operatorsCampbell Barton
2017-03-28Forgot those IDP_LibLinkProperty call on node sockets IDProps in previous com...Bastien Montagne
2017-03-28Fix: Icon offset for pie buttonsraa
2017-03-28Fix lib_link_cachefile.Bastien Montagne
2017-03-28Bring back `lib_link_mesh()` in 'order' with other libdata liblink functions.Bastien Montagne
2017-03-28readfile.c: Cleanup lib_link code a bit.Bastien Montagne
2017-03-28Correct splash size checkCampbell Barton
2017-03-28Fix columns with fixed widthraa
2017-03-27CMake: WITH_PYTHON_SECURITY=OFF was ignoredCampbell Barton
2017-03-27Add back missing includeCampbell Barton
2017-03-26Fix padding and align calculation for box layoutsraa
2017-03-26Fix: Ignore min flag for rows that require all available widthraa
2017-03-26Fix: Use "round" instead of "floor" in snapping UI to pixelsraa
2017-03-26Fix: Button's label can be NULLraa
2017-03-26re-adds the include "BLI_math.h" to custondataGermano Cavalcante
2017-03-25Automatic DPI for all platforms, per monitor DPI for Windows.Wouter
2017-03-25Fix unreported: inaccuracy of interpolation of custom color layers due to flo...Germano Cavalcante
2017-03-25WM: Application TemplatesCampbell Barton
2017-03-24Fix various i18n ambiguous issues reported in T43295.Bastien Montagne
2017-03-24Fix UI message issue, and style cleanup (!)Bastien Montagne
2017-03-24Ашч T50995: Wrong freestyle render with new depgraphSergey Sharybin
2017-03-24Fix/workaround T51007: Material viewport mode crash on node with more than 64...Sergey Sharybin
2017-03-24Fix T50238: Cycles: difference in texture position between OpenGL and Cycles ...Sergey Sharybin
2017-03-24Fix for last fix of fix: (unsigned)char is limited to 255Germano Cavalcante
2017-03-24Fix of last commit. Clamp values that will be used!Germano Cavalcante
2017-03-24Fix T51038: `layerInterp_mloopcol` was casting instead of rounding the interp...Germano Cavalcante
2017-03-24BLI_path_util: Add BLI_path_joinCampbell Barton
2017-03-24Add: BKE_appdir_folder_id_exCampbell Barton
2017-03-24Cleanup: line-lengthCampbell Barton
2017-03-23BLI_path_util: Add string versions of SEP, ALTSEPCampbell Barton
2017-03-23Fix player stubs (tm)Jens Verwiebe
2017-03-23Collada - Export: now use bind_mat and rest_mat custom properties (when the u...Gaia Clary
2017-03-23Collada - Import: now add bind_mat and rest_mat as custom properties (when th...Gaia Clary
2017-03-23Collada - remove no longer used functions (moved to collada_utils)Gaia Clary
2017-03-23Collada - Added support for custom bind matrix (using new bind_mat custom pro...Gaia Clary
2017-03-23Collada - removed TransformBase baseclass (not needed for anything)Gaia Clary
2017-03-23Collada - Added some helper functions into collada_utils, for common usage in...Gaia Clary
2017-03-23Added new option for storing bindpose matrix, see T50412Gaia Clary
2017-03-23collada: Simplify reading Node MatrixGaia Clary
2017-03-23collada: Make sure that bone use_conncet is set to false when connect type is...Gaia Clary
2017-03-23collada: add extern 'C' for c header includesGaia Clary
2017-03-23fix: collada - Connected bones get their tails set to wrong location when fix...Gaia Clary
2017-03-23collada: use local variable to avoid repeated call of bone chain_length_calcu...Gaia Clary
2017-03-23collada: use vector copy function instead of direct assigningGaia Clary
2017-03-23Cloth refactor: Remove goal springs and some other cleanupLuca Rood
2017-03-23Cleanup: remove redundant temp dir initCampbell Barton
2017-03-23Cleanup: minor wm_homefile_read simplificationCampbell Barton
2017-03-22fix redundant assignmentMike Erwin
2017-03-22Cleanup: remove BLI_getlastdirCampbell Barton
2017-03-22Pydoc: Change Wikipedia links and grammar in mathutils matrix codeAaron Carlisle