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
2016-03-02UI: Add search-create callbackCampbell Barton
2016-02-20Fix (unreported) crash when ungrouping a nodegroup with some animated node.Bastien Montagne
2016-02-19Fix frame node text ignoring blank linesCampbell Barton
2016-02-10Node Editor: Another missing glLineWidth resetJulian Eisel
2016-02-07Cleanup: line widthCampbell Barton
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2016-01-22OpenGL: remove glGet with unused resultMike Erwin
2016-01-22OpenGL: remove extra vertex in arrowheadMike Erwin
2016-01-14Cleanup: warning, whitespaceCampbell Barton
2016-01-14Cycles: Remove the experimental CUDA kernel.Thomas Dinges
2016-01-14Compositor: Add option to extend image bounds when blurringSergey Sharybin
2016-01-04Remove SCons building systemSergey Sharybin
2016-01-02Cycles: Add Saw option to the wave textureLukas Stockner
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-04Disable node updates while applying links from the dragging operator.Lukas Tönne
2015-12-03Node callback for handling link insertion and swapping of occupied inputs.Lukas Tönne
2015-11-30Fix T38245: render slot getting lost when switching slots while compositing.Brecht Van Lommel
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-11-23Cleanup: shadowing (editors)Campbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-12Cleanup: rename line to segments, avoids confusionCampbell Barton
2015-11-12Fix error cutting node linksCampbell Barton
2015-11-11Cleanup: replace more direct id->us handling by calls to BKE_library API.Bastien Montagne
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-10-27Compositor: Add Invert option to the movie clip stabilization nodeSergey Sharybin
2015-10-23Node Border Select: only frames inside borderCampbell Barton
2015-10-08Cycles: Add an interpolation option to environment texturesLukas Stockner
2015-10-05Fix T46375: Inverted scroll in node template menusCampbell Barton
2015-09-25Fix node auto-offset to left brokenJulian Eisel
2015-09-21Fix linker warning about zero length memset.Brecht Van Lommel
2015-09-21Fix node auto-offset failing during heavy compositing (sometimes)Julian Eisel
2015-09-20Word wrap support for frame nodeCampbell Barton
2015-09-17Fix hidden auto-offset glitchJulian Eisel
2015-09-13Cleanup: spellingCampbell Barton
2015-08-23This commit makes it possible to select the sort mode whenever we invoke an o...Thomas Beck
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-05Fix dereference before NULL checkCampbell Barton
2015-08-04Nodes: Link lines & link arrows not scaling to DPI/pixelsize correctlyJulian Eisel
2015-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
2015-08-04Nodes: Make method to detect hovered link during transform more predictable/r...Julian Eisel
2015-08-01Use Auto-offset for move_detach_links (alt+D) operator tooJulian Eisel
2015-08-01Note Editor: Auto-offset nodes on insertionJulian Eisel
2015-08-01Node Editor: A bunch of new utility functionsJulian Eisel
2015-07-21Fix T43779: Cycles texture interpolation issuesSergey Sharybin
2015-07-18Cycles: Point density texture supportSergey Sharybin
2015-07-01Cleanup: Use bool instead of intJulian Eisel
2015-06-27Cleanup: all params of BLI_str partition funcs can be const...Bastien Montagne
2015-06-27Extend `BLI_str_partition_ex`: add possibility to define a right limit to the...Bastien Montagne
2015-06-13Multi-View: Show multiview image properties only in the places whereDalai Felinto
2015-06-02Fix compilation error after recent commitSergey Sharybin