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-16Fix text on collapsed node not positioned correctly with high DPIJulian Eisel
2016-03-02Avoid node tree update tag when changed nodes which are not affecting resultSergey Sharybin
2016-02-10Node Editor: Another missing glLineWidth resetJulian Eisel
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2015-11-11Cleanup: replace more direct id->us handling by calls to BKE_library API.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-01Node Editor: A bunch of new utility functionsJulian Eisel
2015-05-15Cleanup: style, spellingCampbell Barton
2015-05-12Depsgraph: Add additional relations/id update tagsSergey Sharybin
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-02-02Fix T43501: Crash on custom node tree creationjulianeisel
2015-01-25Fix T43335: Node Editor: name doesn't updatejulianeisel
2015-01-14Fix T43201: Update the "in use" flags of sockets before drawing,Lukas Tönne
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-08-27CleanupCampbell Barton
2014-08-22Fix missing tag for detecting changes with bpy.data.node_groups[...].is_updated.Brecht Van Lommel
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-05-03Patch D246: Texture Marks for freestyle strokes, written and contributed by P...Tamito Kajiyama
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-01-27Code Cleanup: de-duplicate nested node tree checkingCampbell Barton
2014-01-17UI: tweak menu padding and make separator line more visible.Brecht Van Lommel
2013-12-09Enhancement: added node colors for every node classJeroen Bakker
2013-11-12Make dynamic node labels possible as a registerable function 'draw_label' (si...Lukas Toenne
2013-11-12Instead of requiring a const char* return from the (optional) node label call...Lukas Toenne
2013-11-06True grid snapping for nodes: This snaps nodes to the actual background grid ...Lukas Toenne
2013-10-10Get rid of the draw_input/draw_output callbacks for nodes. These are pretty u...Lukas Toenne
2013-10-10Cleanup: Consistent names for draw callbacks in bNodeType.Lukas Toenne
2013-10-08uiSetRoundBox still took hard coded numbers in places.Campbell Barton
2013-09-07missing NULL check in recent commit, also skip some calculations in mean_valu...Campbell Barton
2013-09-07avoid divide by zeto in node preview drawing.Campbell Barton
2013-09-05Bugfix #35920Ton Roosendaal
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-05-29Remove the NODE_OPTIONS flag usage from node->typeinfo. This is a redundant f...Lukas Toenne
2013-05-29Reverted a TODO comment from r54429 which disabled the NODE_OPTIONS flag chec...Lukas Toenne
2013-05-25use math functions rather then macros for bicubic interpolation.Campbell Barton
2013-05-08Change to socket draw functions: instead of always only drawing the socket la...Lukas Toenne
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2013-04-25Fix two more high DPI / retina draw issues with running jobs in info header andBrecht Van Lommel
2013-04-25minor fixesCampbell Barton
2013-04-24Fix for #34739 and #35060, avoid ambiguity in compositor viewer nodes.Lukas Toenne
2013-04-21Fix for NULL pointer bug, reported by Jens Verwiebe in IRC. ED_node_tag_updat...Lukas Toenne
2013-04-19UI drawing fix:Ton Roosendaal
2013-04-17Fix for #34911, Compositor with multiple views autozooms to node when creatin...Lukas Toenne