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
2010-02-12- select active camera operatorCampbell Barton
2010-02-11Operation Dot-Kill finishedDaniel Salazar
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-10Cocoa : use Cocoa NSWindow tag for identifying the window where a mouse/table...Damien Plisson
2010-02-08Operator Execution Contexts Bugfix:Joshua Leung
2010-02-06BGE: rna update for Logic BricksDalai Felinto
2010-02-01Remove NO_CONTEXT flag from enum when copying operator properties to the oper...Martin Poirier
2010-02-01Fix for problem drawing second level popup menus due to recent commit,Brecht Van Lommel
2010-02-01Fix #20891: opengl animation render could mess up the view.Brecht Van Lommel
2010-02-01Fix automatic draw method detection not clearing things properlyBrecht Van Lommel
2010-02-01WM Draw Method added to do Overlap assuming swap exchange / flipping,Brecht Van Lommel
2010-02-01Cocoa : implement opening .blend file by double-clicking on it in OSX FinderDamien Plisson
2010-02-01WM Draw Methods now has a new option Automatic (default). This willBrecht Van Lommel
2010-02-01Fix #19888: tooltip would stay visible when starting e.g. panning theBrecht Van Lommel
2010-02-01Renamed the FILE_OPEN option for the file browser to FILE_OPENFILE to cleanup...Joshua Leung
2010-01-312.5: quick fix to make 10-timer menu appear again. It's a debug tool, isTon Roosendaal
2010-01-31Fix snap to grid not taking the current grid resolution intoBrecht Van Lommel
2010-01-30Fix #20886: user defined keymap could be loaded before python scripts,Brecht Van Lommel
2010-01-29Two fixes, errors caused by drag n drop commit:Ton Roosendaal
2010-01-29Fix #20327: uv smart project options can't be tweaked.Brecht Van Lommel
2010-01-29Speed up keymap editor a bit (less context changes)Martin Poirier
2010-01-28Keyconfig import and removeMartin Poirier
2010-01-28Bug fix: the new code that allows button highlights in other windows, should Ton Roosendaal
2010-01-28PROP_ENUM_NO_CONTEXT flag for rna properties, forcing enum item functions to ...Martin Poirier
2010-01-27missing parenthesis broke os x compile.Martin Poirier
2010-01-27[#20792] MMB emulation, release brokenMartin Poirier
2010-01-27missing check for NULL poll for wmPaintCursorDraw which is allowed.Campbell Barton
2010-01-27- duplicate window crasheing when it was full screenCampbell Barton
2010-01-27[#20728] "Export UV Layout" overwrites existing files (without feedback)Matt Ebb
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-26Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined.Brecht Van Lommel
2010-01-26Assorted Bugfixes:Joshua Leung
2010-01-26set the keymap to NULL if its not found so as not to use it un-initializes.Campbell Barton
2010-01-26Fix [#20798] - Add/change/remove shortcut options dissapearing from buttons @...Matt Ebb
2010-01-25Remove unneeded notifier data added in revision 26219.Martin Poirier
2010-01-24View3d transform was sending a too-general notifier to redraw, causing severa...Joseph Eagar
2010-01-23support for compiling blender without python working again (with cmake at least)Campbell Barton
2010-01-22Macro operator properties using property groups in groups (initial code by br...Martin Poirier
2010-01-21Added a new notifyer, NC_SPACE_CHANGED, to signal an editor thatJoseph Eagar
2010-01-19[#20722] Ignore non-existent files from .BlogCampbell Barton
2010-01-19Fix [#20067] Blender 2.5.0 Alpha0 - Duplicating WindowMatt Ebb
2010-01-18load the user prefs before python so the python userdir is read.Campbell Barton
2010-01-18Fix for window not redrawing properly on resize (on osx at least), add a Matt Ebb
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-15a new generic invoke function - WM_enum_search_invoke()Campbell Barton
2010-01-15fix for compiler error, probably unlikely but if 'v' is NULL it could crash.Campbell Barton
2010-01-15Fix [#20129] emulate numpadMatt Ebb
2010-01-14[#20672] TimeLine (arrows will not proceed animation) Martin Poirier
2010-01-14[#19978] Can not switch view with keymaps while emulate numpad is activated; ...Martin Poirier
2010-01-14Fix for previous properties editor crash, only remove ui handlersMatt Ebb