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-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
2010-10-24rna rename: use_inherit_rotate -> use_inherit_rotation, noticed _rotate is no...Campbell Barton
2010-10-23rename rna property Bone.use_hinge to use_inherit_rotate because use_hinge wa...Campbell Barton
2010-10-23- CMake now only uses SOURCE_GROUP with MSVC lib configuration, saves recursi...Campbell Barton
2010-10-22Add release/scripts/modules/extensions_framework (formerly known as exporter_...Doug Hammond
2010-10-22change to Nathan's fix which also works with empty material slots.Campbell Barton
2010-10-22Export UV Layout to PNG would fail if original mesh didn't have materials ass...Nathan Letwory
2010-10-21Temporary fix for sequencer bugs #22925, #21429, #21783, #24165Janne Karhu
2010-10-19* Enable compile and link flags to build info also on Windows and in SCons.Nathan Letwory
2010-10-19Add Toggle System Console entry to Help menu on Windows systems.Nathan Letwory
2010-10-18recent fix for relative imports broke autocomp.Campbell Barton
2010-10-16This fixes HDV render presets:Peter Schlaile
2010-10-16Add System Info function to the Help menu.Nathan Letwory
2010-10-16Added panel for accessing the "delta transforms" for Objects (this is closed ...Joshua Leung
2010-10-15== rna info ==Luca Bonavita
2010-10-15nodes were being ignored by api update script.Campbell Barton
2010-10-15patch [#24251] Add missing tooltips for image operatiosCampbell Barton
2010-10-15bugfix [#24256] Wrong bone subdivision number in tweak panel.Campbell Barton
2010-10-15[#24250] wavefront import/export defaultsCampbell Barton
2010-10-14[#24243] wavefront animation exportCampbell Barton
2010-10-14Fix for fix, not UnicodeEncodingError (where did I get that from?) but Unicod...Nathan Letwory
2010-10-14Fix UnicodeEncodingError, which prevents netrender, reprojection and playback...Nathan Letwory
2010-10-13patch [#24221] Creating graph from armature doesn't work with unsaved .blend ...Campbell Barton
2010-10-13bugfix [#23899] renderlayers are not working properlyCampbell Barton
2010-10-12update for gamelogic templatesCampbell Barton
2010-10-12[#24226] small inconsistency in user preferencesCampbell Barton
2010-10-11Fix #24215: Bad shorcut indication for Bezier curve handles.Sergey Sharybin
2010-10-11bones were not being metaclassed properly so that custom rna prop's couldn't ...Campbell Barton
2010-10-11bugfix [#24190] Extrude Faces called from Alt+ E_key menu don't works wellCampbell Barton
2010-10-09 fix for operator cheat sheet, recent description order change broke it.Campbell Barton
2010-10-08"Fix" for [#23863] Smoke Voxel Data Still Frame Number doesn't workJanne Karhu
2010-10-07bugfix [#24155] Operator Cheat Sheet doesn't work properlyCampbell Barton
2010-10-07bugfix [#23988] The Maya preset as defaultCampbell Barton
2010-10-06bugfix [#24157] AddPresetBase class writes incorrect values for float_vector ...Campbell Barton
2010-10-06[#24123] Network render gives black imagesMartin Poirier
2010-10-05bugfix [#24151] AddPresetBase class does not add Color import when saving col...Campbell Barton
2010-10-05patch [#24146] UV layout selection menu in UV editor ala CTRL+TAB in edit modeCampbell Barton
2010-10-05"Fix" for [#24115] Offset animation on object with particules system doesn't ...Janne Karhu
2010-10-05Fix for [#24107] Hair/General particle glitch- PresetsJanne Karhu
2010-10-04 revert r32284, turns out OpenSuse needs this for forkpty(), also fixed missi...Campbell Barton
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-10-03bugfix [#24116] UV layout exporting doesnt workCampbell Barton
2010-10-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-10-03py/rna access to setting the header text - can be used in modal operators.Campbell Barton
2010-10-02* Script wasn't updated after "Load Factory Settings" Operator decoupling. Thomas Dinges