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
2018-08-06Merge branch 'master' into blender2.8Campbell Barton
2018-08-06Fix T55012: Corruption editing screen keymapCampbell Barton
2018-08-06Cleanup: unused varsCampbell Barton
2018-08-06Cleanup: line lengthCampbell Barton
2018-08-05Fix T54915: Usercount of active action increases when editing things with COW...Bastien Montagne
2018-08-05GP: Add python api to create brush settings for grease pencilAntonioya
2018-08-05GP: Fix NULL pointer when preview is not readyAntonioya
2018-08-05Minor fix unused var compiler warning.Bastien Montagne
2018-08-04GP: Fix stupid mistake in mirror modifierAntonioya
2018-08-04Merge branch 'master' into blender2.8Bastien Montagne
2018-08-04Fix T56222: Bevel Modifier bug (uninitialized value).Bastien Montagne
2018-08-04Fix GP mirror modifier axisCharlie Jolly
2018-08-03Grease Pencil: Set Lock Axis default to Y axisAntonioya
2018-08-03Cleanup: Fix commentAntonioya
2018-08-03New grease pencil primitive STROKEAntonioya
2018-08-03Replace wrong aasign material flag to BKE_MAT_ASSIGN_USERPREFAntonioya
2018-08-03GPUShader: Fix warning in release build.Clément Foucault
2018-08-03Add missing single user management for grease pencil materialsAntonioya
2018-08-03Fix T56217: Segment Fault when using the Fill Brush on Blank GP ObjectAntonioya
2018-08-03Fix T56180: Grease Pencil edit mode select menu crash.Bastien Montagne
2018-08-03Fix T55791: blender 2.8 crash on redoing 'snap to cursor' with Offset option ON.Bastien Montagne
2018-08-03Operators: add a new flag stating that operator needs access to evaluated data.Bastien Montagne
2018-08-03Depsgraph: add helper to ensure a given scene/view_layer graph is up-to-date.Bastien Montagne
2018-08-03DRW: Augment Debug messagesClément Foucault
2018-08-03Eevee: Fix assert with hair drawingClément Foucault
2018-08-03Icons: add particle brush iconsCampbell Barton
2018-08-02Eevee: Don't show probe display when not using scene lightingClément Foucault
2018-08-02Eevee: Fix missing UBO bind.Clément Foucault
2018-08-02Add Assign Material option to Special menu (W key)Antonioya
2018-08-02Add list of color to Assign color operatorAntonioya
2018-08-02DRW: Add UBO binding checking routine.Clément Foucault
2018-08-02Cleanup: Fix compilation warnings.Clément Foucault
2018-08-02DRW: Cleanup: Fix header naming.Clément Foucault
2018-08-02GPUShader: Add name for debugging & identifying shaders.Clément Foucault
2018-08-02Eevee: Fix missing UBO binds.Clément Foucault
2018-08-02Fix missing type for material arryAntonioya
2018-08-02Fix wrong RNA Api parameter definitionAntonioya
2018-08-02Depsgraph: fix some DEG queries crashing with new, empty graph.Bastien Montagne
2018-08-02Fix assert in UI string trimming code when we have 'protected' right part.Bastien Montagne
2018-08-02UI: show all particle brush settings in topbarCampbell Barton
2018-08-02Subsurf: Better crease which represents sharp edgesSergey Sharybin
2018-08-02Tool System: initial particle system supportCampbell Barton
2018-08-02Tool System: sync changes from changes to brushesCampbell Barton
2018-08-02Merge branch 'master' into blender2.8Campbell Barton
2018-08-02RNA: make particle enum publicCampbell Barton
2018-08-02Fix T56199: Crash on Annotation in (VSE) Image PreviewJoshua Leung
2018-08-02Dev Tooling: Instrument motion path calculation operator (for bones) to colle...Joshua Leung
2018-08-02UI: Slightly larger action zone for corner resizingPablo Vazquez
2018-08-02Cleanup: warnings, trailing spaceCampbell Barton
2018-08-01GPUMaterial: Normal Map Node: Make default inputs interactivesClément Foucault