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-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-25RNA: error on register when classes use invalid identifiersCampbell 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
2019-03-23Fix T62873 GPUShader: compile error (when clipping in viewport)Clément Foucault
2019-03-23Fix T62097 Bone transparancy not enabled when Xray enabledClément Foucault
2019-03-23Eevee: Opti: Don't consider lights that have no powerClément Foucault
2019-03-23Cleanup: Remove printfClément Foucault
2019-03-23Fix T62845 VSE preview crash when setting rendered (EEVEE/Workbench)Clément Foucault
2019-03-23Edit Mesh: Rework "in front" + "hidden wire" drawingClément Foucault
2019-03-23Fix workbench object outline ignoring clippingCampbell Barton
2019-03-23Cleanp: remove redundant clipping uniformCampbell Barton
2019-03-23Fix auto sensor size for camera gizmoCampbell Barton
2019-03-23Cleanup: style, use const args where possibleCampbell Barton
2019-03-23Cleanup: add doxy sections to interface_ops.cCampbell Barton
2019-03-23Cleanup: doxy sections & function nameCampbell Barton
2019-03-23Fix T62815: Camera frame shift issue + stereo frame workingDalai Felinto
2019-03-22Viewport Refactor: Move camera tracking reconstruction in own functionDalai Felinto
2019-03-22Cleanup: fix compiler warning.Brecht Van Lommel
2019-03-22Fix COLLADA build after recent changes.Brecht Van Lommel
2019-03-22Silence false positive uninitialized warningDalai Felinto