f84e8e7640
Fine control of feature edge selection with mesh face and edge marks.
...
New "face marks" and "edge marks" have been introduced in mesh data
blocks. In the edit mode of a mesh object, face marks can be put
to selected faces by choosing Mesh >> Faces >> Mark Freestyle Face
from the menu of a 3D View window or Ctrl-F >> Mark Freestyle Face
from the context menu. Similarly, edge marks can be put to selected
edges by Mesh >> Edges >> Mark Freestyle Edge or Ctrl-E >> Mark
Freestyle Edge. These marks should work fine with the Subdivision
surface modifier.
Moreover, two new conditions for feature edge selection have been
added to the Parameter Editor mode as described below:
1. The Selection by Edge Types option has now the new Edge Mark type,
which can be used to (de)select feature edges having edge marks.
This option can be used to add to (or remove from) the view map
arbitrary edges of mesh objects.
2. Selection by Face Marks option has been newly introduced, in which
face marks are used for feature edge selection in two ways. One
option is called "One Face" which is to (de)select feature edges if
one of faces on the left and right of each feature edge has a face
mark. The other option is "Both Faces" to (de)select feature edges
if both faces on the left and right have a face mark.
2011-10-06 02:04:43 +00:00
f7737153e6
filter RNA classes for translation (removes over 1300 lines from messages.txt)
...
- omit operators tagged as INTERNAL
- omit classes for internal use: Event, Context, Property, Function, Window.
2011-10-05 03:39:22 +00:00
f618bc5aca
Fix #28202 : (only) modifying keymap item properties did not save properly, the
...
update signal for this was missing. Problem is that the operator properties
RNA update callback doesn't know the associated keymap item, worked around it
with UI template now.
2011-10-04 13:24:48 +00:00
e8bb972f3c
Merge with trunk r40782
2011-10-04 11:42:44 +00:00
8b0e44c66e
fix for own recent commit made color strip use the wrong panel, now hide Input rather then effects since the color picker wasnt shown.
2011-10-03 03:23:50 +00:00
ccb7a81d86
- fix for keymap test operator
...
- cleanup pep8 warnings and unused py imports
py pep8 cleanup
2011-10-02 18:09:36 +00:00
fdcfb9a4a0
* Updating readme.html and link to release logs for 2.60, now that we approach the RC state.
2011-10-01 11:21:47 +00:00
590b7ff102
Cycles:
...
* Remove duplicate declarations.
2011-09-29 20:28:46 +00:00
Dalai Felinto
4ea3f1cc29
using Blender 2.49 as playback for Ctrl+F11 doesn't take 'frame step' into consideration
...
... now it does ;) -- self-reported bug, not in tracker. Sorry statics people.
2011-09-28 17:57:12 +00:00
113d556295
patch [ #28571 ]
...
from Bastien Montagne (mont29)
Only applied Sequencer Select Grouped functionality - similar to the one in object mode, select strips based on type, time, data etc.
2011-09-28 14:12:27 +00:00
4158cee688
color strip was showing image crop and and offset twice, also made 'Make Metastrip' key shortcut Ctrl+G (so shift+G can be used for select group like object mode)
2011-09-28 08:03:02 +00:00
4a157de23d
svn merge ^/trunk/blender -r40587:40643
2011-09-28 07:34:48 +00:00
dcccf3fc1f
navmesh: solve bad level calls to edit mesh functions
...
Move navmesh operators from editors/object to editors/mesh
2011-09-27 09:09:52 +00:00
effea8c29b
svn merge ^/trunk/blender -r40511:40587
2011-09-27 03:12:31 +00:00
fbdfdfefd8
use BLI_snprintf rather than sprintf for interface functions
2011-09-26 16:53:04 +00:00
8a423f59ea
pep8 cleanup and fix for keymap test operator from my own recent fix.
2011-09-26 15:39:15 +00:00
e1e5371335
fix for keymap export, move functions common for the UI and operators into bpy_extras.keymap_utils
2011-09-26 11:22:07 +00:00
573ed73be8
change define INTERNATIONAL --> WITH_INTERNATIONAL
...
also rename backface_culling --> use_backface_culling (which is used elsewhere in rna)
2011-09-26 10:35:47 +00:00
0aa19de52f
add missing imports to wm.py and remove "." from rna descriptions.
2011-09-26 09:31:24 +00:00
Dalai Felinto
11a0e00819
BGE Material settings renaming Back Culling to Backface Culling and make it on by default
...
under suggestion of Mitchell Stokes (Moguri)
2011-09-26 06:39:19 +00:00
Dalai Felinto
2d91b6cda7
wm.py needs import os in some of its execute funcs + now we can have blender2.60x version :)
...
I guess someone did a cleanup in the file and forgot to test "add an Add-On" ;)
+ a bug I found while studying the cmake files
2011-09-26 06:29:58 +00:00
Alex Fraser
558b646216
Committing patch #27442 : Adaptive time step for fluid particles. The number of
...
subframes can now be altered automatically while an SPH (fluid particle)
simulation is running.
2011-09-25 11:51:28 +00:00
c41e64b9da
Changed the behaviour of the Perlin 1D geometry modifier. Now it distorts
...
strokes using the curvilinear abscissa of stroke vertices as the input of
the Perlin noise generator (instead, the Perlin 2D geometry modifier generates
noise using the 2D coordinates of stroke vertices in the image space as the
input of the noise generator).
2011-09-25 09:50:12 +00:00
81f7e361d2
make new rna variables more consistant with existing names.
2011-09-25 02:49:46 +00:00
c0c488d0b2
Merged changes in the trunk up to revision 40520.
2011-09-24 21:39:11 +00:00
dab7dba2db
svn merge ^/trunk/blender -r40498:40511
2011-09-24 11:03:52 +00:00
c658442c65
- move animsys update operator into the anim.py
...
- move the data into animsys_refactor.py module so its not loaded on blender start.
2011-09-23 17:38:52 +00:00
d7a5429f42
svn merge ^/trunk/blender -r40491:40498
2011-09-23 13:55:06 +00:00
c658b74db5
minor edits to recent fix for addons
2011-09-23 13:47:29 +00:00
38132d68d6
fix script error and quiet warnings about "." description ending.
2011-09-23 13:31:48 +00:00
f7c8ea702f
* Some more fixes for recent move operator commit.
2011-09-23 13:29:28 +00:00
9494340dae
svn merge ^/trunk/blender -r40432:40491
2011-09-23 13:04:01 +00:00
75e7f63322
svn merge ^/trunk/blender -r40431:40432
2011-09-23 11:47:53 +00:00
5bd83eede0
svn merge ^/trunk/blender -r40405:40431
2011-09-23 11:30:55 +00:00
460cde345b
svn merge ^/trunk/blender -r40394:40395
2011-09-23 10:43:25 +00:00
a13f94865a
svn merge ^/trunk/blender -r40371:40372
2011-09-23 05:59:37 +00:00
728cf26ee4
* Fix for the Operator move commit, missed includes.
...
* import os at the beginning of file
2011-09-23 05:20:15 +00:00
458b920abb
remove bl_operators/nla.py, move bake_action function into bpy_extras.anim_utils and bake operator into bl_operators/anim.py
2011-09-22 22:51:54 +00:00
ea32492dd5
SVN maintenance.
2011-09-22 20:37:22 +00:00
e17ee1b415
2.6 Python UI files:
...
* Moved Operators from bl_ui into bl_operators.
* Renamed HELP_OT_operator_cheat_sheet to WM_OT_operator_cheat_sheet.
2011-09-22 19:50:41 +00:00
7126a4699e
svn merge ^/trunk/blender -r40367:40368 --- raddish weight paint merge
2011-09-22 16:09:27 +00:00
402f583abd
Fix warnings about operator descriptions ending with "."
2011-09-22 15:44:35 +00:00
cf46edfcbc
correction for removal of _("")
2011-09-22 07:01:28 +00:00
f1a227cf43
check that descriptions dont end with a '.', for non release builds.
...
this is annoying for translators so rather then correct along the way which gives merge conflicts for branches - print a complaint message.
2011-09-21 17:52:51 +00:00
14475d07cd
svn merge -r40295:40367 ^/trunk/blender
2011-09-21 17:15:54 +00:00
f4c56a879d
remove use of gettext: _("...") style translation now its handled by rna.
2011-09-21 15:18:38 +00:00
9c42afb1c0
Merged changes in the trunk up to revision 40413.
...
Conflicts resolved:
source/blender/makesrna/intern/rna_scene.c
2011-09-20 21:22:15 +00:00
a2c6db0b44
Cycles: svn merge -r40358:40411 ^/trunk/blender
2011-09-20 18:48:28 +00:00
8f5112f191
pep8 update & some minor cmake edits.
2011-09-20 18:29:19 +00:00
9e9b26b8ba
Dynamic Paint:
...
* Brush ui still had references to old "Non-Closed" property.
Note that old Dynamic Paint saves no longer work in carrot revisions 40411 and later due to new modifiers that were added into trunk. :(
2011-09-20 18:16:44 +00:00