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
2015-03-21Merge branch 'master' into alembic_pointcacheLukas Tönne
2015-03-19Remove deleted list for palette colorsCampbell Barton
2015-03-18Removed group pointer from cache libraries and use object->cachelibLukas Tönne
2015-03-18Added a cache library pointer to objects as a replacement for CL->GRLukas Tönne
2015-03-17Removed the now redundant "Read" toggle from cache libraries.Lukas Tönne
2015-03-14Merge branch 'master' into alembic_pointcacheLukas Tönne
2015-03-12D1171: Use GHash for BHead idname lookupsCampbell Barton
2015-03-12Cleanup: use realloc for entry-array-resizingCampbell Barton
2015-03-12Cleanup: refactor header lookups into functionsCampbell Barton
2015-03-12Cleanup: use POINTER_OFFSET macroCampbell Barton
2015-03-12Cache reading functions for constructing a nested dupligroup list basedLukas Tönne
2015-03-11Removed current implementation of cache reading from various parts ofLukas Tönne
2015-03-11Merge branch 'master' into alembic_pointcacheLukas Tönne
2015-03-11Cleanup: indentationCampbell Barton
2015-03-09Fix T43337: Group object disappear after appendCampbell Barton
2015-03-06Fix issue reported on irc by Sebastian, crash when undoing and changingAntony Riakiotakis
2015-03-04Convenience feature: When linking a cache library, always default it toLukas Tönne
2015-03-04Use a dedicated input_dm pointer in the cache modifier to provide a meshLukas Tönne
2015-03-04Render/Viewport evaluation mode for cache libraries.Lukas Tönne
2015-03-01Use the old double-step collision method only for cloth.Lukas Tönne
2015-02-26Fix for indirectly linked object pointers in cache libraries.Lukas Tönne
2015-02-26Fix for cache modifier linking and handling of the default case (noLukas Tönne
2015-02-26Replaced point cache in cloth modifiers (also hair) with the new cachingLukas Tönne
2015-02-25'expand' function for cache libraries, so link/append makes it load theLukas Tönne
2015-02-24Make sure cache item pointers are lib-linked correctly.Lukas Tönne
2015-02-23Link main CacheLibrary pointers in readfile.Lukas Tönne
2015-02-20New ID datablock 'CacheLibrary', for managing physical cache archivesLukas Tönne
2015-02-19Big revert of all things pointcache, old code is impossible to work with.Lukas Tönne
2015-02-19Use a cache library pointer in point caches to replace the per-objectLukas Tönne
2015-02-19New ID datablock 'CacheLibrary', for managing physical cache archivesLukas Tönne
2015-02-16Merge branch 'master' into alembic_pointcacheLukas Tönne
2015-02-14Bugfix: Referencing actions from Action Actuator was not setting a userJoshua Leung
2015-02-12Viewport compositing - first codeAntony Riakiotakis
2015-02-12Merge branch 'master' into alembic_pointcacheLukas Tönne
2015-02-11Use line curve for cavity mask instead of sharp as default when no curveAntony Riakiotakis
2015-02-11Cavity masking - add curve control to cavity mask and move relevantAntony Riakiotakis
2015-02-10Merge branch 'master' into alembic_pointcacheLukas Tönne
2015-02-03Hook Modifier: add falloff & radius optionsCampbell Barton
2015-01-28Based on Sergey's suggestion, use spinlocks for threaded loading ofAntony Riakiotakis
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-23cleanup: styleCampbell Barton
2015-01-20Made SimDebugData into a single global instance.Lukas Tönne
2015-01-20Curve-based control for "roughness" (noise displacement) of child hair.Lukas Tönne
2015-01-20Curve-based control for child path tapering.Lukas Tönne
2015-01-20Randomness factor for hair bending stiffness.Lukas Tönne
2015-01-20New hair editing feature "Shape Cut", for cutting hair based on a meshLukas Tönne
2015-01-20Fix for missing initialization of local cloth modifier inside particleLukas Tönne
2015-01-20Basic solver result feedback from the mass-spring (cloth/hair) solver.Lukas Tönne
2015-01-20Added new data in the cloth modifier for hair root information.Lukas Tönne
2015-01-20Clear debug_data pointer in local cloth modifier data of the particleLukas Tönne