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
path: root/source
AgeCommit message (Expand)Author
2012-01-12Fix #29864: crash running blender in background mode with non-default keyBrecht Van Lommel
2012-01-12replace fixed sizes with sizeof when passing string length since size wasn't ...Campbell Barton
2012-01-12set pose channel names to match the length of bones, correct comment too whic...Campbell Barton
2012-01-12de-duplicate object conversion code in BGECampbell Barton
2012-01-12added comment; zbuffillGLinv4 and zbuffillGL4 are identical except for a 2 li...Campbell Barton
2012-01-12remove commented editmesh code which is now moved to transform.cCampbell Barton
2012-01-12remove redundant trailing slashesCampbell Barton
2012-01-12de-duplicate function copy-paste for node color sampling.Campbell Barton
2012-01-12Cucumber - AA for blenderplayer and fullscreenDalai Felinto
2012-01-12use skip-save for ED_object_add_generic_props(), not essential - but it was a...Campbell Barton
2012-01-12fix for error in last commit - don't overwrite options in the new operator wh...Campbell Barton
2012-01-11running operators now uses last used settings, added reset button to set defa...Campbell Barton
2012-01-11add RNA_property_is_set function, use for WM_menu_invoke to avoid double look...Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-11Fix #29836: stress not working as input for displacement texture. Previously itBrecht Van Lommel
2012-01-11Changes composite node group of double edge mask node from FILTER to MATTE.Peter Larabell
2012-01-11Fix #29848: cycles not respecting dupli group visible layers, also exposedBrecht Van Lommel
2012-01-11Fix: toggling premultiply or color management not updating packed images.Brecht Van Lommel
2012-01-11dynamicpaint had some incorrect string sizes for layers names, use BLI string...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-11bge camera actuator: -X and -Y axisDalai Felinto
2012-01-11fix [#29794] Cannot hide faces in weight-paint modeCampbell Barton
2012-01-11minor changes to BLF api useCampbell Barton
2012-01-11Change how object menu selection works, use an operator with an enum rather t...Campbell Barton
2012-01-11remove spot_interactive() which is now handled by generic py operator.Campbell Barton
2012-01-11minor edits to xml presetsCampbell Barton
2012-01-11when building blender as a py module use add_library(... MODULE on all system...Campbell Barton
2012-01-11Commenting and comment fixingJoshua Leung
2012-01-10SVN maintenance.Guillermo S. Romero
2012-01-10(no commit message)Peter Larabell
2012-01-10OSX: cleanup for cmake MODULE compile, not working yet, needs more investigationJens Verwiebe
2012-01-10OSX: fix compiling Blender as MODULEJens Verwiebe
2012-01-10Fix #29827: 2.61 Scale and translate bugsSergey Sharybin
2012-01-10Fix regressions in the color management / dither patch.Brecht Van Lommel
2012-01-10Fix jobs progress display in taskbar incorrectly flashing on/off with multipleBrecht Van Lommel
2012-01-10Adding the kyrgyz language.Bastien Montagne
2012-01-10remove WITH_OGG define, its not used anywhere.Campbell Barton
2012-01-10Some editors choke on lines over 100,000 chars long. Better split.Campbell Barton
2012-01-10comment unused varsCampbell Barton
2012-01-10Camera tracking: fixes for preview widgetSergey Sharybin
2012-01-10Camera tracking: minor code cleanup of RNA file, no functional changesSergey Sharybin
2012-01-10Camera tracking: tracks copy/paste operatorSergey Sharybin
2012-01-10Camera tracking: marker's frame number is now writable from python apiSergey Sharybin
2012-01-10Camera tracking: improvements of python apiSergey Sharybin
2012-01-09Cycles: multi GPU rendering support.Brecht Van Lommel
2012-01-09Fix #29835: joining meshes leads to crashSergey Sharybin
2012-01-09Fix #29793: Physics go crazy if frames get skippedSergey Sharybin
2012-01-09have add_weight_mcol_dm() set the 4th corner of a tri faces color to 0, other...Campbell Barton