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-09-14Fix T45699: own regression w/ looptri updateCampbell Barton
2015-09-13Cleanup: spellingCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-09-02Fix T45991: Transfer Weight tool UI is inconsistent and crashes blender.Bastien Montagne
2015-08-31Fix T45258, impossible to select brush when removing it from 2dAntony Riakiotakis
2015-08-31Math Lib: Add closest_to_plane helper functionsCampbell Barton
2015-08-23This commit makes it possible to select the sort mode whenever we invoke an o...Thomas Beck
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-13Fix T45783: Problem selecting all objects on a layer from a script if any 3d ...Bastien Montagne
2015-08-13Fix T45782: bpy.ops.object.select_by_layer match='SHARED' option is not working.Bastien Montagne
2015-08-07Data Transfer operator: Add a 'freeze' setting to prevent operator from re-ru...Bastien Montagne
2015-07-27Don't allocate MFace's by defaultCampbell Barton
2015-07-13Data Transfer: Add an option to 'auto-transform' destination mesh so that it ...Bastien Montagne
2015-07-09Curve selection, de-duplicate & cleanupCampbell Barton
2015-07-06Cleanup: style, spellingCampbell Barton
2015-07-02DerivedMesh: cleanup & minor edirsCampbell Barton
2015-06-28BGE: added clamping of angular velocity.Sybren A. Stüvel
2015-06-25Weight Paint: replace Blend with Smooth toolCampbell Barton
2015-06-25API calls for converting weights to float arrayCampbell Barton
2015-06-25Cleanup: generalize weight paint poll functionCampbell Barton
2015-06-24WeightPaint Blend: don't stack mem for dvertsCampbell Barton
2015-06-23Fix T45051: Curve parent bug.Bastien Montagne
2015-06-21Fix/Cleanup possibility to type insane values in 'add' operators options.Bastien Montagne
2015-06-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
2015-06-17Cleanup: styleCampbell Barton
2015-06-16Fix T45088: Wrong tooltip for 'Object Transform' option of transfer data.Bastien Montagne
2015-06-15Depsgrtaph: Adding shapekey should update relationsSergey Sharybin
2015-06-08RNA: Object.shape_key_remove methodCampbell Barton
2015-06-03Fix multires update (reading `char *` as an `int *`)Campbell Barton
2015-05-26Fix T44821: Making warp shortcut failsCampbell Barton
2015-05-24Fix RNA type accessCampbell Barton
2015-05-12Depsgraph: Add additional relations/id update tagsSergey Sharybin
2015-05-12Depsgraph: Add utility function to tag pose for recalcSergey Sharybin
2015-05-04Cleanup: style & const'sCampbell Barton
2015-05-04Fix possible crash with datatransfer operator when source object was hidden.Bastien Montagne
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-04-27Cleanup: use mul_v3_mat3_m4v3Campbell Barton
2015-04-27Fix T44512: Cycles fails normal bake /w scale flipCampbell Barton
2015-04-22Fix crashes when moving game property with invalid index (from py/redoJulian Eisel
2015-04-22Logic Editor: Buttons for moving game properties up/downTristan Porteries
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-17Bake-API: reduce memory footprint when baking more than one object (Fix T41092)Dalai Felinto
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-06UI i18n cleanup...Bastien Montagne
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-04Cleanup: use BKE_ocean_* prefixCampbell Barton
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-04-03Sticky Keys backendJulian Eisel
2015-03-31Corrective Smooth Modifier (aka delta-mush)Campbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton