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
path: root/source
AgeCommit message (Expand)Author
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-21Bugfix [#33623] UI for Factored Polynomial Generator FModifiers drawingJoshua Leung
2012-12-21fix own regression in 2.65 [#33643] Rotation does not work at certain zoom levelCampbell Barton
2012-12-21patches from fedora:Campbell Barton
2012-12-21DDS compressed textures now make use of the anisotropic filtering setting.Mitchell Stokes
2012-12-21correct ed_view3d_project__internal() was unnecessarily casting (float -> sho...Campbell Barton
2012-12-21BGE: Adding a Python interface for handling joysticks without needing logic b...Mitchell Stokes
2012-12-21minor cleanup to ui_get_but_vectorf / ui_set_but_vectorf, change the vector w...Campbell Barton
2012-12-20UI fixes, from the todo:Ton Roosendaal
2012-12-20Bugfix, irc collection:Ton Roosendaal
2012-12-20Restored old hack to open/close panels on A-key.Ton Roosendaal
2012-12-20Small fix in drawing 'selection circle' in outliner. It wasn't circular.Ton Roosendaal
2012-12-20UI todo:Ton Roosendaal
2012-12-20Better cursor centering for text editorSergey Sharybin
2012-12-20Fix #33630: DDS compressed textures were not actually using mipmaps for minif...Brecht Van Lommel
2012-12-20Fix #33629: DDS DXT5 with alpha not loaded correctly, Y flipping code was wrong.Brecht Van Lommel
2012-12-20Bug fix:Ton Roosendaal
2012-12-20Change region drawing callbacks to work much closer to how blender manages th...Campbell Barton
2012-12-20Mac Retina fix:Ton Roosendaal
2012-12-20Make the get_node_type method in Node subtype an actual classmethod by settin...Lukas Toenne
2012-12-20Associate Node RNA subtypes with their respective bNodeType on registration. ...Lukas Toenne
2012-12-20Support for actual class methods in the RNA/bpy. Previously all functions wit...Lukas Toenne
2012-12-20add a commentMorten Mikkelsen
2012-12-20must use permutation tableMorten Mikkelsen
2012-12-20add a test to the addons loaded that tries to load all addons then lists addo...Campbell Barton
2012-12-20py api: be more strict with boolean assignment, only accept 0 or 1, True/Fals...Campbell Barton
2012-12-20style cleanupCampbell Barton
2012-12-19Animation system small fix:Ton Roosendaal
2012-12-19Another patch for changes in file format...Ton Roosendaal
2012-12-19Bugfix, in 2.61.1 Ton Roosendaal
2012-12-19UI DPI scaling:Ton Roosendaal
2012-12-19use DPI for scrollbar widthCampbell Barton
2012-12-19extrude individual was crashing.Campbell Barton
2012-12-19patch [#33306] Default file format: PNG, 90%Campbell Barton
2012-12-19Change version char to 'a'.Sergey Sharybin
2012-12-19UI DPI: use a sharper filter when scaling icons, when the scale matches a mipmapBrecht Van Lommel
2012-12-19Multires baker: renamed Number of Rays to Samples after discussion with BrechtSergey Sharybin
2012-12-19UI DPI scaling fix:Ton Roosendaal
2012-12-19Sync (ui) names between composite node files and rna nodetree types (Pixelate...Bastien Montagne
2012-12-19Icon scaling fix: for zoom levels near 1, icon positions are moved to exact p...Ton Roosendaal
2012-12-19fix [#33616] Documentation not matching the behaviour of bmesh.utilsCampbell Barton
2012-12-19Outliner "restrict" buttons (visibility, renderable, etc) were drawing in wro...Ton Roosendaal
2012-12-19DPI: icons were still drawing with color fringing when scaled up/down, openglBrecht Van Lommel
2012-12-19Minor fixBastien Montagne
2012-12-19use BM_face_create() over BM_face_create_ngon() in bevel and extrude individu...Campbell Barton
2012-12-19bmesh optimization: use BM_face_create() rather then BM_face_create_ngon() in...Campbell Barton
2012-12-19Multirs baker: support for threaded bakingSergey Sharybin
2012-12-19fix error in recent addition - reporting property changes, setting None would...Campbell Barton
2012-12-19code cleanup: use interp_v3_v3v3()Campbell Barton
2012-12-19include cleanupCampbell Barton