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-12Merge branch 'master' into blender2.8Campbell Barton
2018-05-12Fix missing fallback in recent aabb precalc funcCampbell Barton
2018-05-12Cleanup: modifier arg wrappingCampbell Barton
2018-05-12Refactor: Move functions to get the distance to a projected aabb to BLI_match...Germano
2018-05-11Icons: simpler flattened icon styleCampbell Barton
2018-05-11UI: tweaks to icon defaultsCampbell Barton
2018-05-11Cleanup: remove unused RNA variableCampbell Barton
2018-05-11Platform: macOS. Allow building on directory with whitespace (For example /Vo...Arto Kitula
2018-05-11Bmesh: Clear possible geometry saved at runtime when converting bmesh to mesh.Germano
2018-05-11Tool System: curve draw optionsCampbell Barton
2018-05-11Tool System: inset & shrink/fatten optionsCampbell Barton
2018-05-11Tool System: mesh rip fill optionCampbell Barton
2018-05-11Merge branch 'master' into blender2.8Campbell Barton
2018-05-11EditMesh: remove duplicate rip macroCampbell Barton
2018-05-11WM: initialize last used macro propertiesCampbell Barton
2018-05-11DRW: Add DRW_UNIFORM_FLOAT_COPY and DRW_UNIFORM_BOOL_COPY.Clément Foucault
2018-05-11DRW: Add DRW_view_layer_engine_data_ensure_ex.Clément Foucault
2018-05-11Modifiers: ported Laplacian Deform DerivedMesh → MeshChristian Hubert
2018-05-11Fix: Last of the operators from T54811 now work with Copy on WriteJoshua Leung
2018-05-11Workbench: StudioLight HDRI'sJeroen Bakker
2018-05-11Modifiers: ported Laplacian Smooth DerivedMesh → MeshChristian Hubert
2018-05-11Use Light Probe iconsPablo Vazquez
2018-05-11Icon for Light ProbesPablo Vazquez
2018-05-11Depsgraph: Fix redundant nodes built when animation shares same actionSergey Sharybin
2018-05-11Particle mode: Fix memory leak with simple interpolated childrenSergey Sharybin
2018-05-11Modifiers: ported UV Project DerivedMesh → MeshChristian Hubert
2018-05-11Dar manager: Ignore non-particle-edit objects from particle modeSergey Sharybin
2018-05-11Fix crash going to edit mode of particles with copy on writeSergey Sharybin
2018-05-11Modifiers: ported Screw DerivedMesh → MeshChristian Hubert
2018-05-11Depsgraph: Remove workaround for scene freeSergey Sharybin
2018-05-11Remove debug only codeSergey Sharybin
2018-05-11Light Probe type name should be CUBEMAP, not SPHERE.Pablo Vazquez
2018-05-11Remove unused functions which will break with copy-on-writeSergey Sharybin
2018-05-11Particle edit: Initial support of edit with copy-on-writeSergey Sharybin
2018-05-11Particle edit: Fix missing update after undoSergey Sharybin
2018-05-11Draw manager: Use explicit edit structure passed inSergey Sharybin
2018-05-11Depsgraph: Move edit mode pointers trickery to own functionsSergey Sharybin
2018-05-11Draw manager: Get number of cached segments from editSergey Sharybin
2018-05-11Draw manager: Add utility function to check whether particle systems are to b...Sergey Sharybin
2018-05-11Add comment about weird special handling of scene freeing in depsgraph.Bastien Montagne
2018-05-11Fix (unreported) broken freeing code for Sequencer.Bastien Montagne
2018-05-11Multi-Object: MESH_OT_loop_to_region by OlegDalai Felinto
2018-05-11Modifiers: ported Corrective Smooth DerivedMesh → MeshChristian Hubert
2018-05-11Multi-Object: MESH_OT_screw by Nick MiliosDalai Felinto
2018-05-11Fix (unreported) broken freeing code for Sequencer.Bastien Montagne
2018-05-11Multi-Object: MESH_OT_select_loose by Falk DavidDalai Felinto
2018-05-11Modifiers: ported Decimate DerivedMesh → MeshChristian Hubert
2018-05-11Multi-Object-Editing : MESH_OT_rip by Miguel PozoDalai Felinto
2018-05-11Fix memleak on MESH_OT_tris_convert_to_quadsDalai Felinto
2018-05-11Merge branch 'master' into blender2.8Bastien Montagne