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
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22py api - added PyC_UnicodeFromByteAndSize() to match PyUnicode_FromStringAndS...Campbell Barton
2011-10-03add macro OB_TYPE_SUPPORT_MATERIAL, type checks were being done inline, some ...Campbell Barton
2011-10-03fix [#27526] shared data but different data materials.Campbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-18misc changes to unterface & undoCampbell Barton
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-13Fix #26704: activating a texture node inside material nodes did not show thatBrecht Van Lommel
2011-03-19Todo item:Ton Roosendaal
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-16Particle settings can now be pinned too:Janne Karhu
2011-02-15moving dir strings into global namespace for doc access (coming up)Campbell Barton
2011-02-12Particles todo item: particle texturesJanne Karhu
2011-02-08Texture context selector for texture panel:Janne Karhu
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-04-22Fix [#22097] missing panels in texture tabMatt Ebb
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-14Using multiline descriptions like this:Daniel Salazar
2010-02-12correct fsf addressCampbell Barton
2010-01-31bugfix [#20579] Context pinning error (pose mode)Campbell Barton
2010-01-29Fix #20549: selecting a texture node in a material node tree wouldBrecht Van Lommel
2010-01-28Properties window: try to keep showing shading related tabs as you switchBrecht Van Lommel
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-14Fix [#20671] No access to creating textures for a materialMatt Ebb
2010-01-14Fix [#19902] sculpt brush texture not accessible when the object has no materialMatt Ebb
2010-01-03Changes to Brush texture workflowMatt Ebb
2009-12-26fixes for errors/warnings found with cppcheckCampbell Barton
2009-12-10remove ICON prefix from the enum, for python this is redundant eg.Campbell Barton
2009-11-10modify the python context access so invalid names will raise an exception rat...Campbell Barton
2009-11-10* Small UI drawing tweaks, part of it allowing a bit of extra space for text ...Matt Ebb
2009-11-10use armature active bone as a pointer rather then a flag for each bone that n...Campbell Barton
2009-10-27Bugfix: brush texture buttons were not showing map mode.Brecht Van Lommel
2009-10-27Compiler warning fixes for mingw:Joshua Leung
2009-10-27- Right click menu can open links directly to API reference docs (rna and ope...Campbell Barton
2009-10-19fix for crashing when unlinking a world from a sceneCampbell Barton
2009-10-19- added xmirror to the weightpaint optionsCampbell Barton
2009-10-16Fix for World tab:Thomas Dinges
2009-10-15disallow editing particle settings when first entering particle editmode, wou...Campbell Barton
2009-10-14Scene/Render Buttons:Brecht Van Lommel
2009-10-14After discussion with Campbell, split Scene tab in Scene and Render. This mak...William Reynish
2009-10-13* Fixing crash on mingw when entering world buttonsJoshua Leung
2009-10-09Fix some issues with showing the current textures when usingBrecht Van Lommel
2009-09-21* Removed an unused context callback. Thomas Dinges