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-03-21update to trunk r14199ndofJean-Luc Peurière
2008-03-21make border zoom ignore backfaces in texture mode and zero alpha areas of ↵Campbell Barton
billboards.
2008-03-21corrected minor error of the mergeJean-Luc Peurière
object center button was duplicated
2008-03-21== Sequencer ==Peter Schlaile
Forgot REDRAW in obscure cases...
2008-03-21== Sequencer ==Peter Schlaile
Reworked seq_cut completely. Now it is equivalent to: dup and set startofs / endofs, which is what most people probably expected... Fixes: [#8388] Sequencer Cut on empty meta [#8546] Sequencer: 2 different problems cutting some metastrips
2008-03-21Two changes:Joshua Leung
* Attempted fix for bug #8599c (inserting new keyframes mucked up existing IPO-Keys). Now it calls make_ipokey() regardless of whether they exist already (if ipokeys are being shown in the IPO-Editor). This might be a bit slower on some files. * 'Auto-Sync PoseLib' button is now only visible when there's a PoseLib
2008-03-21Fixed bug #8180, Simple subdivide modifier performs catmull-clark on single ↵Nicholas Bishop
edges Removed an incorrect check for original vertices on whether any faces used them.
2008-03-21Fixed bug #8514, sculpt: pivot last and undoNicholas Bishop
Undoing in sculpt mode correctly returns to previous pivots now.
2008-03-21Objects with transp and xray work with border zoom (shift+b),Campbell Barton
zooming behind an object to one with xray now works, transp objects work like normal objects.
2008-03-20Collision commit was messed up - reported by Mr. Barton :)Daniel Genrich
2008-03-20shift+b zoom in perspective mode, (apricot feature for better navigation on ↵Campbell Barton
large maps)
2008-03-20Cloth structure names update: Sorry about this commit, it will kill all your ↵Daniel Genrich
cloth settings in old files but I had to do it before release because naming convention was really bad in cloth (e.g. using SimulationSettings instead of ClothSimSettings in DNA). Same for some structure in CollisionModifier but with no sideeffects.
2008-03-20Collision modifier: Update from mvert was using only static update, now uses ↵Daniel Genrich
dynamic update and catches therefore also faster movements - reported by nudelZ (#blendercoders)
2008-03-20== Skeleton Generator ==Martin Poirier
Not time for documention and polishing before release, hiding the panel behind (rt == 42) check.
2008-03-20typo for REDRAWBUTSOBJECT broke build.Stephen Swaney
2008-03-20Fix for Crash on X11. Buffer was not the correct size. So strcpy would blow-up.Ricki Myers
2008-03-20Bugfix #8599b: Joshua Leung
Insert-Key in Action Editor didn't work correctly for Constraint Channels yet. This was because a pointer to constraint data was not being obtained (it's now hacked to assume that 'Influence' is being keyed all the time).
2008-03-20* Bugfix #8599a:Joshua Leung
Deleting the first Action Channel in an Action Group acted odd. In some cases it crashed, other times it corrupted stuff (removing all subsequent Action Channels). Was missing a call to remove the Action Channel from group(s). * Fixed whitespace in many places...
2008-03-20Python APIKen Hughes
---------- Bugfix #6543: Blender.Library.Load() could segfault if called more than once with a library of different endian type. In the process discovered an invalid memory reference in other another function calling library_append(). Thanks to Brecht for the pointers on tracking this old bug down.
2008-03-20* add notification of new hotkey in object select menuNathan Letwory
2008-03-20test commit: fix autothreads on irixStefan Gartner
2008-03-20* add CTRL-I for Invert Selection in object mode.Nathan Letwory
* sanitise IKEY handling block for view3d (really weird if-structure)
2008-03-20* enable hotkey Ctrl+I (Invert Selection) in UV editorNathan Letwory
2008-03-20-> Color Fixing tool in FLT toolbarGeoffrey Bantle
A new tool for for fixing colors on meshes imported from other files with conflicting color palettes has been added to the FLT toolbar script. This will find the closest match for all the colors in the faces of selected meshes and update their baked vertex color representation. Also added a small tweak to the 'update all' tool which will fix black faces
2008-03-19-> Path handling fix for External references in FLT importGeoffrey Bantle
FLT importer had problems with external references that used relative paths. Fixed.
2008-03-19* BF_QUIET can now be set in user-config.py too.Nathan Letwory
2008-03-19Bugfix: scaling in posemode didn't translate bones properly.Brecht Van Lommel
2008-03-19Bugfix: cloth crash applying effector forces to quads.Brecht Van Lommel
2008-03-19saveRenderedImage dosnt work in backgrond mode, so added a warning in the ↵Campbell Barton
docs and an exception if called.
2008-03-19added a warning in python api abot ipo curves. minor change to curve.c Campbell Barton
2008-03-19-> FLT importer hierarchy transform bugsGeoffrey Bantle
Several transform bugs in the flt importer have been fixed. This included parent/child relationships and matrices not importing correctly along with some problems with the import scale option.
2008-03-19-> FLT palette alpha bugGeoffrey Bantle
Default FLT palette had all colors with an alpha of zero which caused problems with some versions of OpenSceneGraph.
2008-03-18[#8596] curve editing is unstableCampbell Barton
Though I could not reproduce the crash, the example file would always reference an invalid pointer.
2008-03-18added a check so baking works in background mode (through a python script)Campbell Barton
2008-03-18Added null check to prevent crashing on paste.Campbell Barton
Should look into why XGetWindowProperty isnt working also.
2008-03-18fix for [#7962] anomalous mem usage with pydrivers.py scriptsCampbell Barton
2008-03-18patch from Paul Rotering (pryon)Campbell Barton
[#7124] knot vector access for SurfNurb
2008-03-18Fix for bug #7986: tab in edit introduces garbage values.Brecht Van Lommel
2008-03-18Collision Modifier/KDOP: Rearrange things to be more generic. Also fix ↵Daniel Genrich
possible crash if not enough memory there.
2008-03-17Fix for bug #6758: material nodes were not working correct withBrecht Van Lommel
ray mirror and transparency, was using the same stack for all recursion depths, now creates new stacks as needed. Fix for bug #8592: crash saving non-float image as 16bit tiff.
2008-03-17Running scripts with Blender.Run() would crash when reloading.Campbell Barton
2008-03-17Fix for bug #8093: editmesh knife with axis constraint + snapping roundedBrecht Van Lommel
down some values unnecessarily, which made it not entirely exact.
2008-03-17Fix for bug #8464: particle system didn't attach to mesh inBrecht Van Lommel
case of a deforming modifier after subsurf.
2008-03-17- [#8589] Scripts which use file selector not working correctlyCampbell Barton
Fix for another bug I introduced with persistent python windows. also removed unused var.
2008-03-17missing headerCampbell Barton
2008-03-17[#8586] 2.46 RC1 - Soft falloff problemMartin Poirier
Manipulator event handler was out of sync with transform event handler. The real hotkeys to increase/decrease the area of influence are Alt PAD+ / PAD- and PageUp / PageDown (has been that way in non-manipulator transform for years now).
2008-03-17Bugfix: sequencer gamma cross didn't work correct on float buffers.Brecht Van Lommel
2008-03-17Bugfix: keyframes of hidden actions in action groups were stillBrecht Van Lommel
drawing in the group row.
2008-03-17Bugfix: image texture with texface would not render sometimes, wasn'tBrecht Van Lommel
setting image user correct. Also found that this texface rendering was not threadsafe for > 2 threads.
2008-03-17Fix for bug #8537: converting particles to a mesh didn't work well.Brecht Van Lommel