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
2018-05-17Remove ViewLayer settings - cleanup 1/2Dalai Felinto
2018-05-17Move Clay properties into sceneDalai Felinto
2018-05-17Move EEVEE properties into sceneDalai Felinto
2018-05-16Cleanup: BKE_bvhuitls: Use a struct rather than re-create each member of it.Germano
2018-05-16Fix crash when duplicating an object type mesh with raycast operation enabled.Germano
2018-05-16Particle edit: Fix disappearing child particles when toggling edit modeSergey Sharybin
2018-05-16Fix memleak with meshes having IDProps in modifier stack evaluation.Bastien Montagne
2018-05-16Fix again bloody locked proxy bones...Bastien Montagne
2018-05-16Shader Node Editor: Add Closure to RGB convertion node.Clément Foucault
2018-05-16Workbench: World based studio lightingJeroen Bakker
2018-05-16Particle System: ported most DerivedMesh → MeshSybren A. Stüvel
2018-05-16Mesh: Set deformed_only=1 when copied mesh is from main librarySybren A. Stüvel
2018-05-16Particle System: use DEG to get current time in psys_get_particle_state()Sybren A. Stüvel
2018-05-16Fix T55076: Hack around to break correct behavior of 2.8 and get back broken-...Bastien Montagne
2018-05-16Reverted copying mesh->runtime.deformed_only in CDDM_from_mesh_exSybren A. Stüvel
2018-05-16Silence warning about functions having no prototypeMai Lavelle
2018-05-16Save 'deform_only' flag in Mesh.runtimeSybren A. Stüvel
2018-05-16Modifiers: Port mesh_calc_modifiers from DerivedMesh to MeshMai Lavelle
2018-05-16Add modifier_deformVerts_ensure_normals, modifier_applyModifier_ensure_normalsMai Lavelle
2018-05-16Add BKE_mesh_is_validMai Lavelle
2018-05-16Particle system: get current time from depsgraphSybren A. Stüvel
2018-05-16Workbench: Read studiolights from USER + SYSTEM datafilesJeroen Bakker
2018-05-15Merge branch 'master' into blender2.8Campbell Barton
2018-05-15Fix T55032: Redo w/ file saved in edit-mode failedCampbell Barton
2018-05-15Fix Cycles motion blur not working with CoW disabled.Brecht Van Lommel
2018-05-15particle edit: Fix crash when using without copy-on-writeSergey Sharybin
2018-05-15Particles: Fix uninitialized child orco passed to modifiersSergey Sharybin
2018-05-15Particle edit: Need to check DONE flag from evaluated psysSergey Sharybin
2018-05-15Particle edit: Support children particles display with copy on writeSergey Sharybin
2018-05-15Depsgraph: Keep track of original particle systemSergey Sharybin
2018-05-15Particle edit: Make check to work within copy-on-write conceptSergey Sharybin
2018-05-15Particle edit: Edit path invalidate should trigger particle system path re-cacheSergey Sharybin
2018-05-15Particle edit: Restore weird-looking conditions in evaluationSergey Sharybin
2018-05-15Modifiers on Lattices now workSybren A. Stüvel
2018-05-15Change startup defaultsCampbell Barton
2018-05-15Workbench: Cleaner Shadow edges own shadowJeroen Bakker
2018-05-14Fix T55031: add explicit copy flag to force deep-copying shapekey datablock w...Bastien Montagne
2018-05-14Workbench: Studio light better diffuse samplingJeroen Bakker
2018-05-14Workbench: Support HDR files as HDRI studio lightingJeroen Bakker
2018-05-13Eevee: Fix lamp defaulting to no specular.Clément Foucault
2018-05-13Revert "UI: geometry-icon alpha blend over existing colors"Campbell Barton
2018-05-13UI: geometry-icon alpha blend over existing colorsCampbell Barton
2018-05-13Fix compiler warnings.Brecht Van Lommel
2018-05-13Versioning: default scene to mean center pivotCampbell Barton
2018-05-13BKE_bvhutils: allow caching NULL bvh_trees.Germano
2018-05-12EditMBall: multi-object select randomCampbell Barton
2018-05-12UI: move pivot to the topbarCampbell Barton
2018-05-12Remove unused function: `BKE_bvhtree_from_mesh_looptri`.Germano
2018-05-11Bmesh: Clear possible geometry saved at runtime when converting bmesh to mesh.Germano
2018-05-11Workbench: StudioLight HDRI'sJeroen Bakker