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
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
2007-01-10= dxf update =Tom Musgrove
2007-01-09ply export patch 5576 applied with parts rewritten.Campbell Barton
2007-01-07made python 2.3 compat again.Campbell Barton
2007-01-05standard set of minor improvements, tho this is a good script and not much to...Campbell Barton
2007-01-05==dxf import script ==Tom Musgrove
2006-12-29JMS's latest SVG importer with his compatibility fixes and optimizations.Campbell Barton
2006-12-28Mech cleanup use new edge_keysCampbell Barton
2006-12-27Added a function to BPyMesh - getFaceLoopEdges(faces, seams=[])Campbell Barton
2006-12-27weightpaint_clean, option to clean all vgroupsCampbell Barton
2006-12-22removed typo from RenderCampbell Barton
2006-12-22boxpack2d - python 2.3 compat fix, thanks brechtCampbell Barton
2006-12-17Use ed.key and face.edge_keys to build connectivity data faster.Campbell Barton
2006-12-16update to Axiscopy, more error checking. basic functionality the same.Campbell Barton
2006-12-14new Uv-Calculation tool,Campbell Barton