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-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-28File Reading: add wrapper function for WM_file_readCampbell Barton
2014-01-20Fix T37967: autosave does not save dynamic topology edits while in sculpt mode.Brecht Van Lommel
2014-01-20Fix T38269: scene full copy in mesh edit or sculpt mode did not copy mesh edits.Brecht Van Lommel
2014-01-20Correction for recent commit clearing font cacheCampbell Barton
2014-01-20Fix for saving startup file ignoring editmode/sculpt editsCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell 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-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-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-25User Defaults: Change user defaults based on decission by new UI team - T37518Campbell Barton
2013-10-10style cleanupCampbell Barton
2013-10-10fix save-as-copy option changing the filepath for new files.Campbell Barton
2013-09-10startup.blend: add a function BLO_update_defaults_startup_blend to changeBrecht Van Lommel
2013-08-29don't replace the extension with '.blend' in save code since the file selecto...Campbell Barton
2013-06-18add option to enable auto-execute scripts, but exclude certain directories.Campbell Barton
2013-06-16Fix [#35728] "Load Factory Settings" changes temp fonder to "/temp/\"Nathan Letwory
2013-06-10minor edit to previous commit, only show option to reload the file if its bee...Campbell Barton
2013-06-10Python script auto-execution changes:Campbell Barton
2013-06-10code cleanup: group python reset functions in BPY_python_reset()Campbell Barton
2013-04-10alternate solution for r55921 which was calling invoke() from exec(), which s...Campbell Barton
2013-03-29misc minor edits.Campbell Barton
2013-03-28fix for loosing recent-files when running 'Copy Previous Settings'.Campbell Barton
2013-03-21py api: add Object.update_from_editmode(),Campbell Barton
2013-03-14WM: remove "No (valid) startup.blend found" message printed on startup, can b...Brecht Van Lommel
2013-03-05patch [#34103] fileops_1.patchCampbell Barton
2013-03-05patch [#34103]Campbell Barton
2013-02-09omit warning about startup.blend being missing when loading with '--factory-s...Campbell Barton
2013-01-12Mac HiDPI ("retina") handling:Ton Roosendaal
2013-01-05Changes for opengl render to reflect new alpha premul pipelineSergey Sharybin
2013-01-04Fixes - post 2.65aTon Roosendaal
2012-12-14Bug fix, irc submitted:Ton Roosendaal
2012-12-13Bugfix, IRC report:Ton Roosendaal
2012-12-13minor editsCampbell Barton
2012-12-13code cleanup: quiet warningsCampbell Barton
2012-12-13Bugfix, irc report:Ton Roosendaal
2012-12-12Quick fix for ghost error - solves pixelsize to return 0.Ton Roosendaal
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12Sequencer: add textured solid option for opengl previewSergey Sharybin
2012-11-07fix [#33108] Running save_as_mainfile breaks relative texture pathsCampbell Barton
2012-10-29Bugfix #33004Ton Roosendaal
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-19More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to tra...Bastien Montagne
2012-10-07style cleanup: if();Campbell Barton