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-17-> Bevel tools sharp flag fixGeoffrey Bantle
Sharp flags were not being preserved by bevel modifier. Fixed now.
2008-03-16Fix for bug #8560: grouping nodes could lead to multiple links to theBrecht Van Lommel
same input, if the nodes had been grouped separately before.
2008-03-16Fix for bug #8582: compositor math node did not output any resultBrecht Van Lommel
without input connections.
2008-03-16Fix for bug #6850: after zooming into the curve widget it couldBrecht Van Lommel
become impossible to zoom out (with clipping enabled).
2008-03-16Fix for bug #8516: mesh deform modifier didn't work correct withBrecht Van Lommel
transformed cage objects.
2008-03-16== Align ==Peter Schlaile
Bugfix: Fix for "Use pupmenu menu to select align orientation. Faster workflow than always having to change the current transform orientation beforehand." memory corruption... (theeth ? )
2008-03-16== Sequencer ==Peter Schlaile
This fixes: [#8554] Sequencer: some metastrip plays audio outside of its limits
2008-03-16== PyNodes ==Willian Padovani Germano
Ongoing updates to the Blender.Node Python API: - Changed Blender.Node.node to Blender.Node.Scripted to be more specific and conform to bpython API. - Added a Blender.Node.Socket type to be used to define node sockets in a PyNode script. Also, socket type is inferred from the value(s) passed in, instead of also being defined by the script author. - Added attr access to input and output sockets in the __call__ method. Ex: an input socket called 'color' can be accessed as self.input.color now. These changes break existing pynode scripts, which shouldn't be a problem yet, of course, since we're still finishing this feature for 2.46. The wiki page and sample .blends have already been updated: http://wiki.blender.org/index.php/BlenderDev/PyNodes http://wiki.blender.org/index.php/BlenderDev/PyNodes/API
2008-03-16== Align ==Martin Poirier
Use pupmenu menu to select align orientation. Faster workflow than always having to change the current transform orientation beforehand.
2008-03-16[8559] Python script that uses FIleSelector and has an error in it segfaults ↵Campbell Barton
Blender Want completely fixed, check if the script was removed before running the callback.
2008-03-16Bugfix #8581Ton Roosendaal
Edit mode stats draw, option "global stats", did not calculate correct angles.
2008-03-16Bugfix #8361Ton Roosendaal
Menu with group names, object buttons, didn't support large amounts yet. Now it switches to collumn view.
2008-03-16Bugfix #8526Ton Roosendaal
Sometimes a panel could not be moved, this caused by fact that its parent was sometimes not visible. Old bug actually. :) There's a lot of editbutton panels btw... so there it happened.
2008-03-16Constraints PyAPI:Joshua Leung
Added support for Limit Distance constraint
2008-03-16fixes for bugs #8496 & #8497 Jean-Luc Peurière
large sources defines cannot be used on darwin and windows
2008-03-16Constraints Py-Api:Joshua Leung
Fixed up Py-API access to PyConstraints. Also updated docs to reflect these changes.
2008-03-16== Proxies + Bone Groups ==Joshua Leung
Bone Groups are now always copied from the source armature. This does mean that it isn't possible to have 'local' bone groups as for constraints, but it is better than losing bone groups from the original.
2008-03-16Todo #8511: Lock Transform Channels does not work with Clear TransformsJoshua Leung
When transform channels (i.e. LocX, RotY, ScaleZ) are 'locked' in the Transform Properties panel, the Clear Transform Tools (Alt-G/R/S) didn't respect these. Also fixed typo in 3D-View Menu item.
2008-03-16== Action Editor - Fixed 2 Long-Standing Annoyances ==Joshua Leung
This commit fixes two long-standing annoyances which were confusing to new users and also posed workflow bottlenecks: * A 'Fake-User' button is now displayed beside the delete button. This makes it clear to the user that actions have a fake user (by default), and provides quicker access to them when 'deleting'. ** Related to this, I've adjusted the tooltips for the fake-user button when there is a fake user, to clear up any ambiguity over the purpose of the button. * When an object has an Ob-IPO (i.e. keyframing object transforms), it is now possible to simply use the 'Add New' entry in the Action Editor to make a new action for the object, with the IPO assigned to a new Action. This removes the need to open an IPO-window just to do that.
2008-03-16Bugfix in kdop - one leaf possible missingDaniel Genrich
2008-03-15Bugfix: radiosity was slower due to return lost in code refactor.Brecht Van Lommel
2008-03-15BGE fix: ghost objects created with AddObject actuator will retain their ↵Benoit Bolsee
ghost property
2008-03-15fix for [#8559] Python script that uses FIleSelector and has an error in it ↵Campbell Barton
segfaults Blender
2008-03-15forgot to free memory for python api mesh.getTangents()Campbell Barton
2008-03-15New rayCastTo() python method for KX_GameObject: Benoit Bolsee
rayCastTo(other,dist,prop) Look towards another point/KX_GameObject and return first object hit within dist with a property that match prop, None if no object found or if it does not match prop. Parameters: other = 3-tuple (xyz coordinates) or object reference (target=center of object) (type = list [x,y,z] or object reference) dist = max distance of detection (can be negative => look behind) If 0 or omitted => detect up to other (type=float) prop = property name that object must have If empty or omitted => detect any object (type=string)
2008-03-15fix bug with unitialized variable (thanks VS)Benoit Bolsee
2008-03-15fix bug in walking through script linked list (thanks VS)Benoit Bolsee
2008-03-15Fix for bug #8565: bug rendering tangent space normal map onBrecht Van Lommel
solid faces, caused by recent commit to solve spikes problem.
2008-03-15compiler warning cleanupStephen Swaney
2008-03-14Added a WITH_BF_OPENMP optionKent Mein
to add in proper flags for openmp support. Kent
2008-03-14forgot return value in C-apiJean-Luc Peurière
spotted by JM Soler
2008-03-14added mesh.getTangents() to the python apiCampbell Barton
2008-03-14Fix for bug #8467: a softbody hair crash.Brecht Van Lommel
2008-03-14fixed a possible use of uninitialized orco coords if the mesh has more ↵Campbell Barton
totverts then keyblock elements.
2008-03-14Fix for bug #8555: geometry node front/bake was broken.Brecht Van Lommel
Fix for bug #7418: texture ipo's didn't show for textures in node materials. Fix for part of bug #6758: node materials in other node materials could miss texture coordinates.
2008-03-14Fix for linking error when building with blenderplayer.Ricki Myers
2008-03-14Bugfix: baking selected to active did not include materials withBrecht Van Lommel
Traceable disabled.
2008-03-14update to trunk r14104Jean-Luc Peurière
blenderbuttons is good and it compiles
2008-03-14my last commit to readfile.c crashes some files, must look further into this.Campbell Barton
2008-03-14cleanup some warnings about signed vs unsigned comparison Stephen Swaney
2008-03-14Bugfix for cloth vectorblur (back to normal)Daniel Genrich
2008-03-14resolved conflict state with HEAD r14096Jean-Luc Peurière
blenderbuttons still bad not let this compile
2008-03-14Cloth header cleanup, bugfix (again) in wind calculation, bugfix for not ↵Daniel Genrich
working fields mindist GUI option
2008-03-14line commented out with the orange merge is needed for library linking when ↵Campbell Barton
linking in objects that indirectly point to groups that are already directly linked in. This has been a problem for many peach scenes. but saving and reloading made the objects appear.
2008-03-14Fix for bug #5641: edge slide doesn't work straight after removeBrecht Van Lommel
doubles. Also fixed some 64bit warnings in this file.
2008-03-13Two bugfixes:Brecht Van Lommel
- Clicking below the list of items in the shift+f4 databrowser could crash. - Text window crashed when making it zero size.
2008-03-13Fix compiling error.Martin Poirier
Typo in text.c
2008-03-13Fix for bug #8421: curve shape keys were resetting the curve radius to 0.0.Brecht Van Lommel
2008-03-13wasnt returning the images in python bake apiCampbell Barton
2008-03-13Fix for bug #8548: txt_copy_sel in txt_cut_sel only copied string in a local ↵Ricki Myers
buffer. Changed txt_cut_sel to use the clipboard.