sidebar features
sidebar content

Go Back   Blender Artists Forums > General Forums > News & Discussion

Reply
 
Thread Tools
Lapinou's Avatar
Lapinou Lapinou is offline
Member
 
Join Date: Apr 2008
Location: France
Posts: 180
This thread is for contributors to the libNurbana final integration inside blender (clik here)

This is not a place to give your opinion about NURBS general usefulness (vs polygon modeling),
otherwise check Wizzleteet's thread if you are interested by the project history or general discussion.

Background:
* generous donator of the Nurbana NURBS core: Justin Shumaker aka Twingy
* project coordinator from the foundation: Campbell Barton aka Ideasman42
* original integrator and mentor: Emmanuel Stone aka Eman: firstnameDOTlastnameATgmailDOTcom
* blog manager: Claas Eicke Kuhnen aka Cekuhnen

Main developer: Laurynas Duburas aka Ladu mentored by Emmanuel Stone

parent links:
Blender for Architecture
Blender Foundation wiki

current state (October 2009):
- Eman has ported the code to the 2.5 base: new subversion branch
- Cekuhnen has committed a UI design proposal

Previous state:

* 03/05/09:Fixes for curve splitting and knot calculation

* 02/19/09:

New split tool

* 01/24/09:
Support added for cyclic surfaces and weights to Degree Elevate

* 12/25/08:

Welcome to Laurynas Duburas, who works in silence with Emmanuel Stone on various issues/improvements:

1. No more broken shading for seam on cyclic sufaces

2. Non-destructive Refine for NURBS, works for weighted, uniform and cyclic surfaces/curves

3. Insert Knots functionality cleaned and new Refine function written (calculates the best place to subdivide a surface)

* 10/04/08:
* completion of the feature request
* active svn branch (compiling with scons)
* a dozen of blender users are ready to donate to this project as a consideration sign.
* the Demonware firm is supporting this project by giving 2 weeks of paid "free time" to Eman for code cleaning
*feedback from Eman:
"Hello all,
Quick update on the progress I made these past two weeks.
Here's the TODO list I worked from:
http://wiki.blender.org/index.php/Bl...sCurvesNurbana

1. Backwards compatibility is working, libNurbana should be a complete replacement for the current NURBS
engine in Blender
http://atspeedsound.com/blender/Picture%2022.png

2. IsoLines are working (although not made pretty yet):
http://atspeedsound.com/blender/Picture%2024.png

3. Subdivision is working for endtied/clamped/open curves and surfaces:
In U: http://atspeedsound.com/blender/Picture%2025.png
In U and V http://atspeedsound.com/blender/Picture%2027.png

4. Degree Elevation and reduction is working. This allows you to change the Order of a curve or surface without
changing the shape of the surface
http://atspeedsound.com/blender/Picture%2028.png
http://atspeedsound.com/blender/Picture%2030.png

5. Hamed Zaghaghi has made weight editing use the same mechanism as tilt and radius, making it much more
user friendly:
http://atspeedsound.com/blender/weight.png

6. Both Ideasman/Campbell and Twingy/Justin have also started to contribute to this project.

It's all looking good.
If people want to check out and build the nurbs/ branch, feeback and bug reports would be really appreciated.
thanks!"
-Emmanuel

IMPORTANT: the donations will start soon: if you want to pledge donations to show interest to the coders, please leave an name and an amount here (it does not have to be big amounts, especially with the current state of the economy!!) and the blog will be updated:

Money is not everything: you can also save time to the developpers by reporting bugs.
If bare report is better than nothing, consider a detailled bug report as it speeds up the debugging process and it is greatly appreciate by the coder: this is really quick if you have previous experience with compiling.
IamInnocent has kindly detailled the procedure:

The procedure is not something I invented : it comes straight from the recommendations on the bug tracker page.
First of all one must look if the bug was reported.
If it was then try to reproduce it using the files the reporter provided and following the procedure he/she indicates.
If the bug was not reported :
Installing gdb is trivial and I won't bother you with that.
Using it is, for us bug trackers, also extremely simple:
- first Blender must be compiled with the BF_DEBUG=1 flag so it will include some debug information; the time to build will be longer;
- then we start gdb this way, inside a treminal, console, anything that has a command line:
gdb -silent --args <path-to-folder-where-blender-is>/blender -d
'-silent' is so gdb won't brag about its ancestry
'--args' stands for arguments and, with that option, the '-d' switch of Blender won't choke gdb
that '-d' switch makes Blender output plenty of useful information to the console.

So, you'll get this gdb prompt:
(gdb)
Just type : run
and gdb will run Blender as a child process of itself.
Do your things, starting by loading the factory setting in the File menu (very important)
Save a lot so you'll have a file as near as possible to the moment the problem arises
Once the problem has happened take a screenshot.
If Blender crashed go back to the command line and use the backtrace command. Something like 'bt -20' should do as it will output the last 20 lines of the log. Do a trace only if Blender crashed. Don't be surprised if Blender doesn't shut down after the crash : gdb, as its parent, keeps it alive as a zombie and as such Blender is waiting for its parent to put it to rest.
If Blender hasn't crashed there won't be a trace available so don't bother with the 'bt' command. Just go back to the command line and terminate Blender with the Ctrl-C command of gdb. It will survive as a zombie then too, until gdb is shut down itself with the Ctrl-D command.
Copy the information the -d switch produced (and eventualy the information that 'bt' produced) in a text file and save.
Join the documents to your report here with a description of each step that need to be repeated to reproduce the bug.
............................................
save the world: eat carrots

Last edited by Lapinou; 19-Oct-09 at 20:39. Reason: Nurbs are not restricted to architecture
#1   Old 24-Aug-08, 10:56   
Reply With Quote


studioa studioa is offline
Member
 
Join Date: Nov 2005
Location: Columbus, OH
Posts: 208
Lapinou, thanks for posting this.
where is the donation link via PayPal? _a_


Quote:
Originally Posted by Lapinou View Post
This thread is for contributors to the libNurbana final integration inside blender (clik here):
This is the successor of Wizzleteet's thread to avoid spoiling: please read the latter if you are interested by the project history.
This is not a place to give your opinion about NURBS general usefulness (vs polygon modeling), especially if you are not a contributor...

Background:
* generous donator of the Nurbana NURBS core: Justin Shumaker
* project coordinator from the foundation: Campbell Barton aka Ideasman42
* original integrator and mentor: Emmanuel Stone aka Eman
* blog manager: Claas Eicke Kuhnen aka Cekuhnen

parent links:
Blender for Architecture
Blender Foundation wiki

current state (08/24):
* completion of the feature request
* active svn branch (compiling with scons)
* completion of the code cleanup and its introduction to a new interested developer from the BF end September
* a dozen of blender users are ready to donate to this project as a consideration sign.
#2   Old 24-Aug-08, 13:21   
Reply With Quote
Lapinou's Avatar
Lapinou Lapinou is offline
Member
 
Join Date: Apr 2008
Location: France
Posts: 180
Hi Studioa!

Thank for your involvement!
At the moment, interested users are pledging donations:
as soon as the final blender coder is chosen (end September), instruction will be given relative to the payment strategy (paypal): You can pledge here (it doesn't have to be big amount!) and Cekuhnen will update the blog with your name; or you can directly send him an email: info at(no$pam) ckbrd dot de

thank you again!
............................................
save the world: eat carrots

Last edited by Lapinou; 24-Aug-08 at 13:43.
#3   Old 24-Aug-08, 13:27   
Reply With Quote
stanmarsh stanmarsh is offline
Member
 
Join Date: Jul 2008
Posts: 121
Looking forward to this!
#4   Old 24-Aug-08, 14:11   
Reply With Quote
cekuhnen's Avatar
cekuhnen cekuhnen is offline
Member
 
Join Date: Mar 2003
Location: Grand Rapids, Michigan, USA
Posts: 5,450
ah this should be made sticky
............................................
C l a a s E i c k e K u h n e n
Assistant Professor Industrial Design
Kendall College of Art and Design
#5   Old 25-Aug-08, 01:52   
Reply With Quote
craigomatic's Avatar
craigomatic craigomatic is offline
Member
 
Join Date: Apr 2006
Location: Victoria, TX
Posts: 1,399
Yes, looking forward to this!
............................................
http://wiki.blender.org/index.php/Main_Page

"Nothing ventured, nothing gained."

"Better to try and fail, than to sit on your butt and play video games."
http://www.freewebs.com/craigomatic/index.htm
#6   Old 25-Aug-08, 02:13   
Reply With Quote
Starclopsofish Starclopsofish is offline
Member
 
Join Date: Jul 2008
Posts: 79
I get paid today!!!! Unfortunately, Im also overdue to purchase my books for this year..... Do four used textbooks cost >=$500 everywhere, or is it just the US...? Anyway, whatever I have left goes to nurbs! Or maybe next paycheck......
#7   Old 26-Aug-08, 14:00   
Reply With Quote
FishB8 FishB8 is offline
Member
 
Join Date: Jul 2005
Posts: 643
Quote:
Originally Posted by Starclopsofish View Post
I get paid today!!!! Unfortunately, Im also overdue to purchase my books for this year..... Do four used textbooks cost >=$500 everywhere, or is it just the US...? Anyway, whatever I have left goes to nurbs! Or maybe next paycheck......

Kudos for the enthusiasm, but seriously, if you are a student living paycheck to paycheck, you probably have things to spend money on that are far more important than a nurbs implementation.
#8   Old 26-Aug-08, 19:27   
Reply With Quote
cekuhnen's Avatar
cekuhnen cekuhnen is offline
Member
 
Join Date: Mar 2003
Location: Grand Rapids, Michigan, USA
Posts: 5,450
Of only ten spend 10$ (six pack of beer) it would add up.
............................................
C l a a s E i c k e K u h n e n
Assistant Professor Industrial Design
Kendall College of Art and Design
#9   Old 26-Aug-08, 19:58   
Reply With Quote
Lapinou's Avatar
Lapinou Lapinou is offline
Member
 
Join Date: Apr 2008
Location: France
Posts: 180
Hi everybody
will lose connection to the internet up to the 15th September, so I will proceed my donation after. (mere logic )
take care
............................................
save the world: eat carrots
#10   Old 27-Aug-08, 18:43   
Reply With Quote
FreakyDude's Avatar
FreakyDude FreakyDude is offline
Member
 
Join Date: Apr 2007
Posts: 1,341
It's a little unclear as where to donate too. paypal is an option, maybe, but I like the blender foundation fundraiser idea a lot more.
............................................
Black mage: "See, if I cast featherlight, and then say "hadoken"......

my work: my site MTI_stickman-devilmanV3 MTI_Audine little_fellaX1a metaloterm.com
#11   Old 28-Aug-08, 09:16   
Reply With Quote
eman eman is offline
Member
 
Join Date: Feb 2006
Posts: 91
FreakyDude - If we can organise it, I would prefer for the donations to go directly to the BF too. I think it is more appropriate for them to handle the money than a 3rd party.
#12   Old 28-Aug-08, 18:26   
Reply With Quote
Lapinou's Avatar
Lapinou Lapinou is offline
Member
 
Join Date: Apr 2008
Location: France
Posts: 180
(Last connection before the 15th)
Hi guys!
I also agree with FreakyDude and Eman.
Cekuhnen, perhaps you could ask Ton about setting up an abstract product in the e-shop ("Blender Artists Project #1: better NURBS"?) as soon as the feature request is frozen, so that the donator knows the his/her money is used for specific tasks?
Thank again to everybody implied!
............................................
save the world: eat carrots

Last edited by Lapinou; 28-Aug-08 at 19:29.
#13   Old 28-Aug-08, 19:21   
Reply With Quote
TweakingKnobs's Avatar
TweakingKnobs TweakingKnobs is offline
Donating Member
 
Join Date: Aug 2006
Location: Berlin
Posts: 1,464
i would donate something, if we all donate even a bit it is possible ;D
............................................
www.tweakingknobs.com

Electronic Graphics and Computer music.
#14   Old 28-Aug-08, 20:03   
Reply With Quote
cekuhnen's Avatar
cekuhnen cekuhnen is offline
Member
 
Join Date: Mar 2003
Location: Grand Rapids, Michigan, USA
Posts: 5,450
I will get in touch with Ton.

He mentioned we should do the donation system on our own
and not involve BF - in a way that we can do this without
needing their help.

What about a dev for it?

Emanuel will you have some time to look into it?
What about the original programmer?

Claas
............................................
C l a a s E i c k e K u h n e n
Assistant Professor Industrial Design
Kendall College of Art and Design
#15   Old 28-Aug-08, 20:20   
Reply With Quote
FreakyDude's Avatar
FreakyDude FreakyDude is offline
Member
 
Join Date: Apr 2007
Posts: 1,341
blendernation had a fundraiser for a school project sometime ago. It was just someone's personal paypal account used, but the money went to what it was ment for and the site showed a meter for it. Maybe we could do something similiar? plug it to blendernation, complete with donation meter.
............................................
Black mage: "See, if I cast featherlight, and then say "hadoken"......

my work: my site MTI_stickman-devilmanV3 MTI_Audine little_fellaX1a metaloterm.com

Last edited by FreakyDude; 28-Aug-08 at 22:51. Reason: EDIT: not for "it", but for a school project somewhere
#16   Old 28-Aug-08, 22:45   
Reply With Quote
TweakingKnobs's Avatar
TweakingKnobs TweakingKnobs is offline
Donating Member
 
Join Date: Aug 2006
Location: Berlin
Posts: 1,464
Lets do it , it would be cool if people could donate to certain proyects they want to be implemented.
............................................
www.tweakingknobs.com

Electronic Graphics and Computer music.
#17   Old 29-Aug-08, 09:44   
Reply With Quote
Dani's Avatar
Dani Dani is offline
Member
 
Join Date: Mar 2002
Posts: 678
Hi!

Sorry for the bump, but I'm also interested by good nurbs in blender! Count me in for some support! (next month I'll have 50 euros to contribute I think!)
#18   Old 01-Sep-08, 18:17   
Reply With Quote
Lapinou's Avatar
Lapinou Lapinou is offline
Member
 
Join Date: Apr 2008
Location: France
Posts: 180
Thank you Dani!

Eman posted yesterday a call for interested coder on the bf-committer list:

"Hello all,

Thanks to the efforts of the NURBS fans on Blenderartists [1] interest
in libNurbana in Blender has been revived. I have been working away
slowly on this project since the GSoC (3 years ago!?), but I simply do
not have enough time to progress the project in a timely manner. The
last time I got a significant amount of work done was during my summer
holidays last year, where I refactored the entire project into a nicer
architecture, without a chunk of time to work on it uninterrupted I
find I cannot progress very quickly.

Two things have happened recently which will hopefully change the situation:

1) My employer has generously agreed to give me two weeks at the end
of September to work on Blender.
2) As discussed in the thread above, several people (myself included)
have pledged to donate money to any willing to help me with this
project [2].

I hope to use the two weeks to do two things:
- Make the current nurbs/ branch completely stable and bug free, as a
replacement for the current nurbs architecture in Blender
- Mentor a new developer to help with future NURBS development

There have already been a few suggestions for potential candidates for
the coder, but I would like to make an open request on the list in the
interest of fairness, and finding the best possible person for the
job.

If anybody with experience in NURBS or Blender is interested in this
project, please contact me. Please include evidence of your
suitability for this role. The amount of money we raise and the amount
of work expected will probably be comparable to the GSoC. The project
will be broken down into sections, with specific 'bounties' for each
section depending on the difficulty.

What does everyone else think?

For anybody that's curious, the current nurbs/ branch in SVN should
build, but is 'beta quality'."
-Emmanuel

To sum it up, the project implementation bases and the interested blender coder will be officially known very soon.

Stay tuned!

[1] or here for all the gory details
[2]
............................................
save the world: eat carrots

Last edited by Lapinou; 13-Sep-08 at 11:37.
#19   Old 13-Sep-08, 11:29   
Reply With Quote
TweakingKnobs's Avatar
TweakingKnobs TweakingKnobs is offline
Donating Member
 
Join Date: Aug 2006
Location: Berlin
Posts: 1,464
yeah ! .
............................................
www.tweakingknobs.com

Electronic Graphics and Computer music.
#20   Old 13-Sep-08, 18:48   
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 15:11.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Logo and website design copyright © 2006 by froodee design bureau. All rights reserved.
Other Blender Sites
new icon Blender Homepage »
The official Blender homepage
new icon BlenderNation »
Fresh Blender News, Every Day
new icon Blenderart Magazine »
Blender articles, tutorials and images.
Blender Headlines
Featured Artwork
Short animation: Barrel by Phlopper
Woolly mammoth by sebastian_k
Photorealistic classic furniture by eMirage
Social BlenderArtists