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
2020-03-13Cleanup: pass const args (mostly Scene & RenderData)Campbell Barton
2020-03-12Fix T73212: Gizmo's are still interactive when behind nodesCampbell Barton
2020-03-10Fix T73369: corner pin & sun-beam nodes gizmos are too bigCampbell Barton
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Nodes: Support storing socket link limits in bNodeSocketTypeJacques Lucke
2020-03-06Cleanup: rename 'verify' to 'ensure' for BKE_image_viewer functionsCampbell Barton
2020-03-04UI: rename View Selected" to "Frame Selected"Asad-ullah Khan
2020-03-02Shading: Add invert option to Vector Rotate NodeCharlie Jolly
2020-02-28UI: add theme option for grid levels to display in node editor backgroundPawel Franitza
2020-02-25UI: fix wrong button padding on high DPI displays in a few placesYevgeny Makarov
2020-02-17Cycles: Vector Rotate Node using Axis and Angle methodCharlie Jolly
2020-02-17Shading: add direction modes and phase offset to wave texture nodeBartosz Moniewski
2020-02-15Cleanup: mixed camel/snake caseCampbell Barton
2020-02-12Cleanup: clang-formatCampbell Barton
2020-02-11Nodes: Add dynamic label support for Math NodesCharlie Jolly
2020-02-11Node Editor: node resize can now be cancelled, like other operatorsMatthias Ellerbeck
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2020-02-06Cleanup: refactor default materials and shader nodesBrecht Van Lommel
2019-12-10Cycles: support for custom shader AOVsLukas Stockner
2019-12-07Fix ShaderNodeCustomGroup.copy method being called too oftenBrecht Van Lommel
2019-12-07Shader Nodes: Add Interpolation modes to Map Range nodeCharlie Jolly
2019-11-25UI: Allow label for Template-ID (respecting property split layout)Julian Eisel
2019-11-18WM: remove view operators from the undo stackAlessio Monti di Sopra
2019-10-07Cleanup: clang-formatCampbell Barton
2019-10-04Node Editor: Use new operator utilities for node selection and draggingJulian Eisel
2019-10-04GPU: Platform Support LevelJeroen Bakker
2019-10-04Fix T70504: Moving nodes in the node editor stops after hotkey is liftedPhilipp Oeser
2019-10-04Fix T70454: Environment Texture Node Properties "reload" and "packing" not wo...Philipp Oeser
2019-10-03Fix T69288: release confirms preference should not affect node editorBrecht Van Lommel
2019-10-02Fix T70331 Node group passthrough is brokenClément Foucault
2019-10-02Workaround for NVidia broken driverClément Foucault
2019-10-01Cleanup: simplify node modal select implementationBrecht Van Lommel
2019-10-01Nodes: discard hidden sockets when grouping a single node.Miguel Porces
2019-09-30Cleanup: spellingCampbell Barton
2019-09-29Fix T70345: wrong transforms of objects after recent NVIDIA workaroundBrecht Van Lommel
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-09-12Shading: Add Vertex Color node.OmarSquircleArt
2019-09-12Shading: Add More Features To The Voronoi Node.OmarSquircleArt
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-09-09Shading: Extend Musgrave node to other dimensions.OmarSquircleArt
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-09-06Fix: Rename the dimensions property in Noise nodes.OmarSquircleArt
2019-09-05Depsgraph: Free user code from worry about updates flushSergey Sharybin
2019-09-05Depsgraph: Pass bmain to evaluation functionSergey Sharybin
2019-09-05Shading: Rewrite Mapping node with dynamic inputs.OmarSquircleArt
2019-09-04Shading: Extend Noise node to other dimenstions.OmarSquircleArt
2019-08-31Cleanup: rename natural string comparisonCampbell Barton