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-13Fix #29824: Error writing frame if 3D scene starts after first frame of anima...Sergey Sharybin
2012-01-13fix for weight paint wire draw leaving GL_BLEND enabled (made pose bones draw...Campbell Barton
2012-01-13'uw' was used in weight paint code for previous deform weight, renamed to 'dw...Campbell Barton
2012-01-13give a more useful error when attempting to opengl render in background mode.Campbell Barton
2012-01-13rename 'MultiLayer' to 'OpenEXR MultiLayer'Campbell Barton
2012-01-13fix [#29832] Weightpainting with "x-mirror" and "auto normalize" fails for ce...Campbell Barton
2012-01-13another minor weightpaint change, dont pass do_auto_normalize as a bool arg t...Campbell Barton
2012-01-13minor edits to main weight paint function for better readability - do_weight_...Campbell Barton
2012-01-13Remove vestigial retopo/retopo-paint code.Nicholas Bishop
2012-01-13Fix some RNA/scene issuess with unified paint settings.Nicholas Bishop
2012-01-13Fix related to #29694: quicktime export was not showing or respecting RGBABrecht Van Lommel
2012-01-13Fix ##29803: cycles image texture node refresh issue with image editor.Brecht Van Lommel
2012-01-12Rename the sculpt/paint unified flags for better consistency, no functional c...Nicholas Bishop
2012-01-12Move unified paint fields from ToolSettings into their own UnifiedPaintSettin...Nicholas Bishop
2012-01-12Remove empty comment I added on accident.Kent Mein
2012-01-12use render osa setting for opengl render sample count and BLI_jitter for open...Campbell Barton
2012-01-12Some small fixes to get things compiling on solaris with cmake.Kent Mein
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