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
2008-05-09need to recalc normals for meshes added in object modeCampbell Barton
2008-05-08DXF-importer prepared for ProE files, which are outside of DXF-specification.Remigiusz Fiedler
2008-05-06made python add mesh module respect blenders user settings for editmode and v...Campbell Barton
2008-04-28fix for [#9649] svg2obj.py needs a patch,Campbell Barton
2008-04-09Made aspx/y into floats so we can render precise regions (for apricot terrain...Campbell Barton
2008-04-08Potential fix for [#8113] Blender.Registry segfault when no permission to writeMartin Poirier
2008-03-29some fixes for python baking functionCampbell Barton
2008-03-27baking normals could crash in rare cases because the intersection data wasn't...Campbell Barton
2008-03-13wasnt returning the images in python bake apiCampbell Barton
2008-03-13French text was breaking python interpreters.Stephen Swaney
2008-03-12image render to billboard was rotating UV's incorrectly, also make use of tex...Campbell Barton
2008-02-22* Displacement baking wasnt working with negative distances.Campbell Barton
2008-01-30Standalone reads a list of scene, start frame, end frame from blend files wit...Campbell Barton
2007-11-22mesh_wire.py - gave an error with no faces,Campbell Barton
2007-08-28This commit fixes up a bunch of svn properties to hopefully make things a lit...Kent Mein
2007-08-24own dumb mistake missing a returnCampbell Barton
2007-08-12left a print in and didnt account for no vgroups BPyMesh also had an error wh...Campbell Barton
2007-07-09bugfix's for 6917 and 6913 - Both were because I forgot to check all other se...Campbell Barton
2007-05-21renaming to match JMS's namesCampbell Barton
2007-05-21updated rvk1_torvk2 from JMS and added GPL headersCampbell Barton
2007-05-07updates from JMS. scripts assumed new data would be last in the list.Campbell Barton
2007-05-03Update to svg import from JMSCampbell Barton
2007-05-02Made it so blender has an active render layer for Uv and Vertex color mesh la...Campbell Barton
2007-04-29dont use tface hide or select anymore, since maintaining 2 sets of hide/selec...Campbell Barton
2007-04-28Draw.c - error setting the callback button values when using UIBlock (was not...Campbell Barton
2007-04-25BPyArmature - has a function that gets final pose locations/rotations. the da...Campbell Barton
2007-04-21lightwave_import - tested with many more new files, fixed a rare error (proba...Campbell Barton
2007-04-20export_fbx.py - support scene start/end frames, fpx, mist settings, better de...Campbell Barton
2007-04-20adding a python function for cleaning strings (for filenames and export names...Campbell Barton
2007-04-18PyAPI.Campbell Barton
2007-04-17Python API registry SetKey() had a limit of 60 that would keep counting up ev...Campbell Barton
2007-04-09Anti - NMesh commit.Campbell Barton
2007-04-08Adding a 'solid wire' script.Campbell Barton
2007-04-07appending libdata no longer breaks all external references.Campbell Barton
2007-04-05* Changed mesh so all new data is selected (fits in with blender's UI and oth...Campbell Barton
2007-04-02This script 2 functions for use with the add mesh slot in the menu.Campbell Barton
2007-03-31Updating JMS's SVG Importer script from 0.5.6 to 0.5.9bCampbell Barton
2007-03-27py apiCampbell Barton
2007-03-26py apiCampbell Barton
2007-03-05mesh_skin - syntax error stopped ths script from working.Campbell Barton
2007-02-22Updating own scripts to use Blender.Main, remove Base files.Campbell Barton
2007-02-08* own error, importer would never load images.Campbell Barton
2007-02-06added messages to scripts, stopping them from modifying multires meshes.Campbell Barton
2007-02-01fixed nieve use of type()..Campbell Barton
2007-01-30updated render settings to support recent changes.Campbell Barton
2007-01-29removed copy_facedata_multilayer from BPyMesh since it changes the selection ...Campbell Barton
2007-01-29fixed own bug indroduced when switching to use f.edge_keysCampbell Barton
2007-01-16set the render aspect correctly when rendering non square images.Campbell Barton
2007-01-12error, camera scale couldnt be set. bpyrender now sets ortho properlyCampbell Barton
2007-01-11tested export scripts with a large scene and resolved errors that came up as ...Campbell Barton