Constraints for group instances working #31443

Closed
opened 2012-05-13 10:37:14 +02:00 by Martin Sell · 9 comments

%%%This patch is a quick implementation of the proposal, to get working physics constraints for group instances.

The complete proposal an implementation description:
https://gitorious.org/bge-sandbox/pages/GroupCons

Some files for testing ragdolls, and the common constraints from the regression files:
http://dl.dropbox.com/u/2779060/BGE/group-constraints.patch
http://dl.dropbox.com/u/2779060/BGE/group-constraints_ragdoll.blend
http://dl.dropbox.com/u/2779060/BGE/group-constraints_regression.blend

Video on youtube:
http://www.youtube.com/watch?v=jjWOuRTTTj0&list=UUCkdSwOkvF-tkvtLjEN_JsA&index=9&feature=plcp%%%

%%%This patch is a quick implementation of the proposal, to get working physics constraints for group instances. The complete proposal an implementation description: https://gitorious.org/bge-sandbox/pages/GroupCons Some files for testing ragdolls, and the common constraints from the regression files: http://dl.dropbox.com/u/2779060/BGE/group-constraints.patch http://dl.dropbox.com/u/2779060/BGE/group-constraints_ragdoll.blend http://dl.dropbox.com/u/2779060/BGE/group-constraints_regression.blend Video on youtube: http://www.youtube.com/watch?v=jjWOuRTTTj0&list=UUCkdSwOkvF-tkvtLjEN_JsA&index=9&feature=plcp%%%
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

%%%cleanup:
With the newer patch, a function for the constraint setup is created, that is used in the scene converter routine and also in KX_Scene class to avoid code duplication.
Some changes to sconscripts and header includes are made to get this to work.

what was tested so far:

  • instantiating groups with constraints via add->group instance
  • instantiating groups with constraints via python game engine api addObject()
  • instantiating groups with constraints via edit object actuator -> add object
  • instantiating groups that are loaded on inactive layers with LibLoad function

for using groups with constraints as a library there are some restrictions at the moment.

  • objects with constraints have to be created on inactive layer
  • objects with constraints have to be instantiated on inactive layer, these objects could then be loaded with LibLoad and then added via addObject/actuator
  • only working with "Scene" mode for LibLoad

%%%

%%%cleanup: With the newer patch, a function for the constraint setup is created, that is used in the scene converter routine and also in KX_Scene class to avoid code duplication. Some changes to sconscripts and header includes are made to get this to work. what was tested so far: - instantiating groups with constraints via add->group instance - instantiating groups with constraints via python game engine api addObject() - instantiating groups with constraints via edit object actuator -> add object - instantiating groups that are loaded on inactive layers with LibLoad function for using groups with constraints as a library there are some restrictions at the moment. - objects with constraints have to be created on inactive layer - objects with constraints have to be instantiated on inactive layer, these objects could then be loaded with LibLoad and then added via addObject/actuator - only working with "Scene" mode for LibLoad %%%

%%%Assigning this to Benoit to look over.%%%

%%%Assigning this to Benoit to look over.%%%
Member

%%%Patches updated from GIT to SVN.
group-constraints.patch = group-constraints_HG1.patch
group-constraints-20.5.2012.patch = group-constraints2_HG1.patch
%%%

%%%Patches updated from GIT to SVN. group-constraints.patch = group-constraints_HG1.patch group-constraints-20.5.2012.patch = group-constraints2_HG1.patch %%%
Member

%%%Thanks for the patch,

I had a first look, I see no problem with it. I'll have a second closer look in the coming days.

%%%

%%%Thanks for the patch, I had a first look, I see no problem with it. I'll have a second closer look in the coming days. %%%

%%%I really don't like the CcdPhysicsEnvironment.h include in BL_BlenderDataConversion.h. KX_Scene should not have to access Bullet directly, this defeats the purpose of encapsulating the physics library.%%%

%%%I really don't like the CcdPhysicsEnvironment.h include in BL_BlenderDataConversion.h. KX_Scene should not have to access Bullet directly, this defeats the purpose of encapsulating the physics library.%%%
Member

%%%I made a bug fixed from the last patch.

Change list:

  1. Added the missing paths in the makefile.
  2. Fixed. Don't add constraints for Objects on inactive layers.
  3. Fixed crash after deleting and adding a new object with constraints.
  4. Fixed replicated objects are replicated the constraints on the target object instead of the source object.
  5. Fixed implicit cast in setup_constraint4object.
  6. Add missing documentation for getParent, setParam, constraint_id.
  7. Add a function to get the constraint form Blender generated constraints.
  8. Add attribute to get the constraint type.

group-constraints7_HG1.patch with [#36388] Delete recursive DupliGroup objects.
group-constraints8_HG1.patch
%%%

%%%I made a bug fixed from the last patch. Change list: 1. Added the missing paths in the makefile. 2. Fixed. Don't add constraints for Objects on inactive layers. 3. Fixed crash after deleting and adding a new object with constraints. 4. Fixed replicated objects are replicated the constraints on the target object instead of the source object. 5. Fixed implicit cast in setup_constraint4object. 6. Add missing documentation for getParent, setParam, constraint_id. 7. Add a function to get the constraint form Blender generated constraints. 8. Add attribute to get the constraint type. group-constraints7_HG1.patch with [#36388] Delete recursive DupliGroup objects. group-constraints8_HG1.patch %%%
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Member

Moved to Differential D658.

Moved to Differential [D658](https://archive.blender.org/developer/D658).
Sign in to join this conversation.
4 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: blender/blender#31443
No description provided.