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-11-17exclude addons_contrib/ for release builds.Campbell Barton
2011-11-17Tweaks and fixes to UI messages, found while translating in french.Bastien Montagne
2011-11-17add flag FUNC_USE_MAIN for rna functions which don't need the context. (curre...Campbell Barton
2011-11-17centralize some of the came install commands, were being copied between osx/w...Campbell Barton
2011-11-17pyapi feature from 2.4xCampbell Barton
2011-11-17Fixed comment in BLI_dlrbTree_search_exactKonrad Kleine
2011-11-17pydrivers: 'frame' is now in the driver namespace,Campbell Barton
2011-11-17pass encoding to uses of decode() incase the default isnt utf-8. ignore decod...Campbell Barton
2011-11-17BLI_mempool redefined causing compile time error, removing duplicate typedefAntony Riakiotakis
2011-11-17UI: editor splitting widgets in corners now draw antialiased, also fix 1 pixelBrecht Van Lommel
2011-11-17Fix [#29190] VSE bugs.Bastien Montagne
2011-11-16merge mempool changes from bmesh (adds mempool iterator).Campbell Barton
2011-11-16Fix #29260: Missing "Extend" parameter for Border SelectSergey Sharybin
2011-11-16Dynamic Paint:Miika Hamalainen
2011-11-16minor edits, move mempool stack vars into the nested scope when they aren't l...Campbell Barton
2011-11-16minor cleanupCampbell Barton
2011-11-16Cycles: cmake build system tweak, might solve compile issue.Brecht Van Lommel
2011-11-16Fix #29292: cycles not loading linked image datablocks correctly.Brecht Van Lommel
2011-11-16Fix #29293: NLA Strip modifiers don't survive save/reload. One letterBrecht Van Lommel
2011-11-16Fix #29093: world zenith up and down texture influence were not workingBrecht Van Lommel
2011-11-16Fix #29160: material node "Texture" didn't use default texture coordinatesBrecht Van Lommel
2011-11-16Fix #29243: unlink texture datablock from material node in texture propertiesBrecht Van Lommel
2011-11-16Pep8 changes for motion tracking py scriptsSergey Sharybin
2011-11-16Fix #29287: cycles and other external render engines did not print correct frameBrecht Van Lommel
2011-11-16Default cache file paths for ocean and fluidsim modifiers are now "<temp fold...Lukas Toenne
2011-11-16Fix #29288: armature draw type wire + manipulator draw issue.Brecht Van Lommel
2011-11-16CLIP_OT_delete_proxy missed a space-type test in its poll func (was noisy wit...Bastien Montagne
2011-11-16Camera tracking: forbid focal length=0 and small code cleanupSergey Sharybin
2011-11-16formatting edits & doc correction, no functional changes.Campbell Barton
2011-11-16support for creating project files in utf8 paths (was defaulting to ascii and...Campbell Barton
2011-11-16Partial Bugfix 2: [#29229] Outliner RMB commands unexpected resultsJoshua Leung
2011-11-16Partial Bugfix: [#29229] Outliner RMB commands unexpected resultsJoshua Leung
2011-11-16Fix #29232: on background render where it could not find the .blend file, theBrecht Van Lommel
2011-11-16Fix #29278: cycles crash with displacement method both.Brecht Van Lommel
2011-11-16OSX: buildfix for itask on 10.5.sdkJens Verwiebe
2011-11-16Fix #28936: UV unwrap issue with meshes with inconsistent normals.Brecht Van Lommel
2011-11-16Fix issue with tracks color presetsSergey Sharybin
2011-11-16Fix: part of 3d view header disappears when collapsing menus.Brecht Van Lommel
2011-11-16Typo fixes in descriptions.Sergey Sharybin
2011-11-15Fix #29208: Text.clear() and Text.write() did not redraw text editor.Brecht Van Lommel
2011-11-15SVN maintenance.Guillermo S. Romero
2011-11-15Fix #29275: vertex/edge/face selection buttons showing squashed in 3d view he...Brecht Van Lommel
2011-11-15Cycles: move clew into cycles namespace to avoid conflicts, and fix meshBrecht Van Lommel
2011-11-15Fix for #29165 bugfix: adding nodes from shift+A menu in node editor did noth...Brecht Van Lommel
2011-11-15Fix build issue on windows, M_PI => M_PI_F.Brecht Van Lommel
2011-11-15patch [#28993] wm_window_match_do(): Fix crash on null pointer dereferenceCampbell Barton
2011-11-15replace rna description string limits with rna define RNA_DYN_DESCR_MAXCampbell Barton
2011-11-15Fix #29259: cycles issues on certain processors. Now two versions of the kernelBrecht Van Lommel
2011-11-15add support for python __doc__ comments in menu classes showing in the toolti...Campbell Barton
2011-11-15show tooltips for menus, currently works for operators and enum properties wh...Campbell Barton