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
2012-08-18use rctf struct for UI buttons and blocks, easier to read and means we can us...Campbell Barton
2012-08-17HDR color picking was not working for node spaceCampbell Barton
2012-08-17code cleanup:Campbell Barton
2012-08-16support fro HDR color picking (values over 1.0) when color picking in the ima...Campbell Barton
2012-08-15escape key now quits composite.Campbell Barton
2012-08-15fix for missing change to fluidsim from last commit and name jobs a more usef...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-08-14add variable size option to bokeh blur node, remove f_stop option (it wasnt u...Campbell Barton
2012-08-14rename blur `Reference` to `Variable Size`, improve tooltipCampbell Barton
2012-08-122d smoothview now scales back the time to move for smaller view zoom/panning.Campbell Barton
2012-08-12smooth-view for 2d views, graph editor, sequencer, node view, works with bord...Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-08Renamed the mx/my coordinates in SpaceNode to more descriptive 'cursor'. This...Lukas Toenne
2012-08-08Search option for adding nodes.Lukas Toenne
2012-08-08fix for minor regression in own recent edits: sample line was drawing in newl...Campbell Barton
2012-08-07minor edits to node viewCampbell Barton
2012-08-07select linkedCampbell Barton
2012-08-07add view selected for node viewCampbell Barton
2012-08-07Fix for drawing arrows on node lines between two reroute nodes. This was a ty...Lukas Toenne
2012-08-06inpaint node from tomato branch by Peter SchlaileCampbell Barton
2012-08-06Fix #32271, Node group/parent crash. The grouping operators need to also look...Lukas Toenne
2012-08-06fix [#32272] crash while rendering and modifying the node setup.Campbell Barton
2012-08-06prevent copy/paste from incompatible types (compo -> material for eg) - would...Campbell Barton
2012-08-06fix for node clipboard leak on exit, also use blenders convention for functio...Campbell Barton
2012-08-06fix for transforming parented nodes, the node would check its parent was not ...Campbell Barton
2012-08-06fix for crash when moving frames about in the node space, was possible to mov...Campbell Barton
2012-08-05use define for 0.375 = GLA_PIXEL_OFS, used all over the interface.Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04dont re-combute composite nodes when knife and add-socket operators don't add...Campbell Barton
2012-08-04fullscreen mask editing now works in the image space over a viewer node.Campbell Barton
2012-08-03DO not draw active outline for collapsed nodes when they're not selectedSergey Sharybin
2012-08-03Fix for node placement when copying to/pasting from clipboard. Child node loc...Lukas Toenne
2012-08-03Fix for node clipboard copy operator for Frame nodes. Was redirecting the par...Lukas Toenne
2012-08-03code cleanup: remove unused includesCampbell Barton
2012-08-03code cleanup: move node background image operators into node_view.cCampbell Barton
2012-08-03rename node_state.c --> node_view.cCampbell Barton
2012-08-02Node selection: make node active before it could be unselected by extendingSergey Sharybin
2012-08-02Clipboard feature for nodes. With the Copy operator a copy of all selected no...Lukas Toenne
2012-08-02code cleanup: headersCampbell Barton
2012-08-01split node_edit.c into separate files (add, group, relationshops), was almost...Campbell Barton
2012-08-01make node select_all consistent with other select operators, also add Ctrl+I,...Campbell Barton
2012-08-01Do not highlight non-selected active node with active outlineSergey Sharybin
2012-07-30Mango request: option to create nodes with hidden preview by defaultSergey Sharybin
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-27fix usercount error with dropping images in the node view.Campbell Barton