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
2014-01-17UI: tweak menu padding and make separator line more visible.Brecht Van Lommel
2014-01-17Fix T38141: wrong add reroute node location with shift LMB cut on OS X / retina.Brecht Van Lommel
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-07UI / Nodes: Revert Slider for "Value" node, this is no percentage nor a 0-1 r...Thomas Dinges
2014-01-07Fix T38075, crash from shader node add/replace tree view template.Lukas Tönne
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-04Changed percentage and 0-1 number fields to use sliders. This is more consist...William Reynish
2013-12-31Cycles Volume Render: these changes should have included in the last commit.Brecht Van Lommel
2013-12-28Cycles Volume Render: support for rendering of homogeneous volume with absorp...Brecht Van Lommel
2013-12-10Node Previews:Jeroen Bakker
2013-12-09Enhancement: added node colors for every node classJeroen Bakker
2013-12-09Fix T37741: Duplicating node editor did not copy node tree pointers.Lukas Tönne
2013-12-04Fix UI bug with 'socket menus' (used e.g. by cycles' Material panels).Bastien Montagne
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25Blender Internal: Add "Lamp Data" shader node that allows shaders to acquire ...IRIE Shinsuke
2013-11-25Code cleanup: remove unused include dirsCampbell Barton
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-21Fix T37558: Cosmetic label change to indicate that the path for individual in...Lukas Tönne
2013-11-15Fix for own mistake in r61178: bNodeTree->links ListBase was being modified w...Lukas Tönne
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-07Fix for node link highlighting not getting reset if a transform operator is c...Lukas Toenne
2013-11-07Cleanup: nice bool return value from ed_node_link_conditions function instead...Lukas Toenne
2013-11-07Removed the automatic "link swapping" feature from the node link operator: Wh...Lukas Toenne
2013-11-06Patch #37274: Circle select for node editor, by Henrik Aarnio (hjaarnio).Lukas Toenne
2013-11-06Removed the "Show Cyclic Dependencies" operator for nodes. This operator is a...Lukas Toenne
2013-11-06True grid snapping for nodes: This snaps nodes to the actual background grid ...Lukas Toenne
2013-11-05Fix #37312, Backdrop value offset is not refreshed. Backdrop operators need t...Lukas Toenne
2013-10-31code cleanup: spellingCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-10Get rid of the draw_input/draw_output callbacks for nodes. These are pretty u...Lukas Toenne
2013-10-10Change to node output socket drawing: Instead of always drawing only the sock...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-10-06* Display warning icon for SSS/GPU message. Thomas Dinges
2013-10-06Fix for Output File node operators: added a sanity type check to avoid using ...Lukas Toenne
2013-10-02Fixes for cycles Mapping and Vector Transform node:Brecht Van Lommel
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-27Fix for #36823, SSS node now displays a warning, that it does not work on the...Thomas Dinges
2013-09-26Fix cycles issue with mapping node rotation and scale order. When using bothBrecht Van Lommel
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-09-16Cycles Hair: Two basic bair shaders addedStuart Broadfoot
2013-09-13change NODE_TREE_TYPES_BEGIN/END macros to include braces (matches CTX_DATA_B...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