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-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-26minor edit - weight_to_rgb() and ramp_blend() now take a float vector rather ...Campbell Barton
2011-11-16minor cleanupCampbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07minor editsCampbell Barton
2011-11-06more macro --> BLI math lib, mainly replace VECCOPY in render and blenkernel.Campbell Barton
2011-11-06replace macros with bli math functions for particles codeCampbell Barton
2011-11-06Second attempt at getting rid of bsystem_time()Joshua Leung
2011-11-06Removed old "bsystem_time()" function, which by now is just aJoshua Leung
2011-11-05Merge with trunk r41545Miika Hamalainen
2011-11-01added path traversal flag - BPATH_TRAVERSE_SKIP_MULTIFILE,Campbell Barton
2011-10-28Merge with trunk r41342Miika Hamalainen
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-22Merge with trunk r41197Miika Hamalainen
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-16Particle dupliobject rotation changes:Janne Karhu
2011-10-14Merge with trunk r40991Miika Hamalainen
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-10-04Merge with trunk r40782Miika Hamalainen
2011-09-25Committing patch #27442: Adaptive time step for fluid particles. The number ofAlex Fraser
2011-09-20Merge with trunk r40409Miika Hamalainen
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-08-28Merge with trunk r39750Miika Hamalainen
2011-08-27- fix for BL_Shader::SetUniform() missing out the last part of the matrix.Campbell Barton
2011-08-21Merge with trunk r39589Miika Hamalainen
2011-08-10Fix [#28195] Particles objects disappear in viewport, and 90° rotationNathan Letwory
2011-07-22Merge with trunk r38619Miika Hamalainen
2011-07-10Fix for [#27289] Hair: Render Option - Object does not point objects to end o...Janne Karhu
2011-07-10Fix for [#26873] Animated displacement modifier on an object doesn't work wit...Janne Karhu
2011-07-08Dynamic Paint:Miika Hamalainen
2011-06-27Merge with trunk r37849Miika Hamalainen
2011-06-23More flexible size options for particle billboards. This adds scale factors f...Lukas Toenne
2011-06-16Merge with trunk r37546Miika Hamalainen
2011-06-16Dynamic Paint:Miika Hamalainen
2011-06-03Fix for [#27461] Particle Instance modifier doesn't work correctly with Hair ...Janne Karhu
2011-05-24Applied Dynamic Paint 1.18f patch as a codebase for GSoC.Miika Hamalainen
2011-05-22remove / comment unused code, patch by nico_ga on IRC with some edits.Campbell Barton
2011-04-29corrections for redundant null checks & transform printing a string into its ...Campbell Barton
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-21fix [#27096] Segmentation Fault trying to export DirectX with specific modelCampbell Barton
2011-04-21remove checks on deprecated multires pointer.Campbell Barton
2011-04-19Fix for [#27008] Replacing particle hair with group objects - viewport does n...Janne Karhu
2011-04-08Fix for [#26800] Particle Render "Use Group Count" is shared between differen...Janne Karhu
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-03-28particles & vector-font: floats were being implicitly promoted toCampbell Barton