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-14use single property lookups in transform operator initialization & fix error ...Campbell Barton
2012-01-14theme settings - split space and space list into their own RNA members, displ...Campbell Barton
2012-01-13Fix #29879: ctrl+B border select with handles in the graph editor not selectingBrecht Van Lommel
2012-01-13Group DEM node code with the rest of the mattes, rather than the filters. Als...Peter Larabell
2012-01-13Fix #29878: running bpy.ops.render.opengl() from console not starting new lineBrecht Van Lommel
2012-01-13Bugfix: Editing baked cache in particle mode for Softbody and Cloth now shows...Daniel Genrich
2012-01-13Fix quicktime issue in last commit that moved settings into own RNA struct.Brecht Van Lommel
2012-01-13Fix #29873: transform with individual origins not working in edge select mode.Brecht Van Lommel
2012-01-13Move FFmpeg and QuickTime settings to own structure inside RenderSettingsSergey Sharybin
2012-01-13Added Lossless Output option for h264 codec.Sergey Sharybin
2012-01-13fix for error comparing py-struct membersCampbell Barton
2012-01-13adding metaballs and lamps in local mode was broken.Campbell Barton
2012-01-13alpha value for button triangles ignored the alpha value (was no way to chang...Campbell Barton
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