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
2011-06-18cmake: make python search into a find package module.Campbell Barton
2011-06-18make better use of cmake builtin funcitons for finding python library/headerCampbell Barton
2011-06-18rename cmake include/libraries to conform with suggested cmake namesCampbell Barton
2011-06-18added FindSndFile cmake module to replace inline checks.Campbell Barton
2011-06-18fix for error caused with module relocation - broke loading ngons in OBJ filesCampbell Barton
2011-06-18use ascii drawing function where utf8 isnt needed.Campbell Barton
2011-06-18py-api: store frequently used strings as unicode PyObject's to avoid creating...Campbell Barton
2011-06-18throw an error if preprocessor definitions are used for DNA array lengths (pr...Campbell Barton
2011-06-18fix fileselect for images from sequencerAndrea Weikert
2011-06-17Bugfix, irc report:Ton Roosendaal
2011-06-17Fix #27660: texture space panel was missing for curve & metaballs, now theyBrecht Van Lommel
2011-06-17fix [#25598] projection surface snap issueCampbell Barton
2011-06-17fix [#26621] Memory leaks when creating popup window.Campbell Barton
2011-06-17adding .m4a video extensionDaniel Salazar
2011-06-17BGE: Camera.getScreenPosition wasn't working because of an unhandled exceptio...Campbell Barton
2011-06-17aiff tooDaniel Salazar
2011-06-17Adding .aif to known audio extensions so it doesn't get hiden by defaultDaniel Salazar
2011-06-17fix for memory leak converting an idproperty group into a dictCampbell Barton
2011-06-17IDProperty python module updateCampbell Barton
2011-06-17fix for drawing bones names twice in object with viewport 'Outline' option en...Campbell Barton
2011-06-17ulti line formatting for PyErr_Format calls (no functional change)Campbell Barton
2011-06-17fix [#27681] Python: crash assigning a 'set' to an arrayCampbell Barton
2011-06-17Fix [#27666] Python/Windows issue: "import uuid" results in an error popupNathan Letwory
2011-06-16Small todo item: outliner display actions were sending undo pushes, not neededTon Roosendaal
2011-06-16Python Docs: update layout.html to match blender.org development submenu chan...Brecht Van Lommel
2011-06-16use directory selector for properties defined as PROP_DIRPATH, user preferenc...Campbell Barton
2011-06-16directory only filesel for operators which don't have a filepath or filename ...Campbell Barton
2011-06-16fix [#27671] Transforming sequencer effects strips crashesCampbell Barton
2011-06-16fix [#27675] Bones shift out of place when leaving edit modeCampbell Barton
2011-06-16fix for baking actions for objects with no animation data.Campbell Barton
2011-06-16fix for own error in r37542Campbell Barton
2011-06-16fix [#27673] Value sliders >1 do not represent numerical ratios rightCampbell Barton
2011-06-16minor speedup for UI draw code, noticed ui_get_but_val() could be called 3-5 ...Campbell Barton
2011-06-16include some extra search paths for cmake openexrCampbell Barton
2011-06-16fix to FindOpenEXR pointed out by Sergey Sharybin,Campbell Barton
2011-06-16Blenderplayer: Setting G.main to NULL after it's freed to avoid issues later ...Mitchell Stokes
2011-06-15Committing patch #25676 Anisotropic filtering in viewport and BGE by me.Mitchell Stokes
2011-06-15remove unused argumentsCampbell Barton
2011-06-15error in recent commitCampbell Barton
2011-06-15use full library paths for openexr & msvc, also remove unneeded exr includesCampbell Barton
2011-06-15cmake: combine debug/optimized into one target_link_libraries() call.Campbell Barton
2011-06-15replace own inline cmake include search logic for a typical FindXXX.cmake mod...Campbell Barton
2011-06-15fix for openexr include path, for both cmake and scons a custom openexr insta...Campbell Barton
2011-06-15Code cleanup: remove reference to workob global that no longer exists.Brecht Van Lommel
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-06-15Fix #27654: vertex parenting not working with constructive modifiers.Brecht Van Lommel
2011-06-15fix [#27658] Bake action operator error on non armature objectsCampbell Barton
2011-06-15correction for own commit r37492Campbell Barton
2011-06-15de-duplicate multires image filter function. (no functional change)Campbell Barton
2011-06-15fix [#27662] Storing png/tga images ignore Alpha settingsCampbell Barton