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-12-15Bicubic bump map filtering.Antony Riakiotakis
2011-11-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-27Fix [#29410] Blender svn 2.60.5 r42177, compositor, glare node bug.Bastien Montagne
2011-11-26minor edit - weight_to_rgb() and ramp_blend() now take a float vector rather ...Campbell Barton
2011-11-07minor editsCampbell Barton
2011-11-01added path traversal flag - BPATH_TRAVERSE_SKIP_MULTIFILE,Campbell Barton
2011-10-27use path remapping for all make local functions, patch from Alex Fraser with ...Campbell Barton
2011-10-27edits ontop of Alex's patch from r41292.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-12fix for crash caused by invalid active material index while editing text.Campbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-10-06texface fix: if material is not used by mesh set default bge mat flag (backfa...Dalai Felinto
2011-10-01BKE material api function: assign_material_id, like assign_material but takes...Campbell Barton
2011-09-26BGE Material settings renaming Back Culling to Backface Culling and make it o...Dalai Felinto
2011-09-25whitespace cleanupCampbell Barton
2011-09-20changes for materials to treat them as shorts not int/chars (since they are s...Campbell Barton
2011-09-20texface - quick speedupDalai Felinto
2011-09-20fix for bug in do_version_tface(), was assigning 'tf->mode' before tf was def...Campbell Barton
2011-09-20tidy upCampbell Barton
2011-09-20fix for warnings after texface commit, also comment blender sphinx theme for ...Campbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-12use vector size and const args where possible (no functional change)Campbell Barton
2011-09-06Fix for multiple parallel group node executions.Lukas Toenne
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-07-31fix for material slot removal (r38879)Campbell Barton
2011-07-31bugfix [#28111] material.pop breaks mt->mat_nrDalai Felinto
2011-07-28refix for #27912: crash after mesh.materials.pop() (fixed wrongly on rev. 382...Dalai Felinto
2011-07-11Fix #27912: crash after mesh.materials.pop().Brecht Van Lommel
2011-07-05Fix #27777: vertex color disabled when in a reused node material.Brecht Van Lommel
2011-05-19Add localize_lamp and localize_world functions as already existed for materialsBrecht Van Lommel
2011-04-26fix [#27178] Material links lost when making mesh data localCampbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-04-10- background job style cleanup.Campbell Barton
2011-04-08Fixes related to using Library files:Ton Roosendaal
2011-04-04Bugfix #26761Ton Roosendaal
2011-04-03Add material slot now adds no material in the new slot.Brecht Van Lommel
2011-03-28blenkernel: floats were being implicitly promoted to doubles, adjust to use f...Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-21Bugfix #26116Ton Roosendaal
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-11Removed the internal_select parameter from ntreeCopyTree. This was used just ...Lukas Toenne
2011-01-29new bumpmapping options for the rendererM.G. Kishalmi
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
2011-01-07Improved bump mapping patch by M.G. Kishalmi (lmg) and M.S. Mikkelsen (sparky).Brecht Van Lommel
2011-01-05Material slots: on adding a new one, the material datablock is now copied againBrecht Van Lommel
2011-01-03Bugfix #25457Ton Roosendaal
2011-01-02Bugfix #25446 (and todo item)Ton Roosendaal