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
2014-05-31fix: visual studio 2010 project built with cmake could not find libjpegsoc-2013-viewport_fxJason Wilkins
2014-05-30Fixed compile errors associated with merge from soc-2013-viewport_fx and MSVC...Jason Wilkins
2014-05-22Merge branch 'soc-2014-viewport' into soc-2013-viewport_fxJason Wilkins
2014-05-20fixed compile errors on MacOSX Clang 5.1 after previous mergeJason Wilkins
2014-05-20error fix: missing definition of offsetof when compiling with clang 5.1 on Ma...Jason Wilkins
2014-05-20warning fix: removed unused function f_to_charJason Wilkins
2014-05-20warning fix: typedef of incomplete struct type forces redefinition of the typ...Jason Wilkins
2014-05-12Cleanup: Remove unused hardcoded variables in the integrator.Thomas Dinges
2014-05-12Cleanup: Some else if for attribute code.Thomas Dinges
2014-05-12Fix T40142: Objects restricted in render/view don't produce duplis inLukas Tönne
2014-05-12A bit more helpful doc strings on the curve render resolution properties.Lukas Tönne
2014-05-12Fix for crash when doing "make local object+data" on an empty.Lukas Tönne
2014-05-12Fix crash removing objects rigid body constraintsCampbell Barton
2014-05-12Fix/Workaround T40102: RMB on vertex & GKey, acts as double-GCampbell Barton
2014-05-12Fix for numpad orbit ignoring auto-perspectiveCampbell Barton
2014-05-12Fix for rotate-around-selection in text-edit modeCampbell Barton
2014-05-12Fix T40144: Font rendering problemsCampbell Barton
2014-05-12VFont: de-duplicate checks for next/prev handlesCampbell Barton
2014-05-12VFont: avoid allocating an array for storing total contours.Campbell Barton
2014-05-11Fix cycles baking code build errors with OpenCL on some platforms.Brecht Van Lommel
2014-05-11Fix T40117: cycles sobol RNG issue when disabling __CAMERA_MOTION__.Brecht Van Lommel
2014-05-11Remove unneeded comment.IRIE Shinsuke
2014-05-11Quiet warningsCampbell Barton
2014-05-11Freestyle: Added handling of a user-specified name for creating a new line set.Tamito Kajiyama
2014-05-11Freestyle: Fix for the active line set index possibly invalidated after delet...Tamito Kajiyama
2014-05-11Freestyle: Added .new() and .remove() methods to the Linesets collection type.Tamito Kajiyama
2014-05-11Added BKE_freestyle_lineset_delete() by generalizing FRS_delete_active_linese...Tamito Kajiyama
2014-05-11Code cleanup: comment typosCampbell Barton
2014-05-11CMake: use project name when generating project filesCampbell Barton
2014-05-11Quiet warnings with __CUDA_ARCH__ useCampbell Barton
2014-05-11Cycles / CUDA: Increase maximum image textures on GPU.Thomas Dinges
2014-05-10Fix T40107: painting on a psd image crashes blender + style cleanup in fileDalai Felinto
2014-05-10Bake API: selected to active needs differentials or it renders black when bum...Dalai Felinto
2014-05-10Replace inefficient use of strstr with STRPREFIX macroCampbell Barton
2014-05-10Utility macros for linklist stack & asserts for bmeshCampbell Barton
2014-05-10Fix T40119, CUDA Toolkit version mismatchThomas Dinges
2014-05-10Fix T40113: Skinned meshes with non-animated shape keys crashes the BGE.Mitchell Stokes
2014-05-10BGE: Fixing shape key animations on meshes with no armature.Mitchell Stokes
2014-05-10BGE VideoTexture: Fix for loading PNG (and possibly other) files.Mitchell Stokes
2014-05-10Fix access violation when painting with tiled textured brushes +Antony Riakiotakis
2014-05-09Revert "Fix wrong job type used in cycles bake operator, could cause crashes."Dalai Felinto
2014-05-09Bake API: reports were used after being freed leading to random crashes (fix ...Dalai Felinto
2014-05-09Fix wrong job type used in cycles bake operator, could cause crashes.Brecht Van Lommel
2014-05-09Fix T39585: cycles motion vector pass problem with curves.Brecht Van Lommel
2014-05-09Fix cycles motion pass for hair curves showing a bit of motion when there isn...Brecht Van Lommel
2014-05-09Fix T40108: Copying materials leaves a shared Action datablock in nestedLukas Tönne
2014-05-09Fix for random crashes when grabbing (rmb-drag) NLA stripsJoshua Leung
2014-05-09Freestyle: Fix for dashed lines when applied to invisible stroke segments.Tamito Kajiyama
2014-05-09Freestyle: Fix for a wrong interpolation of stroke segment visibility.Tamito Kajiyama
2014-05-09Metaball transform, support active-only optionCampbell Barton