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
2006-12-30Python API:Willian Padovani Germano
2006-12-30use new edge/face keys ittributesCampbell Barton
2006-12-30* theme save script now saves iconThemes and supports string types.Campbell Barton
2006-12-30=IDProperties Python Test GUI Script update= Joseph Eagar
2006-12-29JMS's latest SVG importer with his compatibility fixes and optimizations.Campbell Barton
2006-12-29Scene.c - deprecation warning for getSceneCampbell Barton
2006-12-29adding this script that takes 3 clicks to set the selected faces projections.Campbell Barton
2006-12-29added a call to mesh calcNormals so smooth faces look rightCampbell Barton
2006-12-28made scn.objects more flexible... you can now things like...Campbell Barton
2006-12-28mesh skin was flipping the skin between 2 loops because of an error in AngleB...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-26object_cookie_cutter - use edge keysCampbell Barton
2006-12-26mesh_skin updated to use ed.key, other minor cleanups.Campbell Barton
2006-12-25somehow pasted some text by mistake that raised an error.Campbell Barton
2006-12-25modified scripts from using older/depricated Python API commands, deprecated ...Campbell Barton
2006-12-23adding this script that makes surrounding quads follow the mapping of the act...Campbell Barton
2006-12-23Added Draw.BeginAlign(), Draw.EndAlign()Campbell Barton
2006-12-22removed typo from RenderCampbell Barton
2006-12-22rewrote this script, it was the most out of date script and had some errors t...Campbell Barton
2006-12-22fix for bevel center as pointed out of the forumsCampbell Barton
2006-12-22boxpack2d - python 2.3 compat fix, thanks brechtCampbell Barton
2006-12-21Updated to use face.edge_keys,Campbell Barton
2006-12-17=IDProperties Python Test GUI Script update= Joseph Eagar
2006-12-17=IDProperties Python update= Joseph Eagar
2006-12-17Use ed.key and face.edge_keys to build connectivity data faster.Campbell Barton
2006-12-16made editmode select grouped work with mixed selections - can show select gro...Campbell Barton
2006-12-16update to Axiscopy, more error checking. basic functionality the same.Campbell Barton
2006-12-15made the hax height of the clever_numbers 8 rather then 5, was wrapping on to...Campbell Barton
2006-12-15removing uvcalc_from_adjacent for review on Sunday's meeting.Campbell Barton
2006-12-15Shift flips the current axis your draging.Campbell Barton
2006-12-15Updated, optimizations and cleanup.Campbell Barton
2006-12-14new Uv-Calculation tool,Campbell Barton
2006-12-14faster sorting syntax in python, try/except for py 2.3 backwards compatCampbell Barton
2006-12-14fixed mouseViewRay in BPyWindow, was not applying the objects matrix to the m...Campbell Barton
2006-12-14object_apply_def - use new BPy Object API funcs, no error in localviewCampbell Barton
2006-12-13mesh_edges2curves - edge key optimize and made use of scn.objects rather then...Campbell Barton
2006-12-12simple change, madeCampbell Barton
2006-12-12popup error if the active objects datatype cant have keys as well as other ca...Campbell Barton
2006-12-12added many checks to uvcopy so it dosnt raise errors.Campbell Barton
2006-12-12bevel_center.py - avoid 2 python errors. (doing recursive before bevel, now U...Campbell Barton
2006-12-12made the script work with no images, redraw when done and some optimizations.Campbell Barton
2006-12-12Added a new Python slot "UvCalculate", moved Archimap and "UVs from adjacent"...Campbell Barton
2006-12-12dont remove dummy 0 index verts to workaround me.verts.delete([...]) being bu...Campbell Barton
2006-12-11added the flag group_exclusive to materialCampbell Barton
2006-12-07Adding a function that gets a list of polylines from a curve objectCampbell Barton
2006-12-02UV islands are now detected by edge connection (was using verts) - added supp...Campbell Barton
2006-12-01Made work with new vertex colorsCampbell Barton
2006-11-29request from malefico - select faces based on there weight in the active group.Campbell Barton