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-18Cleanup: API naming use BKE_undo_ prefixCampbell Barton
2015-02-06cleanup: styleCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-18Make it possible to use preview/viewport render job kill without contextSergey Sharybin
2014-11-11UI Refactor T41640Campbell Barton
2014-09-16Fix T41818: Missing refresh on Undo for nodes (mask example)Sergey Sharybin
2014-06-23Add ED_paint.h, split out ED_sculpt.hCampbell Barton
2014-06-14UI: Add support for popups to refresh their layput (D578)Campbell Barton
2014-05-14Fix T37796, Mesh lost after exiting sculpt mode and undoing.Antony Riakiotakis
2014-05-13Fix T39196, Dynamic Topology Undo Applied to Wrong MeshAntony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-15Fix T39234: popup menus behave poorly when they have not enough width for all...Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-14Some corrections to previous commit. Undo stack could return 0 or returnAntony Riakiotakis
2014-03-14Fix T39156 part 2: Add support for image paint operations in undoAntony Riakiotakis
2014-02-15UI: fix for glitch where active button became inactive on undoCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-07-10Fix #36075: editing shading nodes could still crash blender internal renderedBrecht Van Lommel
2013-07-09Fix #35979, #35937, #35739: undo crashes and missing updates with blenderBrecht Van Lommel
2013-06-25Include DNA_scene_types before ED_object instead of forward enum declarationSergey Sharybin
2013-04-05Bug fix #34866Ton Roosendaal
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-02-26revert some changes from own commit r54850 which broke undo for toggle button...Campbell Barton
2013-01-30Add active region for operator execution.Campbell Barton
2013-01-30fix [#33740] Incorecct UV mapping from camera viewCampbell Barton
2012-12-30Disable fall through to global undo from paint/sculpt undoNicholas Bishop
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-12fix [#31019] [Minor] Freshly added nodes aren't getting undo pushCampbell Barton
2012-09-10code cleanup: use single define for undo string size, was 64 mostly, but 512 ...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-07-25image space now has a mode for view/paint/mask editing.Campbell Barton
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-06-01Style and typo fixesJoshua Leung
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-04-28code cleanup: replace some long ELEM7 checks with macro OB_TYPE_SUPPORT_EDITM...Campbell Barton
2012-04-21style cleanup: correct typosCampbell Barton
2012-04-13Fixed (or partly fixed) various missing UI translations, mainly with some spe...Bastien Montagne
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30style cleanupCampbell Barton
2012-03-27fix [#30651] bpy.ops.object.mode_set(...) editmode removes faces.Campbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2011-12-13svn merge ^/trunk/blender -r42564:42586Campbell Barton
2011-12-11fix [#29579] Redo brolken when jobs are runningCampbell Barton
2011-12-11workaround for tessface not being recalculated when undo is disabledCampbell Barton