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-06-14Gooseberry: Fix compilation with OpenVDB disabledSergey Sharybin
2015-06-11Fix for bad level function implementation.Lukas Tönne
2015-06-11Move exported flag from SmokeDomainSettings to OpenVDBCacheKévin Dietrich
2015-06-07Correct UI names and tooltips.Kévin Dietrich
2015-06-07Add a dedicated poll function for the cache operators.Kévin Dietrich
2015-06-07Cleanups:Kévin Dietrich
2015-06-07Ask user to overwrite files if they already exist.Kévin Dietrich
2015-06-05Small cleanup.Kévin Dietrich
2015-06-03Merge branch 'master' into openvdb_smokeKévin Dietrich
2015-06-03Various cleanup.Kévin Dietrich
2015-06-03Quick fix for data corruption happening when changing scene frame inKévin Dietrich
2015-06-03Fix multires update (reading `char *` as an `int *`)Campbell Barton
2015-05-29Fix compile issue when WITH_OPENVDBKévin Dietrich
2015-05-23Avoid recalculating the object's data when a new cache is added.Kévin Dietrich
2015-05-23Fix for cache not being set as current when deleting the first in theKévin Dietrich
2015-05-23Cleanup: indentKévin Dietrich
2015-05-22Expose file compression types.Kévin Dietrich
2015-05-22Initialize the VDB writer when creating a new cache.Kévin Dietrich
2015-05-22Redesign the VDB API a bit.Kévin Dietrich
2015-05-17Make OpenVDB cache properties its own struct/linked list, including someKévin Dietrich
2015-05-16Fix compile issue.Kévin Dietrich
2015-05-16Add an operator to update the transformation matrices of the grids.Kévin Dietrich
2015-05-14Fix missing object drawing update when done exporting.Kévin Dietrich
2015-05-14Merge branch 'master' into openvdb_smokeKévin Dietrich
2015-05-12Depsgraph: Add additional relations/id update tagsSergey Sharybin
2015-05-10Apply patch in a new branch, to clean the history a bitKévin Dietrich
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-04-06UI i18n cleanup...Bastien Montagne
2015-04-04Cleanup: use BKE_ocean_* prefixCampbell Barton
2015-03-31Corrective Smooth Modifier (aka delta-mush)Campbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-13Add argument to DM_to_mesh() function to take ownership over the DMSergey Sharybin
2015-01-20Another crappy approach to spirals on hairs, crazy expensive though.Lukas Tönne
2015-01-10Transfer data: add modifier.Bastien Montagne
2015-01-04FileBrowser: Cleanup: rename some (really ugly) enum names.Bastien Montagne
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-05-07Code cleanup: naming.Antony Riakiotakis
2014-05-07Fix issue discovered while investigating T39950:Antony Riakiotakis
2014-04-21Skin mark/clear: replace GHash with GSetCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-16Code cleanup: modifier_skin_customdata_ensure was a bad level callCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin