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-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-03-14Cleanup: rename BLI_array_count -> lenCampbell Barton
2018-02-23Nodes: left align text for color and string sockets, same as other types.Brecht Van Lommel
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-09Cycles: add random walk subsurface scattering to Principled BSDF.Brecht Van Lommel
2018-02-03Cycles: add Vector Displacement node and extend Displacement node.Brecht Van Lommel
2018-01-26Fix harmlness RNA warning in image texture node drawing.Brecht Van Lommel
2018-01-16Fix missing node tree updates when unconnected node affects output via driverSergey Sharybin
2018-01-03Fix T53632: Objects outside scene shown in popupCampbell Barton
2017-12-12Revert "Node selection: Stop operator when mouse selection selected a node"Sergey Sharybin
2017-12-11Node selection: Stop operator when mouse selection selected a nodeSergey Sharybin
2017-11-08Cycles: add bevel shader, for raytrace based rounded edges.Brecht Van Lommel
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-10-16WM: Don't save mouse-paths to operator historyCampbell Barton
2017-10-16WM: remove hard-coded circle radius memoryCampbell Barton
2017-10-05Fix passing the same argument twice to BLI_strncpyCampbell Barton
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-14Fix T52653: Render output of linked scenes conflicts with other scenes with t...Sergey Sharybin
2017-09-13Node UI: scale cross by pixelsizeCampbell Barton
2017-09-06Node UI: Add square and diamond socked draw stylesCampbell Barton
2017-08-23Fix T52218: Missing update when reconnecting nodeSergey Sharybin
2017-07-19Fix T52092: Crash un-grouping nodesCampbell Barton
2017-06-18Fix T51840: UI redraw in node editor header missing on pointcache bakeThomas Beck
2017-06-18Fix unreported: Copy-pasting nodes crashes when they have an undefined typeLukas Stockner
2017-05-29Background Fit could set inf zoomCampbell Barton
2017-05-22Fix T51308: Bright/Contrast Doesn't respect Pre-multiplied AlphaSergey Sharybin
2017-05-19Cleanup: add braces for multi-line blocksCampbell Barton
2017-05-15Fix T51348: Node highlighting is brokenSergey Sharybin
2017-05-15Cleanup: warnings, styleCampbell Barton
2017-05-11Fix T51449: empty node editor continuously redrawing and using CPU.Brecht Van Lommel
2017-05-07Remove unused node socket flag that was added in the render pass commitLukas Stockner
2017-05-03Fix error in node flag checkCampbell Barton
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-04-20D2607: Switch eye dropper to use linear color space internallyStefan Werner
2017-04-20D2608: Allow HDR picking from Compositor backgroundStefan Werner
2017-04-20Fix T51248: user preferences window size not adapted to DPI.Brecht Van Lommel
2017-04-18Squashed commit of the following:Pascal Schoen
2017-03-22Cleanup/optimization: Simplify some usages of uiItemFullO/_ptr, avoid multipl...Bastien Montagne
2017-03-22Create correct node after image file drag&drop for Blender RenderAlexander Romanov
2017-03-08Rename BLI_rct*_init_pt_size -> radiusCampbell Barton
2017-03-05BLI_rect: add init from point functionsCampbell Barton
2017-02-23Fix T50656: Compositing node editor is empty, no nodes can be addedSergey Sharybin
2017-01-26Compositor: Make HSV node inputs a real socketsSergey Sharybin
2016-11-19Fix Node space ID remap callback not handling node trees.Bastien Montagne
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-08-30Fix node editor to display node group names in the bottom left corner.Alexander Gavrilov
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin