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 (Collapse)Author
2008-04-22== FFMPEG ==Peter Schlaile
Forgot to set audio_codec correctly on output. Shame on me.
2008-04-22Added a check to make sure repeat value isn't 0.Joshua Leung
2008-04-22bpy sequencer api can add color strips, changing strip length wasnt ↵Campbell Barton
re-allocating stripdata which was causing memory free errors, added proxy options, directort read/write and some more flags.
2008-04-22Cloth: Fix point cache memory leak when duplicating clothDaniel Genrich
2008-04-21Bug fix for 8634, 6708, and 5989Simon Clitherow
This replaces the hard-coded '%PROFILE%\Application Data\..." path with the correct language-dependant CSIDL_APPDATA. PLEASE NOTE! Checks for the previous location have now been REMOVED. Any data saved in the old hard-coded location will no longer be found by Blender (this will only affect users of non-english windows.) The installer has been updated to help the user to migrate their data to the new location of their choice, if necessary. Order of preference for .blender on windows is now the following: 1) %HOME% environment var 2) Installation Directory (location of blender.exe) 3) "Current User" (CSIDL_APPDATA) 4) "All Users" (CSIDL_COMMON_APPDATA)
2008-04-21Fix for bug #9487: converting particle system with duplivertsBrecht Van Lommel
to the new system didn't work correct.
2008-04-21Fix for bug #9093: array modifier merging didn't workBrecht Van Lommel
entirely correct after a recent bugfix.
2008-04-21Chance wind scaling to be the same as particlesDaniel Genrich
2008-04-20Cloth: Wind was working the way arround due to wrong formula, reported by nudelDaniel Genrich
2008-04-20deleting an ipo vert didnt update the object/bones positionCampbell Barton
2008-04-20missing check for NULLCampbell Barton
2008-04-20Fix for bug #9081: SSS preprocess should not use material orBrecht Van Lommel
light overrides, since it works independent of render layers.
2008-04-20Fix for bug #8963: area light + cubic shading became darkerBrecht Van Lommel
for values > 1.0, luckily for peach this bug was not present for other light types.
2008-04-19bug since 2.45 nobody noticed, canceling retopo would move the vert.Campbell Barton
2008-04-19fix for own error - [#9481] Active faces won't go away.Campbell Barton
2008-04-19Removing wrong checks before NDofTransform call.Martin Poirier
This would cause a very tiny inconvenience where ndof transform wouldn't work if there wasn't an active object (so, only a problem after you delete something and then select objects without setting active).
2008-04-19fix for [#7430] No way to back out of a PupStrInput() dialogCampbell Barton
2008-04-19bugfix for [#8256] Creating proxy from linked mesh object removes materialsCampbell Barton
2008-04-19fix for [#8236] Lens Change by driver won't update in 3d ViewCampbell Barton
Lamps would not update either.
2008-04-19applied patch from Boris van Schooten, [#8148] Animation bugfix for ↵Campbell Barton
md2_export script made some other small fixes while testing. (divide by zero errors)
2008-04-19bugfix from Teppo Känsälä, makes moving textures up/down also move their ↵Campbell Barton
enabled state. bug: [#9437] Moving texture up/down bug patch: [#8938] Moving texture up/down to also move 'enabled/disabled'-status of texture
2008-04-19Blenderstorm: idea #164: Hide useless World Shading buttonsCampbell Barton
Simple button change
2008-04-19ipo transform didnt take NLA scaling into account when getting the boundboxCampbell Barton
2008-04-18This is an expanded patch of this:Kent Mein
[#8067] external texture plugin thread-safe modifications Submitted By: David Anderson (davywavy) It makes it so the "result" array is passed in, instead of a global var. I expanded the patch so it will play nice with older plugins that are not thread safe as well. I also updated the existing plugins in the release, so they are thread safe. --------------- What do people think of this.... ------------------ This should maybe be talked about in the functionality board or something, but what do people think of adding in default texture/sequence plugins. or making a seperate tree like lib for plugins. The reason I ask is we have had a couple of upgrades to the plugin system. (supporting float buffers for sequencer, and this one for textures) http://www.cs.umn.edu/~mein/blender/plugins does not store revisions of plugins I just make sure they work with the latest version. This is getting messy. I haven't upgraded a lot of them to use floats (I know, I'm lazy, and now this will also make modifications to the plugins) It would be nice to have some of the standard ones under revision control. We also seem to be having an explosion of platforms supported. It would be nice to have platform maintainers compiling plugins as well for releases. (Its getting to be more work for me to keep up with things...) I'll go back to my corner now and be quite. ;) Kent
2008-04-18Yesterday was not my day. Forgot about end of string.Kent Mein
Kent
2008-04-18More changes to GET_INT_FROM_POINTER and SET_INT_IN_POINTER to get rid ofKen Hughes
other warnings that only occurred with 64bit systems. Wish I'd known about these macros earlier!
2008-04-18Used GET_INT_FROM_POINTER to get rid of many warnings that only occurred ↵Campbell Barton
with 64bit os's Also use Py_ssize_t which we might need to define for older python's
2008-04-17My last commit for the sscanf buffer overflow did not really fix theKent Mein
problem. Now the fixed length strings are limited in the sscanf so it should be much better now. Kent
2008-04-17Fix for bug #9075: the crash with stars rendering was notBrecht Van Lommel
completely fixed yet.
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
blocks that were previously missed; and b) greatly increase my ohloh stats!
2008-04-16BGE: SetCamera actuator tool tip updated to reflect new feature: ...Leave ↵Benoit Bolsee
empty to refer to self object
2008-04-16This is a patch from the FreeBSD people:Kent Mein
http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/blender/files/patch-source_blender_blenlib_intern-storage.c Kent
2008-04-16== Action Editor - Group Colours for Channels ==Joshua Leung
It is now possible for Action Channels to be displayed using the colour of its group. The colour for an Action Group is only set when it is auto-created by keyframing (controls to tweak this may/may-not be added, time permitting). To enable the display of these colours, the View -> 'Use Group Colors' must be enabled. However, this is disabled by default.
2008-04-16Fix for bug #9017: crash in stars rendering.Brecht Van Lommel
2008-04-16replace magic numbers with constants for (G.vd->persp), view naming was also ↵Campbell Barton
using persp as a flag which worked but isnt correct.
2008-04-16Bugfix #8948: Transformation constraint - destination rotation is in radiansJoshua Leung
Unfortunately, my previous fixes here to get gears working resulted in this problem. The flip side of that was that gears worked for quite a few cases. Alas, it is not to be... The bug is now fixed, but gears no longer work any more. Sadly, there is not much I can do about this.
2008-04-16mistake in adding Ipo Extend mode menuCampbell Barton
2008-04-15Bugfix: editmode mesh transform was doing slow x-axis mirrorBrecht Van Lommel
computations with the option disabled. Also small memory usage optimization for vertex groups.
2008-04-15This fixes a Buffer Overflow Vulnerability reported byKent Mein
Secunia Research SAID: SA29818 (http://secunia.com/advisories/29818/) Credit: Stefan Cornelius, Secunia Research The old code trys to do a sscanf %s %d %s %d from a line in the image file. Now it copies over that line to a max buffer of size 540 chars before doing the sscanf. (I just picked a constant that was siginficatly large) It also checks to see if it gets all 4 values if not return NULL. Kent
2008-04-15lock view area wasnt working when all bones were de-selectedCampbell Barton
2008-04-15added a E as a key shortcut to IPO Extend ModeCampbell Barton
2008-04-15Ipo View Option - Loc View Area - stops using each ipo's view area when ↵Campbell Barton
changing ipo's.
2008-04-15Bug #8950: dependency cycles weren't always printed correct. ForBrecht Van Lommel
debugging, also added a name for each dependency relation, and when a cycle is detected it now prints the full cycle to the console.
2008-04-15made sculpt axis locking use local/global space (using the transform space)Campbell Barton
also added some checks for sculpt mixing with other modes (was possible to mix sculpt+posemode)
2008-04-15terrain sculpting enhancements, axis locking and brush strength multiply by gridCampbell Barton
2008-04-14Patch #8034: "soft" option for halos, which avoids ugly intersectionsBrecht Van Lommel
with geometry, and makes halos look more volumetric. Patch contributed by Markus Ilmola, thanks!
2008-04-14Fix for bug #7903 and #8960: arealight giving black borders and notBrecht Van Lommel
working correct with translucency. Removed a check that presumably is an optimization, but can't work correct and also gives no noticable performance difference in my tests.
2008-04-14Fix for bug #8957: undo lost scenes assigned to screens.Brecht Van Lommel
2008-04-14Attempted fix for bug #8349: QMC raytracing being very slow on someBrecht Van Lommel
computers, probably due to slow multithreaded malloc. Now each render thread keeps a list of qmc samplers that it fills as needed while rendering (since it is hard to predict the actual amount needed in advance due to ray recursion).
2008-04-14Bugfix: modifier buttons in the particle panel were locked unnecessarilyBrecht Van Lommel
with edited hair.