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-01-22Macro operator properties using property groups in groups (initial code by br...Martin Poirier
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
2010-01-14Fix [#20663] Mouse cursor icon changes back to default in edit modeMatt Ebb
2010-01-14[#20112] User Preferences window causes a crashMartin Poirier
2010-01-13Makefiles: add -DNAN_BUILDINFO to CPPFLAGS in windowmanager/intern when build...Stefan Gartner
2010-01-13Don't loop forever.Martin Poirier
2010-01-13Fix for Martin's fix, caused file selector to stop working.Matt Ebb
2010-01-13[#20093] Consistent Crash in properties windowMartin Poirier
2010-01-11Compile Fix for recent multi touch commit. Thomas Dinges
2010-01-11report errors with library linking errors.Campbell Barton
2010-01-11Multitouch trackpad 2 fingers gestures implementationDamien Plisson
2010-01-11- player building againCampbell Barton
2010-01-11* Tweak for splash screen rev. info - dalai, does this look ok on your machine?Matt Ebb
2010-01-10[#20581] Lasso tool ends unexpectedly Martin Poirier
2010-01-10- fix for crash if drivers were used in the .B.blendCampbell Barton
2010-01-10add OpenCOLLADA support to MakefilesStefan Gartner
2010-01-09Fix for clipped text in splash svn version string - I must have been working ...Matt Ebb
2010-01-08Remap Relative paths save option.Campbell Barton
2010-01-08Disable anti-aliasing initialization, was causing GL_SELECT issuesDamien Plisson
2010-01-08Fix for problems in previous commit when buildinfo wasn't enabled.Matt Ebb
2010-01-08Added the svn revision number to the splash screen (when buildinfo is Matt Ebb
2010-01-07group instance still didnt work in some cases, now tag ID flag when linking a...Campbell Barton
2010-01-07option to instance groups when linking or appending.Campbell Barton
2010-01-07OpenGL anti-aliasing for 3D view, user selectableDamien Plisson
2010-01-07Replaced lasso gesture filling code with scanfill, not 100% as nice, but simp...Matt Ebb
2010-01-06Disable OpenGL anti-aliasing by default for now.Damien Plisson
2010-01-06OpenGL Anti-aliasing implementation for blender windowsDamien Plisson
2010-01-06*Disabled filled lasso drawing on Windows for now, was causing some strange p...Matt Ebb
2010-01-06Small tweaks to gesture drawing to show the filled selectable area.Matt Ebb
2010-01-05Macro: insert macro properties into sub operator properties when run (this en...Martin Poirier
2010-01-04bugfix: macro redo could crash because of not nulled freed pointer.Martin Poirier
2010-01-03Changes to Brush texture workflowMatt Ebb
2010-01-03bugfix [#20510] .blog file causes crash (again rev25592)Campbell Barton
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-28remove operators WM_OT_open_recentfile and WM_OT_open_recentfile_splashCampbell Barton
2009-12-28- loading missing files didnt give any warningCampbell Barton
2009-12-27Wrong description in WM_OT_call_menuMartin Poirier
2009-12-25operator draw function working again. needed to add layout to the operator to...Campbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-24pedantic naming: wmKeyMapItem wasnt called 'kmi' in some cases.Campbell Barton