A very short addition to manage the SimpleDeform modifier #18692

Closed
opened 2009-05-05 19:15:50 +02:00 by jean-michel soler · 8 comments

%%%It seems that this modifier was forgotten and it did not appear at all in the deform2rvk script ( and there was also one or two lines in double in the modifier.c file).

If the patch is approved, a patch to the Deform2rvk script will be posted too.

%%%

%%%It seems that this modifier was forgotten and it did not appear at all in the deform2rvk script ( and there was also one or two lines in double in the modifier.c file). If the patch is approved, a patch to the Deform2rvk script will be posted too. %%%

Changed status to: 'Open'

Changed status to: 'Open'

%%%assigning to ken%%%

%%%assigning to ken%%%

%%%A new version, I added :

TYPES, 
VERTGROUP 
RELATIVE settings. 

So it is less short than yesterday.%%%

%%%A new version, I added : ``` TYPES, VERTGROUP RELATIVE settings. ``` So it is less short than yesterday.%%%

%%%A new version (again, sorry) V3, I added :

   LOWER_LIMIT,
   UPPER_LIMIT,
   LOCK_AXIS_X,
   LOCK_AXIS_Y settings.%%%
%%%A new version (again, sorry) V3, I added : ``` LOWER_LIMIT, UPPER_LIMIT, LOCK_AXIS_X, LOCK_AXIS_Y settings.%%%

%%%I added a lot of settings to the shrinkwrap modifier too :

  • OBJECT_AUX - Used for Shrinkwrap only, (Object)
    • KEEPDIST - Used for Shrinkwrap only (float [-1000.0, 1000.0, default: 0.0)
    • PROJECT_OVER_X_AXIS - Used for Shrinkwrap only, should the modifier not project over normal (bool)
    • PROJECT_OVER_Y_AXIS - Used for Shrinkwrap only, should the modifier not project over normal (bool)
    • PROJECT_OVER_Z_AXIS - Used for Shrinkwrap only, should the modifier not project over normal (bool)
    • PROJECT_OVER_NORMAL - Used for Shrinkwrap only (bool)
    • ALLOW_POS_DIR - Used for Shrinkwrap only, should the modifier use Project TYPES (bool)
    • ALLOW_NEG_DIR - Used for Shrinkwrap only, should the modifier use Project TYPES (bool)
    • CULL_TARGET_FRONTFACE - Used for Shrinkwrap only, should the modifier use Project TYPES (bool)
    • CULL_TARGET_BACKFACE - Used for Shrinkwrap only, should the modifier use Project TYPES (bool)
    • KEEP_ABOVE_SURFACE - Used for Shrinkwrap only , should the modifier use Nearest Surface TYPES(bool)
    • SUBSURFLEVELS - Used for Shrinkwrap only (int [0 - 6]). The number of subdivision levels used.

And the modifier.py docfile was updated, of course.

%%%

%%%I added a lot of settings to the shrinkwrap modifier too : - OBJECT_AUX - Used for Shrinkwrap only, (Object) - KEEPDIST - Used for Shrinkwrap only (float [-1000.0, 1000.0, default: 0.0) - PROJECT_OVER_X_AXIS - Used for Shrinkwrap only, should the modifier not project over normal (bool) - PROJECT_OVER_Y_AXIS - Used for Shrinkwrap only, should the modifier not project over normal (bool) - PROJECT_OVER_Z_AXIS - Used for Shrinkwrap only, should the modifier not project over normal (bool) - PROJECT_OVER_NORMAL - Used for Shrinkwrap only (bool) - ALLOW_POS_DIR - Used for Shrinkwrap only, should the modifier use Project TYPES (bool) - ALLOW_NEG_DIR - Used for Shrinkwrap only, should the modifier use Project TYPES (bool) - CULL_TARGET_FRONTFACE - Used for Shrinkwrap only, should the modifier use Project TYPES (bool) - CULL_TARGET_BACKFACE - Used for Shrinkwrap only, should the modifier use Project TYPES (bool) - KEEP_ABOVE_SURFACE - Used for Shrinkwrap only , should the modifier use Nearest Surface TYPES(bool) - SUBSURFLEVELS - Used for Shrinkwrap only (int [0 - 6]). The number of subdivision levels used. And the modifier.py docfile was updated, of course. %%%
Member

%%%I'll try to take a look at this Monday; we're in exam week here at the university. I'd like to sneak this into 2.49 if possible.%%%

%%%I'll try to take a look at this Monday; we're in exam week here at the university. I'd like to sneak this into 2.49 if possible.%%%
Member

%%%Committed to SVN. Thanks!%%%

%%%Committed to SVN. Thanks!%%%
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#18692
No description provided.