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-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
2019-05-17UI: add tool panel for node editor, use tabsCampbell Barton
2019-05-16Fix T64660: no access to node connectors when a node is inside a layout frame.Bastien Montagne
2019-05-15UI: make sidebars in 3D view and other editors a little wider and consistentBrecht Van Lommel
2019-05-14Fix T63994: Node Editor: Move All Selected Nodes when dragging.Bastien Montagne
2019-05-14Interface: Free argument callback for popupsJacques Lucke
2019-05-13Cycles/Eevee: unify light strength and colorBrecht Van Lommel
2019-05-13Cycles/Eevee: unified and improved texture image color space handlingBrecht Van Lommel
2019-05-06Node select: refactor, fix some inconsistent behaviors in socket selection.Bastien Montagne
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-30Refactor: Separate scrollers from text drawing in APIJacques Lucke
2019-04-30Cleanup: make 'deselect_all' properties PROP_SKIP_SAVE.Bastien Montagne
2019-04-30Cleanup: use bool literal for booleans.Bastien Montagne
2019-04-30Select: Add 'deselect on nothing' to nodes selection.Bastien Montagne
2019-04-24Refactor: allow event handlers to have a poll functionJacques Lucke
2019-04-24Nodes: avoid slow and unecessary node group updates on file readBrecht Van Lommel
2019-04-24Cleanup: sort CMake include pathsCampbell Barton
2019-04-23Space_node: Add draw backdrop callback.Ray Molenkamp
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-20Cleanup: remove unused OpenGL functions, rename some for clarityBrecht Van Lommel
2019-04-18Cleanup: unused region init functionsCampbell Barton
2019-04-18UI: move region toggling to propertiesCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-16Fix T63562: wrong viewport updates after editing group node socketsBrecht Van Lommel
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-04-09Cleanup: spellingCampbell Barton
2019-04-02UI: Collapsed nodes have the same width as uncollapsed nodesRobert Guetzkow
2019-03-29Fix header text for muted collapsed nodes not being greyed out.Brecht Van Lommel
2019-03-28Fix T60719: muted nodes are not clearly visible.Robert Guetzkow
2019-03-28Fix T63040: Resizing node has offsetJacques Lucke
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-03-25Fix T61577: collapse nodes hide arrow hit zone overlaps with node sockets.Brecht Van Lommel
2019-03-22NodeEditor: Connect Viewer To Socket SelectionJeroen Bakker
2019-03-21UI: replace button open event with activate on initCampbell Barton
2019-03-20Fix T60815: drag & drop crash when search menu is opened immediately after.Brecht Van Lommel
2019-03-20Fix T62788: drop image into node editor puts node at wrong location.Brecht Van Lommel
2019-03-19GPencil: Rename annotation functionsAntonioya
2019-03-17UI: add light/world settings in shader node editor.Brecht Van Lommel
2019-03-16Python API: add Python-defined node groups for shaders and compositing.Miguel Porces
2019-03-16Fix ID user counting issues with NodeCustomGroup.Miguel Porces
2019-03-13Cleanup: rename uiBlock.mx,my to bounds_offsetCampbell Barton
2019-03-08Cleanup: use doxy sections for node select APICampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-07Tool System: use set/add/subtract for all lasso select operatorsCampbell Barton
2019-03-07Tool System: use set/add/subtract for all box select operatorsCampbell Barton
2019-03-05Tool System: use set/add/subtract for all circle select operatorsCampbell Barton
2019-03-05Nodes: move select all into a utility functionCampbell Barton