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
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
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-03-22code cleanup: unused defines, shadowing and unintended enum-as-variable.Campbell Barton
2013-03-22spaces->tabsPablo Vazquez
2013-03-22Nodes editor,Pablo Vazquez
2013-03-21code cleanup: remove double call to BKE_node_instance_key(), rename ruler (lo...Campbell Barton
2013-03-21Add a little bit of space between socket layouts on nodes.Lukas Toenne
2013-03-19Nicer handling of undefined node, tree and socket types.Lukas Toenne
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18style cleanupCampbell Barton
2013-03-17Fix for "draw images as texture"Ton Roosendaal
2013-02-10Added option to composite/viewer nodes which specifys whether alpha inputSergey Sharybin
2013-01-24Disabled commit that was rendering Blender Internal for Cycles nodes.Ton Roosendaal
2013-01-24UsabilityTon Roosendaal
2013-01-19patch [#33923] Patch for Node Theme ColorsCampbell Barton
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-07code cleanup:Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-22style cleanupCampbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-122d smoothview now scales back the time to move for smaller view zoom/panning.Campbell Barton
2012-08-08Renamed the mx/my coordinates in SpaceNode to more descriptive 'cursor'. This...Lukas Toenne
2012-08-06fix for crash when moving frames about in the node space, was possible to mov...Campbell Barton
2012-08-03DO not draw active outline for collapsed nodes when they're not selectedSergey Sharybin
2012-08-03code cleanup: remove unused includesCampbell Barton
2012-08-01Do not highlight non-selected active node with active outlineSergey Sharybin
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton