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
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-12change defaults for window state on X11 (yet again), after further discussion.Campbell Barton
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-09Blender Anim player fixes:Ton Roosendaal
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08Feature request:Ton Roosendaal
2013-03-07Border for compositor viewer node featureSergey Sharybin
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-03-05patch [#34103] fileops_1.patchCampbell Barton
2013-03-05patch [#34103]Campbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-03-04BugfixTon Roosendaal
2013-03-03move toggle drag into a UI handler (was modal operator)Campbell Barton
2013-02-28More UI messages fixes...Bastien Montagne
2013-02-28Draw a checker board as a background for animation playerSergey Sharybin
2013-02-25only apply workaround for [#33223] when using intel cards on windows.Campbell Barton
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-19Small correction to make strict compiler setup be happySergey Sharybin
2013-02-19Fix #34315: memory leak cancelling move to layer operator, after change to makeBrecht Van Lommel
2013-02-19patch [#34320] Cross compiling with mingw-w64 on ubuntuCampbell Barton
2013-02-17Fix #34285: sculpt/paint radial control F key operators did not adjust brush ...Brecht Van Lommel
2013-02-17Another huge bunch of UI translation fixes, mostly reported by Leon Cheung, S...Bastien Montagne
2013-02-15revert own commit r54450, this works on X11 but not in Windows and caused bug...Campbell Barton
2013-02-14fix (for one case of...) [#33949] T_ALT_TRANSFORM conflicts with "emulate 3 b...Campbell Barton
2013-02-14add missing NULL checks - could cause crashes in rare cases.Campbell Barton
2013-02-12Small tweak in event debug printing:Ton Roosendaal
2013-02-12Fix #34126: report list memory leak when calling operator from python and theBrecht Van Lommel
2013-02-12fix for own commit r54482, PROP_DISTANCE was being checked for by radial cont...Campbell Barton
2013-02-11replace MEM_callocN with MEM_mallocN for events since their overwritten right...Campbell Barton
2013-02-11fix for weight gradient crashing on redo (wasn't possible to redo this initia...Campbell Barton
2013-02-11fix for modifier keys held before a window was activated being ignored.Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-10Fix a few DPI / retina draw issues:Brecht Van Lommel
2013-02-09omit warning about startup.blend being missing when loading with '--factory-s...Campbell Barton
2013-02-07start blender maximized on X11 - finding screen limits taking window borders,...Campbell Barton
2013-02-02style cleanupCampbell Barton
2013-02-01code cleanup: make wmEvent's 'const' in interface code (reduces manual checki...Campbell Barton
2013-01-31Add Xinerama support for GHOST_GetMainDisplayDimensions() so X11 works as it ...Campbell Barton
2013-01-31add ghost function getAllDisplayDimensions, GHOST_GetAllDisplayDimensionsCampbell Barton
2013-01-31start window non-maximized since this is more the `default` state for windows...Campbell Barton
2013-01-31fix/workaround [#34026] Blender starts with too large windowCampbell Barton
2013-01-30Add active region for operator execution.Campbell Barton
2013-01-27Operators name "cleanup"Dalai Felinto
2013-01-25Bugfix #33989Ton Roosendaal
2013-01-22fix [#33841] Disabling and re-enabling live addon crashes blender (modal/draw...Campbell Barton
2013-01-22property change reporting now uses the context again, rather then checking a ...Campbell Barton
2013-01-22fix [#33836] issuing bpy.ops.render.render() in console crashes the programCampbell Barton