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
2013-01-24style cleanup: bakeCampbell Barton
2013-01-24Fix #31338: python enum properties can now specify icons for items, in the fo...Brecht Van Lommel
2013-01-23Fix #33896: particle add brush with radius 1 would give duplicated and NaN ha...Brecht Van Lommel
2013-01-23Cycles Hair: Multiple vertex colours and UV coordinatesStuart Broadfoot
2013-01-23Mesh Cache UI:Thomas Dinges
2013-01-23Fix #33915: tweak self intersection epsilon for motion blur a bit further, stillBrecht Van Lommel
2013-01-23fix blenderplayer scons after bullet mergeAntony Riakiotakis
2013-01-23UI todo:Ton Roosendaal
2013-01-23Fix compilation with WITH_X11_XINPUT=OFFSv. Lockal
2013-01-23Fix for missing function stub when WITH_BULLET is disabled.Lukas Toenne
2013-01-23Fix normalize_m4_m4 not working correct by not copying the entire matrix,Brecht Van Lommel
2013-01-23Fix for [#33959] laplacian smooth gui buggyThomas Dinges
2013-01-23Fix #33556: overlapping regions draw over render info at the top of 3d view andBrecht Van Lommel
2013-01-23rigidbody: Fix constraint buttons only showing for mesh objectsSergej Reich
2013-01-23Fix #33905: cycles crash with bsdf node plugged twice into add shader.Brecht Van Lommel
2013-01-23Code cleanup: move render baking code into own file.Brecht Van Lommel
2013-01-23Fix small issue found in vertex color bake bug that caused the result to beBrecht Van Lommel
2013-01-23File Menu, "Save startup file" no asks for save-over confirm.Ton Roosendaal
2013-01-23rigidbody: Make rigid bodies kinematic during transformationSergej Reich
2013-01-23UI / Layout scripts:Thomas Dinges
2013-01-23Code cleanupJoshua Leung
2013-01-23Cycles:Thomas Dinges
2013-01-23Blender 2.66 Release Cycles:Thomas Dinges
2013-01-23fix for blender quitting in X11 if you start blender with a tablet, unplug it...Campbell Barton
2013-01-23scene panel for rigid body - remove operator isnt greyed out when rigidbody i...Campbell Barton
2013-01-23Fix own stupid memory leak in new py i18n code (forgot to free temp keys when...Bastien Montagne
2013-01-23code cleanup: dont use 'bpy.context' when 'context' is availableCampbell Barton
2013-01-23move rigidbody toggle into the header for scene and objects.Campbell Barton
2013-01-23make bullet optional againCampbell Barton
2013-01-23fix [#29950] Linked proxy armature object properties can't be editedCampbell Barton
2013-01-23rigidbody: Add generic spring constraintSergej Reich
2013-01-23rigidbody: Add rigid body constraintsSergej Reich
2013-01-23rigidbody: Add "Copy Rigid Body Settings" and "Bake To Keyframes" operatorsSergej Reich
2013-01-23rigidbody: Add rigid body simulationSergej Reich
2013-01-23rigidbody: Add point cache supportSergej Reich
2013-01-23rigidbody: Add force field supportSergej Reich
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2013-01-23rigidbody: Add rigidbody moduleSergej Reich
2013-01-23math: Add functions to decompose transformation matricesSergej Reich
2013-01-23workaround [#32866] Crash by cyclic use of Boolean ModifierCampbell Barton
2013-01-23fix for own regression since 2.4x, non-linear number button range was too ins...Campbell Barton
2013-01-23fix for glitch with vertex bake:Campbell Barton
2013-01-23fix [#33729] Shadows produce artefacts in vertex colour bakingCampbell Barton
2013-01-23tweak to recent commit to clamp vertex range so new empty vgroups are in fact...Campbell Barton
2013-01-23Displaying labelname with reroute nodes.Monique Dewanchand
2013-01-23sim: Remove "continue physics" codeSergej Reich
2013-01-22OSX 10.6 error - hiding code behind a respondsToSelector.Ton Roosendaal
2013-01-22Game Engine UI: Image Sampling Texture Panel cleanupDalai Felinto
2013-01-22Matcap fix: on enabling it, and when no matcap was selected before, Ton Roosendaal
2013-01-22make sure config directory is initialized or python complainsAntony Riakiotakis