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 (Collapse)Author
2010-10-30warning/portability fixes.Campbell Barton
2010-10-30Fix for [#24448] User Preferences - Interface - Mini Axis - Brightness, none ↵Janne Karhu
working? * The axis draw function was changed by Campbell recently, but the brightness value was forgotten? * Solved currently by mapping the brightness value to axis alpha.
2010-10-30Fix for [#23318] SEQUENCER EFFECT: Glow blur amount should be relativeJanne Karhu
2010-10-30Fix for [#24374] VSE: Reassign Inputs ignores selection order.Janne Karhu
* No way currently to know the order of effect inputs, so I added a swap operator for the inputs. * Also added the effect inputs to the strip property panel (weren't even in rna before). These are not yet editable, but can be very helpful in determining what the inputs are if the strip is too short to see the name in the timeline.
2010-10-30Fix for [#24409] Particle corruption after rendering with multiresJanne Karhu
* Also removed some unused flags from the particle modifier.
2010-10-30Fix for items 3 and 8 of [#24443] Trying to bake a smoke simulation crashes ↵Janne Karhu
blender, and other smoke bugs.
2010-10-30Build fix by Mike SDaniel Salazar
2010-10-30use PyImport_ExtendInittab for py module initialization rather then adding ↵Campbell Barton
to sys.modules directly, no functional change.
2010-10-29bugfix [#23155] Metastrip contents area allowed to move vertically, ↵Campbell Barton
occasionally swapping order or overlapping overlapping tests cant be done recursively
2010-10-29Fix for[#24422] Crash when switching to Point Select Mode - particle hairJanne Karhu
2010-10-29Fix for [#24430] Hair Dynamics ProblemJanne Karhu
* Hair added in particle mode didn't have any weights assigned.
2010-10-29bugfix for grease pencil freeing order.Campbell Barton
it was freed before objects which would then decrease its usercount - accessing freed memory. Also fixed error in own last commit.
2010-10-28bugfix [#24439] Smear 2D paint failsCampbell Barton
small unrelated change: when setting the image type of an image, loop over all its Imbufs and set them.
2010-10-28bugfix [#24428] Interface Regions will not keep relative proportionsCampbell Barton
screen verts were being rounded so resizing a window would end up moving the border in one direction. for this to work properly we should store floats internally but for now compensate for this.
2010-10-28bugfix/patch [#24431] Fast Gaussian produces wrong results for higher ↵Campbell Barton
resolutions report & fix from Martin Lubich (loramel) Use double rather then floats, this doesn't use significantly more memory (as allocating a double buffer would), other vars in this function were doubles already so may even gain some speed.
2010-10-28bugfix [#24432] HS+V color pickerCampbell Barton
2010-10-28for the color picker functions use UI_GRAD_* constants rather then numbers, ↵Campbell Barton
no functional change.
2010-10-28partial bugfix [#24425] Blender 2.54 Beta crashes when starting renderingCampbell Barton
Fix for one of the causes of crashing. Applying armature deform wasn't thread safe since the pose bones had deform data written into them when deforming a mesh. This fixes crashing immediately, on every render for me but blender still crashes calculating the subsurf sometimes.
2010-10-28bugfix [#24287] Saving the render result through the API does not use the ↵Campbell Barton
scene settings use scene alpha and dither settings.
2010-10-27bugfix [#24418] NLA Crashes blender on UndoCampbell Barton
2010-10-27bugfix [#24341] Problems running blender headlessCampbell Barton
bg mode didnt have the screen context callback set. Though this sounds logical, bg mode defines a screen it should be set.
2010-10-27Fix for [#24401] Fluid particles leak through walls of moving objectJanne Karhu
2010-10-27remove include paths which dont exist, fix for doc upload script which was ↵Campbell Barton
getting the blender version twice and not working sometimes.
2010-10-27Commit new splash and bump version. Ready for tagging!v2.55Nathan Letwory
2010-10-27fix for shift offset in own recent commit for drawing the camera border in ↵Campbell Barton
camera view.
2010-10-27Revert /WX here until fix in Blender.py is done.Nathan Letwory
2010-10-27[#24414] Render hanging on small render border.Campbell Barton
large render sizes could cause an the threaded tile processor to hang because winx * winy wrapped into a negative value. also convert winx/winy to floats before multiplying for vector passs.
2010-10-27recent fix r32626 for [#24339] wasnt correctly clamping the depth rectangle, ↵Campbell Barton
crashing with grease pencil in some cases.
2010-10-27Convenience defines SEP and ALTSEP (python has these), move BLI_*_slash ↵Campbell Barton
function into path_util.h since these are not fileops.
2010-10-27workaround for python bug [#24400] If Script is executed with TEXT Editor, ↵Campbell Barton
it becomes an error. having the blend file as a part of the __file__ variable is not essential, this is fixed in python 3.2 so add an ifdef and don't use the blend file path for py older then 3.2.
2010-10-27Fix [#23972] 2.54 beta crashes when rendering scene with many volume objectsMatt Ebb
Sticky-taped on more hacks to the already crumbling shading system.
2010-10-27Change /WX away for now, some odd thing going on between cloned ↵Nathan Letwory
environments. Need to check after release.
2010-10-27bugfix #24334] Filename looses all parts after a dot when savingCampbell Barton
replacing the extension could remove the frame number added to a path when writing images, so just add the extension rather then replacing even though it gives odd names at times. eg: foo.png0001.tga
2010-10-27Don't reset view clipping to 0.1 on entering local view, if you're working on Matt Ebb
something close up with < 0.1 clipping, then toggle into local view it gets very annoying.
2010-10-27Revert 32710 for now, otherwise can't test release building with scons.Nathan Letwory
2010-10-27keep the view centered with camera shift, camera view grease pencil ↵Campbell Barton
intentionally ignores shift.
2010-10-27dont use const for matrix arg, since it needs to be cast in most cases.Campbell Barton
2010-10-26partial bugfix [#24002] Constraint "Limit rotation" doesn't work properlyCampbell Barton
this fixes the obvious problems but there are still some rotation jumping when clamping in some cases.
2010-10-26move matrix decomposition out of object.c into BLI_math_matrix function: ↵Campbell Barton
mat4_to_loc_rot_size(), use this now for pchan_apply_mat4() to support negative scale, visual keying now uses compatible eulers. also added access to this in python's mathutils.Matrix() loc, quat, scale = matrix.decompose()
2010-10-26blenderplayer building again in CMake+MSVCDalai Felinto
(I basically commented out functions already defined in other places)
2010-10-26move geometry python module into mathutils.geometry, since it provides ↵Campbell Barton
utility functions using mathutils types.
2010-10-26Added function RNA_property_update_check() to check if an update call is needed,Campbell Barton
Simple python benchmark shows this to be about 3x faster in the case where an update isn't needed. This also speeds up rna function argument parsing, since each arg in a function call did 2 string lookups on the context which were never needed.
2010-10-25curve widget bounds were not properly clipped causing drawing artifacts in ↵Campbell Barton
other views.
2010-10-25Fix for [#24383] Particles using "circle" as display, are disabled on ↵Janne Karhu
opening file
2010-10-25bugfix [#22277] Absolute Shapekeys crash (in BGE)Campbell Barton
running a shape actuator on a softbody would crash because it assumed the deformer was a BL_MeshDeformer. Added TODO note, since it would be nice if softbody would work with shape keys too.
2010-10-25bugfix [#24377] Bad frames drawnCampbell Barton
2010-10-25Fix #24255: Multires object gets modified when joining it to another ↵Sergey Sharybin
multires object. Fix #22018: joining objects with different multires levels loses levesl from the higher multires object - Synchronyze mulires subdivision level when joining objects - Apply scale on MDISP layer when applying scale - Re-calculate MDISP when joining scaled objects
2010-10-25Compile fix after math API change from r32694Nathan Letwory
2010-10-25Add missing includes to remedy implicit declaration of functions.Nathan Letwory
2010-10-25SVN maintenance.Guillermo S. Romero