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
2015-06-27Cleanup: all params of BLI_str partition funcs can be const...Bastien Montagne
2015-06-27Extend `BLI_str_partition_ex`: add possibility to define a right limit to the...Bastien Montagne
2014-11-11UI Refactor T41640Campbell Barton
2014-09-24Fix T41933: Node Editor: Crash occurs with Select by SuffixBastien Montagne
2014-07-05Fix uninitialized bool in recent own 'sode_select_groupe' commit.Bastien Montagne
2014-07-04Refactor of Node's 'Select by type' op, to also handle color and name handling.Bastien Montagne
2014-06-22WM: set circle select minimum radius to 1Campbell Barton
2014-06-14UI: Add support for popups to refresh their layput (D578)Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-21View2d: check UI_view2d_view_to_region_clip succeeds before using the resultCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-06Patch #37274: Circle select for node editor, by Henrik Aarnio (hjaarnio).Lukas Toenne
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-09-05Bugfix #35920Ton Roosendaal
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-07-12Expose node.select exec callback to an operatorSergey Sharybin
2013-04-24Fix for #34739 and #35060, avoid ambiguity in compositor viewer nodes.Lukas Toenne
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-02Compile fix: size_t (required by BLI_string.h) was undefinedJoshua Leung
2013-04-01Node editing feature:Ton Roosendaal
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-27Node EditorTon Roosendaal
2013-03-27Fix for Node Editor tool "Find next/prev of same type".Ton Roosendaal
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-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-22lasso select works in the node editor again, Ctrl+Alt+LMB, Ctrl+Alt+Shif+LMB ...Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-08Renamed the mx/my coordinates in SpaceNode to more descriptive 'cursor'. This...Lukas Toenne
2012-08-04style cleanupCampbell Barton
2012-08-03code cleanup: remove unused includesCampbell Barton
2012-08-02Node selection: make node active before it could be unselected by extendingSergey Sharybin
2012-08-01make node select_all consistent with other select operators, also add Ctrl+I,...Campbell Barton
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-06-05style cleanupCampbell Barton
2012-06-01Reroute nodes, by Jeroen Bakker (patch #28443).Lukas Toenne
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton