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
2016-05-29Code refactor: add separate RGB to BW node and rename some sockets.Brecht Van Lommel
2016-05-29Code refactor: minor node and node type utility functions and changes.Brecht Van Lommel
2016-05-29Fix debug mode assert in subd code after recent refactoring.Brecht Van Lommel
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-28Code refactor: nodify object and mesh, but not used for XML yet.Brecht Van Lommel
2016-05-28Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-05-28Code refactor: make ShaderNode match Node a bit more, reusing types and enums.Brecht Van Lommel
2016-05-28PyRNA: Fix repr used /w arraysCampbell Barton
2016-05-28Code refactor: nodify Cycles camera and fix some mistakes in XML node read.Brecht Van Lommel
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 T48526: Cycles viewport render incorrectly influenced by pixel aspect ratio.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-28Cleanup: Further tweaks for consistency and simplifications.Thomas Dinges
2016-05-28Cleanup: Simplify and de-duplicate assignements in the ImageManager constructor.Thomas Dinges
2016-05-27Cleanup: Shorten texture variables, tex and image was kinda redundant.Thomas Dinges
2016-05-27ndof: detect SpaceMouse EnterpriseMike Erwin
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-27Add upstream information to librariesCampbell Barton
2016-05-27Cycles: Simplify code around debug stats in BVH traversingSergey Sharybin
2016-05-27Add some more information about extern librariesSergey Sharybin
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
2016-05-26Cleanup: glsl styleCampbell Barton
2016-05-26BMesh: don't alloc zero sized select elem arrayCampbell Barton
2016-05-25Fix T48514: Cycles toon glossy BSDF not respecting reflective caustics option.Brecht Van Lommel
2016-05-25Cycles CUDA: reduce branched path stack memory by sharing indirect ShaderData.Brecht Van Lommel
2016-05-25Fix T47257: bevel crash when there are internal faces.Howard Trickey
2016-05-25dd upstream information to librariesCampbell Barton
2016-05-25Depsgraph: Simplify some loops using foreach()Sergey Sharybin
2016-05-25Add warning to Mesh.from_pydataCampbell Barton
2016-05-25Depsgraph: Solve wrong datamask calculated by depsgraphSergey Sharybin
2016-05-25Cycles: Yet another fix for textures limitSergey Sharybin
2016-05-25Move editmesh undo into its own fileCampbell Barton