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-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-31Fix T37947: large cursors now also work on linux/mac for the edit mode cross.Brecht Van Lommel
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-20Fix bookmarks not appearing in file browser after "copy previous settings".Brecht Van Lommel
2013-12-19Change recent fix for T37864, now only check if the file is readonlyCampbell Barton
2013-12-19Fix for T37864, save/save_as blend now refuses to save and report an error, w...Thomas Dinges
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-12Radial control operator support for pixel propertiesAntony Riakiotakis
2013-12-12Fix T37595: Switching modal transform broke with trackball rotation.Campbell Barton
2013-12-11Code cleanup: assign win size to const vars and some renamingCampbell Barton
2013-12-10Style CleanupCampbell Barton
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-05Correction to fix of T37688Sergey Sharybin
2013-12-05Fix T37688: User Preferences do not load correctlySergey Sharybin
2013-12-05User Interface: Ctrl+C over a menu copies the py commandCampbell Barton
2013-12-02Correct previous commit with BLF & buildinfoCampbell Barton
2013-11-30Code cleanup: minor changes to custom startup file property useCampbell 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-29Code cleanup: avoid using function calls within macrosCampbell Barton
2013-11-27Resolve T37240: saving a new file always had absolute paths, now remap.Campbell Barton
2013-11-27Fix T36976: drag and drop tooltip not working with retina and drawing offBrecht Van Lommel
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-25User Defaults: Change user defaults based on decission by new UI team - T37518Campbell Barton
2013-11-22Code Cleanup: use NULL for pointer checks and remove joke.Campbell Barton
2013-11-20* Remove more code for stars, missed those. Sorry!Thomas Dinges
2013-11-18Fix T37301: Command line render gives seg fault 11 on OS XSergey Sharybin
2013-11-17* Some less technical tooltip for the splash screen.Thomas Dinges
2013-11-17Documentation:Thomas Dinges
2013-11-15Further tweaks to buildinfoSergey Sharybin
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-11-06Patch #37274: Circle select for node editor, by Henrik Aarnio (hjaarnio).Lukas Toenne
2013-11-05OSX: complety remove the cocoa options, definitions and conditionals nowJens Verwiebe
2013-11-05OSX/cmake: carbon cleanoutJens Verwiebe
2013-11-05OSX: remove obsolete file and adapt sconsJens Verwiebe
2013-11-04Made buildinfo aware of builds from GITSergey Sharybin
2013-10-31Fix #37261 Rendering a Render Layer from another scene doesn't update.Lukas Toenne
2013-10-31cancelling an operator popup now calls the operators cancel callback.Campbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-29patch [#37217] Make WM_gesture_lines draw the lasso unfilled. (Adding reroute...Campbell Barton
2013-10-23style cleanupCampbell Barton
2013-10-15Fix [#37077] User prefs > Input and Outliner Keymaps mismatch in representation.Bastien Montagne
2013-10-13code cleanup: utility function for getting a bool as a string.Campbell Barton