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
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-07-23replave isfinite with finite for msvcCampbell Barton
2013-07-23fix/workaround for crash in ocean modifier when size is zero (causes invalid ...Campbell Barton
2013-07-23fix [#36247] Modifier Ocean (Geometry in Displace)- Subdivision SurfaceCampbell Barton
2013-06-08code cleanup: warn undefined compiler defines.Campbell Barton
2013-06-05fix [#35628] Dynamic paint waves over ocean modifier doesn't workCampbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel
2013-03-19Fix for [#34693] Linked Duplicate of object with Ocean modifier fails to copy...Thomas Dinges
2013-02-12fix [#34198] Scene unit size and dyntopo detail sizeCampbell Barton
2013-02-12fix for own regression [#34096] ocean sim vertex color bugCampbell Barton
2013-01-02Fix [#33189] AFTER 2.65 - Units in doc strings in ocean modifier.Bastien Montagne
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-06style cleanup: modifiersCampbell Barton
2012-04-08Fix for [#30822] Foam Mapping for Ocean Modifier is out of sync in Blender In...Bastien Montagne
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-20replace CDDM_calc_normals_mapping with CDDM_calc_normals when used within mod...Campbell Barton
2012-01-06renameCampbell Barton
2012-01-06rename CDDM_calc_normals() --> CDDM_calc_normals_mappingCampbell Barton
2011-11-30More DM func renames, fixing some build breaks, renaming more stuff, also see...Andrew Wiggin
2011-11-22ocean sim now works with bmeshCampbell Barton
2011-11-22svn merge ^/trunk/blender -r42077:42080Campbell Barton
2011-11-22looking at CustomData_add_* functions - best the return valye is checked.Campbell Barton
2011-11-22more minor edits to ocean sim codeCampbell Barton
2011-11-22svn merge ^/trunk/blender -r42069:42076Campbell Barton
2011-11-22ocean simCampbell Barton
2011-11-22svn merge ^/trunk/blender -r42053:42069Campbell Barton
2011-11-22remove unnecessary switch() statement from ocean sim loop.Campbell Barton
2011-11-22svn merge ^/trunk/blender -r42009:42053Campbell Barton
2011-11-22- use cache_ as a prefix for new modifiers.Campbell Barton
2011-11-21Yet another fix for crashes when drawing empty base mesh with constructive mo...Lukas Toenne
2011-11-20svn merge ^/trunk/blender -r41998:42009Campbell Barton
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-11-20Option to rename the vertex color data layer used by Ocean modifier for foam....Lukas Toenne
2011-11-16svn merge -r41899:41926 ^/trunk/blender. also sync mempool with trunk and mov...Campbell Barton
2011-11-16Default cache file paths for ocean and fluidsim modifiers are now "<temp fold...Lukas Toenne
2011-11-16svn merge -r41847:41899 ^/trunk/blenderCampbell Barton
2011-11-15remove unused OceanModifierData member & use smaller flags where possibleCampbell Barton
2011-11-15svn merge -r41779:41847 ^/trunk/blenderCampbell Barton
2011-11-14minor cleanup Campbell Barton
2011-11-13remove double promotions and some formatting edits (tabs & spaces mixed)Campbell Barton
2011-11-13Make Ocean modifier compile again! Also removed it’s $ID$ heading stuff.Bastien Montagne