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-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-10Cleanup: Consistent names for draw callbacks in bNodeType.Lukas Toenne
2013-10-06Fix for Output File node operators: added a sanity type check to avoid using ...Lukas Toenne
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-09-05Bugfix #35920Ton Roosendaal
2013-08-07Fix #36266, First undo in compositor decrements usercounter without a reason....Lukas Toenne
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-07-08Partial fix for #36024, don't always reset the node editor tree pointer if th...Lukas Toenne
2013-06-25Fix unnecessary redraw of 3D views when making changes in compositing nodes.Brecht Van Lommel
2013-06-11Fix cycles backwards compatibility for specular_toon shader this actually needsBrecht Van Lommel
2013-06-05Fix #35640, part 2. Check id.lib in poll functions for operators which do cri...Lukas Toenne
2013-05-29Remove the NODE_OPTIONS flag usage from node->typeinfo. This is a redundant f...Lukas Toenne
2013-05-07Fix #35122: Blenderplayer crashes when loading levelSergey Sharybin
2013-04-30Fix #35144: Image editor is not updateing if in new windowSergey Sharybin
2013-04-24Fix #35068: bpy.ops.node.output_file_add_socket() now works on the active nodeBrecht Van Lommel
2013-04-24Fix for #34739 and #35060, avoid ambiguity in compositor viewer nodes.Lukas Toenne
2013-04-24Fix #35008: compositing nodes viewer border (ctrl + B) not working correct in...Brecht Van Lommel
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03Fix #33628, Segmentation fault after pasting a closed group of nodes into an ...Lukas Toenne
2013-03-31Fix for [#34821] Split Viewer node won't show the backdropThomas Dinges
2013-03-31style cleanupCampbell Barton
2013-03-20Changes to compositor output nodeSergey Sharybin
2013-03-19Removed the is_local_tree property from compo/shader/texture node trees. This...Lukas Toenne
2013-03-19Fixes for context updates of the node editor:Lukas Toenne
2013-03-18Usual minor UI messages fixes.Bastien Montagne
2013-03-18Node Editor / Group UI:Thomas Dinges
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-07Border for compositor viewer node featureSergey Sharybin
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-27Operators name "cleanup"Dalai Felinto
2013-01-24UsabilityTon Roosendaal
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-30Compositor should never add notifiers by himself, notifiers should be addedSergey Sharybin
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-11-07UI message fixes...Bastien Montagne
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-12quiet some -Wshadow warningsCampbell 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-09-09style cleanup:Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-22style cleanupCampbell Barton