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
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-25Add a slight shadow to the radial operator text. It helps when brushAntony Riakiotakis
2014-03-25Code cleanup:Antony Riakiotakis
2014-03-25Code cleanup: ifdef debug only checks and simplify manifold testCampbell Barton
2014-03-25Improvements to radial control operator:Antony Riakiotakis
2014-03-19Fix T39260: "Redo Last" operator popup shows macro operator labels twice.Lukas Tönne
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-03-19UI: Add splash link to gooseberry (remove user community link)Campbell Barton
2014-03-07Maintenance: Start of 2.71 release cycle, BCon1, Alpha.Thomas Dinges
2014-03-07tweaks to buildinfoSergey Sharybin
2014-03-05Bump version to Blender2.70rc and new splashCampbell Barton
2014-03-05Don't show branch name on the splash if it's a release branchSergey Sharybin
2014-03-03UI: Splash text for 'a' releases and the upcoming 'Release Candidate'Campbell Barton
2014-02-27Fix T38678: Long strings on Search widget not getting shortened/no tooltip.Bastien Montagne
2014-02-18Fix windows build error in splash screen commit.Brecht Van Lommel
2014-02-18Splash screen: use a retina resolution image for Mac OS X.Brecht Van Lommel
2014-02-12Code cleanup: replace WM_OT_ndof_sensitivity_change -> WM_OT_context_scale_floatCampbell Barton
2014-02-10UI: report if WM_OT_call_menu uses an unknown menuCampbell Barton
2014-02-09UI: replace uiPupMenuOkee & uiPupMenuSaveOver with WM_operator_confirmCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-31Code cleanup: comments and warningsCampbell Barton
2014-01-28File Reading: add revert operatorCampbell Barton
2014-01-28File Reading: add wrapper function for WM_file_readCampbell Barton
2014-01-28Fix T38367: operators activated from popups didnt reuse settingsCampbell Barton
2014-01-23Fix T38042: Keymap crash after reloading operatorsCampbell Barton
2014-01-23WM: add WM_operatortype_remove_ptr to remove a known operatorCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-17UI: tweak menu padding and make separator line more visible.Brecht Van Lommel
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-13Select Random: add option to de-selectCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-01Fix wrongly shorten labels in splash (allocated size was a bit too small, rB3...Bastien Montagne
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-12Radial control operator support for pixel propertiesAntony Riakiotakis
2013-12-09Tooltips: abbreviate long python operator tooltipsWalid Shouman
2013-12-08Fix T37731: some window manager operators unnecessarily required a window to ...Brecht Van Lommel
2013-12-02Correct previous commit with BLF & buildinfoCampbell Barton
2013-11-30D54: Added a filepath attribute to the read_homefile operator.gaiaclary
2013-11-29Fix T37149: Macros store settings from a cancelled operationCampbell Barton
2013-11-27Resolve T37240: saving a new file always had absolute paths, now remap.Campbell Barton
2013-11-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-26Usual ui messages fixes...Bastien Montagne
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25UI: hide internal properties of radial control operator from user.Emanuel Claesson
2013-11-17* Some less technical tooltip for the splash screen.Thomas Dinges
2013-11-17Documentation:Thomas Dinges