Commit Graph

26 Commits

Author SHA1 Message Date
1b1aaf3e25 Cleanup: tabs to spaces 2016-05-01 13:29:57 +10:00
189552a857 fix for broken Paths, Thanks pildanovak 2015-05-21 04:26:32 +10:00
fea70a406b Correction to own rBA63aba82339 - do not loop on objects in poll func!
Thanks to Campbell for the headup.
2014-11-07 16:48:18 +01:00
63aba82339 Fix T42375: Hallo Objet fracture tool error.
Add poll funcs to prevent using fracture op with non-mesh objects.
2014-11-07 11:06:50 +01:00
2dc06f6d50 Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:01:43 +00:00
56a863947d minor edit to fracture, while looking into another bug. 2012-04-10 11:20:51 +00:00
933ff51a97 Fix #30891: Fracture tools seems to be broken
Replace usage of mesh.faces with mesh.polygons
2012-04-10 10:46:29 +00:00
7771f0fee3 - Removed dots from the end of description
- Check for keymap availability to suppress warning messages when running
  blender in background mode
2012-01-18 20:51:26 +00:00
9ac0a714be indentation edits and copy pyrimid from contrib (where I had made some edits), removed so this wont happen again. 2011-11-19 16:19:08 +00:00
28e9dc5ba7 Fix [#29271] Fracture Object Script broken.
The fracture object was always created on layer 1 only (when this layer is not visible, ops.object.editmode_toggle hence failed). Now creating the fracture objects on current active layer(s).
2011-11-15 14:37:58 +00:00
dfb74f8454 fix spelling errors for comments 2011-10-17 06:59:42 +00:00
1d1482044b /trunk: Removed final points in UI strings and messages.
Plus a few styling enhancements.

[[Split portion of a mixed commit.]]
2011-09-19 15:08:06 +00:00
04cb99b42b replace tricky unicode chars for basic ascii. 2011-09-05 02:04:07 +00:00
48c9da843c swap vector multiplication order, also some style changes 2011-07-25 08:48:58 +00:00
488e1da935 cleanup
- remove/comment unused variables
- remove unused imports
- fixed some bugs using incorrect variables
2011-07-10 22:57:27 +00:00
de95cf99c6 update for api changes in blender 2011-05-26 07:47:44 +00:00
40372e3ac6 *Bug fixes (script thought there was 32 layers, lol).
*Commented out non-manifold check on returned shards, it prevented open meshes to be fractured (e.g. Suzanne).
*Enhanced UI of Fracture Group op.
2011-04-15 12:15:02 +00:00
a0b63f1fc2 Fix for Fracture tools, thanks to mont29 2011-04-15 07:04:46 +00:00
374c7c2a7b update for changes in rna api 2011-03-14 01:38:56 +00:00
f127cafc41 minor syntax adjustments 2010-09-19 14:26:41 +00:00
47466bf2ae Missed these changes in last patch commit, had to manually merge due to changes in Extensions SVN 1010-1012. 2010-09-10 23:58:23 +00:00
1350179851 Fix for RNA changes 2010-09-10 22:29:40 +00:00
5027ccba53 updates for changes in blenders api 2010-08-18 03:42:53 +00:00
29f96aa287 update for changes in blenders api. 2010-07-15 16:56:27 +00:00
d20a38c406 Fix for Fracture Tools.
Applying [#22844] Fix for Fracture Tools, by Markus K. (markus111)
http://projects.blender.org/tracker/index.php?func=detail&aid=22844&group_id=9&atid=127

Sorry for the inconvenient, thanks!
2010-07-14 11:00:56 +00:00
92da7c0c51 == scripts conforming ==
moved fracture/ to object_fracture/ so that appears near the other object_ scripts
2010-07-13 14:56:45 +00:00