Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - burnin

Pages: 1 ... 80 81 [82] 83 84 ... 103
1216
Chaos Corona for Blender / Re: Export Hair Particle Issue
« on: 2017-05-16, 01:21:03 »
Thanks @burnin,

This highlighted an issue with parents and children and how they are counted/calculated.
The hairs converging into the center was another issue which is solved now too.

:D
Nice, yes! ...  & don't mention it, i thank you!
:)

1217
[Max] I need help! / Re: Glass blown and painted.....
« on: 2017-05-15, 04:51:24 »
Alike one below (Cycles, will try replicating with Corona) or stronger, more Murano like or something bit subtle, smoked glass (bit darkened - similar to yours above example).

eg. Cycles (older glass study - colored volume)



1218
Chaos Corona for Blender / Re: Export Hair Particle Issue
« on: 2017-05-15, 02:54:57 »
:D No problem,  can't reproduce neither of the bugs anymore. Using 5.7.2. Fixed. :)
Thanks for everything and all best... going off for a bit longer moment now.

Cheers

Edit:
Couldn't let it go.
Can't turn off Parents from always Rendering & Random centrifuge seems to be back. File attached.
eg.

Parents: ON, Random: OFF


Parents: OFF, Random: ON


1219
Chaos Corona for Blender / Re: Export Hair Particle Issue
« on: 2017-05-15, 02:30:55 »
Yup, file attached...
... and with the latest exporter (5.7.1) this scene became totally unusable - error is all i get:
Code: [Select]
Traceback (most recent call last):
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\engine.py", line 356, in render
    render_start( self, scene)
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\engine.py", line 38, in render_start
    render_scene( engine, scene)
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\engine.py", line 195, in render_scene
    result = bpy.ops.corona.export()
  File "C:\programi\b278c\2.78\scripts\modules\bpy\ops.py", line 189, in __call__
    ret = op_call(self.idname_py(), None, kw)
RuntimeError: Error: Traceback (most recent call last):
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\operators\export.py", line 42, in execute
    result = export(self, scene, placeholders)
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\export.py", line 547, in export
    return _write(self, scene, filepath, curves)
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\export.py", line 580, in _write
    result = future.result(timeout = None)
  File "C:\programi\b278c\2.78\python\lib\concurrent\futures\_base.py", line 405, in result
    return self.__get_result()
  File "C:\programi\b278c\2.78\python\lib\concurrent\futures\_base.py", line 357, in __get_result
    raise self._exception
  File "C:\programi\b278c\2.78\python\lib\concurrent\futures\thread.py", line 55, in run
    result = self.fn(*self.args, **self.kwargs)
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\export.py", line 637, in _export_object
    result = decide_format( self, full_path, obj, scene, curves)
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\export.py", line 515, in decide_format
    return write_binary_obj( self, obj_path, obj, scene, curves)
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\export.py", line 1223, in write_binary_obj
    if faceuv or facecol:
UnboundLocalError: local variable 'faceuv' referenced before assignment

location: C:\programi\b278c\2.78\scripts\modules\bpy\ops.py:189



location: <unknown location>:-1


1220
Chaos Corona for Blender / Re: Export Hair Particle Issue
« on: 2017-05-15, 01:48:26 »
Ah, ok... Nice to know, user friendly info always helps :)

Also found
Path Timing is partly broken. (Start & End are fine).
Random value corrupts the influenced children - their tips are joined/pulled into the world origin / coordinate center (0,0,0).
eg.


PS.
(Orange) "2 = Error" is from previously mentioned problem. (would be fine if lower value is blocked - 3 (default) as the lowest value).

1221
Chaos Corona for Blender / Re: Export Hair Particle Issue
« on: 2017-05-15, 00:18:21 »
*Error from lowering value of Hair Render Path Steps to 2:
Code: [Select]
Traceback (most recent call last):
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\engine.py", line 356, in render
    render_start( self, scene)
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\engine.py", line 38, in render_start
    render_scene( engine, scene)
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\engine.py", line 195, in render_scene
    result = bpy.ops.corona.export()
  File "C:\programi\b278c\2.78\scripts\modules\bpy\ops.py", line 189, in __call__
    ret = op_call(self.idname_py(), None, kw)
RuntimeError: Error: Traceback (most recent call last):
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\operators\export.py", line 42, in execute
    result = export(self, scene, placeholders)
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\export.py", line 290, in export
    return _write(self, scene, filepath, curves)
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\export.py", line 322, in _write
    result = future.result(timeout = None)
  File "C:\programi\b278c\2.78\python\lib\concurrent\futures\_base.py", line 405, in result
    return self.__get_result()
  File "C:\programi\b278c\2.78\python\lib\concurrent\futures\_base.py", line 357, in __get_result
    raise self._exception
  File "C:\programi\b278c\2.78\python\lib\concurrent\futures\thread.py", line 55, in run
    result = self.fn(*self.args, **self.kwargs)
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\export.py", line 372, in _export_object
    result = decide_format( self, full_path, obj, scene, curves)
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\export.py", line 258, in decide_format
    return write_binary_obj( self, obj_path, obj, scene, curves)
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\export.py", line 887, in write_binary_obj
    meshes.extend( get_hairs(ob, scene, psys, crv_ob, crv, material, mesh))
  File "C:\Users\py\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\render_corona\export.py", line 242, in get_hairs
    crv_ob.data = crv_data
AttributeError: Writing to ID classes in this context is not allowed: corona_hair_tmp_curve.004_ob, Object datablock, error setting Object.data

location: C:\programi\b278c\2.78\scripts\modules\bpy\ops.py:189



location: <unknown location>:-1


Thick, 3 Steps


----------

I might have a way to make it faster again, just running tests on it now.

Nice :)

1222
Chaos Corona for Blender / Re: Export Hair Particle Issue
« on: 2017-05-14, 23:27:41 »
i guess 100x1000 children to render is an overkill or smthng, set to same as in preview (10x1000)
tho there are some bugs with hair generation:
- using Ribbon for Strand Shape produced and error
- lowering Render Path Steps to 2, produces an error / twice*

....
experimenting further... ;)

use scarcely (alpha stage, not really production ready), to be on the safe side rather Render Objects (also better control of the 'look') than Paths

Edit:
Basically am getting errors on the first time after changing few settings, then after, just switching some element on&off, error doesn't occur anymore... and so on.

here are Ribbons 50children250particles=125K hairs


Is there a size limit (polys/verts) per object for the exporter?

1223
Everything is possible. To be sure use power meter and measure the unit's output. It is common practice ;)

1224
Chaos Corona for Blender / Re: Antialising
« on: 2017-05-11, 17:48:24 »
It's obvious on the ceiling lamp ;)

Check @ Helpdesk:
1. I can see jagged edges in my rendering!
2. What is highlight clamping?


1225
Could you post/share your problematic scene file?

1226
Chaos Corona for Blender / Re: displacement
« on: 2017-05-08, 17:55:44 »


Confirming, Displacement Values have no influence.
Reported: Issue #116

1227
Officially will become possible with 2.79 release... recently added: Datablock ID Properties Patch ✓ In Master

Quote
Critical forward-compatibility warning: Any .blend file using new data-block custom properties saved in Blender 2.79 and beyond will crash when opened with Blender 2.78c and any previous releases (follow link above for more details).
- source -

1228
Chaos Corona for Blender / Re: New standalone build
« on: 2017-05-06, 21:51:02 »
:)

Will this build also get updated to conform with the new release?
Interested if shading issue has been tackled? Saw that terminator shading fix is resolved. :D
I assume it's most likely part of the same monster but have missed any info on this?
Thank you

eg.


1229
+ a Tip
SSS is VOLUME based - without other surface elements or properties (shaders, materials, fine textures, normals...) can be artistically considered & used as a homogeneous volumetric shader (ie. fog ;)


1230
Chaos Corona for Blender / Re: Blender To Corona bugs
« on: 2017-04-29, 15:50:10 »
yup, this is happening also with many haven's HDRIs...


Pages: 1 ... 80 81 [82] 83 84 ... 103