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-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
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-20Fix T43786: Cycles bake disregards Auto Smooth (vertex per-face normals)Sergey Sharybin
2015-03-20Add missing update adding a shape-keyCampbell Barton
2015-03-19Speedup for constraints update from python scriptSergey Sharybin
2015-03-19CleanupCampbell Barton
2015-03-16Refer to Task 43975: Deleting a Shapekey can break the relative pointersGaia Clary
2015-03-16Fix T43976: Edit-mode crash /w (scene/screen.scene) mismatchCampbell Barton
2015-03-13Add argument to DM_to_mesh() function to take ownership over the DMSergey Sharybin
2015-03-11Cleanup: indentationCampbell Barton
2015-03-10Fix crash in mesh data transferCampbell Barton
2015-03-09Fix T43872: Adding a constraint to a bone of a proxy armature resets all bone...Bastien Montagne
2015-03-06Fix metaball->mesh removing all metas in the sceneCampbell Barton
2015-02-23RNA: use 1/0 for move layers operatorDalai Felinto
2015-02-23Snap to Active: missing armature/pose/mball/curveCampbell Barton
2015-02-20RNA: use 1/0 for object layersCampbell Barton
2015-02-19RNA: pass only 0/1 to RNA_property_boolean_setCampbell Barton
2015-02-17RNA API: reuse property lookupsCampbell Barton
2015-02-11Outliner: ContextMenus for constraints/modifiersCampbell Barton
2015-02-11Fix T43628: Circular dependency error preventing multiple highpoly objects to...Dalai Felinto
2015-02-09Fix T43498: New curves fails /w radius & rotationCampbell Barton
2015-02-06cleanup: styleCampbell Barton
2015-02-06Outliner: DragDrop objects to groupsCampbell Barton
2015-02-05Add Custom Loop Normals to Data Transfer.Bastien Montagne