Thomas Dinges
5496e87eee
Fluid Simulation:
...
* Replaced the hard coded viscosity presets with Python ones.
* Added version check, so older files load fine.
Loading new files into 2.62 also works fine.
2012-04-15 21:02:08 +00:00
Campbell Barton
bab7b47a71
code cleanup: minor edits, use function for getting console module.
2012-04-15 14:51:37 +00:00
Campbell Barton
20a37ba8f8
fix [ #30956 ] Unwrapping, Lightmap Pack broken
2012-04-15 14:14:15 +00:00
Tamito Kajiyama
4a19ccfa5f
Merged changes in the trunk up to revision 45619.
2012-04-14 10:38:11 +00:00
Campbell Barton
9a79bd38ad
don't constrain single edge extrude, annoying for retopo
...
see: http://www.youtube.com/watch?v=5AzRpFfWR6k
request from ZanQdo, VenomGFX & Jonathan Williams.
For previous functionality Z, Shift+Z.
2012-04-14 05:09:23 +00:00
Sergey Sharybin
54e648d114
Move "From Cursor" operator which sets dupli group offset to own operator
...
Previously it used to use cursor location from time when panel was drawn,
which in some cases lead to using previous cursor location instead of current.
2012-04-13 12:14:20 +00:00
Campbell Barton
1cf0358a33
bmesh todo: vertex dirtmap now working again.
...
also renamed Polygon helper property from 'loops' to loop_indices
2012-04-13 08:41:30 +00:00
Campbell Barton
8138d261cd
fix [ #30878 ] Lightmap Pack > New Image does not work
2012-04-10 00:56:38 +00:00
Campbell Barton
01e55b6fc3
code cleanup: remove unused imports/defines + other redundant code.
2012-04-08 13:11:25 +00:00
Campbell Barton
743a9c2e1d
some pedantic load time speedup by not loading modules (math and subprocess in this case)
2012-04-06 08:04:31 +00:00
Tamito Kajiyama
79e2cd8fdf
Merged changes in the trunk up to revision 45383.
2012-04-04 00:50:41 +00:00
Bastien Montagne
b7c6327d1f
Fix [ #30665 ] UV-Editor: UV -> Copy Mirrored UV coords: mesh.faces_mirror_uv op now uses poly/loops (bmesh todo).
2012-04-03 17:19:58 +00:00
Campbell Barton
012fe4646c
avoid confusion with image 'Edit Externally' operator, disallow editing of packed images, resolves bug [ #30506 ].
2012-04-03 12:02:32 +00:00
Tamito Kajiyama
4c36a26af5
Merged changes in the trunk up to revision 45308.
...
Conflicts resolved:
source/blender/editors/interface/resources.c
source/blender/editors/mesh/editmesh_select.c
source/blender/editors/space_view3d/drawobject.c
2012-03-31 22:09:43 +00:00
Campbell Barton
5edbaab4f0
fix [ #30729 ]
...
custom property add/remove wasnt doing an undo push.
2012-03-30 03:33:42 +00:00
Bastien Montagne
388d8153c2
BMesh TODOs: use loops/polys instead of tessfaces.
2012-03-27 13:52:30 +00:00
Sergey Sharybin
b37387d3b0
Port Setup Tracking scene to bmesh api
2012-03-27 09:10:05 +00:00
Sergey Sharybin
730e2f582f
MakeDupliFaces was using mesh.faces which was renamed to mesh.tessfaces.
...
TODO about porting it to polys is still relevant.
2012-03-27 08:59:36 +00:00
Bastien Montagne
56baed13da
Fix [ #30684 ] Bmesh AddTorus.execute failure.
...
Done BMESH_TODO (use polys/loops instead of tessfaces).
2012-03-26 12:43:48 +00:00
Sergey Sharybin
c6c8b283fa
Setup tracking scene works again now
2012-03-26 07:51:47 +00:00
Tamito Kajiyama
3b711a6ed0
Merged changes in the trunk up to revision 45133.
...
Conflicts resolved:
source/blender/blenloader/intern/readfile.c
source/blender/blenloader/intern/writefile.c
source/blender/bmesh/intern/bmesh_construct.c
source/blender/bmesh/intern/bmesh_mesh_conv.c
source/blender/bmesh/intern/bmesh_mesh_conv.h
source/blender/editors/interface/interface_templates.c
source/blender/editors/interface/resources.c
source/blender/editors/mesh/bmesh_select.c
source/blender/editors/mesh/bmesh_tools.c
source/blender/editors/space_view3d/drawobject.c
source/blender/render/intern/source/shadeoutput.c
2012-03-25 08:20:19 +00:00
Campbell Barton
81d8f17843
style cleanup: pep8, indentation
2012-03-24 07:36:32 +00:00
Campbell Barton
03df918c2f
more face -> tessface edits
2012-03-23 01:10:41 +00:00
Campbell Barton
385c11d92c
last commit broke cycles, also add BMESH_TODO's for python scripts that need upgrading.
2012-03-23 00:56:22 +00:00
Campbell Barton
b56d2f9766
fix [ #30623 ] user-defined render presets bug
...
this report exposed multiple bugs in blender when using a non utf8 compatible home directory.
- bpy.utils.script_paths() would crash when homedir wasn't utf8 (reported bug)
- PyC_DefaultNameSpace() - would raise an error when running when __file__ was non utf8.
- preset filepath property was not set to accept non utf8.
- bpy.paths.display_name would raise an error on non utf8 paths, (used for preset draw)
2012-03-21 22:29:49 +00:00
Bastien Montagne
1f6ae5e4fb
Minor UI messages fixes, and enabling i18n for all modifier_setError() error messages.
2012-03-17 14:27:46 +00:00
Sergey Sharybin
b745621038
Changes to python-defined add object operators:
...
- Reset rotation value when toggling Align to View property
which correctly re-alignes object on continuous property
toggling and fixes issue
#30510 : [2.62] Add Mesh - Torus - "Align to View" cannot be switched back when toggling off
- Moves all generic object-add properties into a helper function
which might be easily re-used.
2012-03-14 08:55:57 +00:00
Tamito Kajiyama
a2ebfc82db
Merged changes in the trunk up to revision 44797.
...
Conflicts resolved:
doc/python_api/sphinx_doc_gen.py
source/blender/makesdna/DNA_mesh_types.h
source/blender/makesrna/intern/rna_action.c
source/blender/makesrna/intern/rna_ID.c
source/blender/makesrna/intern/rna_mesh.c
2012-03-10 21:56:23 +00:00
Bastien Montagne
a80b7d6129
Fixing several issues with keyingsets:
...
*Add a new idname to keyingsets, keeping name as label-only (using same string for both made lookup fail when using i18n other than english, as it tried to compare an untranslated static string id against a translated RNA name). Also adding a description string (can be helpful with custom keyingsets, imho).
*Fixed a few other bugs related to that area (namely, you can’t deselect current keyingset from the shift-ctrl-alt-I popup menu, and insert/delete key ops were using a rather strange way to get chosen custom keyingset…).
*Fixed UI code so that it always uses (RNA) enum, and simplified menu-creation code.
2012-03-08 14:04:06 +00:00
Campbell Barton
ee84084f99
style cleanup: pep8 + picky edits
2012-03-08 05:36:05 +00:00
Sergey Sharybin
bf9de9d934
Fix #30436 : Externally editing unsaved images fails
2012-03-06 21:54:33 +00:00
Tamito Kajiyama
9e93fc1e8a
Merged changes in the trunk up to revision 44612.
...
Conflicts resolved:
source/blender/blenloader/intern/readfile.c
source/blender/bmesh/bmesh.h
2012-03-03 01:43:44 +00:00
Bastien Montagne
b3a0a33791
"Fix" [ #30431 ] UI string spelling & similar fixes.
...
All suggested changes looked good to me, thx to Michael Färber for this list of changes!
2012-03-02 21:14:37 +00:00
Campbell Barton
ea13ec1699
Spelling Cleanup
2012-03-01 12:20:18 +00:00
Tamito Kajiyama
35708fe150
Merged changes in the trunk up to revision 44561.
...
Conflicts resolved:
source/blender/bmesh/bmesh.h
source/blender/bmesh/bmesh_operators.h
source/blenderplayer/bad_level_call_stubs/stubs.c
2012-02-29 21:35:49 +00:00
Joerg Mueller
09c9620544
Reverting poll changes of last commit.
2012-02-29 12:11:06 +00:00
Joerg Mueller
31cd0521ae
Making crossfading sounds accessible in the sequencer menu.
2012-02-29 11:23:27 +00:00
Bastien Montagne
49adbe3ab8
Various fixes to UI messages (among other things, all messages needed it should now be capitalized).
2012-02-27 18:14:56 +00:00
Campbell Barton
ed46c2344e
adjustment to r44436.
...
dont set the header text multiple times when many objects are selected, instead just print the difference thats applied.
when theres a single object selected, behavior us unchanged.
2012-02-25 21:15:02 +00:00
Tamito Kajiyama
001b8af4ff
Merged changes in the trunk up to revision 44436.
2012-02-25 21:11:29 +00:00
Thomas Dinges
4f4bba39fb
Patch [ #30341 ] by Davis Sorenson (dsavi). Thanks!
...
* Now the 3D view header displays value changes, when changing a value in the Object Special value (w-key).
2012-02-25 19:49:23 +00:00
Tamito Kajiyama
69289c978e
Merged changes in the trunk up to revision 44266 (including BMesh).
...
Freestyle edge/face marks were ported to BMesh.
Conflicts resolved:
source/blender/editors/mesh/editface.c
source/blender/editors/space_view3d/drawobject.c
source/blender/makesdna/DNA_meshdata_types.h
source/blender/blenkernel/intern/editderivedmesh.c
2012-02-21 01:40:04 +00:00
Campbell Barton
0fd176e03d
moved select interior faces into a C function (was python)
2012-02-19 20:27:30 +00:00
Campbell Barton
2d1a05874b
svn merge ^/trunk/blender -r44024:44076
2012-02-13 04:14:35 +00:00
Tamito Kajiyama
5c5685f6c5
Merged changes in the trunk up to revision 44039.
2012-02-12 00:09:48 +00:00
Campbell Barton
2956ea22f2
typo fix when a preset fails to run. (fail at failing)
2012-02-11 15:49:25 +00:00
Campbell Barton
5ea86e1e2b
svn merge ^/trunk/blender -r43995:44024
2012-02-11 04:10:50 +00:00
Campbell Barton
a43e627371
fix for presets reusing previous options (which broke preset add/remove)
2012-02-09 13:02:22 +00:00
Sergey Sharybin
c966601e86
Reset Use Active Clip for Follow Track constraints when linking empty to a track
2012-02-09 10:24:44 +00:00
Campbell Barton
ac4484b239
svn merge ^/trunk/blender -r43976:43995
2012-02-09 01:53:14 +00:00