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
2010-02-16fix for make proxy, was checking dupligroup when it wasnt needed.Campbell Barton
2010-02-16pyrna, adding back foreach functions from collections. they are needed!Campbell Barton
2010-02-16Revert render slots commit for release, I can't find the bug or even redoBrecht Van Lommel
2010-02-16Last minute fixes for render crash.Brecht Van Lommel
2010-02-162.51 (2.5 alpha 1) first commit. With original durian render even!Ton Roosendaal
2010-02-16compile fixes for MSVC!Andrea Weikert
2010-02-16minor adjustment to BLI_uniquename, the last extension is used so "A.B.001" ...Campbell Barton
2010-02-16[#21102] Nonunique ID names in sequencer!Campbell Barton
2010-02-16Fix user preferences window contents being shifted to the left.Brecht Van Lommel
2010-02-16[#18961] Use const char * where appropriate (2.5)Campbell Barton
2010-02-16[#21182] Make proxy for object without group crash Blender.Campbell Barton
2010-02-16bugfix [#20480] crash/lock-up for certain aspect ratiosCampbell Barton
2010-02-16Render Slots: change the implementation by moving it from the render to theBrecht Van Lommel
2010-02-16Texture Nodes:Brecht Van Lommel
2010-02-16update for missing docs & dont include operator classes in sphinx docs.Campbell Barton
2010-02-16bugfix [#20938] Moving shape keys doest not correct the blend basis.Campbell Barton
2010-02-16bugfix [#21167] subsurf+some modifier+ 2 material FAILCampbell Barton
2010-02-16Quick patch from phonybone: Fix for double allocation of colorbandsJoshua Leung
2010-02-16bugfix [#21161] Multiresolution Reshape causes crashCampbell Barton
2010-02-16Missing flag to Curve Shrink Fatten transformMartin Poirier
2010-02-16bugfix [#21173] Autocompleate raises an errorCampbell Barton
2010-02-16bugfix [#21136] End frame And Cur Frame setting is broken with Metric/Imperia...Campbell Barton
2010-02-15bugfix [#20920] crash when render without camera and clicking into histogram (p)Campbell Barton
2010-02-15added some more error checking for buffer allocation and fixed it up a bit. H...Lukas Steiblys
2010-02-15Proxy ID property syncingCampbell Barton
2010-02-15Test code for Brecht:Ton Roosendaal
2010-02-15Fix artifacts in bump map render with Object coordinates. Float precisionBrecht Van Lommel
2010-02-15Merge -c 26897,26932 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-02-15Fix #21116: wrong shortcut key in view navigation menu.Brecht Van Lommel
2010-02-15Fix #21073: toggling image premultiply did not reload image.Brecht Van Lommel
2010-02-15Fix #21078: image paint undo didn't work correct with wrap option, movedBrecht Van Lommel
2010-02-15support for camera shift with UV camera project.Campbell Barton
2010-02-15Patch: [#20408] Bugfix GLSL shading with VBOLukas Steiblys
2010-02-15classes were having their dictionary cleared when the blender extension data ...Campbell Barton
2010-02-15Inline tooltips and descriptions of export/importDaniel Salazar
2010-02-15Fix memory leak "dist table" in node curve mapping.Brecht Van Lommel
2010-02-15GLSL: fix some notifiers for scene settings and remove unneeded check.Brecht Van Lommel
2010-02-15[#21023] 2 Dynamic loading patches (one bugfix, one feature)Campbell Barton
2010-02-15copy animdata and id-props when copying material node tree's to avoid double ...Campbell Barton
2010-02-15Fix very long render time when using a large filter size with the newBrecht Van Lommel
2010-02-15Fix compile error on 64bit (padding error in inline struct)Martin Poirier
2010-02-15DNA Compile fix for my recent theme commit. Thomas Dinges
2010-02-15Console:Thomas Dinges
2010-02-15initial support for extensions in the user preferencesCampbell Barton
2010-02-14Flac encoding now working. Thanks peter schlaile for the help!Joerg Mueller
2010-02-14Fix #20400: hair particles do not render when in "particle mode"Brecht Van Lommel
2010-02-14Fix #20171: properties of hair are not animateable.Brecht Van Lommel
2010-02-14Fix #20282: particle normal force can be animated but not driven.Brecht Van Lommel
2010-02-14Fix #21150: duplicating an empty could crash.Brecht Van Lommel
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton