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
2010-11-15Fix [#24552] Exception when starting Blender on Windows XP SP3Nathan Letwory
2010-11-15- 'matrix_basis' for objects and pose bones, this is an alternative access to...Campbell Barton
2010-11-15revert change from r32955.Campbell Barton
2010-11-15fix [#24712] 3ds_import fixCampbell Barton
2010-11-15unreported fixes for 3ds importCampbell Barton
2010-11-15netrenderMartin Poirier
2010-11-14update for mathutils vector/matrix order change.Campbell Barton
2010-11-12Hide "active" checkbox in ui for "fluid" type fluid objects as it's not used ...Janne Karhu
2010-11-12rename anim.channels_revive_fcurves --> anim.channels_fcurves_enableCampbell Barton
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton
2010-11-11Animation Editors: Experimental indicators + "fixup" operator for "Disabled F...Joshua Leung
2010-11-10Nurbs Curve UI:Thomas Dinges
2010-11-10Fix #24632: Sculpt Mode Context Set hotkeys (1..0, Shift+1..0) don't workSergey Sharybin
2010-11-10[#24627] [minor] Object type is TEXT, but icon names are FONTCampbell Barton
2010-11-09Add a "Save user settings" operator entry in the File menu, avoids having to ...Elia Sarti
2010-11-09[#24602] Netrender master node IP information is reset to [Default] no matter...Martin Poirier
2010-11-08bugfix [#24583] Mesh.from_pydata does not properly construct facesCampbell Barton
2010-11-07UI Scripts World:Thomas Dinges
2010-11-07Removal of more ancient stuff. (Help url and some cygwin build file, which is...Thomas Dinges
2010-11-07Animation Editors: Channel ReorderingJoshua Leung
2010-11-07bugfix [#24574] setting location gained from a matrix_world.copy().translatio...Campbell Barton
2010-11-07patch [#24577] MESH_OT_noise. Adds missing 2.4x noise vertex displace functio...Campbell Barton
2010-11-07remove line which wasnt supposed to be committed.Campbell Barton
2010-11-07Rename BG image Transparency to Opacity, Since 100% transparency is actually ...Campbell Barton
2010-11-07Do not hide the Indirect Lighting tab, caused some confusion.Thomas Dinges
2010-11-06== filebrowser ==Andrea Weikert
2010-11-06Minor adjustments in the readme file. Thomas Dinges
2010-11-04fix to allow [#24009] to be fixed.Campbell Barton
2010-11-03bugfix [#24392] 2d Image paint editor: no clone/smear/soften tools etcCampbell Barton
2010-11-02UI:Thomas Dinges
2010-11-02patch [#24496] Fix for exporting animations to OBJ format.Campbell Barton
2010-11-02bugfix for exporting an FBX animation for an object that was the child of an ...Campbell Barton
2010-11-02use __slots__ for fbx exporter classes, no functional change.Campbell Barton
2010-11-02[#24491] not possible to create a new Rendering preset than "add render prese...Campbell Barton
2010-11-01"Fix" for [#22537] motion blur render result incorrect when full sample anti-...Janne Karhu
2010-10-31bugfix [#24466] Selecting of object with pattern leads to strange behaviorCampbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-31Lock to CursorNathan Letwory
2010-10-30Info text for scene strips showing the frame range that's set in the sceneJanne Karhu
2010-10-30Fix for [#24374] VSE: Reassign Inputs ignores selection order.Janne Karhu
2010-10-29extensions_framework: minor string changeDoug Hammond
2010-10-28patch [#24424] Python scripts update for API changesCampbell Barton
2010-10-27netrenderMartin Poirier
2010-10-27bugfix [#24419] Console Autocomplete Error [Patch to fix attached]Campbell Barton
2010-10-27Commit new splash and bump version. Ready for tagging!v2.55Nathan Letwory
2010-10-27Fix [#24053] 64-bit Windows installer installs keys to 32-bit registryNathan Letwory
2010-10-27Some improvements to the uninstaller part:Nathan Letwory
2010-10-26Removed old rigify code, as it is starting to interfere with the newer Rigify...Nathan Vegdahl
2010-10-26move geometry python module into mathutils.geometry, since it provides utilit...Campbell Barton
2010-10-24== addons ==Luca Bonavita