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-12-08Merged changes in the trunk up to revision 52815.Tamito Kajiyama
2012-12-04operator spacebar search menu wasn't ignoring internal operators,Campbell Barton
2012-12-03fix [#33389] Curve points restricted to 0..1 range,Campbell Barton
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-12-01Merged changes in the trunk up to revision 52690.Tamito Kajiyama
2012-11-27code cleanup: bmesh operator comments, readying for doc-generation.Campbell Barton
2012-11-26search box width's now scale with DPI setting.Campbell Barton
2012-11-26Made changes to BLF_translation.h as noted in blenkernel/intern/idcode.c.Tamito Kajiyama
2012-11-26Merged changes in the trunk up to revision 52546.Tamito Kajiyama
2012-11-23Basic work to solve "New" translation mismatch (this is an adjective, which o...Bastien Montagne
2012-11-14Merged changes in the trunk up to revision 52191.Tamito Kajiyama
2012-11-13disable applying constructive modifiers when in sculpt mode with multi-res da...Campbell Barton
2012-11-12Merged changes in the trunk up to revision 52118.Tamito Kajiyama
2012-11-09rename template_color_wheel() to template_color_picker()Campbell Barton
2012-11-09Bugfix #33124Ton Roosendaal
2012-10-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
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-07Merged changes in the trunk up to revision 51126.Tamito Kajiyama
2012-10-05Fix #32707: texture preview not loadedSergey Sharybin
2012-09-30Merged changes in the trunk up to revision 50956.Tamito Kajiyama
2012-09-28fix [#32678] Changing RGB Curve via 'X' or 'Y' coordinates does not updateCampbell Barton
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
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-15Merged changes in the trunk up to revision 50607.Tamito Kajiyama
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-29Merged changes in the trunk up to revision 50257.Tamito Kajiyama
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-18Merged changes in the trunk up to revision 49986.Tamito Kajiyama
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-12Merged changes in the trunk up to revision 49797.Tamito Kajiyama
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-02Merged changes in the trunk up to revision 49478.Tamito Kajiyama
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton