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-02-05Fix T38340 and T38473: fixed Scene pointers in Composite and Defocus nodes do...Lukas Tönne
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-04Node UI: Improved layout for the Shader Mapping node, to match UI guidelines ...Thomas Dinges
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-27Code Cleanup: de-duplicate nested node tree checkingCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-21Fix own mistake with zealous check for face splittingCampbell Barton
2014-01-21Code Cleanup: styleCampbell Barton
2014-01-20Fix T37978: cycles nodes with multiple Material Output nodes not predictable.Brecht Van Lommel
2014-01-20Fix T37481: Image Sequence can't be loadedAndrea Weikert
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