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-06Fine control of feature edge selection with mesh face and edge marks.Tamito Kajiyama
2011-09-25Merged changes in the trunk up to revision 40520.Tamito Kajiyama
2011-09-24edits to internal renderer - no functional changes.Campbell Barton
2011-09-22remove redundant code & use GL_LINE_STRIP for object spiral drawing.Campbell Barton
2011-09-22Remove checks for voxel data when texture type is known.Sergey Sharybin
2011-09-22clear up some warnings.Campbell Barton
2011-09-22addendum to prev bugfix on texture space bumpMorten Mikkelsen
2011-09-22comment some unused vars / assignments.Campbell Barton
2011-09-21Merged changes in the trunk up to revision 40413.Tamito Kajiyama
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-20changes for materials to treat them as shorts not int/chars (since they are s...Campbell Barton
2011-09-20tidy upCampbell Barton
2011-09-19cleanup endian handlingCampbell Barton
2011-09-17Merged changes in the trunk up to revision 40299.Tamito Kajiyama
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-17use const and array size in function definitions, no functional change.Campbell Barton
2011-09-17correction to recent commit, wouldnt have given any troubles but was assignin...Campbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-16replace macros with math lib functionsCampbell Barton
2011-09-16- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d)Campbell Barton
2011-09-14Merged changes in the trunk up to revision 40189.Tamito Kajiyama
2011-09-12use vector size and const args where possible (no functional change)Campbell Barton
2011-09-12Fix for bug #28332: Smoke Simulation rendering artifacts.Miika Hamalainen
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-09-11fix for error in own commit r40108.Campbell Barton
2011-09-11minor edits / cleanup - no functional changes.Campbell Barton
2011-09-10Merged changes in the trunk up to revision 40096.Tamito Kajiyama
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-09-04Merged changes in the trunk up to revision 39896.Tamito Kajiyama
2011-09-04Merged changes in the trunk up to revision 39826.Tamito Kajiyama
2011-09-02minor warning fixes, also correct some float -> double promotions in shadeout...Campbell Barton
2011-09-01spaces -> tabs (configure you're editors right!)Campbell Barton
2011-09-01fix for error in patch from r39821.Campbell Barton
2011-08-31patch [#28218] During-render callback functionalityCampbell Barton
2011-08-31catch exception and report an error when failing to write exr files - was cra...Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29Merged changes in the trunk up to revision 39759.Tamito Kajiyama
2011-08-29patch [#28355] Better Environment Map scriptingCampbell Barton
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-27bugfix for procedural textures used as bumpmap with osa not rendering right, ...Campbell Barton
2011-08-25Fix for [#28239] Particles Billboard 3x3 Split Error.Janne Karhu
2011-08-24Merged changes in the trunk up to revision 39661.Tamito Kajiyama
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-22glsl and render support for derivative mapsMorten Mikkelsen
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-08-20floats were being promoted to doubles in quite a few cases (using gcc's -Wdou...Campbell Barton
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-18bugfix: genx and geny are not the image resolution. Texture space variant nee...Morten Mikkelsen
2011-08-16Merging trunk up to r39447.Joerg Mueller