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-11-05Merge with trunk r41545Miika Hamalainen
2011-11-05more DNA object editsCampbell Barton
2011-11-05- view bounds (now split from collision bounds) was still being used for bge ...Campbell Barton
2011-11-04Fix #28865: Draw_bounds_type does not display Polyhedron or Capsule typesSergey Sharybin
2011-11-04Configurable sensor size:Sergey Sharybin
2011-11-04Do not run versioning code for new files. All stuff from current verisoningSergey Sharybin
2011-11-02Nodes: add support for shader nodes on world and lamps, in addition to materi...Brecht Van Lommel
2011-11-02RenderEngine api: support for viewport rendering, details here:Brecht Van Lommel
2011-11-02quiet some warnings.Campbell Barton
2011-11-01== Removal of SpaceSound ==Thomas Dinges
2011-11-01== Cleanup of SpaceImasel ==Andrea Weikert
2011-10-31Merge with trunk r41411Miika Hamalainen
2011-10-29bug from revision 2!, error noticed kjym3 on IRC, buffer overrun on lbarray, ...Campbell Barton
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-28Dynamic Paint:Miika Hamalainen
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-26Fix #29030: render operator only used scene property if layers was used, now itBrecht Van Lommel
2011-10-26Fix [#28772] Filepaths are not remmaped after making a library item localAlex Fraser
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23BLI_make_file_string wasn't guaranteed to initialize the resulting path, some...Campbell Barton
2011-10-22Merge with trunk r41197Miika Hamalainen
2011-10-22Dynamic Paint:Miika Hamalainen
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-21misc cleanupCampbell Barton
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-19== Sequencer ==Peter Schlaile
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-16Particle dupliobject rotation changes:Janne Karhu
2011-10-15misc editsCampbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-10-14Merge with trunk r40991Miika Hamalainen
2011-10-12Workaround for #28864: crash rendering out file with audio, due to scene audioBrecht Van Lommel
2011-10-12Fix for #28876, alpha over with empty image node gives black result.Lukas Toenne
2011-10-10Fix #28857: 2.60 rc1 regression?Sergey Sharybin
2011-10-10fix [#28860] CRASH loading sceneCampbell Barton
2011-10-06Fix #28819: Normal Maps appear inverted in GLSL shader and offline renderer (...Sergey Sharybin
2011-10-06fix [#28113] ZTransp flag is not imported correctly from 2.49 filesCampbell Barton
2011-10-04Merge with trunk r40782Miika Hamalainen
2011-09-30Bump maps flip: now white means salience, black means concavitySergey Sharybin
2011-09-30Recast: upgrade library.Benoit Bolsee
2011-09-28dont give an error on when texface conversion fails on load. give a warning i...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-25Fix some MSVC 2010 warnings (including one apparent bug in intern/elbeem/inte...Andrew Wiggin
2011-09-25whitespace cleanupCampbell Barton
2011-09-25Committing patch #27442: Adaptive time step for fluid particles. The number ofAlex Fraser
2011-09-22Remove checks for voxel data when texture type is known.Sergey Sharybin