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
2019-03-25Fix T62776: Face maps are initialized incorrectlyJacques Lucke
2019-03-25Fix T62536: incorrect context when selecting particlesJacques Lucke
2019-03-25Fix T62865: Make Single User after Objects to Scene must be done twice.Bastien Montagne
2019-03-25Fix T61577: collapse nodes hide arrow hit zone overlaps with node sockets.Brecht Van Lommel
2019-03-25Fix T62891: particle even distribution is not even.Brecht Van Lommel
2019-03-25UI: Add Copy/Paste to top level Outliner context menusWilliam Reynish
2019-03-25Keymap: Add support for the Cmd key on macOS for copy/paste in the Outliner.William Reynish
2019-03-25Merge branch 'blender2.7'Sergey Sharybin
2019-03-25Cleanup: Spelling in commentSergey Sharybin
2019-03-25Change remaining FTP server URIs to HTTP(s)Stephen Hassard
2019-03-25Merge branch 'blender2.7'Bastien Montagne
2019-03-25Include blosc, embree and opencollada into BUILD_NOTES.txt file.Bastien Montagne
2019-03-25Fix T62912: Blender 2.7 keymap missing ctrl+tab select mode switching.Brecht Van Lommel
2019-03-25Merge branch 'blender2.7'Bastien Montagne
2019-03-25Fix T62175: Crash on Undo.Bastien Montagne
2019-03-25RNA: add UILayout.prop_with_menu functionCampbell Barton
2019-03-25RNA: rename prop_popover_enum to prop_with_popoverCampbell Barton
2019-03-25Cleanup: UI messages of copy/paste in 3DView.Bastien Montagne
2019-03-25Add copy/paste of any IDs in Outliner.Bastien Montagne
2019-03-25Copy/Paste: refactor to be able to paste any kind of IDs, by type.Bastien Montagne
2019-03-25UI: replace popovers with prop_popover_enumCampbell Barton
2019-03-25UI: add icon_only option to prop_popover_enumCampbell Barton
2019-03-25Error in last commitCampbell Barton
2019-03-25UI: add UILayout.prop_popover_enum functionCampbell Barton
2019-03-25Cleanup: simplify toggle button logicCampbell Barton
2019-03-25Gizmo: use fill select for scale/transform centerCampbell Barton
2019-03-25Gizmo: add option to move & dial gizmos to select as filledCampbell Barton
2019-03-25UI: Material slot selector for the shader editorCampbell Barton
2019-03-25RNA: error on register when classes use invalid identifiersCampbell Barton
2019-03-25Fix T62859: UV circle select options don't workCampbell Barton
2019-03-25Fix T62866: 3D text not filled by defaultAlex Strand
2019-03-25Cleanup: return argument namingCampbell Barton
2019-03-25Cleanup: style (render module)Campbell Barton
2019-03-25Cleanup: styleCampbell Barton
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-03-25Cleanup: pass const image data to IMB_ibImageFromMemoryCampbell Barton
2019-03-25Cleanup: style, array wrappingCampbell Barton
2019-03-24Fix uninitialized variable use for right aligned checkboxCampbell Barton
2019-03-24Fix T49979: HSV/HSL 'Far' interpolation in colorbands when both stops have sa...Bastien Montagne
2019-03-24Fix missing version patching from lamp/light and subsurface changes.Brecht Van Lommel
2019-03-24Cleanup: redundant use of string formatting functionsCampbell Barton
2019-03-24Cleanup: redundant NULL initializationCampbell Barton
2019-03-24Cleanup: use shader config for worldspace clipping libCampbell Barton
2019-03-24UI: support Ctrl-C copy for popover buttonsCampbell Barton
2019-03-24GPU: State: Replace GL_LINE_SMOOTH by GPU_line_smoothClément Foucault
2019-03-24GPU: State: Disable polygon smooth and line smooth when running --debug-gpuClément Foucault
2019-03-24GPU: Replace glEnable/glDisable but GPU_state callsClément Foucault
2019-03-24GPU: Remove unused and deprecated GPU_line_stipple()Clément Foucault
2019-03-24Fix T62884 Missing control point in unselected mask handlesClément Foucault
2019-03-24Fix T62869 Transparent background not working in Xray Mode / WireframeClément Foucault