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
2016-06-01Depsgraph: Fix missing updates when modifying armatureSergey Sharybin
2016-06-01Fix/Workaround T48560: Color picker V fail w/ user defined RNACampbell Barton
2016-06-01Increase range of Font object textboxsDalai Felinto
2016-05-31BLI_mempool: Use an 'odd' FREEWORD for big/little endianCampbell Barton
2016-05-31Small API typo found while reading the APIDalai Felinto
2016-05-31Cleanup: unused definesCampbell Barton
2016-05-31Cleanup: parenthesize definesCampbell Barton
2016-05-31Fix T48554: Absolute grid snap fails w/ cursor pivotCampbell Barton
2016-05-31Properly handle vertex color color space for Cycles GLSLSergey Sharybin
2016-05-31Cycles GLSL: Make it work with software opengl modeSergey Sharybin
2016-05-31Fix T48553: Cycles GLSL Box projection produces strong artifactsSergey Sharybin
2016-05-31Fix T48552: Ctrl-D to add drivers shows disabled menu itemsCampbell Barton
2016-05-31Fix T48547: Shrinkwrap fails w/ auxiliary targetCampbell Barton
2016-05-30Shrinkwrap: OMP->BLI_task.Bastien Montagne
2016-05-30Depsgraph: Small optimization to update flushingSergey Sharybin
2016-05-30Depsgraph: Fix compilation with new depsgraph disabledSergey Sharybin
2016-05-30Fix: Add a hard upper limit for fontsize of Text Strip's textJoshua Leung
2016-05-30GLSL: Fix voronoi texture giving different results form renderedSergey Sharybin
2016-05-30Depsgraph: Fix wrong layers flush form children to parentSergey Sharybin
2016-05-30Support all Cycles image texture projections in the GLSL viewportRalf Hölzemer
2016-05-30GLSL: Fix magic colors being offSergey Sharybin
2016-05-30GLSL: Brick texture uses bit operations, which seems to be a failure on some ...Sergey Sharybin
2016-05-30Change the hash-table to be 3x total items to hashCampbell Barton
2016-05-30Remove accidental static varCampbell Barton
2016-05-30Editmesh undo memory optimizationCampbell Barton
2016-05-30Add BLI_array_store copy-on-write APICampbell Barton
2016-05-29BKE's DerivedMesh: get rid of last OMP usage.Bastien Montagne
2016-05-29Fix T48507: Symmetrize doesn't work properly on Bendy BonesJoshua Leung
2016-05-29Fix: Flip logic order for autokeying checking to cope with files where the fl...Joshua Leung
2016-05-29added missing includeGaia Clary
2016-05-29fixed some incompatible definitions (to make this work also on linux)Gaia Clary
2016-05-29Added support for non numeric bone layer labels (could happen when importing ...Gaia Clary
2016-05-28collada exporter: fixed wrong check for bone roll valueGaia Clary
2016-05-28Fix T48529: NLA : viewport not updated after Track muted/unmuted.Bastien Montagne
2016-05-28Collada: Adding support for bone roll and bone layersGaia Clary
2016-05-28PyRNA: Fix repr used /w arraysCampbell Barton
2016-05-28Fix T48534: color picker hex #RRGGBB input allows typing one character too many.Brecht Van Lommel
2016-05-28Fix T48498: stereo camera interocular distance should not have a hard max limit.Brecht Van Lommel
2016-05-28Fix T48533: camera node view vector wrong for Cycles GLSL.Ralf Hölzemer
2016-05-28Add missing includeCampbell Barton
2016-05-27Depsgraph: Accidentally removed one line too muchSergey Sharybin
2016-05-27Depsgraph: Cleanup and code simplificationSergey Sharybin
2016-05-27more correct Normal Map node behavior for tangent mapping in Cycles ViewportAlexander Romanov
2016-05-27OpenGL: use EXT version of FBOsMike Erwin
2016-05-26fixed collada api call for blenderplayerGaia Clary
2016-05-26moved is_leaf_bone() to collada utils for reuse in exporter and importerGaia Clary
2016-05-26fix: Import of meshes with holes is now reported as WARNING (unsupported)Gaia Clary
2016-05-26fix: Import of meshes with holes is now reported as WARNING (unsupported)Gaia Clary
2016-05-26Image viewer scopes update: OMP->BLI_task.Bastien Montagne
2016-05-26Correct invalid pointer-pair compare checkCampbell Barton