Kent Mein
4e2143f639
This commit fixes up a bunch of svn properties to hopefully make things a little nicer for everyone.
...
Patch provied by gsrb3d
bug tracker #7061
Kent
2007-08-28 10:07:08 +00:00
Campbell Barton
1d181b9108
removed doc_browser.py - since it covers ~half the BPY api, not documenting any of blenders data types.
...
replaced with a help_bpy_api.py, that opens a web browser at the Blender Python API page.
Camera.c - added a veriable .angle to camera, same as .lens but adjusts the camera angle in degrees (like the D button)
export_fbx.py - use the the camera angle property.
object_cookie_cutter.py - use PointInTriangle2D rather then own function.
buttons_shading.c - added OB: and tooltip to object world mapping.
interface_draw.c - (Simple theme) text buttons looked exactly like normal buttons (more confusing when they had no text), made the text and ID buttons render inset so you can tell them apart.
2007-04-28 17:21:00 +00:00
Campbell Barton
c7a8f6cd9d
Added GPL Headers to some of my scipts that were missing it. also changed the header of a few others.
...
Only code change is cookie cut from View now only uses 3d curves to cut.
2007-02-14 01:03:32 +00:00
Campbell Barton
35e96bc991
added messages to scripts, stopping them from modifying multires meshes.
...
object_cookie_cutter - can now also use curves to cut holes in a mesh.
2007-02-06 11:16:49 +00:00
Campbell Barton
3c578fbe12
tested export scripts with a large scene and resolved errors that came up as well as some speedups- mostly problems with lightwave_export
2007-01-11 09:39:16 +00:00
Campbell Barton
470f91b506
object_cookie_cutter - use edge keys
...
widgetwizard - made a mistake in last commit, works and also dosnt creash with bug.
https://projects.blender.org/tracker/index.php?func=detail&aid=5289&group_id=9&atid=125
Can others test so we can close?
Object_join was messing up object usercounts
2006-12-26 01:45:58 +00:00
Campbell Barton
30d207e650
Added python func Blender.Geometry.LineIntersect2D(v1,v2,v3,v4)
...
updated archimap and cookie cutter to use it, removed python version from BPyMathutils
archimap island merging is noticibly faster
2006-10-07 04:56:36 +00:00
Campbell Barton
352d8cd02d
removed inverted and normalized from py scripts
2006-09-07 14:15:10 +00:00
Campbell Barton
567f1bef14
Adding a cookie cutter that can cut multiple polyline meshes into multiple meshes into a mesh - allong the view axis.
...
leaving the faces inside the polyline selected.
UV's are maintained but not vertex colors at the moment.
2006-08-09 11:39:35 +00:00