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
2012-05-27style cleanupCampbell Barton
2012-05-27style cleanup: draw nodeCampbell Barton
2012-05-27Smoke:Daniel Genrich
2012-05-27remove NULL check in TREESTORE macro, the return NULL value wasny checked for...Campbell Barton
2012-05-27Use BKE_movieclip_get_size rather than BKE_movieclip_get_ibuf and use ibuf's ...Sergey Sharybin
2012-05-27Fix mistmatch in usage of delete vs. delete [] in tiles reported by valgrind ...Sergey Sharybin
2012-05-27Fix #26876: Soft Body ignores Goal on LatticeSergey Sharybin
2012-05-27code cleanup: remove mode comments, these were applied very un-evenly across...Campbell Barton
2012-05-27rna_def_composite_nodetree_api() getting passed the wrong propDan Eicher
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-27when SCREEN_OT_keyframe_jump fails dont send notifiers or call sound_seek_sceneCampbell Barton
2012-05-27code cleanup:Campbell Barton
2012-05-27style cleanup: nodes, also rename chunksize -> chunk_sizeCampbell Barton
2012-05-27Fix #31606: pg up/down does not work for changing falloff for proportional ed...Sergey Sharybin
2012-05-27style cleanupCampbell Barton
2012-05-27[#31607] Collada: (Exporter) Implementation of 'use Object Instantiation' OptionGaia Clary
2012-05-27code cleanup: use const float and define array sizeCampbell Barton
2012-05-27Delete skin customdata if all skin modifiers are removed.Nicholas Bishop
2012-05-26Fix #31538: Wrong colors after reloading file with exr imageSergey Sharybin
2012-05-26code cleanup: use array size and const for vector argsCampbell Barton
2012-05-26Add frame_duration read-only member to Image RNA struct, returns movie's leng...Bastien Montagne
2012-05-26code cleanup: dutch -> english (comments)Campbell Barton
2012-05-26add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compatCampbell Barton
2012-05-26patch [#31265] Warning Fixes 02/05/2012Campbell Barton
2012-05-26Fix reading freed memory when opening file by click on it on splash screenSergey Sharybin
2012-05-26patch [#31579] Solidify modifier: Add new option "Flip Normals"Campbell Barton
2012-05-26solidify option to flip normalsCampbell Barton
2012-05-26Fix dummy cp/pt error (harmless in blender itself, but breaking doc and i18n ...Bastien Montagne
2012-05-26previous commit didnt build - add back enum and note that its a copy because ...Campbell Barton
2012-05-26code cleanup: remove duplicate enumCampbell Barton
2012-05-25Fix most (all?) image space i18n UI bugs...Bastien Montagne
2012-05-25Fix a bad bug with direct/indirect linking since 2.5. Indirectly linked libra...Brecht Van Lommel
2012-05-25Fix #31514: Open blends via drag-n'-drop doesn't work when splash screen is onSergey Sharybin
2012-05-25fix [#31597] Operator Preset: Python Warning whenever a preset is executed (s...Gaia Clary
2012-05-25Fix for last commit, forgot to update Screen.is_animation_playing python prop...Brecht Van Lommel
2012-05-25Animation playback: now all windows are update during playback, rather thanBrecht Van Lommel
2012-05-25Unix: enable use of XDG paths for storing Blender configuration on Linux/BSD/..,Brecht Van Lommel
2012-05-25Fix #31587: loading image sequence by selecting all images does not work in MCESergey Sharybin
2012-05-25style cleanupCampbell Barton
2012-05-25Fixed smoke 3D-view issues: Preview became invisible from certain angles if d...Miika Hamalainen
2012-05-253D View: add Backface Culling option, to hide faces when seen from the back s...Brecht Van Lommel
2012-05-25code cleanup: solidify modifier - remove dead assignment and unneeded NULL ch...Campbell Barton
2012-05-25Smoke: Start fixing scaling issues which happen with non cube-shaped domains.Daniel Genrich
2012-05-25remove some float/double conversionsCampbell Barton
2012-05-25Modifications to the view3d.select() operator: Nathan Vegdahl
2012-05-25Fix bug [#31512] Focus Zoom on text object with modifers failsNicholas Bishop
2012-05-24Fix bug #31582, Crash with Skin modifierNicholas Bishop
2012-05-24Smoke: Fix wrong maximum timestep, resulting in exploding/unstable fluids.Daniel Genrich
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
2012-05-24Patch #31570: Implementation of 'Include bone children' OptionGaia Clary