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
2012-12-20Camera tracking: synchronize changes with own branchSergey Sharybin
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-20Scons / Windows Release Builds:Thomas Dinges
2012-12-20add a commentMorten Mikkelsen
2012-12-20must use permutation tableMorten Mikkelsen
2012-12-20py api: add restrict state context manager (thats python's context not blende...Campbell Barton
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-20Cycles OSL: diffuse_toon and specular_toon closures. These are toon shaders withBrecht Van Lommel
2012-12-19Animation system small fix:Ton Roosendaal
2012-12-19More tweaks to WeighVG iconBastien Montagne
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-19icon update [#33448] Adding Vector Sources for IconsCampbell 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-19Minor enhancements to end message of build_deps.shBastien Montagne
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-19dissallow access to the context while addons import and register.Campbell Barton
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
2012-12-19code cleanup: remove unneeded include's and rename some static functions in t...Campbell Barton
2012-12-19generalize formatting code so different formatters can be registered and each...Campbell Barton
2012-12-19Fixing some messed up comments from r53146 and changing a C++ style comment i...Mitchell Stokes
2012-12-19improve info view property output for properties.Campbell Barton
2012-12-19code cleanup: warningsCampbell Barton
2012-12-19fix for typo in r53145Campbell Barton
2012-12-19yet another fix-for-fix, missing NULL check in id_us_ensure_real()Campbell Barton
2012-12-19fix [#33606] Adding the Decimate modifier will crash BlenderCampbell Barton
2012-12-19BGE: Removing the VBO raster_storage option from the UI.Mitchell Stokes
2012-12-19BGE: Some as of yet unmerged work I did in the Swiss branch. These changes in...Mitchell Stokes
2012-12-19DPI: fix wrong scaling of editor type choosing buttons, and for menu arrowsBrecht Van Lommel