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 (Collapse)Author
2013-10-16BGE: Fix to allow render options such display framerate and profile to workMitchell Stokes
when launching the Blenderplayer from Blender. This bug was reported and fixed by SolarLune.
2013-09-30Usual UI messages fixes...Bastien Montagne
2013-09-30fix [#36835] Removing an addon has strange behaviorCampbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
update some descriptions, others were removed and operators tagged as internal. add a script to detect duplicate operator descriptions.
2013-09-06starting blenderplater wasnt flipping use_deprecation_warnings when it ↵Campbell Barton
should, also use values directly without converting to ints.
2013-09-06BGE Fix: [#32360] Standalone Player switches not workingDaniel Stokes
Launching the player from the Blender UI now makes use of the "Debug Properties", "Framerate and Profile", and "Deprecation Warnings" options by setting the appropriate command line flags.
2013-08-29use os.remove rather then unlink (the same but all other areas use 'remove')Campbell Barton
2013-08-29BGE: The WM_OT_blenderplayer_start addon now saves a copy of the current ↵Mitchell Stokes
blendfile with a trailing '~' to keep paths intact. An unsaved file will still go to the tmp directory. This file is deleted when the blenderplayer process exits.
2013-08-28Fix for #36387, User Preferences "Addons" panel bogs down the whole interface.Lukas Toenne
The addons panel draw function calls addon_utils.modules() which in turn retrieves a list of fake modules from the script paths every time. This can become costly when network paths are included for addons. Solution is to put the scanning process into a dedicated "refresh" function and disable it in frequently called draw and filter functions, i.e. in these cases the cached addons_fake_modules list will be used instead. Note that this may lead to invalid addon lists if script paths are changed (which is not working 100% without restart anyway according to Campbell). For this there is now a "Refresh" operator button in the addons preferences. If necessary and feasible such forced refreshes can be added later too.
2013-08-20quiet error installing an addon when the directory already exists (would ↵Campbell Barton
happen on OSX frequently), the addon would install but error was misleading.
2013-07-06remove dummy menu which WM_OT_context_menu_enum needed, use popup menu ↵Campbell Barton
directly instead.
2013-07-03reduce imports on startupCampbell Barton
2013-06-27pep8 cleanupCampbell Barton
2013-06-19report exceptions when enabling and disabling modules in blenders interface.Campbell Barton
so if pressing the addon checkbox fails it tells why rather then failing silently.
2013-06-14Change edgeloop delete to use dissolve, fixes bug [#35738].Campbell Barton
Was using edge-slide & remove-doubles but this was error prone since remove doubles could fail in some cases or find doubles where it shouldn't (with very small scale objects). This gives more predictable behavior when the edges of a loop wouldnt slide (in that case they would just drag over to one of the sides with no user control) and multiple edge loops work better too. eg: - http://www.graphicall.org/ftp/ideasman42/edge_loop_del_update.png
2013-06-11fix [#35574] Export Key Map issueCampbell Barton
problem was the keymap failed to import but didnt give any feedback, now it displays error message.
2013-05-23fix/workaround for problem with osx permissions.Campbell Barton
2013-04-20code cleanup: minor improvements to scripts.Campbell Barton
- make wm-property operators use INTERNAL option. - make console use str.expandtabs() rather then replacing tab->spaces.
2013-04-11* Better tooltip for WM_OT_properties_context_change. Thomas Dinges
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-28fix for loosing recent-files when running 'Copy Previous Settings'.Campbell Barton
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2013-02-25fix for python exception getting the ID from an operator button:Campbell Barton
attempting to select 'Online Manual' or 'Python Reference' from the UI of a running operator would give an error popup.
2013-02-07code cleanup: use exist_ok keyword arg to os.makedirs() rather then checking ↵Campbell Barton
if the dir exists first.
2013-01-28fix [#34018] Delete Edge Loop undo works not als expected.Campbell Barton
2013-01-23code cleanup: dont use 'bpy.context' when 'context' is availableCampbell Barton
2013-01-17fix for arrow keys being reversed in the snap menu (Ctrl+Shift+Tab)Campbell Barton
also - when expanding rna enums into existing menus - don't nest inside a row/column.
2013-01-17show a title in menus triggered by WM_OT_context_menu_enum, also show an ↵Campbell Barton
icon when available.
2013-01-16style cleanupCampbell Barton
2013-01-13simplify WM_MT_context_menu_enum(), use expanded enum property.Campbell Barton
2013-01-13remove TRANSFORM_OT_snap_type, use WM_OT_context_menu_enum instead.Campbell Barton
add Ctrl+Shift+Tab shortcut for selecting snap type to the UV editor too. also added icon drawing to WM_OT_context_menu_enum() so it gets the icons from the enum to draw them in the menu.
2013-01-13remove 2.57-windows workaround for WM_OT_copy_prev_settingsCampbell Barton
2013-01-08fix [#33646] Deleting edge loops creates holes in uv mapCampbell Barton
2012-12-15Better tooltip for "Install Theme..."Ton Roosendaal
2012-12-08fix [#33431] Impossible to add "None" string to a propertyCampbell Barton
2012-11-15fix [#33179] Can't delete centered edge loop if x-mirror is activatedCampbell Barton
2012-10-31no longer use 'check_existing' to see if we need to have a save popup, ↵Campbell Barton
instead use 'exec' operator on a saved file and invoke on unsaved files. correct missing memset --> CustomData_reset switch too.
2012-10-26fix [#31661] Custom properties do no respect min/max valuesCampbell Barton
also renamed function added prev commit
2012-10-19simplify addon install print, Now it only prints the source and destination ↵Campbell Barton
dirs, with a list of addons added. don't think its needed to print the full path of each addon. also remove the __MACOX check, its harmless and people can make sure there zips dont have cruft in them before distributing them.
2012-10-19[#32921] Fix: Python error triggered when installing an addon via 'install ↵Gaia Clary
addon' button
2012-10-12quiet clang static checker warning by returning an error for invalid ↵Campbell Barton
situation getting an IDProp mapping from a PyObject. also print the path installed to when installing an addon.
2012-10-10Cosmetic: Changed label of the 'Install Addon...' Button to 'Install from ↵Gaia Clary
File...'
2012-10-08style cleanup: pep8Campbell Barton
2012-10-04Add translation context for volume (Audio), pitch (Rotation) and rename ↵Sv. Lockal
tip->tooltip for custom properties Tracked in [#31062] [2.6x] Context Ambiguity List & Discussion (keep updating)
2012-09-13modifications needed to get a URL from an RNA id from the testing scriptCampbell Barton
2012-09-05change templates to call modal_handler_add() is called last since any errors ↵Campbell Barton
between calling this function and returning will crash blender. see [#30687]
2012-08-25ability to register your own online manual callbacks - useful for 3rd party ↵Campbell Barton
addon developers, who may want to link to their own URL's.
2012-08-23Fix #32388: bpy.ops.wm.path_open() not working with path with spaces on Windows.Brecht Van Lommel
2012-07-24Fix #32165: context_set_value didn't make an undo push when changing scene ↵Sergey Sharybin
settings This lead to such issues as changing mesh selection mode wasn't doing undo push when it need to.
2012-07-19poll function for edge loop delete.Campbell Barton