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-04-22Merge branch 'master' into gooseberryAntony Riakiotakis
2015-04-21BLI_string: add BLI_snprintf_rlenCampbell Barton
2015-02-06Merge branch 'master' into gooseberryAntony Riakiotakis
2015-02-06cleanup: use bool args & redundant castsCampbell Barton
2015-02-05Move priority of widget handler back for node editor. Still not veryAntony Riakiotakis
2014-12-10Yet more refactoring:Antony Riakiotakis
2014-12-10Add back idnames to the widgetmaps, we could well need to define bothAntony Riakiotakis
2014-12-09Big refactor commit.Antony Riakiotakis
2014-12-08Code for runtime registration of widgets that should make it possible toAntony Riakiotakis
2014-12-08Scale handlers for the rectangle transform workingAntony Riakiotakis
2014-12-06Initial Python API for WidgetsCampbell Barton
2014-12-06Widget API: remove unused identifier memberCampbell Barton
2014-12-05Hook up the new DNA data to the node edtior. Now the backdrop supportsAntony Riakiotakis
2014-12-05Rename Cage to RectTransform, add DNA for struct that will be used forAntony Riakiotakis
2014-12-03Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
2014-12-01More cleanup to the widget API.Antony Riakiotakis
2014-12-01Widgets: Cleanup, no draw flag now, widgets are fully dynamic. AlsoAntony Riakiotakis
2014-11-30More fixes related to D&D:Bastien Montagne
2014-11-30Fix T42760: Drag-to-add feature fails in a case.Bastien Montagne
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-21Cage widget now does something useful (tm). Basically, we can nowAntony Riakiotakis
2014-11-21Correctly center the widget in node spaceAntony Riakiotakis
2014-11-21Cage actually now draws something, also change widget, will be modifiedAntony Riakiotakis
2014-11-20Fix crash with widgetgroupAntony Riakiotakis
2014-11-17Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
2014-11-16WIP cage transform.Antony Riakiotakis
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-09-18Cleanup: style, spellingCampbell Barton
2014-09-16Fix T41818: Missing refresh on Undo for nodes (mask example)Sergey Sharybin
2014-08-12Implemented a basic framework for node-based shaders.Tamito Kajiyama
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-24Fix T38798: Can get stuck in world nodes when switching from Cycles toLukas Tönne
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-12-09Fix T37741: Duplicating node editor did not copy node tree pointers.Lukas Tönne
2013-09-13change NODE_TREE_TYPES_BEGIN/END macros to include braces (matches CTX_DATA_B...Campbell Barton
2013-09-05Bugfix #35920Ton Roosendaal
2013-07-22Allow creation of mask nodes in compositor with drag&drop of mask datablocksSv. Lockal
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-07-08Fix #36024. This part fixes user counting for node editor trees. The user cou...Lukas Toenne
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-05-27Fix for #35495, Material preview do not update. This was caused by a line ins...Lukas Toenne
2013-04-24Fix for #34739 and #35060, avoid ambiguity in compositor viewer nodes.Lukas Toenne
2013-04-17Fix for #34911, Compositor with multiple views autozooms to node when creatin...Lukas Toenne
2013-04-13Node editor: create the toolbar area right at the start in node space, in ord...Lukas Toenne
2013-04-13Replacing the node Add menu and making the toolbar usefulLukas Toenne
2013-03-19Nicer handling of undefined node, tree and socket types.Lukas Toenne
2013-03-18code cleanupCampbell Barton