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
2010-06-27Partial cleanup of timing system, with some guidance from Joshua:Matt Ebb
2010-06-27- changed recent commit from William to have enum in user preferences as an e...Campbell Barton
2010-06-26new notifier for FRAME_RANGE, use to recalculate the timeline scrollbar range.Campbell Barton
2010-06-26alpha drawing for color picker, move alpha button into the picker.Campbell Barton
2010-06-26fix for crash running the file load operator in background mode:Campbell Barton
2010-06-26file operator cleanupAndrea Weikert
2010-06-26remove math and m module names from python driver namespace. (all math functi...Campbell Barton
2010-06-25bugfix where animated image texture's lagged one frame when used with modifiers.Campbell Barton
2010-06-25error in fix for ID property copyCampbell Barton
2010-06-25- duplicating a scene now duplicates its sequence strips too.Campbell Barton
2010-06-25opengl render wasnt updating animated images texturesCampbell Barton
2010-06-25Fix #22618: Deleting an object doesnt remove its self from pinned buttonsSergey Sharybin
2010-06-25bpy.props.StringProperty()'s maxlen arg was off by 1 since it included the nu...Campbell Barton
2010-06-24Attempt to fix compiling SSE detection on 32 bit linux.Brecht Van Lommel
2010-06-24Runtime detection of SSE support for raytracing. Also enabled rayoptimizationBrecht Van Lommel
2010-06-24Move some sequencer functions about, no functional changes.Campbell Barton
2010-06-24Logic UI: small fixesDalai Felinto
2010-06-23Fix #22553: dragging number buttons would run update functions more often thanBrecht Van Lommel
2010-06-23Compile fix for changes in "filldisplist" function.Thomas Dinges
2010-06-23Fix #21370: VBO does not display material colors in textured solid.Brecht Van Lommel
2010-06-23- avoid divide by zero with node progressCampbell Barton
2010-06-23Fix #21369: normals on extruded text and curve objects were flippedBrecht Van Lommel
2010-06-23Fix crash when rendering with output to full screen and the mouseBrecht Van Lommel
2010-06-23Sculpt+shape keys:Sergey Sharybin
2010-06-23fix for rare crash when a material is set in the outliner for an object with ...Campbell Barton
2010-06-23Fix a crash when failing to read .tga files in some cases.Brecht Van Lommel
2010-06-23Converting a mesh into a mesh (alt-c), was broken with shape keys and modifie...Campbell Barton
2010-06-23Fix #21470: changing brush settings redraws the 3d view unecessarily,Brecht Van Lommel
2010-06-23Fix #22654: Converted curve from mesh disappearingSergey Sharybin
2010-06-23fix for timeline drawing with new cache visualization.Campbell Barton
2010-06-23Logic UI: small change: make pin always visible (disable sometimes instead of...Dalai Felinto
2010-06-23Change to file output compositor node - Matt Ebb
2010-06-23Added back full scene motion blur 'shutter' parameter (was 'Bf' in 2.49)Matt Ebb
2010-06-23mathutils.RotationMatrixMartin Poirier
2010-06-23Fix #22642: NURBS surfaces doesnt displaySergey Sharybin
2010-06-23== Sequencer ==Peter Schlaile
2010-06-22ffmpeg was computing the frame length of avis via doubles, but wasBrecht Van Lommel
2010-06-22Fix #22589: pressing subdivide or updating displacements after sculptingBrecht Van Lommel
2010-06-22Fix Bug [#22640] Center Cursor doesn't cause 3D window update in empty sceneDiego Borghetti
2010-06-22Merge a few small blenlib changes from the render25 branch:Brecht Van Lommel
2010-06-22BLI_init_threads/BLI_end_threads with NULL listbase now raises thread levelBrecht Van Lommel
2010-06-22Update build systems for automatic weighting changes.Brecht Van Lommel
2010-06-22Armature weighting / mesh deform no longer use render raytracingBrecht Van Lommel
2010-06-22Enabled openmp multithreading for multires/subsurf again, but onlyBrecht Van Lommel
2010-06-22Don't evaluate displace modifier with strength 0, avoids multiresBrecht Van Lommel
2010-06-22Fix crash cancelling render while building object instance inBrecht Van Lommel
2010-06-22Make hair particles also support drawing their number nextBrecht Van Lommel
2010-06-22recent commit with timeline cache was crashing on opening files.Campbell Barton
2010-06-22rename sequence.length -> frame_length_finalCampbell Barton
2010-06-22slight cleaning of texture type changing functionality, done while working on...Matt Ebb