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-11-23Basic work to solve "New" translation mismatch (this is an adjective, which o...Bastien Montagne
2012-11-13disable applying constructive modifiers when in sculpt mode with multi-res da...Campbell Barton
2012-11-09rename template_color_wheel() to template_color_picker()Campbell Barton
2012-11-09Bugfix #33124Ton Roosendaal
2012-10-27Bugfix, IRC reportedTon Roosendaal
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-25UI: datablock selector widgets now show as a tooltip the datablock descriptionBrecht Van Lommel
2012-10-25Fix #30940: layout.prop_search() item not drawing correct inside menus.Brecht Van Lommel
2012-10-21Fix [#32934] Some UI texts translated/untranslated regardless of "Interface" ...Bastien Montagne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-05Fix #32707: texture preview not loadedSergey Sharybin
2012-09-28fix [#32678] Changing RGB Curve via 'X' or 'Y' coordinates does not updateCampbell Barton
2012-09-212.49 feature: Game Controller State name shows up when mouse over them (the n...Dalai Felinto
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-18fix for bug setting single user obdata while in editmode, it didnt work (made...Campbell Barton
2012-09-17style cleanup: multiple statements on a single line in interface code.Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-04stule cleanupCampbell Barton
2012-09-04Mango request: display sliders for current point in curve mappingSergey Sharybin
2012-09-03Fix regression introduced in recent jobs system refactoringSergey Sharybin
2012-08-21code cleanup: some legacy compo nodes were not ifdef'dCampbell Barton
2012-08-21code cleanup: don't use magic numbers for curve flag & use bool args for curv...Campbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-19style cleanupCampbell Barton
2012-08-15rendering now stops the composite job first, then renders.Campbell Barton
2012-08-15use job types when checking for jobs in areas of the code that made assumptio...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-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton
2012-07-25fix annoying bug where image open from ID template didn't open in the existin...Campbell Barton
2012-07-16correct own error in logic for skipping mask layers, inverted mask layers wit...Campbell Barton
2012-07-16show alpha in the mask buttons item listCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-06-05mask editingCampbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-23Finish changes in up/down arrows for menusSergey Sharybin
2012-05-22I18n fixes, mainly for (cycles) nodes (i.e. node template in Buttons window).Bastien Montagne
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-05- fix error with conflusing key/keyblock in the shape template UI - absolute ...Campbell Barton
2012-03-30style cleanup: interfaceCampbell Barton