Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Pages: 1 2 [3] 4 5 ... 10

Author Topic: Current Development Release - Build 1269, February 14, 2017  (Read 193044 times)

Steve

  • Administrator
  • Hero Member
  • *****
  • Posts: 2124
    • View Profile
Re: Current Development Release - Build 1235, August 7, 2016
« Reply #30 on: August 12, 2016, 07:17:42 pm »

Ok here's a small update: build 1240

Trevor: I worked on the Extrude Connected tool. It should keep all the new faces parallel to the original ones for your example. I added a lot of fairly complex code; can you give it a good testing?
argee: The crash on start-up that you reported should be fixed. Can you give it a try?
daniel99: I fixed the IK controls so they work again when bones aren't being drawn. Haven't gotten to the other things yet but they're coming. Some features don't really make any sense in the Sequence editor. For example, you can't edit the Figure's location or orientation so locking a foot to a point on the ground is undefined.  Once IK is in the Scene editor it will work.
Logged

daniel99

  • Sr. Member
  • ****
  • Posts: 322
  • Me : Anim8or RULLZ \m/
    • View Profile
Re: Current Development Release - Build 1240, August 12, 2016
« Reply #31 on: August 12, 2016, 09:33:18 pm »

Thanks, Steve. Yes, looks great.
Just one small question. Would be possible to have the IK controls show over the figure? Like, sometimes I have some controls inside the mesh (next to the bones, of course), and they're not visible. Would be better to have them show over the mesh, even when they're inside it, to be easier to grab?

Also, about the ... limbs locking. I made a little gif showing what I mean. The body could be moved by the root, and even rotated, within the Joint Limits set in the Bone Editor. Same as a limb moves.
Something like DoIK does it for after effects, but that's only 2D
« Last Edit: August 13, 2016, 03:56:29 am by daniel99 »
Logged

daniel99

  • Sr. Member
  • ****
  • Posts: 322
  • Me : Anim8or RULLZ \m/
    • View Profile
Re: Current Development Release - Build 1240, August 12, 2016
« Reply #32 on: August 12, 2016, 09:41:47 pm »

Update: Sorry, I forgot to mention. It seems the command Ctrl+B doesn't fully work since the last few versions. For example, Using ARB and Using OpenGL Materials works, but Using GLSL is not...And is unfortunate, because GLSL shows the most accurate sim based on scene lighting.
Logged

argee

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Current Development Release - Build 1235, August 7, 2016
« Reply #33 on: August 13, 2016, 12:28:16 am »

argee: The crash on start-up that you reported should be fixed. Can you give it a try?

Yes! starts up fine with no file association required! Thanks Steve!   :)
Logged

Trevor

  • Full Member
  • ***
  • Posts: 220
  • Goldfinger64 Dev OS:10 CPU:5960x Gfx:RX480
    • View Profile
    • LS Tech Services
Re: Current Development Release - Build 1240, August 12, 2016
« Reply #34 on: August 13, 2016, 06:59:36 am »

Danial, as mentioned by Steve, what you are asking for is a "Scene Mode" option, not a sequence mode option.
Sequence is locked to origin, movement within a world makes no sence, if you want to walk round a world you need to be in scene mode.
This was something I found with trying to import GoldenEye animations to an8.
We first used the sequence mode but after sub had said that animations also "moved" we needed to move them into Scene Mode.

Cool, Ill download and test.

oh, just read
"Extrude Connected Faces: Faces are now extruded parallel to the original faces in most cases. This is physically impossible without the introduction of additional faces to cap points with complex geometry."
What do you mean exactly?
I might find out once I start testing

Trev

Ive given 1240 a quick whirl and its perfect.
Im still not sure what you meant with the above comment as I see no extra faces being created that are any different to before

Ive extruded skirting on rooms : Perfect.
Ive extrided a sphere like when people talk about the core of the earth : Close enough, easy fix
I extruded a cog : Perfect

I then took the cog and kept extruding bit, merging points etc all perfect

Just need to copy that code into shell mode now :)
« Last Edit: August 13, 2016, 07:22:39 am by Trevor »
Logged

Steve

  • Administrator
  • Hero Member
  • *****
  • Posts: 2124
    • View Profile
Re: Current Development Release - Build 1240, August 12, 2016
« Reply #35 on: August 13, 2016, 12:45:47 pm »

Trevor: fixes are coming to the Shell, too, soon :)

If you mathematically intersect 3 non-parallel planes they always intersect in a single point.  Consider the case when there are three faces (or groups of parallel faces) in common with a point, p0. To find the direction to move p1, Anim8or intersects 3 planes that are offset by 1 unit in the normal direction of the original planes to find their intersection p1. It uses the vector p0->p1 as the direction and magnitude for the move.  This way all three newly formed faces stay parallel to the original faces.

If you add a 4th non-parallel plane it will most likely intersect the planes elsewhere, not at p1, likely forming 3 additional points p1', p1'' and p1'''.  No matter what direction you move p0 there will be at least one new face that isn't parallel to the original one.

However if you create 4 new points then the new faces will stay parallel - but there will be a hole in the corner which can be capped with a flat quadralateral after a bit more math, or 2 triangles.

I don't create this extra face.  The reason that it seems to work OK now for points with 4 non-parallel face is because a simple averaging of the 4 normals is close to correct for all for in most cases.  But it you measure the length that the point moves it's always 1 times the scale where as other points are moved further.  In the case of a sphere the angles are all about the same so it still looks good.
Logged

daniel99

  • Sr. Member
  • ****
  • Posts: 322
  • Me : Anim8or RULLZ \m/
    • View Profile
Re: Current Development Release - Build 1240, August 12, 2016
« Reply #36 on: August 13, 2016, 04:38:56 pm »

Trevor: Yes, of course that's for scene mode  :)
« Last Edit: August 13, 2016, 04:42:46 pm by daniel99 »
Logged

daniel99

  • Sr. Member
  • ****
  • Posts: 322
  • Me : Anim8or RULLZ \m/
    • View Profile
Re: Current Development Release - Build 1240, August 12, 2016
« Reply #37 on: August 19, 2016, 12:01:43 am »

Hey, Steve. I have a big and annoying problem. I dunno why, but anim8or start crashing when I'm in sequence mode, animating.... :((( It just freezes and "Not Responding" ... I don't know why.
  I go to the desired keyframe, move the IK controllers, then go to another keyframe.
After 6 or 7 moves, it just freezes. I have the latest version. I don't know what to do.
The figure I'm working with for the current project it's not even too hi poly. Usually, I set the subdivisions to 0 and only when rendering I set it to 2 or 3. So, it shouldn't have this problem...
I even waited for the program to respond, but after 15 min of waiting, nothing... Had to ctrl+alt+del to close it... What can I do to prevent this? Please HELP !!!
Btw, When the next release?

This is what I see in "problem details" :

_______________________________________________________________________
Description:
  A problem caused this program to stop interacting with Windows.

Problem signature:
  Problem Event Name:   AppHangB1
  Application Name:   Anim8or_1240.exe
  Application Version:   0.0.0.0
  Application Timestamp:   00000000
  Hang Signature:   d014
  Hang Type:   0
  OS Version:   6.1.7600.2.0.0.256.1
  Locale ID:   1033
  Additional Hang Signature 1:   d01402234357ade936b90b71f63d6b4f
  Additional Hang Signature 2:   889f
  Additional Hang Signature 3:   889f2da0383ffa038b8ea6ce3db888cf
  Additional Hang Signature 4:   d014
  Additional Hang Signature 5:   d01402234357ade936b90b71f63d6b4f
  Additional Hang Signature 6:   889f
  Additional Hang Signature 7:   889f2da0383ffa038b8ea6ce3db888cf
_____________________________________________________________________________-

Logged

ronaldefarmer

  • Sr. Member
  • ****
  • Posts: 302
    • View Profile
    • Ron's Website
Re: Current Development Release - Build 1240, August 12, 2016
« Reply #38 on: August 19, 2016, 02:50:39 pm »

Steve,

Extrude Connected works much better now. Thanks for doing that. I still wish there was a way to avoid having to clean up faces that become inverted when extruded toward one another. Might it be possible to add an option to automatically merge any new points that pass within a certain proximity of one another during extrusion?

Ron

Logged

Steve

  • Administrator
  • Hero Member
  • *****
  • Posts: 2124
    • View Profile
Re: Current Development Release - Build 1240, August 12, 2016
« Reply #39 on: August 19, 2016, 06:04:01 pm »

daniel99: Is this reproducable, or just happens in more or less the same way?  Are you playing the animation? I haven't been able to reproduce it so far.

But I have been able to reproduce a hang when you play a sequence or scene in loop mode (Options->LoopScene) by typing <CR> twice, once to start it playing then once again while it's still running, and then click on the menu. This causes Anim8or to stop responding.  The same thing happens if you click on the Play button in the toolbar.

#098-087 - Hang when playing a Sequence or Scene in a loop.
Logged

Steve

  • Administrator
  • Hero Member
  • *****
  • Posts: 2124
    • View Profile
Re: Current Development Release - Build 1240, August 12, 2016
« Reply #40 on: August 19, 2016, 06:09:31 pm »

ronaldefarmer: Unfortunately what you are asking would be rather complicated to implement.  I also think it's ambiguous. What happens when the points don't meet at the same time, if multiple points cross from other directions? The user may have a good idea what they want but I can't think of a good algorithm for deciding.

Note: I've cleaned up the Shell command so it keeps faces parallel, similar to Extrude Connected. This will be in the next build.
Logged

Steve

  • Administrator
  • Hero Member
  • *****
  • Posts: 2124
    • View Profile
Re: Current Development Release - Build 1240, August 12, 2016
« Reply #41 on: August 19, 2016, 07:13:36 pm »

daniel99: Re: Ctrl-B:

1. Can you set UsingShaders+GLSL in the View->Preferences dialog? Ctrl-B should cycle through GLSL-->ARB-->NotUsingShaders-->GLSL (but close the dialog first, type Ctrl-B, and re-open it for it to work.
2. Is the GLSL setting possibly grayed out?
Logged

ronaldefarmer

  • Sr. Member
  • ****
  • Posts: 302
    • View Profile
    • Ron's Website
Re: Current Development Release - Build 1240, August 12, 2016
« Reply #42 on: August 19, 2016, 07:18:28 pm »

Thanks for explaining, Steve. And thanks again for the many recent improvements.
Logged

daniel99

  • Sr. Member
  • ****
  • Posts: 322
  • Me : Anim8or RULLZ \m/
    • View Profile
Re: Current Development Release - Build 1240, August 12, 2016
« Reply #43 on: August 19, 2016, 10:31:25 pm »

Steve:

It happened for a couple of my projects where I use IK, quite often. I even considered this happens because I move the controllers to fast :D (I know this couldn't be the reason)

I use the arrow keys to move through the sequence, and even for playback, so I don't really use the loopmode.

Here's one of the projects, and how it behaved since opening the project. It took 1m30s to freeze. If you think would help find the cause, I can provide this project.

Thanks.



As for the Ctrl+B, the GSLS is not grayed out. I'll try to find the project I talked about, maybe to provide a screen shot.
Logged

slex

  • Jr. Member
  • **
  • Posts: 96
  • 3D-TV
    • View Profile
Re: Current Development Release - Build 1240, August 12, 2016
« Reply #44 on: August 20, 2016, 11:00:29 am »

daniel99 - I think that you undo buffer hogs the memory because it tries to remember all the undo-redo steps. I had similar issue and that's the only thing I find suspicious. Open the task manager and see how the memory used by Anim8or increases after every movement. You can free that memory by save+close+reopen the project. Integrated GPU uses the computer RAM, maybe it works better with dedicated GPU.
 Anyway, some mechanism should be implemented which 'forgets' the undo steps older than let's say 20th or if used memory is above 200MB, I'm sure Anim8or wouldn't crash then.
Logged
Pages: 1 2 [3] 4 5 ... 10