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
2017-07-03Alembic: fix T51820 for sequence files not loading properly.Sybren A. Stüvel
2017-07-03Alembic: avoid crashing when doing certain file operations.Sybren A. Stüvel
2017-07-03Alembic: renamed offset → sequence_offsetSybren A. Stüvel
2017-07-03Fix T51883: Wrong matrix computation in "Make Duplicates Real"Luca Rood
2017-07-03Fix missing return error introduced by last commitLuca Rood
2017-07-03Fi T51023: MixRGB constant folding not effective with clamp option.Brecht Van Lommel
2017-07-03Fix T51855: Cycles emssive objects with NaN transform break lighting.Brecht Van Lommel
2017-07-03Fix T51889: broken UI after File > New without a userpref.blend.Brecht Van Lommel
2017-07-03Fix T51734: batch-generate previews crashes on some materials.Brecht Van Lommel
2017-07-02Fix T51759: fluid simulation particles not remoevd when colliding with outflo...Lucas Veber
2017-07-02Fix T51951: cell noise texture precision issue at unit vertex coordinates.Brecht Van Lommel
2017-07-02Fix T51746: normal map tangents not working correctly when there are no UV maps.Alexander Romanov
2017-07-02Fix T51772: double undo entry for color picker editing.Brecht Van Lommel
2017-07-02Fix T51956: color noise with principled sss, radius 0 and branched path.Brecht Van Lommel
2017-07-02Fix T51957: principled BSDF mismatches in GLSL viewport.Brecht Van Lommel
2017-07-02Fix principled BSDF incorrectly missing subsurface component with base color ...Brecht Van Lommel
2017-07-02Fix T51947: failure setting sequence.use_proxy/crop/translation to FalseBrecht Van Lommel
2017-07-01Fix ED_OT_undo_redo operatorAleksandr Zinovev
2017-06-30Fix T50230: Rigid Body simulation shouldn't step when time is beyond cached areaLuca Rood
2017-06-30Better fix for isfinite problem - works in older gcc's too.Howard Trickey
2017-06-30Fix compile error after recent 9c2bbfb6 commit.Howard Trickey
2017-06-30Cycles: Use float constants instead of doubleMai Lavelle
2017-06-30Cycles: Disable baking in mega kernel when not in use to improve build timesMai Lavelle
2017-06-30Fix T50887: Holes in fluid mesh on WindowsCampbell Barton
2017-06-30Fix unpredictable trackball rotationCampbell Barton
2017-06-30Workaround T51934: Array's > SHRT_MAX aren't supportedCampbell Barton
2017-06-29Fix T51890: Turning off viewport display for array modifier is blocking dupli...Bastien Montagne
2017-06-29Fix T51926: Selecting pose icon under expanded group in outliner causes crash.Bastien Montagne
2017-06-28Fix T51909: Cycles: Uninitialized closure normals for the Hair BSDFLukas Stockner
2017-06-28Fix node UI not using translation context correctly.Bastien Montagne
2017-06-28Fix own really stupid mistake/typo in previous commit...Bastien Montagne
2017-06-28Fix T51900: Crash after pressing "F" multiple times.Bastien Montagne
2017-06-27Fix T51913: Context tab for textures issueDalai Felinto
2017-06-27Cleanup: remove unused functionCampbell Barton
2017-06-27CMake: Only set CMAKE_BUILD_TYPE_INIT when not setCampbell Barton
2017-06-26Add warning that 'purge all' action in Outliner does save to current .blend f...Bastien Montagne
2017-06-26Fix T51902: Severe problem with relocating linked libraries when using proxies.Bastien Montagne
2017-06-26Enable optional jack in install_deps.shBastien Montagne
2017-06-26Building w/o Python works againCampbell Barton
2017-06-26Fix freestyle lineset panels being animatableAaron Carlisle
2017-06-26UI: Fix Capitalization InconsistencyAaron Carlisle
2017-06-26Docs: correct doc-stringsCampbell Barton
2017-06-25Collada: Exporter now only exports either 'Materials' or 'UV Textures as Mate...Gaia Clary
2017-06-25fix: overlooked the RET_ZERO appendixGaia Clary
2017-06-25fix: T51622 The exporter now exports meshes as <Triangles> when all contained...Gaia Clary
2017-06-25fix: Collada fprintf needs std::string be converted to char *Gaia Clary
2017-06-25fix: collada: removed unnecessary extra qualificationGaia Clary
2017-06-25fix: adjusted collada declaration after changes in collada module.Gaia Clary
2017-06-25Collada: Fix: Geometry exporter did not create all polylist when meshes are o...Gaia Clary
2017-06-24collada: export UV Textures as materials. Note: the reimport of the exported ...Gaia Clary